summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* gst-libs/gst/play/gstplay.c: seek on video sink element first.Julien Moutte2004-01-281-0/+7
* sys/v4l/: Implement resizing... Hack. But that's why v4l is b0rked...Ronald S. Bultje2004-01-281-0/+11
* sys/: Removing some useless debugs messages, correctly cleaning the image cre...Julien Moutte2004-01-281-0/+15
* ext/alsa/gstalsa.c: use gst_element_get_time to get correct timeBenjamin Otte2004-01-281-0/+5
* sys/: OurJulien Moutte2004-01-281-0/+15
* ext/esd/esdsink.c: Fix sync issues in esdsink. Also changed esdsink to only ...David Schleef2004-01-271-0/+8
* gst-libs/gst/play/gstplay.c: Fixing the way to get current position.Julien Moutte2004-01-271-0/+5
* sys/oss/gstosssink.c: use gst_element_get_time to get correct timeBenjamin Otte2004-01-271-0/+5
* gst-libs/gst/play/gstplay.c: The easiest fix ever... Inverting 2 lines of cod...Julien Moutte2004-01-271-0/+6
* gst/audioconvert/gstaudioconvert.c: Use gst_pad_try_set_caps_nonfixed().David Schleef2004-01-271-1/+6
* gst/ac3parse/gstac3parse.c: update to checklist 5David Schleef2004-01-271-0/+9
* gst/asfdemux/gstasfdemux.c: stop processing after EOSBenjamin Otte2004-01-271-0/+5
* gst/asfdemux/: lot's of fixes to make data extraction simpler and get the cod...Benjamin Otte2004-01-271-0/+12
* ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly code to pull...Colin Walters2004-01-261-0/+6
* ext/ffmpeg/gstffmpegcodecmap.c: Fix SVQ3 decoding on PPCJeremy Simon2004-01-261-0/+5
* gst/videoscale/gstvideoscale.c: Dunno how that one managed to stay there... F...Julien Moutte2004-01-261-0/+5
* Add SVQ3 specific flags to qtdemux and ffmpegJeremy Simon2004-01-261-0/+9
* gst-libs/gst/audio/audio.h: remove buffer-frames from audio capsBenjamin Otte2004-01-261-0/+7
* gst-libs/gst/: Add gtk-doc style comments. Also fix a function name.Ronald S. Bultje2004-01-251-0/+9
* ext/divx/gstdivxdec.c: Fix for new capsnego - also fixes gst-player with divx...Ronald S. Bultje2004-01-251-0/+6
* gst-libs/gst/play/gstplay.c: Another try in visualization implementation. Sti...Julien Moutte2004-01-251-0/+12
* gst/videofilter/gstvideobalance.*: Implement lookup-tables. +/- 10x faster.Ronald S. Bultje2004-01-251-0/+13
* gst/avi/gstavidemux.c: The index reading was broken. The rest worked fine, bu...Ronald S. Bultje2004-01-251-0/+8
* gst-libs/gst/riff/riff-read.c: Additional pad usability check.Ronald S. Bultje2004-01-251-0/+35
* gst/avi/gstavidemux.c: don't write to buffer. Extract data without the need o...Benjamin Otte2004-01-231-0/+7
* gst/typefind/gsttypefindfunctions.c: Fix MPEG-1 stream typefinding.Ronald S. Bultje2004-01-231-0/+6
* gst/typefind/gsttypefindfunctions.c: Fix typefinding for MPEG-1 system stream...Ronald S. Bultje2004-01-231-0/+5
* private debugging cat better error reportingThomas Vander Stichele2004-01-231-0/+6
* gst-libs/gst/riff/riff-read.*: Remove stuff fromold metadata system.Ronald S. Bultje2004-01-231-0/+7
* ext/ogg/gstoggdemux.c: Fix wrong file comment.Ronald S. Bultje2004-01-231-0/+8
* fix distcheckThomas Vander Stichele2004-01-231-0/+8
* ext/divx/gstdivxdec.*: Fix divx3 ("msmpeg4") playback using divxdec.Ronald S. Bultje2004-01-231-0/+6
* gst/typefind/gsttypefindfunctions.c: fix bug in length computation improve de...Benjamin Otte2004-01-231-0/+6
* gst-libs/gst/play/gstplay.c: Reworked the pipeline from scratch. Visualizatio...Julien Moutte2004-01-221-0/+28
* sys/oss/gstosselement.c: Fix the ossmixer case where we shouldn't open /dev/d...Ronald S. Bultje2004-01-221-0/+6
* fix up media-info now reports format again metadata needs some rewritingThomas Vander Stichele2004-01-221-0/+11
* fix non-compilationThomas Vander Stichele2004-01-221-0/+5
* ext/swfdec/gstswfdec.*: Fix negotiation.David Schleef2004-01-221-0/+18
* fix includes for distcheckThomas Vander Stichele2004-01-211-0/+6
* adding NAS pluginChristian Schaller2004-01-211-0/+6
* ext/ffmpeg/gstffmpegcodecmap.c: Fix wma caps propertyJeremy Simon2004-01-201-0/+7
* register and use debugging category in media-info make vorbisfile emit tags f...Thomas Vander Stichele2004-01-201-0/+21
* ext/mplex/: g++ doesn't like NULL in our i18n/error macros, should be either ...Ronald S. Bultje2004-01-201-0/+7
* sys/dxr3/: Fix more error error error errors (missing includes here).Ronald S. Bultje2004-01-201-0/+8
* ext/mpeg2enc/gstmpeg2encpicturereader.cc: fix thomas' error errors.Ronald S. Bultje2004-01-201-0/+5
* fix error errorThomas Vander Stichele2004-01-201-0/+5
* ext/divx/: Fix for new error system.Ronald S. Bultje2004-01-201-0/+6
* fix for new error signalingThomas Vander Stichele2004-01-201-0/+5
* sys/ximage/ximagesink.c: Change to using a framerate of [1,100] instead of [0...David Schleef2004-01-201-0/+10
* configure.ac: Up version requirement to 2.0.3 (not yet released) to avoid sym...Benjamin Otte2004-01-191-0/+6