summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2005-05-05ex/: Even more gcc-4.0 fixes.Tim-Philipp Müller1-1/+1
2005-05-05gst/: gcc-4.0 fixes part oneTim-Philipp Müller5-16/+27
2005-04-22gst/: More signed/unsigned fixes for GCC4.Ronald S. Bultje2-8/+8
2005-04-22First set of GCC4 compiler fixes.Ronald S. Bultje12-52/+51
2005-04-21gst/qtdemux/qtdemux.c: Add extradata for ALAC.Ronald S. Bultje1-2/+19
2005-04-21gst/qtdemux/qtdemux.c: Set correct extradata for QDM2.Ronald S. Bultje1-0/+15
2005-04-21gst/speed/gstspeed.c: Don't reset speed->sample_size to 0 in state change fro...Tim-Philipp Müller1-3/+0
2005-04-18gst/qtdemux/qtdemux.c: Prevent hangs that I apparently introduced a while ago.Ronald S. Bultje1-2/+13
2005-04-14Added gst/freeze/FAQ.Gergely Nagy2-1/+11
2005-04-14algernon, commit the faq pleaseThomas Vander Stichele1-1/+1
2005-04-14New plugin: freeze, a stream freezer. (#165726)Gergely Nagy3-0/+367
2005-04-14gst/qtdemux/qtdemux.c: Skip unknown nodes.Ronald S. Bultje1-0/+1
2005-04-14gst/switch/gstswitch.c: Set a default debug category. (Fixes: #300337)Gergely Nagy1-0/+1
2005-04-09gst/videocrop/gstvideocrop.c: Renegotiate after a set_property, not after a g...Ronald S. Bultje1-3/+3
2005-04-09gst/qtdemux/qtdemux.c: NULL-terminate vararg functions properly (#172946).Ronald S. Bultje1-2/+2
2005-04-02gst-libs/gst/riff/riff-media.c: Some syntax fixes in tags output.Ronald S. Bultje1-27/+71
2005-04-02gst/speed/gstspeed.c: Fix buffer overflow (#172281).Ronald S. Bultje1-0/+3
2005-03-31gst/speed/gstspeed.c: Caps negotiation, event upstream/downstream forwarding ...Ronald S. Bultje1-12/+97
2005-03-30configure.ac: update for liboil-0.3. Remove librfb check.David Schleef1-24/+36
2005-03-26gst/librfb/gstrfbsrc.c: Check return values to avoid segfaults.David Schleef4-13/+44
2005-03-18gst/: Some crap for the redirect signal. Also fix hang on redirect-files in q...Ronald S. Bultje2-7/+51
2005-03-14Implement 'framed' property, independent of 'codec_data'.Ronald S. Bultje1-2/+3
2005-03-10gst/apetag/apedemux.c: Read replay-gain tags.Ronald S. Bultje1-0/+12
2005-03-09configure.ac: Fix FAAD detection problems against FAAD-CVS.Ronald S. Bultje1-2/+7
2005-03-02Use GINT_TO_POINTER and GPOINTER_TO_INT macros instead of direct casts; fixes...Tim-Philipp Müller1-4/+4
2005-02-23Small C99'ism fix.Maciej Katafiasz1-1/+2
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