summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-29Release 1.14.51.14.51.14Tim-Philipp Müller6-19/+258
2019-05-09testelg: include eglext.hGuillaume Desmottes1-0/+1
2019-05-09testegl: move up pi specific macrosGuillaume Desmottes1-9/+9
2019-05-09Update git locations to gitlabMatthew Waters2-3/+3
2019-05-09omxvideodec: fix pool caps reference stealingGuillaume Desmottes1-1/+1
2018-10-02Release 1.14.41.14.4Tim-Philipp Müller6-8/+64
2018-09-16Release 1.14.31.14.3Tim-Philipp Müller6-10/+152
2018-08-29omx: wait for flush complete and buffers being released when flushingGuillaume Desmottes1-6/+16
2018-08-29omx: factor out should_wait_until_flushed()Guillaume Desmottes1-7/+15
2018-07-20Release 1.14.21.14.2Tim-Philipp Müller6-143/+259
2018-05-17meson: fix miscellaneous meson warningsTim-Philipp Müller1-24/+12
2018-05-17Release 1.14.11.14.1Tim-Philipp Müller6-24/+216
2018-04-18omxvideoenc/dec: fix handling of component enabling failingGuillaume Desmottes2-2/+32
2018-04-06log_omx_performance: convert pointers to stringsGuillaume Desmottes1-2/+11
2018-04-02omxvideoenc: remove duplicated debug messageGuillaume Desmottes1-1/+0
2018-03-28omxvideoenc: add 'roi' qp-mode on zynqultrascaleplusGuillaume Desmottes1-0/+10
2018-03-19Release 1.14.01.14.0Tim-Philipp Müller6-64/+204
2018-03-13Release 1.13.911.13.91Tim-Philipp Müller6-40/+955
2018-03-09meson: fix typo in package name defineTim-Philipp Müller1-1/+1
2018-03-05omxh265: update 422 profile namesGuillaume Desmottes2-4/+5
2018-03-05omxvideoenc: Don't drop the frame on empty payloadNicolas Dufresne1-1/+3
2018-03-05omxvideodec: Don't drop the frame on empty payloadNicolas Dufresne1-1/+3
2018-03-05omx: Free empty buffers list in use_dynamic_buffersNicolas Dufresne1-0/+2
2018-03-05omxvideodec: Fix CodecState leakNicolas Dufresne1-0/+1
2018-03-03Release 1.13.901.13.90Tim-Philipp Müller6-134/+1555
2018-03-03config: dist tizonia config filesTim-Philipp Müller1-1/+1
2018-03-02Revert "omx: wait for flush complete and buffers being released when flushing"Nicolas Dufresne1-1/+1
2018-02-28videoenc: don't set stride padding to 0 when copying framesGuillaume Desmottes1-20/+2
2018-02-28add support for NV12_10LE32 and NV16_10LE32 on zynqultrascaleplusGuillaume Desmottes6-15/+101
2018-02-28omxvideoenc: factor out gst_omx_video_enc_nv12_manual_copy()Guillaume Desmottes1-58/+66
2018-02-28omxvideoenc: display the computed buffer size when configuring inputGuillaume Desmottes1-6/+6
2018-02-21videoenc: implement ROI on zynqultrascaleplusGuillaume Desmottes2-0/+111
2018-02-21omxvideoenc: remove GST_PARAM_MUTABLE_PLAYING from 'max-bitrate' propertyGuillaume Desmottes1-1/+1
2018-02-21omxvideoenc: protect target_bitrate with the object lockGuillaume Desmottes2-1/+10
2018-02-21omxbufferpool: add PERFORMANCE DEBUG message when copying output framesGuillaume Desmottes1-0/+9
2018-02-15Back to developmentTim-Philipp Müller2-3/+3
2018-02-15Release 1.13.11.13.1Tim-Philipp Müller5-623/+116
2018-02-12omxh265enc: fix typo in "periodicty-idr" property nameGuillaume Desmottes1-1/+1
2018-02-08meson: make version numbers ints and fix int/string comparisonTim-Philipp Müller1-9/+5
2018-01-30include all OMX extension headers if presentGuillaume Desmottes3-1/+89
2018-01-30meson: simplify OMX extensions detectionGuillaume Desmottes3-38/+26
2018-01-30Revert "meson: use include_directories() with external OMX headers path"Nicolas Dufresne3-26/+39
2018-01-30omxh265enc: add some encoding propertiesGuillaume Desmottes2-0/+74
2018-01-30omxh264enc: add some encoding propertiesGuillaume Desmottes2-0/+108
2018-01-30omxvideoenc: add zynqultrascaleplus specific propertiesGuillaume Desmottes2-1/+607
2018-01-30omxvideoenc: document unit of target-bitrate propertyGuillaume Desmottes1-1/+1
2018-01-30omxvideodec: add internal-entropy-buffers property on zynqultrascaleplusGuillaume Desmottes2-1/+111
2018-01-30meson: use include_directories() with external OMX headers pathGuillaume Desmottes3-39/+26
2018-01-30omxvideoenc: expose chroma format and bit depth in output capsGuillaume Desmottes1-0/+56
2018-01-30omxvideoenc: factor out get_output_caps()Guillaume Desmottes1-2/+13