summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Automatic update of common submoduleTim-Philipp Müller2015-04-031-0/+0
* omxaudiodec: add comment explaining duplicate code pathLuis de Bethencourt2015-03-061-1/+1
* Revert "omxaudiodec: remove duplicate code path"Luis de Bethencourt2015-03-061-1/+3
* omx: handle both errors in the two steps of update_port_definitionLuis de Bethencourt2015-03-061-5/+8
* omxaudioenc: impossible if statementLuis de Bethencourt2015-03-061-3/+0
* omxaudiodec: impossible if statementLuis de Bethencourt2015-03-061-3/+0
* omxaudiodec: remove duplicate code pathLuis de Bethencourt2015-03-061-3/+1
* omx: call handle_messages() only once in acquire_buffer() to avoid potential ...George Kiagiadakis2015-03-041-2/+0
* omx: cleanup code a bit to remove else statementWonchul Lee2015-02-261-8/+4
* Automatic update of common submoduleStefan Sauer2015-01-121-0/+0
* Automatic update of common submoduleSebastian Dröge2014-12-181-0/+0
* Automatic update of common submoduleEdward Hervey2014-11-271-0/+0
* omx: Add omxamrdecJun Ji2014-11-134-1/+286
* Automatic update of common submoduleSebastian Dröge2014-10-271-0/+0
* Automatic update of common submoduleTim-Philipp Müller2014-10-211-0/+0
* Automatic update of common submoduleStefan Sauer2014-10-211-0/+0
* omxaudiodec: Clean up code a bit to get rid of useless NULL checksSebastian Dröge2014-09-301-24/+13
* omxaudiodec: Unmap input buffers after usagejunji2014-09-301-0/+8
* omxvideoenc: Setup aspect ratio on RPiMichal Lazo2014-09-011-0/+43
* omxaudioenc: Implement the hack flag GST_OMX_HACK_NO_COMPONENT_RECONFIGURESebastian Dröge2014-08-281-20/+31
* omxaudioenc: Use the base class' open/close vfuncs instead of calling them ou...Sebastian Dröge2014-08-281-6/+9
* omxvideoenc: Implement the hack flag GST_OMX_HACK_NO_COMPONENT_RECONFIGUREPeng Liu2014-08-282-21/+32
* omx: Let base classes handle EOSSebastian Dröge2014-08-148-177/+22
* omxaudiodec: Fix flushing logic and make it more similar to the video decoderSebastian Dröge2014-08-141-15/+42
* Release 1.2.01.2.0Sebastian Dröge2014-07-236-30/+1169
* config: Update ranks to PRIMARY+1 to have higher preference than avdec_*Sebastian Dröge2014-07-222-13/+13
* omxaudiosink: Set port to not flushing in prepare() and keep it at flushing i...Sebastian Dröge2014-07-201-9/+9
* omxaudiodec: Implement setting of fallback channel positionsSebastian Dröge2014-07-134-0/+110
* omx: Add AAC audio decoderSebastian Dröge2014-07-135-2/+295
* omxaudiodec: Get PCM parameters from the out port, not the in portSebastian Dröge2014-07-021-1/+1
* omxaudiodec: Implement hack for not disabling the output port after set_forma...Sebastian Dröge2014-07-021-11/+36
* omx: Add audio decoder base class and a subclass for MP3Sebastian Dröge2014-07-026-1/+1676
* omx: Link to gmodule-2.0-no-export for being able to use the g_module_*() APISebastian Dröge2014-07-012-3/+8
* examples: #define GST_USE_UNSTABLE_API for libgstglSebastian Dröge2014-06-301-0/+1
* omxh264enc: Properly accumulate headers and push before the next frameSebastian Dröge2014-06-292-6/+39
* omxvideoenc: Implement flush() instead of the deprecated reset()Sebastian Dröge2014-06-291-6/+5
* rpi: It's 44100Hz, not 41400HzSebastian Dröge2014-06-251-2/+2
* configure.ac: require gstgl >= 1.3.3Julien Isorce2014-06-251-1/+1
* example: enable testeglJulien Isorce2014-06-252-5/+5
* testegl: do matrix mutlplication in the shaderJulien Isorce2014-06-251-70/+46
* testegl: add a comment for the parse commandJulien Isorce2014-06-251-1/+23
* testegl: convert code from GLESv1 to GLESv2Julien Isorce2014-06-253-158/+414
* testegl: port to gstgl APIJulien Isorce2014-06-252-610/+117
* omxbufferpool: Copy buffers if the stride does not match and we can't use vid...Sebastian Dröge2014-06-243-29/+95
* omx: Only include OMX_VideoExt.h conditionallySebastian Dröge2014-06-243-4/+20
* configure.ac: Require GStreamer core/base >= 1.2.2Sebastian Dröge2014-06-241-1/+1
* omxbufferpool: Fix format string compiler warningSebastian Dröge2014-06-241-1/+1
* omxbufferpool: Initialize debug categoryMichal Lazo2014-06-241-1/+6
* omxbufferpool: Properly convert OMX alignment to GStreamer alignmentSebastian Dröge2014-06-241-2/+14
* omxh264enc: Don't let baseclass finish frames for SPS/PPS buffersSebastian Dröge2014-06-241-0/+5