summaryrefslogtreecommitdiff
path: root/omx
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-05omxvideodec: support interlace-mode=interleaved inputGuillaume Desmottes1-4/+19
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-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-07omx: remove useless double negationsGuillaume Desmottes1-2/+2
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
2019-12-19zynq: add mapping for latest custom indexesGuillaume Desmottes1-0/+30
2019-12-19omxvideoenc: update qp-mode settingsVarunkumar Allagadapa1-9/+67
2019-12-11omxvideoenc: Add stride check for input buffer extractionShinya Saito1-2/+5
2019-11-05omxvideoenc: pass padding requirements to ALLOCATION queryGuillaume Desmottes1-1/+25
2019-11-05omxbufferpool: use gst_video_meta_set_alignment()Guillaume Desmottes3-1/+105
2019-11-02omxvideoenc: fix buffer size in debug logGuillaume Desmottes1-2/+2
2019-10-14Remove autotools buildTim-Philipp Müller1-116/+0
2019-10-07omxallocator: fix leak with a proper chaining finalizeStéphane Cerveau1-0/+2
2019-09-23omxvideoenc: revert draining on ALLOCATION and DRAIN queryGuillaume Desmottes1-27/+0
2019-09-17omxvideoenc: let encoder base class handle ALLOCATION queryGuillaume Desmottes1-1/+0
2019-09-05omxvideoenc: drain encoder on ALLOCATION and DRAIN queriesGuillaume Desmottes1-0/+28
2019-09-04omx: log the number of pending buffers when port is EOSGuillaume Desmottes1-1/+2
2019-09-04omx: log when an output port is eosGuillaume Desmottes1-2/+8
2019-09-04omxvideoenc: log the full input formatGuillaume Desmottes1-2/+4
2019-09-02omxvideodec: fix dmabuf importGuillaume Desmottes1-2/+12
2019-09-02omxbufferpool: fix dmabuf importGuillaume Desmottes1-3/+6
2019-08-22omxvideoenc: Remove unnecessary gst_video_frame_unmap()Shinya Saito1-1/+0
2019-08-05omxvideodec: log supported caps by the decoderGuillaume Desmottes1-0/+3
2019-07-11omxvideoenc: Unref frame of codec config bufferShinya Saito1-0/+1
2019-06-17omxvideo: check difference between frame and requested tsGuillaume Desmottes1-1/+12