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