summaryrefslogtreecommitdiff
path: root/sys/androidmedia/gstamcaudiodec.c
Commit message (Expand)AuthorAgeFilesLines
* amcaudiodec: Calculate number of samples per frame for MP3 and use thatSebastian Dröge2014-02-141-5/+32
* amcaudiodec: Error out if we get an invalid raw audio buffer sizeSebastian Dröge2014-02-141-0/+14
* amcaudiodec: Release buffer back to Android if allocating output failsSebastian Dröge2014-02-141-0/+1
* androidmedia: Don't handle FLUSHING or NOT_LINKED as errorSebastian Dröge2014-01-251-1/+4
* androidmedia: fix access to invalid buffers in the decoding loopAndoni Morales Alastruey2013-10-301-2/+1
* androidmedia: Fix indentionSebastian Dröge2013-05-201-3/+5
* amcaudiodec: Properly set output format instead of just setting capsSebastian Dröge2013-04-161-5/+2
* androidmedia: Set parent class in class_initSebastian Dröge2013-04-161-0/+2
* androidmedia: Handle refcounts of pad templates correctlySebastian Dröge2013-04-161-2/+2
* amcaudiodec: Use 1.0-style raw audio capsSebastian Dröge2013-04-161-5/+2
* androidmedia: Properly set subclasses metadata/pad templates in base_initSebastian Dröge2013-04-161-26/+60
* androidmedia: Update to new GLib thread APISebastian Dröge2012-11-121-16/+16
* androidmedia: Port to 1.0Sebastian Dröge2012-10-251-100/+130
* Try to handle format changes more gracefullySebastian Dröge2012-10-151-2/+11
* Add workaround for Google MP3 decoder outputting garbage in first output bufferSebastian Dröge2012-10-151-1/+19
* Also add some more output format checks to the audio decoderSebastian Dröge2012-10-151-0/+5
* Don't set timestamps, the baseclass handles this for us anywaySebastian Dröge2012-10-151-4/+0
* Merge structures into caps instead of appending themSebastian Dröge2012-10-151-10/+10
* Use orc_memcpy() instead of memcpy() as it should be faster for larger memory...Sebastian Dröge2012-10-151-2/+8
* Add support for audio/mpeg-L2 for the Nexus 7Sebastian Dröge2012-10-151-3/+19
* Only mpegversion=4 is supported for AACSebastian Dröge2012-10-151-2/+1
* Remove some obsolete FIXMEsSebastian Dröge2012-10-151-10/+1
* Fix flushing logic to unbreak handling of flushing seeksSebastian Dröge2012-10-151-2/+1
* Fix Vorbis decodingSebastian Dröge2012-10-151-4/+13
* Wait at most 100ms for dequeueing a buffer, and retry after thatSebastian Dröge2012-10-151-2/+6
* Release output buffers a bit earlierSebastian Dröge2012-10-151-3/+3
* Keep another reference of the input buffer in handle_frame()Sebastian Dröge2012-10-151-0/+22
* Pass -1 as number of frames to the base classSebastian Dröge2012-10-151-2/+1
* Use correct buffer variableSebastian Dröge2012-10-151-2/+2
* Always pass 1 as number of frames to finish_frame()Sebastian Dröge2012-10-151-5/+4
* Correctly remember number of channels and samplerateSebastian Dröge2012-10-151-0/+2
* Don't unref input buffer from handle_frame(), it's owned by the baseclassSebastian Dröge2012-10-151-11/+0
* Remove invalid GST_ERROR() callSebastian Dröge2012-10-151-2/+0
* Only try to get the channel-mask if it is setSebastian Dröge2012-10-151-1/+2
* Add support for FLACSebastian Dröge2012-10-151-0/+8
* Fix src template capsSebastian Dröge2012-10-151-2/+2
* Fix plugin initializationSebastian Dröge2012-10-151-5/+2
* Add support for audio decoders, completely untested so farSebastian Dröge2012-10-151-0/+1163