summaryrefslogtreecommitdiff
path: root/omx/gstomxaudioenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Port to Gst 0.11Olivier Crête2012-04-131-204/+63
* omxaudioenc: Add hack for encoder components that don't allow empty EOS buffersJonas Larsson2011-12-141-66/+106
* omxaudioenc: Don't forward EOS events immediately but let all other events be...Sebastian Dröge2011-12-061-3/+3
* omxaudioenc: Use correct timestamp, duration and filled length for the EOS bu...Sebastian Dröge2011-12-061-1/+14
* omxaudioenc: Use audio base classes from gst-plugins-base instead of having o...Sebastian Dröge2011-11-251-81/+78
* omxaudioenc: First set ports to flushing before waiting for the srcpad stream...Sebastian Dröge2011-11-181-3/+5
* omxaudioenc: Signal the drain GCond even if downstream returned an errorSebastian Dröge2011-11-171-2/+4
* omxaudioenc: Shutdown component in PAUSED->READY and deallocate buffersSebastian Dröge2011-11-171-1/+18
* omxaudioenc: Make srcpad caps setting threadsafeSebastian Dröge2011-11-101-0/+4
* omxaudioenc: Make the srcpad task and the sinkpad streaming thread handling t...Sebastian Dröge2011-11-101-0/+7
* omxaudioenc: Always flush the ports and make sure no processing is happening ...Sebastian Dröge2011-11-101-10/+8
* omxaudioenc: Improve EOS handlingSebastian Dröge2011-11-101-2/+7
* omxaudioenc: Improve debugging of EOS and drainingSebastian Dröge2011-11-101-3/+14
* omxaudioenc: No need to signal the drain cond when going from READY to PAUSEDSebastian Dröge2011-11-101-3/+2
* omxaudioenc: Release the audio encoder stream lock before acquiring an input ...Sebastian Dröge2011-11-081-2/+16
* omxaudioenc: Don't try to drain the component after EOSSebastian Dröge2011-11-081-6/+29
* omxaudioenc: Minor code refactoringSebastian Dröge2011-11-081-2/+3
* omxaudioenc: Only drain the component a single time and only after processing...Sebastian Dröge2011-11-041-1/+8
* omxaudioenc: Implement draining of the component and use itSebastian Dröge2011-11-011-3/+66
* omxaudioenc: Forward downstream flow returns to upstreamSebastian Dröge2011-11-011-1/+28
* omxaudioenc: Switch to Idle first and wait before switching to Loaded and dea...Sebastian Dröge2011-09-281-0/+4
* omxaudioenc: Add a check to prevent a zero-sized OMX bufferSebastian Dröge2011-09-231-0/+11
* omx: Wait until the Executing state is reached before calling OMX_FillThisBuf...Sebastian Dröge2011-09-141-2/+5
* omxaudioenc: Always require at least OMX_MIN_PCMPAYLOAD_MSEC per input bufferSebastian Dröge2011-08-171-0/+6
* omxaudioenc: Handle inbuf==NULL properly in ::handle_frame()Sebastian Dröge2011-08-171-0/+3
* omxaudioenc: Add vfunc to get the number of samples inside a bufferSebastian Dröge2011-08-171-1/+6
* omxaudioenc: Release baseaudioencoder stream lock while waiting for a buffer ...Sebastian Dröge2011-08-171-1/+6
* omxaudioenc: Remove hack that only applies to the video encoder classSebastian Dröge2011-08-161-4/+0
* omxaudioenc: Add initial version of audio encoder base classSebastian Dröge2011-08-161-0/+873