summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/modplug/gstmodplug.*: set correct timestamps on outgoing buffersBenjamin Otte2004-03-142-17/+25
* gst/modplug/gstmodplug.cc: handle events - don't do crap when a discont arriv...Benjamin Otte2004-03-141-0/+11
* move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get re...Benjamin Otte2004-03-141-2/+21
* gst/qtdemux/qtdemux.c: Fix for obvious mistake, where we first shift the offs...Ronald S. Bultje2004-03-141-2/+3
* configure.ac: the Hermes library controls hermescolorspace, not colorspace.David Schleef2004-03-131-1/+2
* ext/mikmod/gstmikmod.*: make mikmod's loop function not loop infinitely and c...Benjamin Otte2004-03-091-40/+20
* gst/qtdemux/qtdemux.c: Added Cinepak format (bug #136470)David Schleef2004-03-071-1/+2
* gst/qtdemux/qtdemux.c: Fix crash (j might be greater than n_samples, in which...Ronald S. Bultje2004-03-071-5/+7
* Fix several misuse of gst_buffer_merge (it doesn't take ownership of any buff...Christophe Fergeau2004-03-061-3/+4
* ext/faad/gstfaad.c: Fix negotiation.David Schleef2004-03-062-2/+6
* gst/qtdemux/qtdemux.c: Add prototype code for handling seeking and querying.David Schleef2004-03-051-0/+187
* fix plugin names move gstvideosink.h to videosink.hThomas Vander Stichele2004-03-011-4/+4
* add error handler fix mixmatrix plugin filenameThomas Vander Stichele2004-03-011-1/+1
* gst/videodrop/gstvideodrop.*: Work based on timestamp of input data, not base...Ronald S. Bultje2004-02-292-12/+36
* gst-libs/gst/audio/audio.h: add macro to make sure header isn't included twiceBenjamin Otte2004-02-271-4/+2
* gst/qtdemux/qtdemux.c: Cleanups. Convert g_prints to GST_LOGs. Add qtdemux ...David Schleef2004-02-241-163/+149
* ext/xine/: add first version of xine plugin wrapper. Currently only wraps theBenjamin Otte2004-02-201-15/+24
* gst/switch/gstswitch.c: More fixes for correct data refcounting.Julien Moutte2004-02-151-4/+5
* gst/switch/gstswitch.c: Cleaning the sinkpads correctly on state change, most...Julien Moutte2004-02-151-2/+50
* gst-libs/gst/play/play.c: Disable visualization until i find a way to fix swi...Julien Moutte2004-02-142-22/+102
* gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.Julien Moutte2004-02-121-0/+1
* fixes for #133316, #133663 and #133528 (Stefan Kost)Thomas Vander Stichele2004-02-121-1/+1
* Build fixes for OS X: (see #129600)David Schleef2004-02-071-1/+0
* gst/mpegaudioparse/gstmpegaudioparse.c: Unref leaked buffer. (Noticed by Ron...David Schleef2004-02-051-1/+4
* Convert GST_DEBUG_CAPS() to GST_DEBUG():David Schleef2004-02-041-1/+1
* gst/qtdemux/qtdemux.c: set explicit caps before adding the element, so the au...Benjamin Otte2004-02-031-2/+2
* code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef2004-02-022-2/+2
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-023-3/+3
* gst/mpegaudioparse/gstmpegaudioparse.c: Fix header parsing - stolen from ffmp...Ronald S. Bultje2004-01-301-49/+31
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-294-4/+4
* gst/mpeg1videoparse/gstmp1videoparse.c: Committed wrong version last week... ...Ronald S. Bultje2004-01-291-126/+132
* Add SVQ3 specific flags to qtdemux and ffmpegJeremy Simon2004-01-262-3/+56
* gst-libs/gst/play/gstplay.c: Another try in visualization implementation. Sti...Julien Moutte2004-01-251-14/+57
* gst-libs/gst/riff/riff-read.c: Additional pad usability check.Ronald S. Bultje2004-01-252-26/+87
* gst/switch/gstswitch.c: Fixed switch element : proxying link and setting caps...Julien Moutte2004-01-191-3/+13
* parenthising NULLThomas Vander Stichele2004-01-191-1/+1
* use new error signal and classificationThomas Vander Stichele2004-01-184-4/+5
* fix to make it possible to build from disted tarballChristian Schaller2004-01-181-1/+2
* gst-libs/gst/audio/Makefile.am: Add gstaudiofiltertemplate.c and building of ...David Schleef2004-01-162-80/+1
* ext/esd/esdsink.c: Remove property that handles osssink fallback.David Schleef2004-01-151-2/+3
* gst/colorspace/: Fix compiling... Didn't test if it actually works.Ronald S. Bultje2004-01-152-9/+88
* Duplicate the ext/hermes colorspace plugin, and remove Hermes code and GPL co...David Schleef2004-01-155-0/+1566
* Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_HDavid Schleef2004-01-121-0/+2
* gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte2004-01-129-19/+19
* gst/qtdemux/qtdemux.c: fix audio chunk size/timestamp calculationBenjamin Otte2004-01-111-5/+17
* configure.ac: Adding examples/switch/MakefileJulien Moutte2004-01-111-1/+5
* Fix negotiationDavid Schleef2004-01-081-1/+49
* fix element descriptionThomas Vander Stichele2004-01-071-2/+2
* Change sink pad template caps to "video/quicktime"David Schleef2004-01-031-1/+1
* Negotiation fixesDavid Schleef2004-01-021-4/+11