summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* omxvideodec: always signal drain cond when stopping streaming loopGuillaume Desmottes2018-06-082-23/+9
* omxvideoenc: factor out gst_omx_video_enc_pause_loop()Guillaume Desmottes2018-06-081-17/+16
* zynqultrascaleplus: enable 'ensure-buffer-count-actual' hackGuillaume Desmottes2018-06-081-4/+4
* omxvideodec/enc: add hack updating nBufferCountActual before allocatingGuillaume Desmottes2018-06-084-0/+101
* omxvidee{enc,dec}: refresh input port definition after setting formatGuillaume Desmottes2018-06-082-2/+8
* omx: always consider component in 'invalid' state when an error occuredGuillaume Desmottes2018-06-081-4/+4
* meson: Update option names to omit 'with_omx' prefixesMatthew Waters2018-05-252-8/+13
* omxvideodec: pass a GstOMXBufferMode to gst_omx_buffer_pool_new()Guillaume Desmottes2018-05-041-1/+2
* zynq: remove 'no-disable-outport' hackGuillaume Desmottes2018-05-031-4/+4
* omxh26{4,5}enc: don't pick default 10-bit profileGuillaume Desmottes2018-04-262-26/+0
* omxh264: sync with supported profiles on zynqultrascaleplusGuillaume Desmottes2018-04-251-2/+15
* omxh264: factor out gst_omx_h264_utils_get_profile_from_enum()Guillaume Desmottes2018-04-253-40/+42
* omxh265: add format range extension profiles on zynqultrascaleplusGuillaume Desmottes2018-04-251-0/+15
* omxh265: factor out gst_omx_h265_utils_get_profile_from_enum()Guillaume Desmottes2018-04-253-35/+45
* omxvideoenc: add NV16 supportGuillaume Desmottes2018-04-251-4/+13
* omxvideo: display port number when listing supported formatsGuillaume Desmottes2018-04-251-3/+3
* omxvideoenc: restore OMX default target-bitrate if requested by userGuillaume Desmottes2018-04-233-4/+17
* 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
* meson: fix miscellaneous meson warningsTim-Philipp Müller2018-04-201-24/+12
* omxvideoenc/dec: fix handling of component enabling failingGuillaume Desmottes2018-04-182-2/+32
* Automatic update of common submoduleTim-Philipp Müller2018-04-161-0/+0
* log_omx_performance: convert pointers to stringsGuillaume Desmottes2018-04-061-2/+11
* omxvideoenc: remove duplicated debug messageGuillaume Desmottes2018-04-021-1/+0
* omxvideoenc: add 'roi' qp-mode on zynqultrascaleplusGuillaume Desmottes2018-03-281-0/+10
* Back to developmentTim-Philipp Müller2018-03-204-1080/+68
* Release 1.14.01.14.0Tim-Philipp Müller2018-03-196-64/+204
* Release 1.13.911.13.91Tim-Philipp Müller2018-03-136-40/+955
* meson: fix typo in package name defineTim-Philipp Müller2018-03-091-1/+1
* omxh265: update 422 profile namesGuillaume Desmottes2018-03-052-4/+5
* omxvideoenc: Don't drop the frame on empty payloadNicolas Dufresne2018-03-051-1/+3
* omxvideodec: Don't drop the frame on empty payloadNicolas Dufresne2018-03-051-1/+3
* omx: Free empty buffers list in use_dynamic_buffersNicolas Dufresne2018-03-051-0/+2
* omxvideodec: Fix CodecState leakNicolas Dufresne2018-03-051-0/+1
* Release 1.13.901.13.90Tim-Philipp Müller2018-03-036-134/+1555
* config: dist tizonia config filesTim-Philipp Müller2018-03-031-1/+1
* Revert "omx: wait for flush complete and buffers being released when flushing"Nicolas Dufresne2018-03-021-1/+1
* 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-286-15/+101
* 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-212-0/+111
* 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-212-1/+10
* omxbufferpool: add PERFORMANCE DEBUG message when copying output framesGuillaume Desmottes2018-02-211-0/+9
* Back to developmentTim-Philipp Müller2018-02-152-3/+3
* Release 1.13.11.13.1Tim-Philipp Müller2018-02-155-623/+116
* omxh265enc: fix typo in "periodicty-idr" property nameGuillaume Desmottes2018-02-121-1/+1
* meson: make version numbers ints and fix int/string comparisonTim-Philipp Müller2018-02-081-9/+5
* include all OMX extension headers if presentGuillaume Desmottes2018-01-303-1/+89