summaryrefslogtreecommitdiff
path: root/omx/gstomxvideoenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* omxvideoenc: restore OMX default target-bitrate if requested by userGuillaume Desmottes2018-04-231-4/+10
* omxvideoenc: use gst_omx_video_enc_set_bitrate() when setting bitrate in set_...Guillaume Desmottes2018-04-231-16/+3
* omxvideoenc: factor out gst_omx_video_enc_set_bitrate()Guillaume Desmottes2018-04-231-46/+59
* omxvideoenc/dec: fix handling of component enabling failingGuillaume Desmottes2018-04-181-1/+16
* omxvideoenc: remove duplicated debug messageGuillaume Desmottes2018-04-021-1/+0
* omxvideoenc: add 'roi' qp-mode on zynqultrascaleplusGuillaume Desmottes2018-03-281-0/+10
* omxvideoenc: Don't drop the frame on empty payloadNicolas Dufresne2018-03-051-1/+3
* videoenc: don't set stride padding to 0 when copying framesGuillaume Desmottes2018-02-281-20/+2
* add support for NV12_10LE32 and NV16_10LE32 on zynqultrascaleplusGuillaume Desmottes2018-02-281-2/+32
* omxvideoenc: factor out gst_omx_video_enc_nv12_manual_copy()Guillaume Desmottes2018-02-281-58/+66
* omxvideoenc: display the computed buffer size when configuring inputGuillaume Desmottes2018-02-281-6/+6
* videoenc: implement ROI on zynqultrascaleplusGuillaume Desmottes2018-02-211-0/+106
* omxvideoenc: remove GST_PARAM_MUTABLE_PLAYING from 'max-bitrate' propertyGuillaume Desmottes2018-02-211-1/+1
* omxvideoenc: protect target_bitrate with the object lockGuillaume Desmottes2018-02-211-0/+9
* omxvideoenc: add zynqultrascaleplus specific propertiesGuillaume Desmottes2018-01-301-1/+590
* omxvideoenc: document unit of target-bitrate propertyGuillaume Desmottes2018-01-301-1/+1
* omxvideoenc: expose chroma format and bit depth in output capsGuillaume Desmottes2018-01-301-0/+56
* omxvideoenc: factor out get_output_caps()Guillaume Desmottes2018-01-301-2/+13
* omxvideoenc: implement dmabuf import on zynqultrascaleplusGuillaume Desmottes2018-01-291-14/+58
* omxvideoenc: drop late input frames if QoS is enabledGuillaume Desmottes2018-01-221-0/+11
* omxvideoenc: early return in fill_buffer() if something goes wrongGuillaume Desmottes2018-01-071-4/+4
* omxvideoenc: use dynamic buffer mode on input if possibleGuillaume Desmottes2017-12-141-1/+114
* omxvideoenc/dec: factor out input buffer allocationGuillaume Desmottes2017-12-141-5/+13
* gstomxvideodec: fix framerate overflowJulien Isorce2017-12-131-8/+6
* add gst_omx_buffer_flags_to_string()Guillaume Desmottes2017-10-111-1/+2
* omxvideoenc: use caps from query in propose_allocationGuillaume Desmottes2017-09-061-3/+16
* omx{audio,video}{dec,enc}: sequentially disable ports because buffers are not...Julien Isorce2017-08-171-7/+18
* omxvideoenc/dec: declare latency on zynqultrascaleplusGuillaume Desmottes2017-08-091-0/+33
* omxvideoenc: adjust stride and slice height from inputGuillaume Desmottes2017-08-081-8/+35
* omxvideoenc: delay buffer configuration until component is enabledGuillaume Desmottes2017-08-081-34/+53
* omxvideodec/enc: delay allocation after the allocation queryGuillaume Desmottes2017-08-081-3/+5
* omxvideoenc: start src thread in handle_frame()Guillaume Desmottes2017-08-081-7/+10
* omxvideoenc: factor out enable and disable codeGuillaume Desmottes2017-08-081-120/+153
* omxvideoenc: ensure enough buffers are allocated in the poolGuillaume Desmottes2017-07-191-0/+10
* omxvideoenc: Fix deadlock in error case when drainingSatya Prakash Gupta2017-07-171-0/+1
* omxvideoenc: update local port_def after reopening the componentJulien Isorce2017-07-051-0/+3
* omxvideoenc: Improve debug output when setting codec state due to new codec_d...Graham Leggett2017-06-121-0/+2
* videoenc: use GST_ROUND_UP_N() macroGuillaume Desmottes2017-04-261-2/+1
* omxvideoenc: Fix compiler warningSebastian Dröge2017-04-071-1/+1
* omxvideoenc: Add an unimplemented mapping for RGBA formatsJan Schmidt2017-03-141-0/+6
* omxvideoenc: Add GST_OMX_HACK_HEIGHT_MULTIPLE_16 for RpiJan Schmidt2017-03-141-28/+39
* omxvideoenc: Add a mapping for OMX_COLOR_FormatYUV420PackedSemiPlanarJan Schmidt2017-03-141-0/+3
* omxvideoenc: Filter out unimplemented formatsJan Schmidt2017-03-141-4/+36
* omxvideoenc: implement GstPreset interfaceAurélien Zanelli2016-06-211-4/+6
* omx: #define OMX_SKIP64BIT on the RPi as required by their APISebastian Dröge2016-06-171-7/+8
* Properly handle drain requests while flushingEnrique Ocaña González2015-11-181-0/+12
* omxvideoenc: Add keyframe support for the Rpi, using OMX_IndexConfigBrcmVideo...Graham Leggett2015-08-271-0/+13
* omxvideoenc: Setup aspect ratio on RPiMichal Lazo2014-09-011-0/+43
* omxvideoenc: Implement the hack flag GST_OMX_HACK_NO_COMPONENT_RECONFIGUREPeng Liu2014-08-281-20/+31
* omx: Let base classes handle EOSSebastian Dröge2014-08-141-22/+4