summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* fix mpeg and vob pipelines, others are still borked thoughChristian Schaller2004-12-161-0/+4
* gst/audioscale/gstaudioscale.c: the resample library only handles 1 or 2 chan...David Schleef2004-12-161-0/+5
* gst/matroska/matroska-demux.c: Some MPEG-AAC hacks, because else it doesn't w...Ronald S. Bultje2004-12-161-0/+6
* gst-libs/gst/riff/riff-media.c: Add h264.Ronald S. Bultje2004-12-161-0/+7
* gst-libs/gst/audio/Makefile.am: Try to fix buildbot.Ronald S. Bultje2004-12-161-0/+5
* cleanup and uniformize debuggingThomas Vander Stichele2004-12-161-0/+5
* gst/mpegstream/: Reset on ready. Fixes 160276.Ronald S. Bultje2004-12-161-0/+10
* gst/ffmpegcolorspace/gstffmpegcolorspace.c: Fix memleak (#154815).Ronald S. Bultje2004-12-161-0/+8
* 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-161-0/+9
* configure.ac: add audioresample and cairo plugins. RemoveDavid Schleef2004-12-161-0/+20
* 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-141-0/+5
* configure.ac: Applied patch from bug #143659, making default and added code f...David Schleef2004-12-141-0/+7
* forgot to add H264 to avidemux template capsStéphane Loeuillet2004-12-131-0/+5
* forgot to add h264 to avidemux capsStéphane Loeuillet2004-12-131-0/+1
* add VSSH (VideoSoft h264) and remove s323 (h323) from riff-lib because s323 i...Stéphane Loeuillet2004-12-131-0/+9
* add s263 4CC code to qtdemux tooStéphane Loeuillet2004-12-131-0/+1
* gst/asfdemux/README gst/wavenc/riff.h gst-libs/gst/riff/riff-ids.h gst-libs/g...Stéphane Loeuillet2004-12-131-0/+9
* merge patch from 158258Christian Schaller2004-12-121-0/+5
* 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-111-13/+13
* 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-091-0/+5
* tools/gst-visualise-m.m: Switch to elements that currently exist.David Schleef2004-12-081-1/+6
* 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-081-0/+7
* fix licensing of monoscopeChristian Schaller2004-12-071-0/+8
* fix licensing information for monoscope pluginChristian Schaller2004-12-071-0/+6
* set correct buffer durations in mp3parse, set default_duration in matroskamux...Arwed v. Merkatz2004-12-061-0/+7
* 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-061-0/+12
* 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-031-0/+16
* 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-021-0/+8
* 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-011-0/+9
* ext/mad/gstmad.c: fix xing header detection on mono and stereo mp3 files.Christophe Fergeau2004-12-011-0/+5
* 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