summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* meson: simplify OMX extensions detectionGuillaume Desmottes2018-01-303-38/+26
* Revert "meson: use include_directories() with external OMX headers path"Nicolas Dufresne2018-01-303-26/+39
* omxh265enc: add some encoding propertiesGuillaume Desmottes2018-01-302-0/+74
* omxh264enc: add some encoding propertiesGuillaume Desmottes2018-01-302-0/+108
* omxvideoenc: add zynqultrascaleplus specific propertiesGuillaume Desmottes2018-01-302-1/+607
* omxvideoenc: document unit of target-bitrate propertyGuillaume Desmottes2018-01-301-1/+1
* omxvideodec: add internal-entropy-buffers property on zynqultrascaleplusGuillaume Desmottes2018-01-302-1/+111
* meson: use include_directories() with external OMX headers pathGuillaume Desmottes2018-01-303-39/+26
* 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
* omxvideodec: add hack to pass color format from caps to OMX decoderGuillaume Desmottes2018-01-304-2/+93
* log failing OMX calls as errorsGuillaume Desmottes2018-01-291-17/+27
* add OMX_PERFORMANCE debug categoryGuillaume Desmottes2018-01-291-0/+40
* omxvideoenc: implement dmabuf import on zynqultrascaleplusGuillaume Desmottes2018-01-294-15/+98
* omxvideoenc: drop late input frames if QoS is enabledGuillaume Desmottes2018-01-221-0/+11
* TestEgl: Removed redundant/unused codeAshish Kumar2018-01-191-9/+0
* omxvideoenc: early return in fill_buffer() if something goes wrongGuillaume Desmottes2018-01-071-4/+4
* meson: gl: the winsys and platform list in the .pc file is space-separatedTim-Philipp Müller2017-12-191-2/+2
* meson: fix subproject fallback for gstreamer-gl-1.0Tim-Philipp Müller2017-12-191-2/+2
* omxvideodec: ignore very little variations of the framerateJulien Isorce2017-12-143-1/+20
* omxvideodec: use dynamic buffer mode on input if possibleGuillaume Desmottes2017-12-142-25/+154
* omxvideoenc: use dynamic buffer mode on input if possibleGuillaume Desmottes2017-12-142-1/+116
* omxvideoenc/dec: factor out input buffer allocationGuillaume Desmottes2017-12-142-10/+26
* omx: add API to implement dynamic buffers supportGuillaume Desmottes2017-12-142-0/+166
* Automatic update of common submoduleMatthew Waters2017-12-141-0/+0
* omxvideodec: consolidate the decision to try UseBufferJulien Isorce2017-12-131-3/+8
* gstomxvideodec: fix framerate overflowJulien Isorce2017-12-134-18/+21
* example: port testegl.c to desktopJulien Isorce2017-12-115-7/+97
* meson: move omx features check after target selectionJulien Isorce2017-12-111-46/+46
* config: add OMX.Aratelia.audio_decoder.aac to Tizonia configJulien Isorce2017-12-111-0/+8
* omxvideodec: retrieve OMX_IndexParamVideoPortFormat before setting itGuillaume Desmottes2017-11-291-0/+8
* omxaacenc: also set 'profile' if mpegversion is 4Julien Isorce2017-11-291-1/+1
* omx: wait for flush complete and buffers being released when flushingGuillaume Desmottes2017-11-281-1/+1
* gst_omx_port_set_flushing: simplify waiting loopGuillaume Desmottes2017-11-281-3/+8
* Automatic update of common submoduleMatthew Waters2017-11-271-0/+0
* zynqultrascaleplus: add support for extra AVC levelsGuillaume Desmottes2017-11-232-0/+24
* add test supportGuillaume Desmottes2017-10-1912-6/+373
* meson: add tools supportGuillaume Desmottes2017-10-192-1/+9
* omx: fix build on rpiGuillaume Desmottes2017-10-191-1/+1
* check if Allegro headers are present when building zynqultrascaleplusGuillaume Desmottes2017-10-192-0/+11
* omxvideodec: remove redundant debug messageGuillaume Desmottes2017-10-191-2/+0
* omxh265: fix enum casting when using Allegro HEVC extensionsGuillaume Desmottes2017-10-192-3/+12
* properly cast extension enumsGuillaume Desmottes2017-10-192-2/+4
* omx: also reset nTimeStamp when re-using buffersGuillaume Desmottes2017-10-111-0/+1
* omx: factor out gst_omx_buffer_reset()Guillaume Desmottes2017-10-111-12/+11
* add gst_omx_buffer_flags_to_string()Guillaume Desmottes2017-10-114-6/+98