summaryrefslogtreecommitdiff
path: root/omx/gstomxaudiodec.c
Commit message (Expand)AuthorAgeFilesLines
* omx: allow gst_omx_port_acquire_buffer() to not wait for buffersGuillaume Desmottes2018-08-301-3/+3
* turn GstOMXComponent to a GstMiniObjectGuillaume Desmottes2018-08-301-1/+1
* omx{audio,video}{dec,enc}: sequentially disable ports because buffers are not...Julien Isorce2017-08-171-7/+18
* omx*dec: Flush before we stop the srcpad loopGraham Leggett2016-12-191-6/+6
* omx: #define OMX_SKIP64BIT on the RPi as required by their APISebastian Dröge2016-06-171-9/+11
* Properly handle drain requests while flushingEnrique Ocaña González2015-11-181-0/+12
* omxaudiodec: use default pad accept-caps handlingThiago Santos2015-09-011-0/+3
* omxaudiodec: Add an output adapter for chunking the output into codec framesSebastian Dröge2015-05-191-21/+63
* omxaudiodec: impossible if statementLuis de Bethencourt2015-03-061-3/+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
* omx: Let base classes handle EOSSebastian Dröge2014-08-141-23/+4
* omxaudiodec: Fix flushing logic and make it more similar to the video decoderSebastian Dröge2014-08-141-15/+42
* omxaudiodec: Implement setting of fallback channel positionsSebastian Dröge2014-07-131-0/+8
* 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-021-0/+1299