summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/mixmatrix/mixmatrix.c: create a NULL-initialized array of pads, so we don...Benjamin Otte2004-06-071-43/+45
* gst/qtdemux/qtdemux.*: Bitch. Also known as seeking, querying & co.Ronald S. Bultje2004-06-052-20/+82
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-211-1/+1
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-2123-31/+31
* gst/cdxaparse/gstcdxaparse.*: some renaming add some checks/sanity prepare fo...Stéphane Loeuillet2004-05-212-141/+112
* gst/qtdemux/qtdemux.c: Patch from dcm@acm.org (David Moore) to allow qtdemux ...David Moore2004-05-191-5/+31
* configure.ac: Add sunaudioDavid Schleef2004-05-192-3/+3
* ext/esd/esdsink.c: Fix crash when ESD is killed while we're playing.David Schleef2004-05-141-0/+1
* ext/mad/gstid3tag.c: move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"Stéphane Loeuillet2004-05-132-167/+222
* ext/audiofile/gstafsrc.c: Remove old debug outputJan Schmidt2004-05-122-7/+40
* gst/cdxaparse/gstcdxaparse.c: Add mpegversion to CAPS to make it linkStéphane Loeuillet2004-05-111-2/+3
* gst/switch/gstswitch.c: whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ...Benjamin Otte2004-05-111-14/+12
* ext/divx/gstdivxenc.c: fix range since -1 is the defaultThomas Vander Stichele2004-05-033-4/+4
* gst/qtdemux/qtdemux.c: More qtdemux hackage -- parse a lot more atoms, extrac...David Schleef2004-05-012-14/+166
* gst/qtdemux/qtdemux.c: Hacked up qtdemux to make it spit out codec_data. Do ...David Schleef2004-04-301-0/+145
* ext/jpeg/: move format setting to inner loopThomas Vander Stichele2004-04-291-2/+10
* gst/speed/gstspeed.c: Fix caps parsing. (bug #140064)David Schleef2004-04-291-3/+3
* ext/divx/gstdivxdec.c: Remove comment that makes no sense.Ronald S. Bultje2004-04-281-1/+2
* s/gst_caps_simplify/gst_caps_do_simplify/Benjamin Otte2004-04-221-5/+2
* 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