summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2004-11-09ext/alsa/gstalsa.c: buffer-frames property was missingBenjamin Otte1-0/+22
2004-11-08add italian (Luca Feretti)Thomas Vander Stichele1-0/+7
2004-11-08gst/playback/: Updated README, added more comments for fixmes etc..Wim Taymans1-0/+8
2004-11-08gst/playback/gstplaybasebin.c: We can remove this hack now.Wim Taymans1-0/+5
2004-11-08gst/videomixer/videomixer.c: Only mix AYUV for maximum quality.Wim Taymans1-0/+7
2004-11-08ext/ogg/gstoggdemux.c: Let's act as if we're synchronized now! :).Ronald S. Bultje1-0/+8
2004-11-08gst/alpha/gstalpha.c: Implement alpha functions for AYUV too, this increases ...Wim Taymans1-0/+10
2004-11-08gst/ffmpegcolorspace/: Added AYUV colorspace and handle RGBA a bit more respe...Wim Taymans1-0/+14
2004-11-08ext/ogg/gstoggdemux.c: Actually always send a discont (cornercase when resend...Ronald S. Bultje1-0/+6
2004-11-08sys/: Some more cleanups, leaks fixed and checks.Julien Moutte1-0/+7
2004-11-08gst/typefind/gsttypefindfunctions.c: Don't segfault on NULL data.Wim Taymans1-0/+5
2004-11-08gst/playback/: Add support for chained ogg files. Prepare for playlist suppor...Wim Taymans1-0/+21
2004-11-07testsuite/gst-lint: Check for pad templates that aren't statically scoped.David Schleef1-0/+5
2004-11-07Add musepack decoder.Ronald S. Bultje1-0/+18
2004-11-07ext/ogg/gstoggmux.c: Fix interrupt event handling (#144436).Ronald S. Bultje1-0/+6
2004-11-06ext/mad/gstid3tag.c: Hide unused glory.Ronald S. Bultje1-0/+5
2004-11-06ext/vorbis/vorbisenc.c: Fix weird caps (#157548).Ronald S. Bultje1-0/+7
2004-11-06gst/rtp/gstrtpgsmparse.c: Add missing NULL terminator (#157543).Ronald S. Bultje1-0/+7
2004-11-05ports can go up to 65535. Move common defines to gsttcp.hThomas Vander Stichele1-0/+9
2004-11-05gst/videotestsrc/videotestsrc.c: Added two more colorspaces.Wim Taymans1-0/+6
2004-11-05gst/ffmpegcolorspace/: More stride fixes.Wim Taymans1-0/+9
2004-11-05gst/: More stride fixes.Wim Taymans1-0/+9
2004-11-05ext/mad/gstmad.c: don't overflow data buffer. Flush not needed sync data when...Benjamin Otte1-0/+6
2004-11-04gst/alpha/gstalpha.c: Updated the chroma keying algorithm with something more...Wim Taymans1-0/+10
2004-11-03gst/videomixer/videomixer.c: Fix stride issues. Does not completely work for ...Wim Taymans1-0/+8
2004-11-03gst/alpha/gstalpha.c: Fix stride issues. Does not completely work for odd hei...Wim Taymans1-0/+7
2004-11-03gst/videoscale/: leak fixesChristophe Fergeau1-0/+6
2004-11-03gst/ffmpegcolorspace/: Use correct _fill function to get correct strides.Wim Taymans1-0/+9
2004-11-02gst/qtdemux/qtdemux.c: Change all g_print()s to debugging. Add a bunch of co...David Schleef1-0/+8
2004-11-02gst/playback/: Fix playback of multiple files. a slightly different approach ...Wim Taymans1-0/+18
2004-11-01ext/ogg/gstoggdemux.c: fix an "invalid free" warning from libc.Christophe Fergeau1-0/+5
2004-11-01gst/playback/gstdecodebin.c: Implement support for dynamic pad changing. We l...Ronald S. Bultje1-0/+11
2004-11-01Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt1-0/+49
2004-11-01added two api precondition guards use g_strdup with getenv to fix crash when ...Stefan Kost1-0/+6
2004-11-01ext/esd/esdsink.c: Use a finalize function, not dispose, and more importantly...Jan Schmidt1-0/+6
2004-11-01Plug more leaks.Johan Dahlin1-0/+6
2004-10-31gst/tags/gstvorbistag.c: lotsa memleaks today. But they're all small...Benjamin Otte1-0/+5
2004-10-31ext/ogg/gstoggdemux.c: another memleak crushedBenjamin Otte1-0/+5
2004-10-31gst/tags/gstvorbistag.c: fix memleakBenjamin Otte1-0/+5
2004-10-31ext/ogg/gstoggdemux.c: Hack to prevent crash when going to READY inside signa...Ronald S. Bultje1-0/+6
2004-10-31gst/ffmpegcolorspace/: Sync back from gst-ffmpeg. Deprecates ffcolorspace. Ad...Ronald S. Bultje1-0/+51
2004-10-31gst/playback/Makefile.am: We need the marshallers for decodebin, too.Ronald S. Bultje1-0/+5
2004-10-31gst/typefind/gsttypefindfunctions.c: Make quicktime typefinding work with 64-...David Schleef1-0/+5
2004-10-30ext/dv/gstdvdec.c: Set EOS on the element when processing an EOS event.Jan Schmidt1-0/+21
2004-10-29gst/asfdemux/gstasfdemux.c: Don't touch buffer if it is of size 0 (fixes #151...Ronald S. Bultje1-0/+7
2004-10-29ext/ogg/gstoggdemux.c: Synchronized discont handling.Ronald S. Bultje1-0/+5
2004-10-29ext/ogg/gstoggdemux.c: Make seeking sort-of exact again (fixes #156387).Ronald S. Bultje1-0/+6
2004-10-29gst/playback/: Make caps explicitely available. Makes testing for unsupported...Ronald S. Bultje1-0/+12
2004-10-29gst/audioconvert/gstaudioconvert.c: Really don't touch read-only buffers (#15...Ronald S. Bultje1-0/+6
2004-10-29gst/wavparse/gstwavparse.c: Fix memleak (#155223).Ronald S. Bultje1-0/+7