summaryrefslogtreecommitdiff
path: root/sys/androidmedia/gstamcaudiodec.c
Commit message (Expand)AuthorAgeFilesLines
* 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