summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ext/musicbrainz/gsttrm.*: Add support for using a proxy server when getting a...Ronald S. Bultje2004-12-161-0/+11
* gst/playback/: Fix memleaks (#157233).Ronald S. Bultje2004-12-161-0/+8
* gst/: Fix memleak (#159215).Ronald S. Bultje2004-12-161-0/+9
* sys/oss/: fixes #159433. Also add missing copyright header to oss_probe.c.Ronald S. Bultje2004-12-163-5/+96
* as HAVE_LIBMMX went away from configure, don't use it in goom MakefileStéphane Loeuillet2004-12-161-6/+1
* configure.ac: add audioresample and cairo plugins. RemoveDavid Schleef2004-12-169-15/+1173
* sys/sunaudio/gstsunaudio.c: Apply patch from and cleaning up code a bit. Als...David Schleef2004-12-151-0/+11
* gst/festival/gstfestival.c: Set the output rate to 16000. Should fix #160235.David Schleef2004-12-151-0/+5
* gst/typefind/gsttypefindfunctions.c: Add typefinding for mpeg2 pes streamsZaheer Abbas Merali2004-12-142-0/+5
* configure.ac: Applied patch from bug #143659, making default and added code f...David Schleef2004-12-143-5/+36
* forgot to add H264 to avidemux template capsStéphane Loeuillet2004-12-131-0/+5
* forgot to add h264 to avidemux capsStéphane Loeuillet2004-12-132-0/+5
* add VSSH (VideoSoft h264) and remove s323 (h323) from riff-lib because s323 i...Stéphane Loeuillet2004-12-132-1/+10
* add s263 4CC code to qtdemux tooStéphane Loeuillet2004-12-132-0/+2
* gst/asfdemux/README gst/wavenc/riff.h gst-libs/gst/riff/riff-ids.h gst-libs/g...Stéphane Loeuillet2004-12-132-0/+14
* merge patch from 158258Christian Schaller2004-12-122-1/+6
* gst/interleave/deinterleave.c: fix my name's spelling! :)Zaheer Abbas Merali2004-12-111-0/+5
* put the same mail for Zaheer Merali everywhere (missing changelog entry from ...Stéphane Loeuillet2004-12-111-0/+16
* put the same mail for Zaheer Merali everywhereStéphane Loeuillet2004-12-1110-22/+22
* gst/asfdemux/gstasfdemux.c: Align by packetsize, and assert that we a packet ...Ronald S. Bultje2004-12-101-0/+8
* ext/ogg/gstoggdemux.c: Check for non-NULL before accessing member (end-of-cha...Ronald S. Bultje2004-12-091-0/+5
* Synchronize property names where not yet the case. Devices are now device=X, ...Ronald S. Bultje2004-12-091-0/+18
* configure.ac: move GCONF macro outside conditional for the am conditional. Fi...Thomas Vander Stichele2004-12-092-1/+9
* tools/gst-visualise-m.m: Switch to elements that currently exist.David Schleef2004-12-082-6/+11
* ext/ogg/gstogmparse.c: We love wrong commas.Ronald S. Bultje2004-12-081-0/+5
* gst/matroska/matroska-demux.c: Don't set DEFAULT, unsupported - makes length ...Ronald S. Bultje2004-12-083-6/+7
* fix licensing of monoscopeChristian Schaller2004-12-074-16/+38
* fix licensing information for monoscope pluginChristian Schaller2004-12-074-26/+47
* set correct buffer durations in mp3parse, set default_duration in matroskamux...Arwed v. Merkatz2004-12-062-0/+13
* ext/alsa/gstalsa.*: refactor big chunks of the core caps negotiation code to ...Benjamin Otte2004-12-061-0/+8
* ext/a52dec/gsta52dec.*: Do something useful with timestamps. Make chain-based...Ronald S. Bultje2004-12-062-2/+14
* gst/apetag/apedemux.c: Forward tags, too.Ronald S. Bultje2004-12-041-0/+6
* gst/apetag/apedemux.c: Let's make sure we're done typefinding when detecting ...Ronald S. Bultje2004-12-041-0/+5
* gst/matroska/: Disgustingly evil hack for working around INTERRUPT events and...Ronald S. Bultje2004-12-034-7/+93
* ext/musepack/gstmusepackdec.cpp: There's also floating point libmusepacks.Ronald S. Bultje2004-12-031-0/+5
* ext/faad/gstfaad.c: Set DURATION even if source buffer didn't. Also use incre...Ronald S. Bultje2004-12-031-0/+10
* gst/law/: Fix caps.Ronald S. Bultje2004-12-025-8/+24
* sys/v4l/v4l_calls.c: Fix logic bug.Ronald S. Bultje2004-12-011-0/+5
* ext/ogg/gstoggdemux.c: Yay, another one.Ronald S. Bultje2004-12-011-0/+5
* ext/esd/esdsink.c: Make error actually say something useful (fixes #156798).Ronald S. Bultje2004-12-012-2/+11
* ext/mad/gstmad.c: fix xing header detection on mono and stereo mp3 files.Christophe Fergeau2004-12-011-0/+5
* add latest additions to the spec fileChristian Schaller2004-12-011-6/+11
* gst/playback/gstplaybasebin.c: Don't crash on EMPTY caps (e.g. when the demux...Ronald S. Bultje2004-12-011-0/+6
* ext/faad/gstfaad.c: Oops, remove debug.Ronald S. Bultje2004-12-011-0/+5
* gst/law/: Prevent warnings when negotiating caps (fixes #159338).Ronald S. Bultje2004-12-013-0/+10
* gst/ffmpegcolorspace/gstffmpegcolorspace.c: Remove old leftover that shouldn'...Ronald S. Bultje2004-12-011-0/+6
* gst-libs/gst/riff/riff-read.c: Don't forward DISCONT events (fixes #159684).Ronald S. Bultje2004-12-011-0/+7
* gst/playback/gstplaybin.c: Unlink manually since sometimes bin disposal (and ...Ronald S. Bultje2004-12-011-0/+7
* gst/playback/gststreaminfo.c: On mute of an unlinked stream, check for pad av...Ronald S. Bultje2004-11-291-0/+6
* gst/avi/gstavidemux.c: Fix quite humiliating bug in omitting 0-sized index ch...Ronald S. Bultje2004-11-292-9/+27