summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ext/ogg/gstoggdemux.c: Fix sync on broken files. Fixes #158976Ronald Bultje2004-11-231-0/+6
* ext/libpng/gstpngenc.c: Copy over buffer properties. Fixes #158832Edward Hervey2004-11-232-0/+10
* ext/dvdread/dvdreadsrc.c: Fixes invalid reads (#158462)Thomas Vander Stichele2004-11-231-0/+5
* sys/v4l/: Probe less and cache it. Fixes #159187.Thomas Vander Stichele2004-11-231-0/+7
* whoops, wrong commitThomas Vander Stichele2004-11-231-1/+1
* gst/videorate/gstvideorate.c: Handle all video formats. Fixes #159186.Thomas Vander Stichele2004-11-231-0/+5
* configure fix from ronaldThomas Vander Stichele2004-11-231-1/+1
* gst/synaesthesia/gstsynaesthesia.c: Fix up synaesthesia to work under differe...Jan Schmidt2004-11-151-0/+12
* configure.ac: Fix mpeg2enc configure check (similar to mplex check below).Ronald S. Bultje2004-11-142-1/+6
* gst/ffmpegcolorspace/gstffmpegcodecmap.c: Fix for gcc-2.95 (fixes #158221).Ronald S. Bultje2004-11-141-0/+7
* another prereleaseThomas Vander Stichele2004-11-131-1/+1
* gst/playback/gstplaybasebin.c: Re-add clock distribution hack (until new core...Ronald S. Bultje2004-11-131-0/+6
* fix mplex configure check (bug #140994)Arwed v. Merkatz2004-11-132-1/+5
* ext/alsa/gstalsa.c: add debuggingBenjamin Otte2004-11-131-0/+9
* Update libvisual to 0.1.7. Link in the debug handling to gstreamerJan Schmidt2004-11-126-185/+275
* gst/volume/gstvolume.c: Allow buffer-frames=0.Ronald S. Bultje2004-11-121-0/+5
* Remove the line dealing with the cache stuff I left in by mistakeIain Holmes2004-11-121-1/+0
* Added the polypaudio sink and hooked it into the build system.Iain Holmes2004-11-123-0/+32
* ext/alsa/gstalsasink.c: Fix for negotiation order problem. This would show wh...Ronald S. Bultje2004-11-121-0/+8
* ext/vorbis/vorbisdec.c: No warnings (#157986).Ronald S. Bultje2004-11-111-0/+7
* gst/typefind/gsttypefindfunctions.c: Prefer apev1/2 and id3v1 (at end of file...Ronald S. Bultje2004-11-111-0/+5
* gst/matroska/matroska-demux.c: Signal no-more-pads (so it works in playbin).Ronald S. Bultje2004-11-112-14/+22
* ext/musepack/gstmusepackreader.cpp: Workaround for older core.Ronald S. Bultje2004-11-111-0/+5
* gst/ffmpegcolorspace/imgconvert.c: Actually test for odd width/height rather ...Ronald S. Bultje2004-11-111-0/+7
* sys/v4l2/gstv4l2element.c: Fix compilation if HAVE_XVIDEO is not definedZaheer Abbas Merali2004-11-112-1/+11
* sys/v4l/gstv4lelement.c: Fix compilation if HAVE_XVIDEO is not definedZaheer Abbas Merali2004-11-111-0/+5
* Use bytestream in goom for input samplesJan Schmidt2004-11-112-45/+110
* ext/alsa/gstalsa.c: Only set hardware parameters *after* negotiation. Before ...Ronald S. Bultje2004-11-111-0/+7
* ext/alsa/gstalsasink.c: This seems to be antique leftover. It needs to pass e...Ronald S. Bultje2004-11-101-0/+11
* gst/playback/gstplaybasebin.c: Don't assert (#157853).Ronald S. Bultje2004-11-101-0/+5
* ext/alsa/gstalsasink.c: Fix bytes/samples confustion.Ronald S. Bultje2004-11-101-0/+7
* gst/typefind/gsttypefindfunctions.c: Disable halfway-seek for pending release...Ronald S. Bultje2004-11-091-0/+6
* add autoprobe-fps property so we can separate autoprobing partsThomas Vander Stichele2004-11-091-0/+7