summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2005-09-05cleaning up badThomas Vander Stichele1-6/+7
2005-09-04fix distcheckRELEASE-0_9_2Thomas Vander Stichele1-1/+1
2005-08-30remove stuffThomas Vander Stichele16-3413/+0
2005-08-28Updates for two-arg init from GST_BOILERPLATE.Andy Wingo1-1/+2
2005-08-28Updates for two-arg init from GST_BOILERPLATE_FULL.Andy Wingo1-4/+2
2005-08-26use base class' newsegment to properly timestampThomas Vander Stichele1-2/+5
2005-08-25check/: add a test for audioconvertThomas Vander Stichele2-4/+10
2005-08-25add a check for audioresampleThomas Vander Stichele2-2/+13
2005-08-25show some info on what's left in the queueThomas Vander Stichele1-2/+6
2005-08-25gst/audioresample/: add room for extra overlap samples when asked to transfor...Thomas Vander Stichele6-35/+73
2005-08-24fix broken header setup in Makefile.amChristian Schaller1-1/+1
2005-08-24dist moreThomas Vander Stichele2-5/+6
2005-08-24port audioresample to basetransformThomas Vander Stichele10-236/+271
2005-08-23gst/audioresample/Makefile.am: Leet audioresampling codeDavid Schleef14-0/+2254
2005-08-17configure.ac: Added mpegaudioparseWim Taymans2-73/+36
2005-08-17removing README from Makefile.am as its gone from CVSChristian Schaller1-2/+0
2005-08-16gst/: Uncomment metadata and codec-name handling.Ronald S. Bultje1-19/+4
2005-08-16Handle _push() return values.Ronald S. Bultje1-1/+4
2005-08-15Fix debug.Ronald S. Bultje1-0/+2
2005-08-15gst/qtdemux/qtdemux.c: Forwardport from 0.8 to implement RLE.Ronald S. Bultje1-1/+7
2005-08-14renameThomas Vander Stichele1-2/+2
2005-08-14pound some sense in the colorspace elementsThomas Vander Stichele2-10/+8
2005-08-14licensing, name and description changesThomas Vander Stichele4-65/+62
2005-08-10ext/faad/gstfaad.c: Add debug category, remove Close() call that made it cras...Ronald S. Bultje1-1/+2
2005-08-09ext/faad/gstfaad.c: Sign/unsign mismatch.Ronald S. Bultje2-329/+309
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo20-38/+0
2005-05-06Ported 2 more plugins. usgly hack in the Makefile.am though, I'm sure someone...Wim Taymans3-37/+43
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