summaryrefslogtreecommitdiff
path: root/sys/androidmedia
Commit message (Expand)AuthorAgeFilesLines
* androidmedia: Fix indentionSebastian Dröge2013-05-202-4/+7
* androidmedia: fix a minor error in COLOR_FormatYUV420Planar convertingChen Jie2013-05-201-2/+9
* 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-162-0/+4
* androidmedia: Handle refcounts of pad templates correctlySebastian Dröge2013-04-162-4/+4
* 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-162-55/+124
* amcvideodec: Fix refcount problem with frames being dropped because of decode...Sebastian Dröge2012-11-121-1/+2
* androidmedia: Update to new GLib thread APISebastian Dröge2012-11-124-36/+36
* androidmedia: Skip Aricent codecs for nowSebastian Dröge2012-11-011-0/+6
* androidmedia: Remember and use input stateSebastian Dröge2012-10-251-0/+10
* androidmedia: Port to 1.0Sebastian Dröge2012-10-257-283/+345
* 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