summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext/alsa/gstalsasink.c: compute correct expected timestamps after seek (broke...Benjamin Otte2004-05-162-2/+10
* add note about bugBenjamin Otte2004-05-161-0/+1
* ext/alsa/gstalsasink.c: add error checking to snd_pcm_delay and remove duplic...Benjamin Otte2004-05-161-0/+8
* Add new files for gdk_pixbuf based scalerJan Schmidt2004-05-153-0/+554
* Oops, forgot the Changelog :)Jan Schmidt2004-05-151-0/+14
* ext/gdk_pixbuf/: Add new pixbufscale element to scale RGB video using gdk_pix...Jan Schmidt2004-05-153-3/+10
* ext/libvisual/visual.c: add missing visual_audio_analyzeBenjamin Otte2004-05-141-0/+5
* ext/esd/esdsink.c: Fix crash when ESD is killed while we're playing.David Schleef2004-05-143-1/+12
* gst-libs/gst/riff/riff-read.c: - fix INFO tag extraction in RIFF/AVI files be...Stéphane Loeuillet2004-05-141-0/+7
* fix warningThomas Vander Stichele2004-05-141-1/+1
* gst/auparse/gstauparse.c: add support for ADPCM streams (CCITT g72x) decoder ...Stéphane Loeuillet2004-05-141-24/+36
* ext/audiofile/gstafparse.c: change class to Codec/Demuxer/AudioStéphane Loeuillet2004-05-132-4/+4
* ext/mad/gstid3tag.c: move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"Stéphane Loeuillet2004-05-137-10/+30
* configure.ac: check for exact version of libvisual, it's not supposed to beBenjamin Otte2004-05-132-2/+7
* ext/ogg/gstoggdemux.c: signal no-more-padsBenjamin Otte2004-05-131-0/+5
* Report which format was used for GST_FORMAT_DEFAULT in dvdecJan Schmidt2004-05-135-2/+295
* gst-libs/gst/riff/riff-ids.h: - add CDXA to the list of RIFF typesStéphane Loeuillet2004-05-131-1/+1
* sys/v4l/: add more debugging send a discont at startThomas Vander Stichele2004-05-131-0/+11
* Avoid infloopingColin Walters2004-05-131-0/+6
* ext/audiofile/gstafsrc.c: Remove old debug outputJan Schmidt2004-05-122-26/+53
* ext/tarkin/gsttarkin.c: - Change RANK from NONE to PRIMARY (decoder)Stéphane Loeuillet2004-05-122-1/+10
* copy this function until we really need > 1.0 of vorbisThomas Vander Stichele2004-05-121-0/+7
* configure.ac: enable shout2 by defaultBenjamin Otte2004-05-124-37/+34
* gst/auparse/gstauparse.c: - Document all audio encoding we can encounter from...Stéphane Loeuillet2004-05-112-24/+50
* gst/cdxaparse/gstcdxaparse.c: Add mpegversion to CAPS to make it linkStéphane Loeuillet2004-05-111-0/+6
* gst/asfdemux/gstasfdemux.c: Use codec_data property instead of flag1 and flag...Jeremy Simon2004-05-111-0/+5
* ext/libvisual/visual.c: use the right caps depending on endianness (I hope)Benjamin Otte2004-05-111-0/+8
* gst/asfdemux/gstasfdemux.c: Fix some odd cases and fix BE metadata parsing of...Ronald S. Bultje2004-05-111-0/+5
* gst/switch/gstswitch.c: whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ...Benjamin Otte2004-05-111-0/+8
* configure.ac: Add prototype Dirac support.David Schleef2004-05-113-1/+26
* gst/auparse/gstauparse.c: Hack around spider. Remove me some day please.Ronald S. Bultje2004-05-112-4/+48
* gst/auparse/gstauparse.c: Fix for some uninitialized variables in previous pa...Ronald S. Bultje2004-05-112-9/+7
* gst/auparse/gstauparse.c: eee (32, 64) only unsupported formats are ADPCM/CCI...Stéphane Loeuillet2004-05-102-19/+70
* ext/vorbis/: Added a raw vorbis encoder to be used with the oggmuxer.Wim Taymans2004-05-101-0/+29
* someone ported wavparse to riff-lib, remove it from TODOStéphane Loeuillet2004-05-101-2/+0
* ext/ogg/: Added an ogg muxer.Wim Taymans2004-05-101-0/+18
* ext/theora/theoraenc.c: Mark the last packet with an EOS flag which is not re...Wim Taymans2004-05-101-0/+11
* Return the result of the parent state change callJan Schmidt2004-05-102-3/+6
* change plugin category to match other testing pluginsStéphane Loeuillet2004-05-101-1/+1
* ext/a52dec/gsta52dec.c: mark audio/a52, audio/ac3 as deprecated in a commentStéphane Loeuillet2004-05-101-0/+3
* gst/law/alaw-decode.c: put audio/x-alaw on pads, instead of audio/x-mulawStéphane Loeuillet2004-05-093-4/+6
* gst/law/alaw.c: alawdec should be registered with type ALAWDEC, not ALAWENCStéphane Loeuillet2004-05-092-1/+5
* ext/alsa/gstalsasrc.c: don't use a fixed buffer size when writing variable le...Benjamin Otte2004-05-091-0/+6
* ext/gnomevfs/gstgnomevfssink.c: Run glib's default signal handler (??) in RUN...Ronald S. Bultje2004-05-091-0/+9
* gst-libs/gst/riff/: Fix for unaligned RIFF files (i.e. where all the chunks t...Ronald S. Bultje2004-05-091-0/+13
* ext/: \1/Codec, (fixes #142193)Benjamin Otte2004-05-093-2/+25
* ext/alsa/: Fix alsa oddness in mixer after the combination of using mixer in ...Ronald S. Bultje2004-05-091-0/+8
* gst/wavparse/gstwavparse.c: make PAUSED=>READY=>PAUSED=READY work by not dest...Benjamin Otte2004-05-092-4/+12
* ext/alsa/gstalsasink.c: allow discont events before caps negoBenjamin Otte2004-05-091-0/+5
* ext/vorbis/vorbisdec.c: don't leak eventsBenjamin Otte2004-05-081-0/+5