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