summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-01omxaacdec: Do not accept unknown layoutsHEADmasterThiago Santos1-2/+4
2015-09-01omxaudiodec: use default pad accept-caps handlingThiago Santos1-0/+3
2015-08-28omxvideodec: use default pad accept-caps handlingThiago Santos1-0/+3
2015-08-27omxvideoenc: Add keyframe support for the Rpi, using OMX_IndexConfigBrcmVideo...Graham Leggett1-0/+13
2015-08-20gst-omx: Fix memory leaks when context parse failsVineeth TM1-0/+2
2015-08-16omxh264dec: implement is_format_changePhilippe Normand1-0/+25
2015-07-06omxvideodec: unref allocator after getting it from allocation queryAurélien Zanelli1-8/+12
2015-07-03Automatic update of common submoduleStefan Sauer1-0/+0
2015-06-16Automatic update of common submoduleNicolas Dufresne1-0/+0
2015-06-09Automatic update of common submoduleEdward Hervey1-0/+0
2015-06-08Automatic update of common submoduleStefan Sauer1-0/+0
2015-06-07Automatic update of common submoduleStefan Sauer1-0/+0
2015-06-07Automatic update of common submoduleStefan Sauer1-0/+0
2015-06-07Automatic update of common submoduleStefan Sauer2-9/+20
2015-05-19omxaudiodec: Add an output adapter for chunking the output into codec framesSebastian Dröge2-21/+65
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller2-45/+0
2015-04-22Remove INSTALL fileSebastian Dröge1-370/+0
2015-04-08Add m4 directory so aclocal doesn't complain in autogen.shTim-Philipp Müller4-2/+8
2015-04-07Update autogen.sh to latest versionTim-Philipp Müller2-46/+51
2015-04-03Automatic update of common submoduleTim-Philipp Müller1-0/+0
2015-03-06omxaudiodec: add comment explaining duplicate code pathLuis de Bethencourt1-1/+1
2015-03-06Revert "omxaudiodec: remove duplicate code path"Luis de Bethencourt1-1/+3
2015-03-06omx: handle both errors in the two steps of update_port_definitionLuis de Bethencourt1-5/+8
2015-03-06omxaudioenc: impossible if statementLuis de Bethencourt1-3/+0
2015-03-06omxaudiodec: impossible if statementLuis de Bethencourt1-3/+0
2015-03-06omxaudiodec: remove duplicate code pathLuis de Bethencourt1-3/+1
2015-03-04omx: call handle_messages() only once in acquire_buffer() to avoid potential ...George Kiagiadakis1-2/+0
2015-02-26omx: cleanup code a bit to remove else statementWonchul Lee1-8/+4
2015-01-12Automatic update of common submoduleStefan Sauer1-0/+0
2014-12-18Automatic update of common submoduleSebastian Dröge1-0/+0
2014-11-27Automatic update of common submoduleEdward Hervey1-0/+0
2014-11-13omx: Add omxamrdecJun Ji4-1/+286
2014-10-27Automatic update of common submoduleSebastian Dröge1-0/+0
2014-10-21Automatic update of common submoduleTim-Philipp Müller1-0/+0
2014-10-21Automatic update of common submoduleStefan Sauer1-0/+0
2014-09-30omxaudiodec: Clean up code a bit to get rid of useless NULL checksSebastian Dröge1-24/+13
2014-09-30omxaudiodec: Unmap input buffers after usagejunji1-0/+8
2014-09-01omxvideoenc: Setup aspect ratio on RPiMichal Lazo1-0/+43
2014-08-28omxaudioenc: Implement the hack flag GST_OMX_HACK_NO_COMPONENT_RECONFIGURESebastian Dröge1-20/+31
2014-08-28omxaudioenc: Use the base class' open/close vfuncs instead of calling them ou...Sebastian Dröge1-6/+9
2014-08-28omxvideoenc: Implement the hack flag GST_OMX_HACK_NO_COMPONENT_RECONFIGUREPeng Liu2-21/+32
2014-08-14omx: Let base classes handle EOSSebastian Dröge8-177/+22
2014-08-14omxaudiodec: Fix flushing logic and make it more similar to the video decoderSebastian Dröge1-15/+42
2014-07-23Release 1.2.0Sebastian Dröge6-30/+1169
2014-07-22config: Update ranks to PRIMARY+1 to have higher preference than avdec_*Sebastian Dröge2-13/+13
2014-07-20omxaudiosink: Set port to not flushing in prepare() and keep it at flushing i...Sebastian Dröge1-9/+9
2014-07-13omxaudiodec: Implement setting of fallback channel positionsSebastian Dröge4-0/+110
2014-07-13omx: Add AAC audio decoderSebastian Dröge5-2/+295
2014-07-02omxaudiodec: Get PCM parameters from the out port, not the in portSebastian Dröge1-1/+1
2014-07-02omxaudiodec: Implement hack for not disabling the output port after set_forma...Sebastian Dröge1-11/+36