summaryrefslogtreecommitdiff
path: root/omx
Commit message (Expand)AuthorAgeFilesLines
* omxvideodec: Use GST_VIDEO_FRAME_PLANE_STRIDE() to get output buffer's strideKazunori Kobayashi2016-06-291-1/+1
* omxaudioenc: implement GstPreset interfaceAurélien Zanelli2016-06-211-4/+6
* omxvideoenc: implement GstPreset interfaceAurélien Zanelli2016-06-211-4/+6
* omx: #define OMX_SKIP64BIT on the RPi as required by their APISebastian Dröge2016-06-176-38/+58
* omxvideodec: Implement ::drain() virtual methodSebastian Dröge2016-06-171-8/+8
* omxvideodec : Use gstglmemoryegl for the RPiGwang Yoon Hwang2016-05-041-19/+20
* Remember the last_error after a failed set state call to avoid blocking the n...Enrique Ocaña González2015-11-181-0/+7
* Properly handle drain requests while flushingEnrique Ocaña González2015-11-184-0/+48
* omx: fix hacks leak on class initNicolas Huet2015-11-181-0/+1
* omxaacdec: Do not accept unknown layoutsThiago Santos2015-09-011-2/+4
* omxaudiodec: use default pad accept-caps handlingThiago Santos2015-09-011-0/+3
* omxvideodec: use default pad accept-caps handlingThiago Santos2015-08-281-0/+3
* omxvideoenc: Add keyframe support for the Rpi, using OMX_IndexConfigBrcmVideo...Graham Leggett2015-08-271-0/+13
* 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
* 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-261-15/+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
* omx: Add omxamrdecJun Ji2014-11-134-1/+286
* 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-281-20/+31
* 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-231-0/+1
* 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-011-2/+4
* 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
* 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-242-1/+4
* 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