summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/matroska/: Basic tag reading support.Ronald S. Bultje2004-05-012-2/+184
* gst/matroska/matroska-demux.c: Really detect ac-3 audio.Ronald S. Bultje2004-05-011-1/+3
* 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
* ext/divx/gstdivxdec.c: Remove comment that makes no sense.Ronald S. Bultje2004-04-281-1/+2
* make stupid compilers happyBenjamin Otte2004-04-271-3/+14
* gst/monoscope/gstmonoscope.c: make sure we only provide 256x128Benjamin Otte2004-04-272-1/+18
* gst/wavparse/gstwavparse.c: Missing variable initialization. Add handling of ...Ronald S. Bultje2004-04-231-2/+19
* ext/mad/gstid3tag.c: Add stdlib.hDavid Schleef2004-04-206-3/+7
* configure.ac: bump required gstreamer version to 0.8.1.1 because of following...David Schleef2004-04-201-13/+14
* gst/qtdemux/qtdemux.c: A number of new features and hacks to extract the esds...David Schleef2004-04-201-16/+133
* gconf/Makefile.am: Fix for non-GNU makeDavid Schleef2004-04-191-2/+7
* ext/gsm/gstgsmdec.c: Fix capsnego, simplify chain function slightly.Ronald S. Bultje2004-04-191-2/+2
* gst/wavparse/gstwavparse.c: Hack to make wavparse work with spider (always ->...Ronald S. Bultje2004-04-181-3/+36
* Allow all events, not just EOSIain Holmes2004-04-171-1/+1
* gst/: Add MS RLE support. I added some functions to read out strf chunks into...Ronald S. Bultje2004-04-165-51/+32
* common/m4/gst-feature.m4: Call -config scripts withDavid Schleef2004-04-133-4/+38
* gst/avi/gstavidemux.c: Fix memleak. patch from Sebastien Cote (bug #139958)Sebastien Cote2004-04-131-0/+1
* gst/avi/gstavidemux.c: Handle JUNK chunks inside data section. Prevents warni...Ronald S. Bultje2004-04-111-9/+14
* gst-libs/gst/riff/riff-media.c: Add MS video v1.Ronald S. Bultje2004-04-111-0/+17
* ext/mad/gstid3tag.c: add missing 'new_media' argument (fixes #138168)Benjamin Otte2004-04-031-1/+3
* a52dec: Use a debug category, Output timestamps correctlyJan Schmidt2004-04-014-2/+333
* gst/audioscale/gstaudioscale.c: Fix getcaps to expand and union lists. (bug #...David Schleef2004-03-314-9/+321
* small removalThomas Vander Stichele2004-03-301-1/+0
* ext/alsa/gstalsa.c: Don't fixate fields that aren't in the caps.David Schleef2004-03-301-1/+1
* gst/law/: Fix capsnego in all four, remove the unused property functions and ...Ronald S. Bultje2004-03-264-315/+295
* gst/debug/: add element that quasi-randomly changes bytes in the stream.Benjamin Otte2004-03-252-2/+277
* ext/gnomevfs/gstgnomevfssrc.c: don't g_return_if_fail if element is PLAYING, ...Benjamin Otte2004-03-241-2/+2
* gst/level/gstlevel.c: add proxying getcaps function, so level doesn't adverti...Benjamin Otte2004-03-241-0/+2
* gst/qtdemux/qtdemux.c: Fix debugging messages. Divide the chunk size by the ...David Schleef2004-03-241-143/+156
* don't mix tabs and spacesThomas Vander Stichele2004-03-1568-3972/+4034
* *.h: Revert indentingJohan Dahlin2004-03-1558-1379/+1347
* gst-indentThomas Vander Stichele2004-03-14134-12564/+12801
* add missing ending c++ blocksThomas Vander Stichele2004-03-141-8/+15
* gst/qtdemux/qtdemux.c: Fix for obvious mistake, where we first shift the offs...Ronald S. Bultje2004-03-141-2/+3
* Port all elements that can be ported to videofilter, and fix up the caps.Jan Schmidt2004-03-129-419/+361
* ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin doesn't conflict w...David Schleef2004-03-091-5/+4
* 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