summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ext/musepack/gstmusepackdec.cpp: There's also floating point libmusepacks.Ronald S. Bultje2004-12-031-0/+5
* ext/faad/gstfaad.c: Set DURATION even if source buffer didn't. Also use incre...Ronald S. Bultje2004-12-031-0/+10
* gst/law/: Fix caps.Ronald S. Bultje2004-12-025-8/+24
* sys/v4l/v4l_calls.c: Fix logic bug.Ronald S. Bultje2004-12-011-0/+5
* ext/ogg/gstoggdemux.c: Yay, another one.Ronald S. Bultje2004-12-011-0/+5
* ext/esd/esdsink.c: Make error actually say something useful (fixes #156798).Ronald S. Bultje2004-12-012-2/+11
* ext/mad/gstmad.c: fix xing header detection on mono and stereo mp3 files.Christophe Fergeau2004-12-011-0/+5
* add latest additions to the spec fileChristian Schaller2004-12-011-6/+11
* gst/playback/gstplaybasebin.c: Don't crash on EMPTY caps (e.g. when the demux...Ronald S. Bultje2004-12-011-0/+6
* ext/faad/gstfaad.c: Oops, remove debug.Ronald S. Bultje2004-12-011-0/+5
* gst/law/: Prevent warnings when negotiating caps (fixes #159338).Ronald S. Bultje2004-12-013-0/+10
* gst/ffmpegcolorspace/gstffmpegcolorspace.c: Remove old leftover that shouldn'...Ronald S. Bultje2004-12-011-0/+6
* gst-libs/gst/riff/riff-read.c: Don't forward DISCONT events (fixes #159684).Ronald S. Bultje2004-12-011-0/+7
* gst/playback/gstplaybin.c: Unlink manually since sometimes bin disposal (and ...Ronald S. Bultje2004-12-011-0/+7
* gst/playback/gststreaminfo.c: On mute of an unlinked stream, check for pad av...Ronald S. Bultje2004-11-291-0/+6
* gst/avi/gstavidemux.c: Fix quite humiliating bug in omitting 0-sized index ch...Ronald S. Bultje2004-11-292-9/+27
* ext/a52dec/gsta52dec.c: Actually leave the loop if we failed to sync. Don't c...Ronald S. Bultje2004-11-291-0/+5
* gst/mpegstream/gstdvddemux.*: Fix crash (#159759). Doesn't work, though. :-(.Ronald S. Bultje2004-11-281-0/+7
* gst/audioconvert/gstchannelmix.c: more overwriting protection due to modifyin...Benjamin Otte2004-11-281-0/+6
* gst/audioconvert/gstchannelmix.c: Normalize using absolute values.Ronald S. Bultje2004-11-281-0/+6
* Adding a first version of directfbvideosink.Julien Moutte2004-11-283-0/+47
* gst/audioconvert/gstchannelmix.c: walk the samples backwards if out_channels ...Benjamin Otte2004-11-281-0/+6
* gst/audioconvert/: Implement a channel mixer.Ronald S. Bultje2004-11-281-0/+18
* ext/alsa/: Make alsasink actually honor gst_element_set_clock and use that cl...Martin Soto2004-11-281-0/+8
* gst/playback/gstplaybasebin.c: fixed a caps leak nullify source and decoder w...Christophe Fergeau2004-11-271-0/+13
* ext/a52dec/gsta52dec.c: Don't forget bass if it's there. Else left channel is...Ronald S. Bultje2004-11-271-0/+5
* ext/a52dec/gsta52dec.c: Don't do sample adjusting anymore, we use float audio...Ronald S. Bultje2004-11-271-0/+8
* ext/a52dec/gsta52dec.c: Advertise that we can do surround sound.Ronald S. Bultje2004-11-271-0/+6
* ext/a52dec/gsta52dec.c: Add buffer-frames=0.Ronald S. Bultje2004-11-271-0/+18
* gst/audioconvert/gstaudioconvert.c: call parent dispose methodChristophe Fergeau2004-11-271-0/+5
* gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)Martin Soto2004-11-271-0/+7
* added TTA parser and decoderArwed v. Merkatz2004-11-262-0/+15
* gst/playback/gstplaybasebin.*: Implement buffering. Needs some more work.Ronald S. Bultje2004-11-261-0/+9
* ext/theora/theoradec.c: Fix ilog mask range overflow.Ronald S. Bultje2004-11-261-0/+5
* ext/alsa/gstalsa.c: Don't omit the last (which incase of dmix is the only :) ...Ronald S. Bultje2004-11-261-0/+6
* gst/playback/gstplaybin.c: Removed 2 obsolete commentsChristophe Fergeau2004-11-261-0/+5
* ext/vorbis/oggvorbisenc.cStéphane Loeuillet2004-11-261-0/+7
* gst/playback/gstplaybin.c: Refcounting fixes for provided audio-/videosinks.Ronald S. Bultje2004-11-251-0/+9
* gst/playback/gstplaybin.c: Don't reference all sinks, but only the video- and...Ronald S. Bultje2004-11-251-0/+11
* Surround sound support.Ronald S. Bultje2004-11-251-0/+34
* ext/ogg/gstoggdemux.c: Fix position for discont if we're close as well. Nitpi...Ronald S. Bultje2004-11-251-0/+6
* gst/playback/gstdecodebin.c: We sometimes need parsers for playback, so add t...Ronald S. Bultje2004-11-251-0/+5
* APE v1/2 tag reader plus typefind function.Ronald S. Bultje2004-11-252-1/+24
* Remove hacks for older core. Require newer core version accordingly.Ronald S. Bultje2004-11-252-1/+9
* gst/cdxaparse/: SVCD/VCD header stripping separated from CDXA image parsing.Ronald S. Bultje2004-11-251-0/+34
* back to cvsThomas Vander Stichele2004-11-252-1/+6
* releasingThomas Vander Stichele2004-11-2516-682/+1109
* new prereleaseThomas Vander Stichele2004-11-251-1/+1
* gst/playback/gstplaybasebin.c: Fix unplayable files error handling. Fixes #1...Ronald Bultje2004-11-231-0/+7
* gst/typefind/gsttypefindfunctions.c: Fix broken mp3 typefinding. Fixes #158375Ronald Bultje2004-11-231-0/+8