summaryrefslogtreecommitdiff
path: root/omx
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-16omxh264dec: implement is_format_changePhilippe Normand1-0/+25
2015-07-06omxvideodec: unref allocator after getting it from allocation queryAurélien Zanelli1-8/+12
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üller1-15/+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
2014-11-13omx: Add omxamrdecJun Ji4-1/+286
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 Liu1-20/+31
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öge1-0/+1
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
2014-07-02omx: Add audio decoder base class and a subclass for MP3Sebastian Dröge6-1/+1676
2014-07-01omx: Link to gmodule-2.0-no-export for being able to use the g_module_*() APISebastian Dröge1-2/+4
2014-06-29omxh264enc: Properly accumulate headers and push before the next frameSebastian Dröge2-6/+39
2014-06-29omxvideoenc: Implement flush() instead of the deprecated reset()Sebastian Dröge1-6/+5
2014-06-24omxbufferpool: Copy buffers if the stride does not match and we can't use vid...Sebastian Dröge3-29/+95
2014-06-24omx: Only include OMX_VideoExt.h conditionallySebastian Dröge2-1/+4
2014-06-24omxbufferpool: Fix format string compiler warningSebastian Dröge1-1/+1
2014-06-24omxbufferpool: Initialize debug categoryMichal Lazo1-1/+6
2014-06-24omxbufferpool: Properly convert OMX alignment to GStreamer alignmentSebastian Dröge1-2/+14
2014-06-24omxh264enc: Don't let baseclass finish frames for SPS/PPS buffersSebastian Dröge1-0/+5
2014-06-24omxvideo: Include the separate headers too for compatibility with 1.0.xSebastian Dröge1-0/+2
2014-06-24omxvp8dec: use VP8 definition from OMX_VideoExt.hZhao, Halley1-0/+1
2014-06-20omxvideodec: fix a query leakAurélien Zanelli1-2/+5
2014-06-04omxvideodec: release frames with old PTS to avoid memory issueAurélien Zanelli1-0/+56
2014-06-03omx: Fix a missing g_free() in error pathKazunori Kobayashi1-0/+1
2014-06-02omxvideodec: add missing stream unlock in error pathAurélien Zanelli1-0/+1
2014-05-31omx: Don't handle disabling/enabling ports exactly like flushingSebastian Dröge1-14/+7
2014-05-26omxvideodec: Don't leak buffer pool config in error casesSebastian Dröge1-0/+2
2014-05-19omxvideoenc: Don't forget to unref codec stateSebastian Dröge1-0/+1