summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext/aalib/gstaasink.c: Add fixate function. (bug #131128)David Schleef2004-03-061-0/+1
* gst/udp/gstudpsrc.c: Check for unfixed caps and throw an element error. (bug...David Schleef2004-03-061-1/+9
* ext/faad/gstfaad.c: Fix negotiation.David Schleef2004-03-061-2/+5
* debug updatesThomas Vander Stichele2004-03-061-14/+38
* gst/qtdemux/qtdemux.c: Add prototype code for handling seeking and querying.David Schleef2004-03-051-0/+187
* fix headers fix signals to use - instead of _Thomas Vander Stichele2004-03-042-3/+3
* gst/videofilter/gstgamma.c: Fix typo that modified the alpha channel and caus...David Schleef2004-03-041-2/+4
* gst/: -marshal.[ch] and -enum.[ch] files should not be disted, -marshal.h fil...David Schleef2004-02-271-6/+2
* fix mulawdecThomas Vander Stichele2004-02-242-2/+2
* gst/videofilter/gstgamma.c: Adds gamma correction for RGB, with separate r g ...David Schleef2004-02-241-6/+137
* gst/qtdemux/qtdemux.c: Cleanups. Convert g_prints to GST_LOGs. Add qtdemux ...David Schleef2004-02-241-163/+149
* gst/: First batch implementing audio and video codec tags in demuxers.Julien Moutte2004-02-232-13/+68
* ext/xine/: add first version of xine plugin wrapper. Currently only wraps theBenjamin Otte2004-02-201-15/+24
* Spelling fixJohan Dahlin2004-02-162-2/+2
* Convert a few inner loops to use liboil. This is currently optional, and is ...David Schleef2004-02-122-5/+24
* Build fixes for OS X: (see #129600)David Schleef2004-02-072-3/+2
* gst/wavparse/gstwavparse.c: Fix a caps memleak.David Schleef2004-02-051-2/+4
* gst/qtdemux/qtdemux.c: set explicit caps before adding the element, so the au...Benjamin Otte2004-02-031-2/+2
* remove textdomain callsThomas Vander Stichele2004-02-021-1/+0
* code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef2004-02-024-4/+4
* gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.David Schleef2004-02-021-0/+5
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-0210-32/+32
* gst/: Fix event handling.Ronald S. Bultje2004-01-301-16/+20
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-2910-33/+33
* gst/ac3parse/gstac3parse.c: update to checklist 5David Schleef2004-01-272-0/+2
* gst/asfdemux/: lot's of fixes to make data extraction simpler and get the cod...Benjamin Otte2004-01-271-1/+1
* Add SVQ3 specific flags to qtdemux and ffmpegJeremy Simon2004-01-262-3/+56
* gst/videofilter/gstvideobalance.*: Implement lookup-tables. +/- 10x faster.Ronald S. Bultje2004-01-252-58/+108
* gst/avi/gstavidemux.c: The index reading was broken. The rest worked fine, bu...Ronald S. Bultje2004-01-251-26/+25
* gst/avi/gstavidemux.c: don't write to buffer. Extract data without the need o...Benjamin Otte2004-01-231-56/+51
* ext/ogg/gstoggdemux.c: Fix wrong file comment.Ronald S. Bultje2004-01-231-7/+6
* ext/swfdec/gstswfdec.*: Fix negotiation.David Schleef2004-01-221-0/+29
* putting i18n in place for pluginsThomas Vander Stichele2004-01-191-0/+8
* fix i18n includeThomas Vander Stichele2004-01-191-1/+1
* use new error signal and classificationThomas Vander Stichele2004-01-1810-69/+69
* gst/videofilter/gstvideobalance.c: Fix regression; changing a property affect...David Schleef2004-01-161-11/+15
* ext/esd/esdsink.c: Remove property that handles osssink fallback.David Schleef2004-01-152-43/+22
* gst/videofilter/gstvideobalance.c: Implement passthru if settings are in the ...Julien Moutte2004-01-151-0/+16
* gst/: Since we use videofilter symbols, link to it.Ronald S. Bultje2004-01-151-2/+1
* gst/videofilter/gstvideobalance.c: Fixing videobalance ranges for colorbalanc...Julien Moutte2004-01-141-10/+10
* gst-libs/gst/colorbalance/colorbalance.c: Adding a default type.Julien Moutte2004-01-142-2/+153
* gst/matroska/matroska-demux.c: Fix for using incremental number on padnames.Ronald S. Bultje2004-01-141-4/+4
* ext/divx/: Set category to divx4linux instead of divx (too generic).Ronald S. Bultje2004-01-142-35/+15
* use element time.Benjamin Otte2004-01-142-16/+2
* gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the colorbalance i...Jon Trowbridge2004-01-131-2/+1
* gst/debug/efence.c: Fix negotiation. Add a bufferalloc function for the sink...David Schleef2004-01-121-15/+44
* Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_HDavid Schleef2004-01-121-0/+2
* Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...David Schleef2004-01-121-1/+1