summaryrefslogtreecommitdiff
path: root/omx/gstomxvideodec.c
Commit message (Expand)AuthorAgeFilesLines
* omxvideodec: fix OMX flags on header bufferGuillaume Desmottes2021-07-091-1/+3
* omxvideodec: allow to start decoder on HEADER bufferGuillaume Desmottes2021-07-091-1/+1
* omxh26xdec: videodecoder support subframeNicolas Dufresne2021-07-091-3/+20
* omxvideodec: support interlace-mode=interleaved inputGuillaume Desmottes2020-10-051-4/+19
* omxvideoenc: remove unsupported formats from caps templateGuillaume Desmottes2020-04-101-2/+2
* omxvideodec: add support of alternate interlace mode on zynqGuillaume Desmottes2020-02-271-12/+207
* omxvideo{enc,dec}: use GST_VIDEO_INFO_FIELD_HEIGHT()Guillaume Desmottes2020-02-271-11/+13
* omxvideodec: fix dmabuf importGuillaume Desmottes2019-09-021-2/+12
* omxvideodec: log supported caps by the decoderGuillaume Desmottes2019-08-051-0/+3
* omxvideo: add debug infos to find_nearest_frame()Guillaume Desmottes2019-06-171-1/+1
* omxvideodec: Deactivate negotiated pool when output own bufferShinya Saito2019-06-071-0/+2
* omxvideodec: add debug if proposed pool can't provide enough buffersGuillaume Desmottes2019-03-261-0/+2
* omxvideo: use GST_VIDEO_CAPS_MAKE() for template capsGuillaume Desmottes2019-01-251-3/+1
* omxvideodec: Remove duplicated QoS codeNicolas Dufresne2019-01-251-10/+1
* omxvideodec: Remove dead codeNicolas Dufresne2019-01-251-15/+0
* omxbufferpool: fix early input buffer releaseGuillaume Desmottes2018-12-211-3/+0
* omxvideodec: Remove spurious unlock in error caseNicolas Dufresne2018-09-101-3/+1
* omxvideodec: don't hold the stream lock when trying to push a frameNicolas Dufresne2018-08-311-4/+2
* omxvideodec: don't import OMX buffers from downstreamGuillaume Desmottes2018-08-301-4/+16
* omx: allow gst_omx_port_acquire_buffer() to not wait for buffersGuillaume Desmottes2018-08-301-3/+3
* omxvideodec: don't import non-dmabuf when dec is in dmabuf modeGuillaume Desmottes2018-08-301-0/+7
* omxvideodec: factor out gst_omx_try_importing_buffer()Guillaume Desmottes2018-08-301-22/+64
* omxvideodec: fix gst_video_info_from_caps() caps assertionGuillaume Desmottes2018-08-301-0/+3
* omxvideodec: fix pool caps reference stealingGuillaume Desmottes2018-08-301-1/+1
* omxvideodec: prevent timeout when shutting down because of pending out buffersGuillaume Desmottes2018-08-301-2/+9
* turn GstOMXComponent to a GstMiniObjectGuillaume Desmottes2018-08-301-2/+2
* omxbufferpool: deallocate OMX buffers when stoppingGuillaume Desmottes2018-08-301-13/+16
* omxvideo{enc,dec}: stop calling shutdown() in change_stateGuillaume Desmottes2018-08-301-3/+0
* omx: factor out gst_omx_port_set_dmabuf()Guillaume Desmottes2018-08-301-20/+2
* omxvideoenc: implement decide_allocationGuillaume Desmottes2018-06-081-1/+1
* omxvideodec: implement propose_allocationGuillaume Desmottes2018-06-081-0/+22
* omxvideodec: always signal drain cond when stopping streaming loopGuillaume Desmottes2018-06-081-22/+8
* omxvideoenc: factor out gst_omx_video_enc_pause_loop()Guillaume Desmottes2018-06-081-17/+16
* omxvideodec/enc: add hack updating nBufferCountActual before allocatingGuillaume Desmottes2018-06-081-0/+23
* omxvidee{enc,dec}: refresh input port definition after setting formatGuillaume Desmottes2018-06-081-1/+4
* omxvideodec: pass a GstOMXBufferMode to gst_omx_buffer_pool_new()Guillaume Desmottes2018-05-041-1/+2
* omxvideoenc/dec: fix handling of component enabling failingGuillaume Desmottes2018-04-181-1/+16
* omxvideodec: Don't drop the frame on empty payloadNicolas Dufresne2018-03-051-1/+3
* omxvideodec: Fix CodecState leakNicolas Dufresne2018-03-051-0/+1
* add support for NV12_10LE32 and NV16_10LE32 on zynqultrascaleplusGuillaume Desmottes2018-02-281-0/+16
* omxvideodec: add internal-entropy-buffers property on zynqultrascaleplusGuillaume Desmottes2018-01-301-1/+106
* omxvideodec: add hack to pass color format from caps to OMX decoderGuillaume Desmottes2018-01-301-0/+80
* omxvideodec: ignore very little variations of the framerateJulien Isorce2017-12-141-1/+2
* omxvideodec: use dynamic buffer mode on input if possibleGuillaume Desmottes2017-12-141-25/+153
* omxvideoenc/dec: factor out input buffer allocationGuillaume Desmottes2017-12-141-5/+13
* omxvideodec: consolidate the decision to try UseBufferJulien Isorce2017-12-131-3/+8
* gstomxvideodec: fix framerate overflowJulien Isorce2017-12-131-6/+3
* omxvideodec: retrieve OMX_IndexParamVideoPortFormat before setting itGuillaume Desmottes2017-11-291-0/+8
* omxvideodec: remove redundant debug messageGuillaume Desmottes2017-10-191-2/+0
* add gst_omx_buffer_flags_to_string()Guillaume Desmottes2017-10-111-1/+2