summaryrefslogtreecommitdiff
path: root/sys/androidmedia
Commit message (Expand)AuthorAgeFilesLines
* androidmedia: Add missing fileSebastian Dröge2012-10-161-0/+43
* androidmedia: Rename pluginSebastian Dröge2012-10-151-4/+4
* androidmedia: Make everything buildableSebastian Dröge2012-10-151-4/+0
* Don't try to use the NVidia DRM codecsSebastian Dröge2012-10-151-0/+7
* Try to handle format changes more gracefullySebastian Dröge2012-10-152-4/+22
* Add workaround for Google MP3 decoder outputting garbage in first output bufferSebastian Dröge2012-10-152-1/+22
* Also add some more output format checks to the audio decoderSebastian Dröge2012-10-151-0/+5
* Check output format metadata some moreSebastian Dröge2012-10-151-5/+41
* Add some more default channel layouts, these should be good for AAC at leastSebastian Dröge2012-10-151-8/+38
* Don't set timestamps, the baseclass handles this for us anywaySebastian Dröge2012-10-151-4/+0
* List profiles in reverse to minimize capsSebastian Dröge2012-10-151-93/+100
* Iterate levels in reverse order to minimize capsSebastian Dröge2012-10-151-3/+3
* Merge structures into caps instead of appending themSebastian Dröge2012-10-152-20/+20
* Use orc_memcpy() instead of memcpy() as it should be faster for larger memory...Sebastian Dröge2012-10-152-7/+19
* Add support for audio/mpeg-L2 for the Nexus 7Sebastian Dröge2012-10-151-3/+19
* Add support for MPEG1/2 videoSebastian Dröge2012-10-151-0/+15
* Ignore the *law and Vorbis decodersSebastian Dröge2012-10-151-1/+13
* Add FIXME comment for not handling odd widths/height with the TI hardware dec...Sebastian Dröge2012-10-151-2/+4
* Fix handling of I420 buffers with odd widthSebastian Dröge2012-10-151-7/+3
* Only mpegversion=4 is supported for AACSebastian Dröge2012-10-151-2/+1
* Remove some obsolete FIXMEsSebastian Dröge2012-10-153-24/+5
* Fix flushing logic to unbreak handling of flushing seeksSebastian Dröge2012-10-152-17/+4
* Fix chroma stride for I420 stride/crop conversionSebastian Dröge2012-10-151-1/+5
* Fix Vorbis decodingSebastian Dröge2012-10-151-4/+13
* Wait at most 100ms for dequeueing a buffer, and retry after thatSebastian Dröge2012-10-152-4/+12
* Release output buffers a bit earlierSebastian Dröge2012-10-152-6/+6
* 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-152-6/+5
* 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-155-0/+1391
* Only set the SYNC_FRAME flag on the first buffer if we need to split the inputSebastian Dröge2012-10-151-3/+0
* Ignore codecs with unknown color formats for stability purposesSebastian Dröge2012-10-152-1/+69
* Implement cropping and correctly handle the different color formatsSebastian Dröge2012-10-151-23/+80
* Really implement stride conversion for NV12 tooSebastian Dröge2012-10-151-1/+38
* Implement stride-conversion for I420 and NV12Sebastian Dröge2012-10-151-4/+66
* Fix typo in previous commitSebastian Dröge2012-10-151-1/+1
* Don't allow using non-Google codecs if we started the Java VM ourselvesSebastian Dröge2012-10-151-0/+12
* Rename to amc from androidmediacodec everywhereSebastian Dröge2012-10-151-2/+2
* Improve debug outputSebastian Dröge2012-10-151-0/+1
* Print the MediaFormats we get in the debug logsSebastian Dröge2012-10-153-0/+54
* Improve debug outputSebastian Dröge2012-10-151-1/+8
* Improve level/profile handlingSebastian Dröge2012-10-153-34/+97