index
:
~adn770/gst-plugins-bad
0.10
backport
build
eglglessink_backport
hacking
master
opensles
osx-fix-pthread
shm-fixes
srtp
tsdemux
videoparsers
GStreamer plugins bad hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-17
Use gst_element_class_set_static_metadata()
Tim-Philipp Müller
290
-327
/
+315
2012-10-17
directsoundsrc: port to 1.0
Raimo Järvi
2
-128
/
+79
2012-10-16
mpegdemux: Fix unitialized variable compiler warning
Sebastian Dröge
1
-1
/
+3
2012-10-16
Revert "configure: fix build"
Sebastian Dröge
1
-0
/
+1
2012-10-16
androidmedia: Add missing file
Sebastian Dröge
1
-0
/
+43
2012-10-16
configure: fix build
Wim Taymans
1
-1
/
+0
2012-10-15
androidmedia: Rename plugin
Sebastian Dröge
1
-4
/
+4
2012-10-15
androidmedia: Add to the not yet ported plugins
Sebastian Dröge
1
-1
/
+1
2012-10-15
androidmedia: Make everything buildable
Sebastian Dröge
2
-4
/
+1
2012-10-15
Don't try to use the NVidia DRM codecs
Sebastian Dröge
1
-0
/
+7
2012-10-15
Try to handle format changes more gracefully
Sebastian Dröge
2
-4
/
+22
2012-10-15
Add workaround for Google MP3 decoder outputting garbage in first output buffer
Sebastian Dröge
2
-1
/
+22
2012-10-15
Also add some more output format checks to the audio decoder
Sebastian Dröge
1
-0
/
+5
2012-10-15
Check output format metadata some more
Sebastian Dröge
1
-5
/
+41
2012-10-15
Add some more default channel layouts, these should be good for AAC at least
Sebastian Dröge
1
-8
/
+38
2012-10-15
Don't set timestamps, the baseclass handles this for us anyway
Sebastian Dröge
1
-4
/
+0
2012-10-15
List profiles in reverse to minimize caps
Sebastian Dröge
1
-93
/
+100
2012-10-15
Iterate levels in reverse order to minimize caps
Sebastian Dröge
1
-3
/
+3
2012-10-15
Merge structures into caps instead of appending them
Sebastian Dröge
2
-20
/
+20
2012-10-15
Use orc_memcpy() instead of memcpy() as it should be faster for larger memory...
Sebastian Dröge
2
-7
/
+19
2012-10-15
Add support for audio/mpeg-L2 for the Nexus 7
Sebastian Dröge
1
-3
/
+19
2012-10-15
Add support for MPEG1/2 video
Sebastian Dröge
1
-0
/
+15
2012-10-15
Ignore the *law and Vorbis decoders
Sebastian Dröge
1
-1
/
+13
2012-10-15
Add FIXME comment for not handling odd widths/height with the TI hardware dec...
Sebastian Dröge
1
-2
/
+4
2012-10-15
Fix handling of I420 buffers with odd width
Sebastian Dröge
1
-7
/
+3
2012-10-15
Only mpegversion=4 is supported for AAC
Sebastian Dröge
1
-2
/
+1
2012-10-15
Remove some obsolete FIXMEs
Sebastian Dröge
3
-24
/
+5
2012-10-15
Fix flushing logic to unbreak handling of flushing seeks
Sebastian Dröge
2
-17
/
+4
2012-10-15
Fix chroma stride for I420 stride/crop conversion
Sebastian Dröge
1
-1
/
+5
2012-10-15
Fix Vorbis decoding
Sebastian Dröge
1
-4
/
+13
2012-10-15
Wait at most 100ms for dequeueing a buffer, and retry after that
Sebastian Dröge
2
-4
/
+12
2012-10-15
Release output buffers a bit earlier
Sebastian Dröge
2
-6
/
+6
2012-10-15
Keep another reference of the input buffer in handle_frame()
Sebastian Dröge
1
-0
/
+22
2012-10-15
Pass -1 as number of frames to the base class
Sebastian Dröge
1
-2
/
+1
2012-10-15
Use correct buffer variable
Sebastian Dröge
1
-2
/
+2
2012-10-15
Always pass 1 as number of frames to finish_frame()
Sebastian Dröge
2
-6
/
+5
2012-10-15
Correctly remember number of channels and samplerate
Sebastian Dröge
1
-0
/
+2
2012-10-15
Don't unref input buffer from handle_frame(), it's owned by the baseclass
Sebastian Dröge
1
-11
/
+0
2012-10-15
Remove invalid GST_ERROR() call
Sebastian Dröge
1
-2
/
+0
2012-10-15
Only try to get the channel-mask if it is set
Sebastian Dröge
1
-1
/
+2
2012-10-15
Add support for FLAC
Sebastian Dröge
1
-0
/
+8
2012-10-15
Fix src template caps
Sebastian Dröge
1
-2
/
+2
2012-10-15
Fix plugin initialization
Sebastian Dröge
1
-5
/
+2
2012-10-15
Add support for audio decoders, completely untested so far
Sebastian Dröge
5
-0
/
+1391
2012-10-15
Only set the SYNC_FRAME flag on the first buffer if we need to split the input
Sebastian Dröge
1
-3
/
+0
2012-10-15
Ignore codecs with unknown color formats for stability purposes
Sebastian Dröge
2
-1
/
+69
2012-10-15
Implement cropping and correctly handle the different color formats
Sebastian Dröge
1
-23
/
+80
2012-10-15
Really implement stride conversion for NV12 too
Sebastian Dröge
1
-1
/
+38
2012-10-15
Implement stride-conversion for I420 and NV12
Sebastian Dröge
1
-4
/
+66
2012-10-15
Fix typo in previous commit
Sebastian Dröge
1
-1
/
+1
[next]