summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* docs/plugins/gst-plugins-good-plugins-sections.txt: Cleanup section file.Stefan Kost2008-01-151-0/+5
* docs/plugins/: Update plugin docs.Stefan Kost2008-01-151-0/+61
* As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>Wim Taymans2008-01-141-0/+7
* gst/: Initialise variables to work around (false) 'foo might be used uninitia...Tim-Philipp Müller2008-01-141-0/+7
* Ignore more files for the buildbot.David Schleef2008-01-121-0/+6
* Generate the image-type values correctly. Leave them out of the caps when out...Jan Schmidt2008-01-111-0/+13
* gst/rtp/: Fix the clock rate to 90000 as required by the RFC.Olivier Crete2008-01-111-0/+9
* tests/check/elements/icydemux.c: Don't use deprecated GST_PLUGIN_DEFINE_STATIC.Tim-Philipp Müller2008-01-111-0/+5
* autogen.sh: Add -Wno-portability to the automake parameters to stop warnings ...Sebastian Dröge2008-01-101-0/+11
* gst/videomixer/videomixer.c: Fix error from my last commit.Edward Hervey2008-01-091-0/+5
* gst/id3demux/id3v2frames.c: Make sure the ISO 639-X language code in ID3v2 CO...Tommi Myöhänen2008-01-091-0/+11
* ChangeLog: Fix ChangeLog typo.Stefan Kost2008-01-091-1/+6
* Makefile.am: Include lcov.mak to allow builging coverage reports. Guard check...Stefan Kost2008-01-091-0/+6
* gst/videomixer/videomixer.c: Implement GstChildProxy interface.Edward Hervey2008-01-091-0/+15
* gst/alpha/: Make the various properties of 'alpha' controllable. This allows ...Edward Hervey2008-01-091-0/+9
* gst/rtp/: Remove copy/paste unused code (property setters and getter) found b...Stefan Kost2008-01-091-0/+28
* gst/matroska/matroska-mux.c: Also fix up pad templates to indicate that image...Tim-Philipp Müller2008-01-081-0/+7
* gst/matroska/matroska-mux.*: Keep track of first and last timestamps for each...Wouter Cloetens2008-01-081-0/+18
* Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_a...Sebastian Dröge2008-01-081-0/+24
* sys/directdraw/gstdirectdrawsink.c: FALSE is not a gpointer.Tim-Philipp Müller2008-01-071-0/+6
* sys/directdraw/gstdirectdrawsink.c: Make sure we create our internal window o...Julien Moutte2008-01-051-0/+19
* ext/taglib/: Remove useless typedefs without new type name. Fixes a warning w...Sebastian Dröge2008-01-041-0/+7
* ext/flac/gstflacdec.c: Emit metadata messages when a PICTURE block is encount...John Millikin2008-01-031-0/+12
* gst/avi/gstavi.c: increase rank because no known issues anymore ...Thijs Vermeir2008-01-021-0/+7
* gst/rtsp/gstrtspsrc.*: Implement redirect for the DESCRIBE reply. Fixes #506025.Wim Taymans2007-12-311-0/+6
* ext/flac/gstflacdec.c: Fix 'xyz may be used uninitialized' compiler warnings ...Sebastian Dröge2007-12-291-0/+7
* Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Tim-Philipp Müller2007-12-261-0/+9
* tests/check/elements/avisubtitle.c: Small unit test fix (has no practical imp...Tim-Philipp Müller2007-12-181-0/+7
* Add seeking support for avi subtitleThijs Vermeir2007-12-181-0/+6
* ext/flac/gstflacdec.*: Remove some unused vars.Wim Taymans2007-12-181-0/+10
* gst/avi/gstavisubtitle.c: Detect other UTF byte order markers and convert to ...Tim-Philipp Müller2007-12-181-0/+8
* gst/avi/gstavisubtitle.*: Refactor a bit; fix name extraction; don't assume a...Tim-Philipp Müller2007-12-181-0/+13
* Add avi subtitle element for bug #442034. Need seeking support and more suppo...Thijs Vermeir2007-12-181-0/+12
* Makefile.am: Include common/win32.mak for CRLF check of win32 project files (...Tim-Philipp Müller2007-12-181-0/+9
* ext/jpeg/gstjpegdec.c: Actually drop the buffers which are outside the curren...Edward Hervey2007-12-161-0/+6
* ext/flac/gstflacdec.*: Send segments from the streaming thread. Fixes #502187.Wim Taymans2007-12-141-0/+8
* gst/id3demux/id3v2frames.c: Parse WOAF frames and put the result into GST_TAG...Tim-Philipp Müller2007-12-141-0/+8
* configure.ac: We need core/base 0.10.15 or later.Tim-Philipp Müller2007-12-111-0/+5
* gst/avi/gstavimux.c: Fix regression in stream numbering. Fixes #502655.Mark Nauwelaerts2007-12-111-0/+7
* gst/rtp/gstrtph264pay.*: Use higher performance start-code searching.Wai-Ming Ho2007-12-111-0/+14
* sys/v4l2/: Init some structs to zero before we pass them to ioctl, which avoi...Tim-Philipp Müller2007-12-111-0/+7
* gst/multipart/multipartdemux.c: Copy timestamp from input to output. Not very...Wouter Cloetens2007-12-111-0/+8
* ext/wavpack/gstwavpackdec.c: Also print a useful error message with the old W...Sebastian Dröge2007-12-091-0/+6
* ext/wavpack/gstwavpackdec.c: More build fixes for old libwavpack versions: in...Tim-Philipp Müller2007-12-091-0/+8
* ext/wavpack/: Workaround the non-existance of WavpackGetChannelMask in Wavpac...Sebastian Dröge2007-12-091-0/+8
* configure.ac: And now do it right for real...Sebastian Dröge2007-12-091-0/+5
* configure.ac: Correctly reset $LIBS to not contain -lm.Sebastian Dröge2007-12-091-1/+6
* Fix compilation with MSVC by using gst_util_guint64_to_gdouble() and checking...Kwang Yul Seo2007-12-091-0/+11
* configure.ac: Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.Sebastian Dröge2007-12-091-0/+5
* sys/oss/gstosshelper.c: Verify that the format returned after the ioctl is th...Jan Schmidt2007-12-081-0/+7