summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* Ported 2 more plugins. usgly hack in the Makefile.am though, I'm sure someone...Wim Taymans2005-05-063-37/+43
* gst/modplug/gstmodplug.cc: Add missing break causing position queries to fail.Ronald S. Bultje2005-02-151-0/+1
* Add query function to GstSpeed, so that the stream length and current positio...Tim-Philipp Müller2005-02-152-15/+128
* gst/librfb/Makefile.am: Testing stuff before committing is for wimps... and p...David Schleef2005-02-111-3/+3
* configure.ac: Pull in librfb from my CVS tree, because it is too small and an...David Schleef2005-02-1112-0/+1371
* and make it handle more than one channel.Tim-Philipp Müller2005-02-105-157/+216
* Add missing endianness to template (fixes #165509).Ronald S. Bultje2005-02-081-1/+1
* gst/qtdemux/qtdemux.c: Change caps on MJPEG-B so it doesn't interfere with MJ...Ronald S. Bultje2005-02-021-1/+1
* configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. ...David Schleef2005-02-024-8/+20
* ext/mpeg2dec/gstmpeg2dec.c: Don't send things to NULL PAD_PEERsJan Schmidt2005-02-012-2/+3
* gst/qtdemux/qtdemux.c: Add 3IV2 fourcc.Ronald S. Bultje2005-01-291-0/+1
* gst/qtdemux/qtdemux.c: Re-apply patch from #142272 that allows non-seekable s...Ronald S. Bultje2005-01-291-12/+28
* Add support for AMR-NB (mobile phone audio format; #155163, #163286).Ronald S. Bultje2005-01-281-8/+23
* ext/a52dec/gsta52dec.c: Add some debug output. Check that a discont has a val...Jan Schmidt2005-01-253-42/+105
* gst-libs/gst/riff/riff-read.*: Add _peek version (req'ed in CDXA).Ronald S. Bultje2005-01-191-8/+16
* gst/qtdemux/qtdemux.c: More memory leak fixes (#149162).Ronald S. Bultje2005-01-181-1/+15
* gst/qtdemux/qtdemux.c: Fix two memleaks.Ronald S. Bultje2005-01-171-1/+9
* I'm a bad boy. using /1001. to force C to do float division and not integer d...Stéphane Loeuillet2005-01-141-3/+3
* replace framerate aproximations by their real value (24000/1001, 30000/1001, ...Stéphane Loeuillet2005-01-141-3/+3
* Some work on tags - still doesn't work in playbin...Ronald S. Bultje2005-01-101-0/+1
* gst/qtdemux/qtdemux.c: Also shove tags on kid pads.Ronald S. Bultje2005-01-101-14/+21
* gst/qtdemux/qtdemux.c: Fix warning (#161191).Ronald S. Bultje2005-01-091-3/+2
* gst/tta/gstttaparse.c: Fix gcc-2.95 compile (#163485).Ronald S. Bultje2005-01-091-4/+7
* gst/games/gstpuzzle.c: - handle nav events differently: forward every event n...Benjamin Otte2005-01-081-28/+49
* gst/games/gstpuzzle.c: don't draw a puzzle if either width or height of tiles...Benjamin Otte2005-01-061-0/+6
* gst/games/gstpuzzle.c: no memleaks, please change initialization code around ...Benjamin Otte2005-01-061-12/+44
* gst/games/gstvideoimage.c: fix stupid typo that borked copying on YUY2Benjamin Otte2005-01-061-1/+1
* gst/games/gstpuzzle.c: fix edges when image sizes aren't multiples of tile sizesBenjamin Otte2005-01-061-10/+14
* gst/games/gstpuzzle.c: make RGB endianness work correctly refactor and fix ra...Benjamin Otte2005-01-061-9/+61
* gst/asfdemux/gstasfdemux.c: Extract TrackNumber metadata + clean up codeStéphane Loeuillet2005-01-061-1/+1
* add a puzzle game with...Benjamin Otte2005-01-064-0/+1530
* examples/gstplay/player.c: Don't iterate.Ronald S. Bultje2005-01-052-5/+123
* gst/: Add 3GP (variables name Q3GP because they can't start with a decoder is...Ronald S. Bultje2004-12-241-2/+5
* gst/tta/gstttadec.c: And yet another portability fix.David Schleef2004-12-191-1/+1
* gst/tta/ttadec.h: Disable some header code that isn't used and clearly isn't ...David Schleef2004-12-191-0/+3
* gst/deinterlace/gstdeinterlace.c: Rowstride fixes. Fixes #161039.Ronald S. Bultje2004-12-182-60/+218
* ext/musepack/gstmusepackdec.cpp: Fetch error return values. Fixes #161624.Ronald S. Bultje2004-12-181-0/+5
* gst/festival/gstfestival.c: Set the output rate to 16000. Should fix #160235.David Schleef2004-12-151-0/+1
* add s263 4CC code to qtdemux tooStéphane Loeuillet2004-12-131-0/+1
* set correct buffer durations in mp3parse, set default_duration in matroskamux...Arwed v. Merkatz2004-12-061-3/+5
* gst/apetag/apedemux.c: Forward tags, too.Ronald S. Bultje2004-12-041-4/+27
* gst/apetag/apedemux.c: Let's make sure we're done typefinding when detecting ...Ronald S. Bultje2004-12-041-0/+9
* added TTA parser and decoderArwed v. Merkatz2004-11-269-0/+1459
* APE v1/2 tag reader plus typefind function.Ronald S. Bultje2004-11-254-0/+887
* gst/cdxaparse/: SVCD/VCD header stripping separated from CDXA image parsing.Ronald S. Bultje2004-11-257-102/+1013
* Update libvisual to 0.1.7. Link in the debug handling to gstreamerJan Schmidt2004-11-125-191/+260
* gst/qtdemux/qtdemux.c: Change all g_print()s to debugging. Add a bunch of co...David Schleef2004-11-021-28/+67
* Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt2004-11-011-5/+5
* gst-libs/gst/audio/gstaudiofilter.c: fix link function to always query channe...Benjamin Otte2004-10-282-0/+446
* gst/spectrum/: Fix demo and reenable it. Yes, I'm currently playing with audi...Benjamin Otte2004-10-222-59/+41