summaryrefslogtreecommitdiff
path: root/omx/gstomxvideoenc.c
Commit message (Expand)AuthorAgeFilesLines
* omxvideoenc: factor out gst_omx_video_enc_allocate_out_buffers()Guillaume Desmottes2020-05-201-4/+12
* omxvideoenc: remove unsupported formats from caps templateGuillaume Desmottes2020-04-101-3/+1
* omxvideoenc: add GRAY8 supportGuillaume Desmottes2020-04-101-0/+18
* omxvideoenc: factor out gst_omx_video_enc_copy_plane()Guillaume Desmottes2020-04-101-37/+50
* omxvideoenc: use gst_video_meta_get_plane_height() to compute slice heightGuillaume Desmottes2020-04-101-1/+9
* omxh26xenc: fix coverity with frame testStéphane Cerveau2020-04-081-1/+9
* gstomxvideoenc: fix subframe output_bufferStéphane Cerveau2020-03-191-1/+1
* omxvideoenc: add support of alternate interlace mode on zynqGuillaume Desmottes2020-02-271-0/+127
* omxvideo(enc): use GST_VIDEO_INFO_FIELD_RATE_N()Guillaume Desmottes2020-02-271-6/+9
* omxvideo{enc,dec}: use GST_VIDEO_INFO_FIELD_HEIGHT()Guillaume Desmottes2020-02-271-3/+4
* omxvideoenc: fix warningStéphane Cerveau2020-01-161-2/+3
* omxvideoenc: Add look-ahead property to ZYNQ_USCALE_PLUS encoderVarunkumar Allagadapa2020-01-091-0/+31
* omxvideoenc: Add long-term-ref support to ZYNQ_USCALE_PLUS encoderVarunkumar Allagadapa2020-01-091-0/+124
* omxvideoenc: use subframe base class APIGuillaume Desmottes2019-12-221-3/+13
* omxvideoenc: update qp-mode settingsVarunkumar Allagadapa2019-12-191-9/+67
* omxvideoenc: Add stride check for input buffer extractionShinya Saito2019-12-111-2/+5
* omxvideoenc: pass padding requirements to ALLOCATION queryGuillaume Desmottes2019-11-051-1/+25
* omxvideoenc: fix buffer size in debug logGuillaume Desmottes2019-11-021-2/+2
* omxvideoenc: revert draining on ALLOCATION and DRAIN queryGuillaume Desmottes2019-09-231-27/+0
* omxvideoenc: let encoder base class handle ALLOCATION queryGuillaume Desmottes2019-09-171-1/+0
* omxvideoenc: drain encoder on ALLOCATION and DRAIN queriesGuillaume Desmottes2019-09-051-0/+28
* omxvideoenc: log the full input formatGuillaume Desmottes2019-09-041-2/+4
* omxvideoenc: Remove unnecessary gst_video_frame_unmap()Shinya Saito2019-08-221-1/+0
* omxvideoenc: Unref frame of codec config bufferShinya Saito2019-07-111-0/+1
* omxvideo: add debug infos to find_nearest_frame()Guillaume Desmottes2019-06-171-1/+1
* omxbufferpool: refactor to allow memory sharingGeorge Kiagiadakis2019-04-251-2/+11
* omx: fix autotools build for generic targetTim-Philipp Müller2019-04-101-1/+1
* omxvideo: use GST_VIDEO_CAPS_MAKE() for template capsGuillaume Desmottes2019-01-251-3/+2
* omxvideoenc: validate cpb-size and initial-delayGuillaume Desmottes2019-01-251-11/+19
* omxvideoenc: add adaptive gop-mode optionVarunkumar Allagadapa2019-01-251-0/+2
* omxvideoenc: Add dynamic framerate supportNicolas Dufresne2019-01-251-0/+52
* omxvideoenc: Add dynamic IDR insertion support on zynqVarunkumar Allagadapa2019-01-091-0/+9
* omxbufferpool: fix early input buffer releaseGuillaume Desmottes2018-12-211-3/+0
* omxvideoenc: Remove spurious lockingNicolas Dufresne2018-09-101-7/+3
* omxvideoenc: Remove unneeded size checkNicolas Dufresne2018-09-101-11/+7
* omxvideoenc: implement dmabuf export on input buffersGuillaume Desmottes2018-08-301-26/+161
* omx: allow gst_omx_port_acquire_buffer() to not wait for buffersGuillaume Desmottes2018-08-301-3/+3
* turn GstOMXComponent to a GstMiniObjectGuillaume Desmottes2018-08-301-1/+1
* omxvideo{enc,dec}: stop calling shutdown() in change_stateGuillaume Desmottes2018-08-301-3/+0
* omxvideoenc: factor out gst_omx_video_enc_set_to_idle()Guillaume Desmottes2018-08-301-30/+38
* omxvideoenc: factor out gst_omx_video_enc_deallocate_in_buffers()Guillaume Desmottes2018-08-301-2/+11
* omx: factor out gst_omx_port_set_dmabuf()Guillaume Desmottes2018-08-301-16/+2
* omxvideoenc: pause component when flushingGuillaume Desmottes2018-08-281-0/+13
* omxvideoenc: fix vertical padding in NV16 formatsGuillaume Desmottes2018-07-131-14/+7
* omxvideoenc: include vertical padding in nFilledLen when copyingGuillaume Desmottes2018-07-051-2/+19
* omxvideoenc: implement decide_allocationGuillaume Desmottes2018-06-081-5/+42
* omxvideoenc: always signal drain cond when stopping streaming loopGuillaume Desmottes2018-06-081-33/+20
* omxvideodec/enc: add hack updating nBufferCountActual before allocatingGuillaume Desmottes2018-06-081-0/+40
* omxvidee{enc,dec}: refresh input port definition after setting formatGuillaume Desmottes2018-06-081-1/+4
* omxvideoenc: add NV16 supportGuillaume Desmottes2018-04-251-4/+13