summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* releasing 0.10.4RELEASE-0_10_4Thomas Vander Stichele2006-03-1033-130/+201
* gst-libs/gst/video/gstvideosink.c: Disable max-lateness by setting it to -1 f...Jan Schmidt2006-03-102-1/+8
* gst-libs/gst/riff/riff-media.c: Make sure we don't read beyond the palette bu...Fabrizio2006-03-102-11/+22
* gst/typefind/gsttypefindfunctions.c: Fix for variable not initialized.Edward Hervey2006-03-103-1/+6
* prereleasingThomas Vander Stichele2006-03-0917-185/+206
* ext/libvisual/visual.c: Small cleanups.Wim Taymans2006-03-094-85/+199
* ext/gnomevfs/gstgnomevfssrc.c: Some cleanups.Wim Taymans2006-03-092-35/+72
* ext/ogg/gstoggdemux.c: Don't try to activate NULL chains.Wim Taymans2006-03-092-0/+11
* gst/typefind/gsttypefindfunctions.c: Fix invalid memory access to region befo...Tim-Philipp Müller2006-03-092-1/+9
* closes #333510.Christophe Fergeau2006-03-094-18/+32
* gst/subparse/gstsubparse.c: Fix invalid memory access: make sure string passe...Tim-Philipp Müller2006-03-092-1/+13
* gst/typefind/gsttypefindfunctions.c: Refactor mpeg/audio typefinding to make ...Tim-Philipp Müller2006-03-092-130/+183
* gst/typefind/gsttypefindfunctions.c: Remove part from previous commit that wa...Tim-Philipp Müller2006-03-092-19/+11
* gst/typefind/gsttypefindfunctions.c: Make plain/text typefinder more conserva...Tim-Philipp Müller2006-03-082-11/+82
* gst/typefind/gsttypefindfunctions.c: Make typefind function name for mpeg4 vi...Michael Smith2006-03-083-1/+6
* ext/libvisual/visual.c: Cleanups, post nice errors.Wim Taymans2006-03-085-66/+222
* ext/pango/gsttextoverlay.c: Revert API/ABI break from March 1. Keep 'halign' ...Tim-Philipp Müller2006-03-082-17/+67
* gst-libs/gst/riff/riff-media.c: Allow palettes with less than 256 colours in ...Fabrizio2006-03-082-3/+20
* ext/pango/gsttextoverlay.c: Fix wrong EOS handling on text pad. We were relea...Julien Moutte2006-03-072-1/+15
* ext/pango/gsttextoverlay.c: Fix invalid memory access (we can't access a buff...Tim-Philipp Müller2006-03-072-7/+14
* ext/pango/gsttextoverlay.*: If input is plain text, escape it before passing ...Tim-Philipp Müller2006-03-073-2/+41
* gst-libs/gst/audio/gstaudiofilter.c: Don't ignore flow return from gst_pad_pu...Tim-Philipp Müller2006-03-072-4/+10
* Don't leak references returned by gst_pad_get_parent()Christophe Fergeau2006-03-079-37/+81
* ext/gnomevfs/gstgnomevfssink.c: change location param detailsStefan Kost2006-03-063-3/+11
* ext/gnomevfs/gstgnomevfssrc.c: Override GstBaseSrc::check_get_range() in orde...Tim-Philipp Müller2006-03-062-0/+38
* gst-libs/gst/video/gstvideosink.c: Throw away frames that are later than 20 ms.Wim Taymans2006-03-062-1/+8
* gst-libs/gst/riff/riff-media.c: Fabrizio2006-03-062-1/+7
* ext/ogg/gstoggmux.c: put Theora BOS pages before others. This hardcodes the ...Thomas Vander Stichele2006-03-052-7/+30
* changed more than 5 linesThomas Vander Stichele2006-03-051-0/+1
* ogg muxing of vorbis and theora now has pages ordered correctly again, even w...Thomas Vander Stichele2006-03-057-107/+257
* sys/xvimage/xvimagesink.c: Check that the xvimage we are creating has a corre...Julien Moutte2006-03-052-2/+14
* gst/typefind/gsttypefindfunctions.c: Give id3 and ape tag typefinders a rank ...Tim-Philipp Müller2006-03-052-2/+9
* gst-libs/gst/riff/riff-media.c: Add support for '3IVD' fourcc (#333403).Tim-Philipp Müller2006-03-052-0/+11
* configure.ac: Bump requirements to GStreamer CVS for the new error enum.Tim-Philipp Müller2006-03-043-2/+14
* win32/vs6: add a project file for libgstvolume update the workspaceSébastien Moutte2006-03-033-0/+135
* debug updatesThomas Vander Stichele2006-03-032-106/+239
* Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254Thomas Vander Stichele2006-03-033-6/+33
* docs/plugins/: Add audioresample to docs.Wim Taymans2006-03-027-69/+136
* fix wim's commitThomas Vander Stichele2006-03-021-0/+2
* debug using the actual GstPad, that allows us to see the serialno in the padnameThomas Vander Stichele2006-03-021-10/+32
* docs/plugins/: Added videoscale to docs.Wim Taymans2006-03-027-34/+134
* clean up debug messagesThomas Vander Stichele2006-03-021-16/+16
* extra debugging from older version, makes it easier to compareThomas Vander Stichele2006-03-021-7/+23
* some space cleanup and debug fixesThomas Vander Stichele2006-03-021-12/+12
* docs/: Added some more docs to libs and plugins.Wim Taymans2006-03-0211-151/+394
* ext/ogg/gstogmparse.c: In state change function, first chain up to parent cla...Tim-Philipp Müller2006-03-022-36/+18
* ext/ogg/gstogmparse.c: Don't remove/re-add source pad if the new caps are the...Tim-Philipp Müller2006-03-022-25/+58
* docs/plugins/: Fix hierarchy, added some more elements to the docs.Wim Taymans2006-03-028-98/+130
* gst/typefind/gsttypefindfunctions.c: Some typefinding fine-tuning:Tim-Philipp Müller2006-03-012-5/+15
* Added alsa docs.Wim Taymans2006-03-0112-21/+176