Age | Commit message (Expand) | Author | Files | Lines |
2004-03-13 | configure.ac: the Hermes library controls hermescolorspace, not colorspace. | David Schleef | 1 | -1/+2 |
2004-03-09 | ext/mikmod/gstmikmod.*: make mikmod's loop function not loop infinitely and c... | Benjamin Otte | 1 | -40/+20 |
2004-03-07 | gst/qtdemux/qtdemux.c: Added Cinepak format (bug #136470) | David Schleef | 1 | -1/+2 |
2004-03-07 | gst/qtdemux/qtdemux.c: Fix crash (j might be greater than n_samples, in which... | Ronald S. Bultje | 1 | -5/+7 |
2004-03-06 | Fix several misuse of gst_buffer_merge (it doesn't take ownership of any buff... | Christophe Fergeau | 1 | -3/+4 |
2004-03-06 | ext/faad/gstfaad.c: Fix negotiation. | David Schleef | 2 | -2/+6 |
2004-03-05 | gst/qtdemux/qtdemux.c: Add prototype code for handling seeking and querying. | David Schleef | 1 | -0/+187 |
2004-03-01 | fix plugin names move gstvideosink.h to videosink.h | Thomas Vander Stichele | 1 | -4/+4 |
2004-03-01 | add error handler fix mixmatrix plugin filename | Thomas Vander Stichele | 1 | -1/+1 |
2004-02-29 | gst/videodrop/gstvideodrop.*: Work based on timestamp of input data, not base... | Ronald S. Bultje | 2 | -12/+36 |
2004-02-27 | gst-libs/gst/audio/audio.h: add macro to make sure header isn't included twice | Benjamin Otte | 1 | -4/+2 |
2004-02-24 | gst/qtdemux/qtdemux.c: Cleanups. Convert g_prints to GST_LOGs. Add qtdemux ... | David Schleef | 1 | -163/+149 |
2004-02-20 | ext/xine/: add first version of xine plugin wrapper. Currently only wraps the | Benjamin Otte | 1 | -15/+24 |
2004-02-15 | gst/switch/gstswitch.c: More fixes for correct data refcounting. | Julien Moutte | 1 | -4/+5 |
2004-02-15 | gst/switch/gstswitch.c: Cleaning the sinkpads correctly on state change, most... | Julien Moutte | 1 | -2/+50 |
2004-02-14 | gst-libs/gst/play/play.c: Disable visualization until i find a way to fix swi... | Julien Moutte | 2 | -22/+102 |
2004-02-12 | gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header. | Julien Moutte | 1 | -0/+1 |
2004-02-12 | fixes for #133316, #133663 and #133528 (Stefan Kost) | Thomas Vander Stichele | 1 | -1/+1 |
2004-02-07 | Build fixes for OS X: (see #129600) | David Schleef | 1 | -1/+0 |
2004-02-05 | gst/mpegaudioparse/gstmpegaudioparse.c: Unref leaked buffer. (Noticed by Ron... | David Schleef | 1 | -1/+4 |
2004-02-04 | Convert GST_DEBUG_CAPS() to GST_DEBUG(): | David Schleef | 1 | -1/+1 |
2004-02-03 | gst/qtdemux/qtdemux.c: set explicit caps before adding the element, so the au... | Benjamin Otte | 1 | -2/+2 |
2004-02-02 | code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines. | David Schleef | 2 | -2/+2 |
2004-02-02 | change NULL to (NULL) for GST_ELEMENT_ERROR | Thomas Vander Stichele | 3 | -3/+3 |
2004-01-30 | gst/mpegaudioparse/gstmpegaudioparse.c: Fix header parsing - stolen from ffmp... | Ronald S. Bultje | 1 | -49/+31 |
2004-01-29 | GST_ELEMENT_ERROR | Thomas Vander Stichele | 4 | -4/+4 |
2004-01-29 | gst/mpeg1videoparse/gstmp1videoparse.c: Committed wrong version last week... ... | Ronald S. Bultje | 1 | -126/+132 |
2004-01-26 | Add SVQ3 specific flags to qtdemux and ffmpeg | Jeremy Simon | 2 | -3/+56 |
2004-01-25 | gst-libs/gst/play/gstplay.c: Another try in visualization implementation. Sti... | Julien Moutte | 1 | -14/+57 |
2004-01-25 | gst-libs/gst/riff/riff-read.c: Additional pad usability check. | Ronald S. Bultje | 2 | -26/+87 |
2004-01-19 | gst/switch/gstswitch.c: Fixed switch element : proxying link and setting caps... | Julien Moutte | 1 | -3/+13 |
2004-01-19 | parenthising NULL | Thomas Vander Stichele | 1 | -1/+1 |
2004-01-18 | use new error signal and classification | Thomas Vander Stichele | 4 | -4/+5 |
2004-01-18 | fix to make it possible to build from disted tarball | Christian Schaller | 1 | -1/+2 |
2004-01-16 | gst-libs/gst/audio/Makefile.am: Add gstaudiofiltertemplate.c and building of ... | David Schleef | 2 | -80/+1 |
2004-01-15 | ext/esd/esdsink.c: Remove property that handles osssink fallback. | David Schleef | 1 | -2/+3 |
2004-01-15 | gst/colorspace/: Fix compiling... Didn't test if it actually works. | Ronald S. Bultje | 2 | -9/+88 |
2004-01-15 | Duplicate the ext/hermes colorspace plugin, and remove Hermes code and GPL co... | David Schleef | 5 | -0/+1566 |
2004-01-12 | Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H | David Schleef | 1 | -0/+2 |
2004-01-12 | gst-libs/gst/video/video.h: Fix caps template names to be understandable. | Benjamin Otte | 9 | -19/+19 |
2004-01-11 | gst/qtdemux/qtdemux.c: fix audio chunk size/timestamp calculation | Benjamin Otte | 1 | -5/+17 |
2004-01-11 | configure.ac: Adding examples/switch/Makefile | Julien Moutte | 1 | -1/+5 |
2004-01-08 | Fix negotiation | David Schleef | 1 | -1/+49 |
2004-01-07 | fix element description | Thomas Vander Stichele | 1 | -2/+2 |
2004-01-03 | Change sink pad template caps to "video/quicktime" | David Schleef | 1 | -1/+1 |
2004-01-02 | Negotiation fixes | David Schleef | 1 | -4/+11 |
2004-01-02 | Convert elements to use gst_pad_use_explicit_caps() where appropriate. | David Schleef | 3 | -66/+7 |
2003-12-22 | gst/qtdemux/qtdemux.c: qtdemux requires bytestream | Benjamin Otte | 1 | -0/+3 |
2003-12-22 | Merge CAPS branch | David Schleef | 36 | -1219/+756 |
2003-12-21 | Fix error in my previous commit - NULL was accidentily removed, leading to a ... | Ronald S. Bultje | 1 | -1/+2 |