summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* gst/volume/gstvolume.c: Allow buffer-frames=0.Ronald S. Bultje2004-11-121-0/+5
* Added the polypaudio sink and hooked it into the build system.Iain Holmes2004-11-121-0/+13
* ext/alsa/gstalsasink.c: Fix for negotiation order problem. This would show wh...Ronald S. Bultje2004-11-121-0/+8
* ext/vorbis/vorbisdec.c: No warnings (#157986).Ronald S. Bultje2004-11-111-0/+7
* gst/typefind/gsttypefindfunctions.c: Prefer apev1/2 and id3v1 (at end of file...Ronald S. Bultje2004-11-111-0/+5
* gst/matroska/matroska-demux.c: Signal no-more-pads (so it works in playbin).Ronald S. Bultje2004-11-111-0/+5
* ext/musepack/gstmusepackreader.cpp: Workaround for older core.Ronald S. Bultje2004-11-111-0/+5
* gst/ffmpegcolorspace/imgconvert.c: Actually test for odd width/height rather ...Ronald S. Bultje2004-11-111-0/+7
* sys/v4l2/gstv4l2element.c: Fix compilation if HAVE_XVIDEO is not definedZaheer Abbas Merali2004-11-111-0/+5
* sys/v4l/gstv4lelement.c: Fix compilation if HAVE_XVIDEO is not definedZaheer Abbas Merali2004-11-111-0/+5
* Use bytestream in goom for input samplesJan Schmidt2004-11-111-0/+9
* ext/alsa/gstalsa.c: Only set hardware parameters *after* negotiation. Before ...Ronald S. Bultje2004-11-111-0/+7
* ext/alsa/gstalsasink.c: This seems to be antique leftover. It needs to pass e...Ronald S. Bultje2004-11-101-0/+11
* gst/playback/gstplaybasebin.c: Don't assert (#157853).Ronald S. Bultje2004-11-101-0/+5
* ext/alsa/gstalsasink.c: Fix bytes/samples confustion.Ronald S. Bultje2004-11-101-0/+7
* gst/typefind/gsttypefindfunctions.c: Disable halfway-seek for pending release...Ronald S. Bultje2004-11-091-0/+6
* add autoprobe-fps property so we can separate autoprobing partsThomas Vander Stichele2004-11-091-0/+7
* initialise fourcc to catch unset fourcc's, and debugThomas Vander Stichele2004-11-091-0/+6
* gst/playback/: Cleanups and some more documentation.Wim Taymans2004-11-091-0/+12
* Let VideoSink store the clock, since Cacasink inherits from thereJan Schmidt2004-11-091-0/+7
* gst/playback/: Updated README.Wim Taymans2004-11-091-0/+18
* 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