summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gst/matroska/ebml-read.c: Allow for 0-sized buffers. Fixes length query probl...Ronald S. Bultje2005-01-192-0/+12
* Fix row strides for I420 (fixes #163159)Tim-Philipp Müller2005-01-192-94/+87
* gst/mpegstream/gstmpegparse.c: MPEG2 has a useful rate property, so we can ac...Ronald S. Bultje2005-01-191-0/+6
* gst-libs/gst/riff/riff-media.c: Add intel-h263.Ronald S. Bultje2005-01-191-0/+7
* ext/mad/gstmad.c: Fail if caps negotiation fails. Should fix #162184, and sho...Ronald S. Bultje2005-01-193-299/+261
* gst/playback/gststreaminfo.c: Elements may already be destroyed when this fun...Ronald S. Bultje2005-01-181-0/+5
* gst/qtdemux/qtdemux.c: More memory leak fixes (#149162).Ronald S. Bultje2005-01-182-1/+21
* gst/qtdemux/qtdemux.c: Fix two memleaks.Ronald S. Bultje2005-01-172-1/+15
* ext/faad/gstfaad.c: Argh...Ronald S. Bultje2005-01-171-0/+5
* ext/faad/gstfaad.c: Fix off-by-one bug. Fixes warnings during playback of sin...Ronald S. Bultje2005-01-171-0/+6
* Fix compile warnings on Solaris 10 buildbotTim-Philipp Müller2005-01-171-0/+5
* Don't read beyond the last cell in a chapter (fixes invalid memory access)Tim-Philipp Müller2005-01-171-0/+6
* Use NULL for an empty GList instead of g_list_alloc(); fix memory leaks; s/LC...Tim-Philipp Müller2005-01-171-0/+8
* gst/ffmpegcolorspace/gstffmpegcodecmap.c: Fix BGRA32 caps (#164209).Ronald S. Bultje2005-01-171-0/+8
* gst/ffmpegcolorspace/gstffmpegcodecmap.c: alpha_mask can be RGBA/ABGR. Fixes ...Ronald S. Bultje2005-01-171-0/+8
* ext/mpeg2dec/gstmpeg2dec.*: Crop if decoding size is not the actual image siz...Ronald S. Bultje2005-01-171-0/+9
* gst/typefind/gsttypefindfunctions.c: Add libsndfile typefind functions (#1633...Ronald S. Bultje2005-01-171-0/+8
* tools/gst-launch-ext-m.m: Add .aac, fix .m1v/.m2v (#163891).Ronald S. Bultje2005-01-172-2/+8
* ext/alsa/gstalsaclock.c: Sanity check, don't wait endlessly since the clock m...Ronald S. Bultje2005-01-171-0/+6
* gst/playback/gstplaybasebin.c: Of course, only pause if group is done...Ronald S. Bultje2005-01-161-0/+5
* gst/playback/gstplaybasebin.c: Thread safety.Ronald S. Bultje2005-01-161-0/+5
* Don't return SUCCESS from the state change when the parent call failsJan Schmidt2005-01-161-0/+6
* gst/avi/gstavimux.c: Free events (fix memleak in #162905).Ronald S. Bultje2005-01-162-0/+7
* gst/ffmpegcolorspace/gstffmpegcodecmap.c: Fix for depth = 15. Fixes #161675.Ronald S. Bultje2005-01-151-0/+8
* sys/v4l/gstv4lsrc.c: Set FPS correctly, even for webcams and the like.Ronald S. Bultje2005-01-141-0/+7
* I'm a bad boy. using /1001. to force C to do float division and not integer d...Stéphane Loeuillet2005-01-142-1/+10
* sys/v4l/gstv4lelement.c: Revert Johan´s 1.35->1.36 since it breaks compat.Ronald S. Bultje2005-01-141-0/+5
* replace framerate aproximations by their real value (24000/1001, 30000/1001, ...Stéphane Loeuillet2005-01-142-1/+11
* ext/ogg/gstoggmux.c: eos/bos debuggingThomas Vander Stichele2005-01-131-0/+15
* debuggingThomas Vander Stichele2005-01-131-13/+24
* ext/alsa/gstalsa.c: Fix for if items are already in list...Ronald S. Bultje2005-01-131-0/+5
* gst/adder/gstadder.c: fix adder a bit so it doesn't screw up with events as m...Benjamin Otte2005-01-121-0/+5
* ext/gdk_pixbuf/pixbufscale.*: to ensure rowstrides are calculated the same wa...Jan Schmidt2005-01-123-10/+44
* gst/avi/gstavimux.c: Reusability fixes.Ronald S. Bultje2005-01-112-2/+26
* ext/alsa/gstalsamixer.c: Update flags when requested.Ronald S. Bultje2005-01-111-0/+8
* ext/alsa/gstalsa.c: Fix dmix.Ronald S. Bultje2005-01-111-0/+5
* gst/playback/: Implement group-switch signal for use in apps to clear metadat...Ronald S. Bultje2005-01-111-0/+14
* ext/vorbis/vorbisdec.c: Debug.Ronald S. Bultje2005-01-111-0/+7
* ext/jpeg/gstjpegdec.c: Make jpegdec quiet on MJPEG decodingStéphane Loeuillet2005-01-102-0/+23
* ext/theora/theoradec.c: Fix broken code generation by gcc by swapping arguments.Ronald S. Bultje2005-01-101-0/+7
* oops, forgot to commit changelogStéphane Loeuillet2005-01-101-0/+10
* TODO: delete this file, it is by far outdatedStéphane Loeuillet2005-01-101-25/+0
* gst/audioscale/gstaudioscale.c: Don't crash, biatch! :).Ronald S. Bultje2005-01-101-0/+5
* Some work on tags - still doesn't work in playbin...Ronald S. Bultje2005-01-101-0/+8
* gst/qtdemux/qtdemux.c: Also shove tags on kid pads.Ronald S. Bultje2005-01-102-14/+26
* gst-libs/gst/riff/riff-read.c: Don't bail on unknown events.Ronald S. Bultje2005-01-102-18/+38
* gst/playback/gstplaybasebin.c: Don't disable streamtype if the stream doesn't...Ronald S. Bultje2005-01-101-0/+7
* sys/: Add debug categories, fix overlay disabling.Ronald S. Bultje2005-01-102-1/+23
* ext/alsa/gstalsa.*: Add HW probing for period_count/size and buffer_size MIX/MAXStéphane Loeuillet2005-01-101-0/+8
* remove some crap from TODO. probably not enoughtStéphane Loeuillet2005-01-091-32/+17