summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-23Release 1.19.2HEAD1.19.2masterdiscontinued-for-monorepoTim-Philipp Müller5-13/+81
2021-07-09omxvideodec: fix OMX flags on header bufferGuillaume Desmottes1-1/+3
2021-07-09omxvideodec: allow to start decoder on HEADER bufferGuillaume Desmottes1-1/+1
2021-07-09omxh26xdec: videodecoder support subframeNicolas Dufresne4-17/+82
2021-06-01Back to developmentTim-Philipp Müller1-1/+1
2021-06-01Release 1.19.11.19.1Tim-Philipp Müller5-1992/+152
2020-11-04meson: Enable some MSVC warnings for parity with GCC/ClangNirbheek Chauhan1-6/+13
2020-10-16meson: update glib minimum version to 2.56Stéphane Cerveau2-7/+1
2020-10-05omxvideodec: support interlace-mode=interleaved inputGuillaume Desmottes1-4/+19
2020-09-08ci: include template from gst-ci master branch againTim-Philipp Müller1-1/+1
2020-09-08Back to developmentTim-Philipp Müller1-2/+2
2020-09-08Release 1.18.01.18.0Tim-Philipp Müller6-71/+2098
2020-08-27meson: fix Tizonia buildTim-Philipp Müller1-5/+4
2020-08-20Release 1.17.901.17.90Tim-Philipp Müller5-42/+45
2020-07-08meson: set release date from .doap file for releasesTim-Philipp Müller3-4/+63
2020-07-03Back to developmentTim-Philipp Müller1-1/+1
2020-07-03Release 1.17.21.17.2Tim-Philipp Müller5-4/+30
2020-06-20Back to developmentTim-Philipp Müller1-1/+1
2020-06-19Release 1.17.11.17.1Tim-Philipp Müller5-1239/+636
2020-06-16docs: Update plugin cache jsonNirbheek Chauhan1-2/+3
2020-06-03docs: Update documentation cacheThibault Saunier1-0/+1
2020-05-21omx: Add latest OMX_ALG_Index's to omx_index_type_to_strDylan Yip1-12/+28
2020-05-21zynq: change API to use public 2020.01 from vcu-omx-ilStéphane Cerveau1-2/+2
2020-05-20omxvideoenc: factor out gst_omx_video_enc_allocate_out_buffers()Guillaume Desmottes1-4/+12
2020-04-10omxvideoenc: remove unsupported formats from caps templateGuillaume Desmottes5-9/+10
2020-04-10video: remove BGR from supported formatGuillaume Desmottes1-1/+1
2020-04-10omxvideoenc: add GRAY8 supportGuillaume Desmottes1-0/+18
2020-04-10omxvideoenc: factor out gst_omx_video_enc_copy_plane()Guillaume Desmottes1-37/+50
2020-04-10omxvideoenc: use gst_video_meta_get_plane_height() to compute slice heightGuillaume Desmottes1-1/+9
2020-04-08omxh26xenc: fix coverity with frame testStéphane Cerveau4-9/+13
2020-03-19gstomxvideoenc: fix subframe output_bufferStéphane Cerveau1-1/+1
2020-02-27omxvideodec: add support of alternate interlace mode on zynqGuillaume Desmottes1-12/+207
2020-02-27omxvideoenc: add support of alternate interlace mode on zynqGuillaume Desmottes2-0/+136
2020-02-27omx: add alternate flags to buffer_flags_mapGuillaume Desmottes1-0/+4
2020-02-27omxvideo(enc): use GST_VIDEO_INFO_FIELD_RATE_N()Guillaume Desmottes2-7/+16
2020-02-27omxvideo{enc,dec}: use GST_VIDEO_INFO_FIELD_HEIGHT()Guillaume Desmottes2-14/+17
2020-02-25omx: don't log error when failing to load conf file with generic targetGuillaume Desmottes1-8/+17
2020-01-27meson: add glib project fallbackStéphane Cerveau1-3/+3
2020-01-16omxvideoenc: fix warningStéphane Cerveau1-2/+3
2020-01-09omxvideoenc: Add look-ahead property to ZYNQ_USCALE_PLUS encoderVarunkumar Allagadapa2-0/+32
2020-01-09omxvideoenc: Add long-term-ref support to ZYNQ_USCALE_PLUS encoderVarunkumar Allagadapa2-0/+126
2020-01-07meson: display OMX target when configuringGuillaume Desmottes1-0/+2
2020-01-07omx: remove useless double negationsGuillaume Desmottes1-2/+2
2019-12-22meson: fix tizonia buildJulien Isorce1-1/+5
2019-12-22omxh265enc: handle CODECCONFIG buffersGuillaume Desmottes2-0/+78
2019-12-22omxh264enc: send codec data downstreamGuillaume Desmottes1-2/+7
2019-12-22omxh264enc: no need to check if codeconfig has startcodeGuillaume Desmottes1-18/+14
2019-12-22omxh26xenc: Negotiate subframe modeNicolas Dufresne2-7/+45
2019-12-22omxvideoenc: use subframe base class APIGuillaume Desmottes1-3/+13
2019-12-22omx: Add helper to enable/disable/read subframe modeNicolas Dufresne2-0/+57