summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: bump required gstreamer version to 0.8.1.1 because of following...David Schleef2004-04-206-24/+25
* gst/qtdemux/qtdemux.c: A number of new features and hacks to extract the esds...David Schleef2004-04-201-16/+133
* ext/gsm/gstgsmdec.c: Fix capsnego, simplify chain function slightly.Ronald S. Bultje2004-04-191-2/+2
* gst/: Add MS RLE support. I added some functions to read out strf chunks into...Ronald S. Bultje2004-04-161-2/+2
* gst/mpeg1videoparse/gstmp1videoparse.*: Fix for some slight mis-cuts in buffe...Ronald S. Bultje2004-04-102-11/+29
* gst/colorspace/gstcolorspace.c: Don't advertise a conversion we don't support...David Schleef2004-04-091-1/+1
* a52dec: Use a debug category, Output timestamps correctlyJan Schmidt2004-04-013-226/+843
* ext/hermes/gsthermescolorspace.c: decrease rank by 2 to not interfere with ot...David Schleef2004-03-301-1/+1
* ext/alsa/gstalsa.c: Don't fixate fields that aren't in the caps.David Schleef2004-03-301-1/+1
* gst/qtdemux/qtdemux.c: Fix debugging messages. Divide the chunk size by the ...David Schleef2004-03-241-143/+156
* gst/mpegaudioparse/gstmpegaudioparse.c: Fix buffer overflow read error.Ronald S. Bultje2004-03-241-1/+1
* ext/alsa/gstalsa.h: Remove unused entry.Ronald S. Bultje2004-03-241-27/+45
* don't mix tabs and spacesThomas Vander Stichele2004-03-1548-3306/+3334
* *.h: Revert indentingJohan Dahlin2004-03-1542-1682/+1514
* gst-indent c++ filesThomas Vander Stichele2004-03-141-288/+282
* gst-indentThomas Vander Stichele2004-03-1493-12519/+13080
* 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