summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller290-327/+315
2012-10-17directsoundsrc: port to 1.0Raimo Järvi2-128/+79
2012-10-16mpegdemux: Fix unitialized variable compiler warningSebastian Dröge1-1/+3
2012-10-16Revert "configure: fix build"Sebastian Dröge1-0/+1
2012-10-16androidmedia: Add missing fileSebastian Dröge1-0/+43
2012-10-16configure: fix buildWim Taymans1-1/+0
2012-10-15androidmedia: Rename pluginSebastian Dröge1-4/+4
2012-10-15androidmedia: Add to the not yet ported pluginsSebastian Dröge1-1/+1
2012-10-15androidmedia: Make everything buildableSebastian Dröge2-4/+1
2012-10-15Don't try to use the NVidia DRM codecsSebastian Dröge1-0/+7
2012-10-15Try to handle format changes more gracefullySebastian Dröge2-4/+22
2012-10-15Add workaround for Google MP3 decoder outputting garbage in first output bufferSebastian Dröge2-1/+22
2012-10-15Also add some more output format checks to the audio decoderSebastian Dröge1-0/+5
2012-10-15Check output format metadata some moreSebastian Dröge1-5/+41
2012-10-15Add some more default channel layouts, these should be good for AAC at leastSebastian Dröge1-8/+38
2012-10-15Don't set timestamps, the baseclass handles this for us anywaySebastian Dröge1-4/+0
2012-10-15List profiles in reverse to minimize capsSebastian Dröge1-93/+100
2012-10-15Iterate levels in reverse order to minimize capsSebastian Dröge1-3/+3
2012-10-15Merge structures into caps instead of appending themSebastian Dröge2-20/+20
2012-10-15Use orc_memcpy() instead of memcpy() as it should be faster for larger memory...Sebastian Dröge2-7/+19
2012-10-15Add support for audio/mpeg-L2 for the Nexus 7Sebastian Dröge1-3/+19
2012-10-15Add support for MPEG1/2 videoSebastian Dröge1-0/+15
2012-10-15Ignore the *law and Vorbis decodersSebastian Dröge1-1/+13
2012-10-15Add FIXME comment for not handling odd widths/height with the TI hardware dec...Sebastian Dröge1-2/+4
2012-10-15Fix handling of I420 buffers with odd widthSebastian Dröge1-7/+3
2012-10-15Only mpegversion=4 is supported for AACSebastian Dröge1-2/+1
2012-10-15Remove some obsolete FIXMEsSebastian Dröge3-24/+5
2012-10-15Fix flushing logic to unbreak handling of flushing seeksSebastian Dröge2-17/+4
2012-10-15Fix chroma stride for I420 stride/crop conversionSebastian Dröge1-1/+5
2012-10-15Fix Vorbis decodingSebastian Dröge1-4/+13
2012-10-15Wait at most 100ms for dequeueing a buffer, and retry after thatSebastian Dröge2-4/+12
2012-10-15Release output buffers a bit earlierSebastian Dröge2-6/+6
2012-10-15Keep another reference of the input buffer in handle_frame()Sebastian Dröge1-0/+22
2012-10-15Pass -1 as number of frames to the base classSebastian Dröge1-2/+1
2012-10-15Use correct buffer variableSebastian Dröge1-2/+2
2012-10-15Always pass 1 as number of frames to finish_frame()Sebastian Dröge2-6/+5
2012-10-15Correctly remember number of channels and samplerateSebastian Dröge1-0/+2
2012-10-15Don't unref input buffer from handle_frame(), it's owned by the baseclassSebastian Dröge1-11/+0
2012-10-15Remove invalid GST_ERROR() callSebastian Dröge1-2/+0
2012-10-15Only try to get the channel-mask if it is setSebastian Dröge1-1/+2
2012-10-15Add support for FLACSebastian Dröge1-0/+8
2012-10-15Fix src template capsSebastian Dröge1-2/+2
2012-10-15Fix plugin initializationSebastian Dröge1-5/+2
2012-10-15Add support for audio decoders, completely untested so farSebastian Dröge5-0/+1391
2012-10-15Only set the SYNC_FRAME flag on the first buffer if we need to split the inputSebastian Dröge1-3/+0
2012-10-15Ignore codecs with unknown color formats for stability purposesSebastian Dröge2-1/+69
2012-10-15Implement cropping and correctly handle the different color formatsSebastian Dröge1-23/+80
2012-10-15Really implement stride conversion for NV12 tooSebastian Dröge1-1/+38
2012-10-15Implement stride-conversion for I420 and NV12Sebastian Dröge1-4/+66
2012-10-15Fix typo in previous commitSebastian Dröge1-1/+1