summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte2004-01-127-51/+16
* ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() testDavid Schleef2004-01-113-10/+12
* New gamma filterDavid Schleef2004-01-112-1/+298
* gst/qtdemux/qtdemux.c: fix audio chunk size/timestamp calculationBenjamin Otte2004-01-111-5/+17
* gst/effectv/gstaging.c: Port agingTV to videofilterSteve Baker2004-01-101-138/+143
* ext/ffmpeg/gstffmpegenc.c: Fix pad_link function to handle formats that ffmpe...David Schleef2004-01-091-1/+6
* gst/median/gstmedian.c: Fix capsnego.Ronald S. Bultje2004-01-081-13/+20
* Handle builddir != srcdir builds with making gstvideoexample.cDavid Schleef2004-01-071-3/+2
* Fix the regular expressions and quote properlyDavid Schleef2004-01-071-6/+9
* Convert make_filter to sh. Add make_filter's id to the outputDavid Schleef2004-01-072-27/+28
* Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...Ronald S. Bultje2004-01-071-1/+0
* gstvideoexample.h disappeared. fixing build.Julien Moutte2004-01-071-1/+1
* Make warpTV a subclass of videofilterDavid Schleef2004-01-073-162/+173