summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2004-03-15don't mix tabs and spacesThomas Vander Stichele48-3306/+3334
2004-03-15*.h: Revert indentingJohan Dahlin42-1682/+1514
2004-03-14gst-indent c++ filesThomas Vander Stichele1-288/+282
2004-03-14gst-indentThomas Vander Stichele93-12519/+13080
2004-03-14gst/modplug/gstmodplug.*: set correct timestamps on outgoing buffersBenjamin Otte2-17/+25
2004-03-14gst/modplug/gstmodplug.cc: handle events - don't do crap when a discont arriv...Benjamin Otte1-0/+11
2004-03-14move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get re...Benjamin Otte1-2/+21
2004-03-14gst/qtdemux/qtdemux.c: Fix for obvious mistake, where we first shift the offs...Ronald S. Bultje1-2/+3
2004-03-13configure.ac: the Hermes library controls hermescolorspace, not colorspace.David Schleef1-1/+2
2004-03-09ext/mikmod/gstmikmod.*: make mikmod's loop function not loop infinitely and c...Benjamin Otte1-40/+20
2004-03-07gst/qtdemux/qtdemux.c: Added Cinepak format (bug #136470)David Schleef1-1/+2
2004-03-07gst/qtdemux/qtdemux.c: Fix crash (j might be greater than n_samples, in which...Ronald S. Bultje1-5/+7
2004-03-06Fix several misuse of gst_buffer_merge (it doesn't take ownership of any buff...Christophe Fergeau1-3/+4
2004-03-06ext/faad/gstfaad.c: Fix negotiation.David Schleef2-2/+6
2004-03-05gst/qtdemux/qtdemux.c: Add prototype code for handling seeking and querying.David Schleef1-0/+187
2004-03-01fix plugin names move gstvideosink.h to videosink.hThomas Vander Stichele1-4/+4
2004-03-01add error handler fix mixmatrix plugin filenameThomas Vander Stichele1-1/+1
2004-02-29gst/videodrop/gstvideodrop.*: Work based on timestamp of input data, not base...Ronald S. Bultje2-12/+36
2004-02-27gst-libs/gst/audio/audio.h: add macro to make sure header isn't included twiceBenjamin Otte1-4/+2
2004-02-24gst/qtdemux/qtdemux.c: Cleanups. Convert g_prints to GST_LOGs. Add qtdemux ...David Schleef1-163/+149
2004-02-20ext/xine/: add first version of xine plugin wrapper. Currently only wraps theBenjamin Otte1-15/+24
2004-02-15gst/switch/gstswitch.c: More fixes for correct data refcounting.Julien Moutte1-4/+5
2004-02-15gst/switch/gstswitch.c: Cleaning the sinkpads correctly on state change, most...Julien Moutte1-2/+50
2004-02-14gst-libs/gst/play/play.c: Disable visualization until i find a way to fix swi...Julien Moutte2-22/+102
2004-02-12gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.Julien Moutte1-0/+1
2004-02-12fixes for #133316, #133663 and #133528 (Stefan Kost)Thomas Vander Stichele1-1/+1
2004-02-07Build fixes for OS X: (see #129600)David Schleef1-1/+0
2004-02-05gst/mpegaudioparse/gstmpegaudioparse.c: Unref leaked buffer. (Noticed by Ron...David Schleef1-1/+4
2004-02-04Convert GST_DEBUG_CAPS() to GST_DEBUG():David Schleef1-1/+1
2004-02-03gst/qtdemux/qtdemux.c: set explicit caps before adding the element, so the au...Benjamin Otte1-2/+2
2004-02-02code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef2-2/+2
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele3-3/+3
2004-01-30gst/mpegaudioparse/gstmpegaudioparse.c: Fix header parsing - stolen from ffmp...Ronald S. Bultje1-49/+31
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele4-4/+4
2004-01-29gst/mpeg1videoparse/gstmp1videoparse.c: Committed wrong version last week... ...Ronald S. Bultje1-126/+132
2004-01-26Add SVQ3 specific flags to qtdemux and ffmpegJeremy Simon2-3/+56
2004-01-25gst-libs/gst/play/gstplay.c: Another try in visualization implementation. Sti...Julien Moutte1-14/+57
2004-01-25gst-libs/gst/riff/riff-read.c: Additional pad usability check.Ronald S. Bultje2-26/+87
2004-01-19gst/switch/gstswitch.c: Fixed switch element : proxying link and setting caps...Julien Moutte1-3/+13
2004-01-19parenthising NULLThomas Vander Stichele1-1/+1
2004-01-18use new error signal and classificationThomas Vander Stichele4-4/+5
2004-01-18fix to make it possible to build from disted tarballChristian Schaller1-1/+2
2004-01-16gst-libs/gst/audio/Makefile.am: Add gstaudiofiltertemplate.c and building of ...David Schleef2-80/+1
2004-01-15ext/esd/esdsink.c: Remove property that handles osssink fallback.David Schleef1-2/+3
2004-01-15gst/colorspace/: Fix compiling... Didn't test if it actually works.Ronald S. Bultje2-9/+88
2004-01-15Duplicate the ext/hermes colorspace plugin, and remove Hermes code and GPL co...David Schleef5-0/+1566
2004-01-12Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_HDavid Schleef1-0/+2
2004-01-12gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte9-19/+19
2004-01-11gst/qtdemux/qtdemux.c: fix audio chunk size/timestamp calculationBenjamin Otte1-5/+17
2004-01-11configure.ac: Adding examples/switch/MakefileJulien Moutte1-1/+5