summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gst-omx: Fix memory leaks when context parse failsVineeth TM2015-08-201-0/+2
* omxh264dec: implement is_format_changePhilippe Normand2015-08-161-0/+25
* omxvideodec: unref allocator after getting it from allocation queryAurélien Zanelli2015-07-061-8/+12
* Automatic update of common submoduleStefan Sauer2015-07-031-0/+0
* Automatic update of common submoduleNicolas Dufresne2015-06-161-0/+0
* Automatic update of common submoduleEdward Hervey2015-06-091-0/+0
* Automatic update of common submoduleStefan Sauer2015-06-081-0/+0
* Automatic update of common submoduleStefan Sauer2015-06-071-0/+0
* Automatic update of common submoduleStefan Sauer2015-06-071-0/+0
* Automatic update of common submoduleStefan Sauer2015-06-072-9/+20
* omxaudiodec: Add an output adapter for chunking the output into codec framesSebastian Dröge2015-05-192-21/+65
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-262-45/+0
* Remove INSTALL fileSebastian Dröge2015-04-221-370/+0
* Add m4 directory so aclocal doesn't complain in autogen.shTim-Philipp Müller2015-04-084-2/+8
* Update autogen.sh to latest versionTim-Philipp Müller2015-04-072-46/+51
* 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