summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* releasing 0.10.10RELEASE-0_10_10Thomas Vander Stichele2006-09-1438-449/+472
* second prereleaseThomas Vander Stichele2006-09-092-4/+4
* update bug in changelogThomas Vander Stichele2006-09-071-0/+1
* Fix implementation of sync-method 'next-keyframe'Michael Smith2006-09-073-13/+83
* ext/gnomevfs/gstgnomevfssrc.c: This patch removes the RANDOM flag that was in...Wim Taymans2006-09-072-1/+9
* first prereleaseThomas Vander Stichele2006-09-072-4/+4
* update po filesThomas Vander Stichele2006-09-0714-673/+687
* tests/check/Makefile.am: Random variation in Makefile line to see if it makes...Tim-Philipp Müller2006-09-052-2/+8
* tests/check/pipelines/oggmux.c: Disable test that fails at the moment (killed...Tim-Philipp Müller2006-09-042-1/+7
* tests/check/: Add simple unit test for oggmux from #337026 with checking for theJames Livingston2006-09-044-2/+354
* ext/ogg/gstoggmux.c: Add cmml caps to oggmux. Fixes #353912Alessandro Dessina2006-09-042-1/+8
* tests/check/elements/videotestsrc.c: Returning a return value often helps. In...Tim-Philipp Müller2006-09-022-8/+14
* gst/videotestsrc/videotestsrc.*: Add support for AYUV and the various RGBA fo...Tim-Philipp Müller2006-09-024-10/+422
* gst/videotestsrc/: Add more uni-colour patterns ("white", "red", "green", and...Tim-Philipp Müller2006-09-015-7/+82
* gst/videotestsrc/videotestsrc.c: Fix stride for YVYU, should be word-aligned ...Tim-Philipp Müller2006-09-012-1/+6
* gst/adder/gstadder.c: Fix build.Tim-Philipp Müller2006-08-312-1/+6
* gst/adder/gstadder.*: Remember the start position asked in the incoming seeks...Edward Hervey2006-08-313-2/+23
* ext/ogg/gstoggdemux.c: Send the GST_EVENT_NEW_SEGMENT from the streaming thread.Edward Hervey2006-08-312-1/+21
* gst/ffmpegcolorspace/gstffmpegcolorspace.c: Return FALSE instead of returning...Tim-Philipp Müller2006-08-302-1/+19
* ext/gnomevfs/gstgnomevfssrc.c: Try harder to get the size from a uri by using...Tim-Philipp Müller2006-08-292-12/+37
* ext/alsa/: Improve and fix mixer track handling, in particular better handlin...Viktor Peters2006-08-294-150/+424
* gst/playback/gstplaybin.c: Improve docs: add section about BUFFERING messages...Tim-Philipp Müller2006-08-292-0/+26
* ext/vorbis/vorbisenc.c: Ignore explicit DISCONT marked on buffers (which is o...Michael Smith2006-08-292-6/+12
* gst/audiorate/gstaudiorate.c: Don't rely on incoming buffers offset anymore, ...Edward Hervey2006-08-292-14/+29
* ext/vorbis/vorbisenc.c: fix buffer unreffing on a header push failureThomas Vander Stichele2006-08-292-8/+13
* gst/audiorate/gstaudiorate.c: Make the metadata of the buffer writable before...Wim Taymans2006-08-282-0/+8
* Fix changelog with bugzilla bug it fixed.Wim Taymans2006-08-281-0/+1
* gst/audiorate/gstaudiorate.c: Fix audiorate some more.Wim Taymans2006-08-282-22/+210
* gst/tcp/gstmultifdsink.c: Fix spelling.Michael Smith2006-08-252-2/+7
* gst/tcp/gstmultifdsink.c: Small cleanups.Wim Taymans2006-08-252-19/+34
* gst/gdp/gstgdppay.c: Fix memory leaks and misleading debug messages, add a co...Michael Smith2006-08-253-17/+51
* ext/vorbis/vorbisenc.c: Allow very small discontinuities in the timestamps. T...Michael Smith2006-08-252-7/+28
* tests/examples/seek/seek.c: Add a checkbox to enable play scrubbing. Makes it...Wim Taymans2006-08-242-7/+26
* tests/check/elements/.cvsignore: make buildbot happyStefan Kost2006-08-232-0/+7
* ext/ogg/gstogmparse.c: Refactor ogm parse, do better input checking, misc. cl...Tim-Philipp Müller2006-08-232-209/+410
* tests/check/libs/cddabasesrc.c: Waits for tasks to settle down so that we cle...Wim Taymans2006-08-232-1/+10
* tests/check/libs/tag.c: Unit test fixes: \377 is more likely to fit into 8 bi...Tim-Philipp Müller2006-08-232-9/+23
* ext/ogg/gstogmparse.c: Fix crash due to broken bitstream parsing on x86-64: c...Tim-Philipp Müller2006-08-233-2/+13
* gst-libs/gst/riff/riff-read.c: Protect public functions against bad input.Wim Taymans2006-08-222-97/+176
* gst-libs/gst/riff/: Add voxware audio IDs (even if we can't play it) (#351795).Tim-Philipp Müller2006-08-223-0/+40
* gst-libs/gst/riff/riff-media.c: Const-ify some arrays and use G_N_ELEMENTS in...Tim-Philipp Müller2006-08-222-15/+21
* And the same for _to_vorbiscomment_buffer(): allow id_data_len == 0 for speex.Tim-Philipp Müller2006-08-223-7/+37
* adding a READMEThomas Vander Stichele2006-08-211-0/+22
* Move GDP plugin to -base from -bad. Closes #347783.Thomas Vander Stichele2006-08-218-4/+76
* gst-libs/gst/tag/gstvorbistag.c: Allow id_data_len == 0 (needed for vorbis co...Tim-Philipp Müller2006-08-213-5/+102
* ext/vorbis/vorbisenc.c: Use vorbis comment utility functions from libgsttag i...Tim-Philipp Müller2006-08-212-69/+36
* tests/check/elements/audioconvert.c: Fix leaks. Wait for state transitions th...Jan Schmidt2006-08-212-4/+37
* docs/libs/: Don't try to GObject scan the netbuffer as it's not a GObject.Wim Taymans2006-08-216-16/+101
* tests/check/elements/audioconvert.c: Add testcase for caps-size-explosionStefan Kost2006-08-212-1/+48
* gst/audioconvert/gstaudioconvert.c: Lower debug, use g_assert in _get_unit_sizeStefan Kost2006-08-205-5/+18