summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gst/id3demux/id3v2frames.c: Make sure the ISO 639-X language code in ID3v2 CO...Tommi Myöhänen2008-01-092-5/+20
* 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-093-0/+14
* gst/videomixer/videomixer.c: Implement GstChildProxy interface.Edward Hervey2008-01-092-27/+83
* gst/alpha/: Make the various properties of 'alpha' controllable. This allows ...Edward Hervey2008-01-093-11/+89
* gst/rtp/: Remove copy/paste unused code (property setters and getter) found b...Stefan Kost2008-01-0924-886/+96
* gst/matroska/matroska-mux.c: Also fix up pad templates to indicate that image...Tim-Philipp Müller2008-01-082-1/+12
* gst/matroska/matroska-mux.*: Keep track of first and last timestamps for each...Wouter Cloetens2008-01-083-16/+66
* Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_a...Sebastian Dröge2008-01-0811-22/+64
* sys/directdraw/gstdirectdrawsink.c: FALSE is not a gpointer.Tim-Philipp Müller2008-01-072-2/+8
* sys/directdraw/gstdirectdrawsink.c: Make sure we create our internal window o...Julien Moutte2008-01-052-38/+162
* ext/taglib/: Remove useless typedefs without new type name. Fixes a warning w...Sebastian Dröge2008-01-043-4/+11
* ext/flac/gstflacdec.c: Emit metadata messages when a PICTURE block is encount...John Millikin2008-01-032-0/+149
* gst/avi/gstavi.c: increase rank because no known issues anymore ...Thijs Vermeir2008-01-023-2/+28
* gst/rtsp/gstrtspsrc.*: Implement redirect for the DESCRIBE reply. Fixes #506025.Wim Taymans2007-12-313-6/+63
* ext/flac/gstflacdec.c: Fix 'xyz may be used uninitialized' compiler warnings ...Sebastian Dröge2007-12-292-1/+10
* ext/soup/: Use gst_tag_freeform_string_to_utf8() and post radio station info ...Tim-Philipp Müller2007-12-282-41/+36
* Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Tim-Philipp Müller2007-12-264-3/+14
* gst/: Ignore more.Tim-Philipp Müller2007-12-201-0/+1
* tests/check/elements/avisubtitle.c: Small unit test fix (has no practical imp...Tim-Philipp Müller2007-12-182-1/+9
* Add seeking support for avi subtitleThijs Vermeir2007-12-183-3/+47
* ext/flac/gstflacdec.*: Remove some unused vars.Wim Taymans2007-12-184-16/+37
* gst/avi/gstavisubtitle.c: Detect other UTF byte order markers and convert to ...Tim-Philipp Müller2007-12-182-16/+81
* gst/avi/gstavisubtitle.*: Refactor a bit; fix name extraction; don't assume a...Tim-Philipp Müller2007-12-183-94/+160
* Add avi subtitle element for bug #442034. Need seeking support and more suppo...Thijs Vermeir2007-12-188-7/+517
* Makefile.am: Include common/win32.mak for CRLF check of win32 project files (...Tim-Philipp Müller2007-12-184-143/+150
* gst/multifile/gstmultifilesrc.*: When subsequent files are read, if the file ...David Schleef2007-12-173-1/+10
* ext/jpeg/gstjpegdec.c: Actually drop the buffers which are outside the curren...Edward Hervey2007-12-163-3/+15
* ext/flac/gstflacdec.*: Send segments from the streaming thread. Fixes #502187.Wim Taymans2007-12-143-75/+148
* gst/id3demux/id3v2frames.c: Parse WOAF frames and put the result into GST_TAG...Tim-Philipp Müller2007-12-143-0/+13
* configure.ac: We need core/base 0.10.15 or later.Tim-Philipp Müller2007-12-112-2/+7
* gst/avi/gstavimux.c: Fix regression in stream numbering. Fixes #502655.Mark Nauwelaerts2007-12-112-1/+14
* ext/soup/gstsouphttpsrc.*: Do not try to unpause I/O in the "queued" state.Wouter Cloetens2007-12-112-39/+351
* gst/rtp/gstrtph264pay.*: Use higher performance start-code searching.Wai-Ming Ho2007-12-113-15/+294
* sys/v4l2/: Init some structs to zero before we pass them to ioctl, which avoi...Tim-Philipp Müller2007-12-113-6/+15
* gst/multipart/multipartdemux.c: Copy timestamp from input to output. Not very...Wouter Cloetens2007-12-112-1/+12
* ext/wavpack/gstwavpackdec.c: Also print a useful error message with the old W...Sebastian Dröge2007-12-092-1/+9
* ext/wavpack/gstwavpackdec.c: More build fixes for old libwavpack versions: in...Tim-Philipp Müller2007-12-092-3/+22
* ext/wavpack/: Workaround the non-existance of WavpackGetChannelMask in Wavpac...Sebastian Dröge2007-12-093-1/+20
* configure.ac: And now do it right for real...Sebastian Dröge2007-12-092-1/+6
* configure.ac: Correctly reset $LIBS to not contain -lm.Sebastian Dröge2007-12-092-2/+7
* Fix compilation with MSVC by using gst_util_guint64_to_gdouble() and checking...Kwang Yul Seo2007-12-093-1/+21
* configure.ac: Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.Sebastian Dröge2007-12-092-1/+10
* sys/oss/gstosshelper.c: Verify that the format returned after the ioctl is th...Jan Schmidt2007-12-082-1/+8
* sys/oss/: Post decent (and translated) error message when we can't open the a...Tim-Philipp Müller2007-12-074-6/+48
* sys/oss/: Allow the AUDIODEV environment variable to redirect us to a differe...Jan Schmidt2007-12-073-2/+21
* gst/equalizer/gstiirequalizer.c: Fix compilation.Sebastian Dröge2007-12-061-1/+1
* gst/equalizer/gstiirequalizer.c: Don't process buffers in passthrough mode.Sebastian Dröge2007-12-061-0/+3
* gst/filter/: The transform() methods are not called in passthrough mode so th...Sebastian Dröge2007-12-062-8/+0
* gst/filter/: Sync the GObject properties with the controller even in passthro...Sebastian Dröge2007-12-062-9/+8