summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/audiofx/: The transform_ip() methods should do nothing if in passthrough ...Sebastian Dröge2007-12-069-18/+32
* gst/wavparse/gstwavparse.c: Fix seeking in .wav files again (#501775). Some ...Tim-Philipp Müller2007-12-062-3/+9
* gst/autodetect/gstautovideosink.*: Fix docs.Wim Taymans2007-12-053-18/+183
* gst/autodetect/gstautoaudiosink.*: Add property to filter sinks based on caps...Tommi Myöhänen2007-12-053-1/+119
* gst/videobox/gstvideobox.c: Initialise liboil in plugin_init()Arek Korbik2007-11-292-0/+9
* configure.ac: Bump libsoup requirement as libsoup does not support async clie...Wouter Cloetens2007-11-292-14/+104
* ext/libpng/gstpngdec.c: Post error before sending EOS. Fixes #499178.Wim Taymans2007-11-292-1/+6
* win32/vs6/: Add a project file for libgstpngSébastien Moutte2007-11-283-0/+157
* gst/rtp/gstrtph263depay.c: Code beautification.Edward Hervey2007-11-282-99/+105
* gst/rtp/gstrtpmp4adepay.c: Fix wrong comparison in overrun check. Fixes #4992...Jayarama S. Santana2007-11-272-1/+8
* gst/rtp/gstrtph263depay.*: Fix h263 depayloader so that ANY h263 decoder can ...Edward Hervey2007-11-273-32/+105
* gst/rtp/gstrtpmp4adepay.*: Fix depayloading when multiple frames are inside o...Wim Taymans2007-11-263-24/+84
* gst/level/gstlevel.c: Add GAP-flag support.Stefan Kost2007-11-262-6/+15
* gst/rtp/gstrtph263depay.c: Read the I flag for Mode A h263 rtp stream and set...Edward Hervey2007-11-262-0/+12
* gst/spectrum/gstspectrum.c: Use dispose and finalize. Dispose can be called m...Stefan Kost2007-11-261-1/+11
* gst/level/gstlevel.c: Remove some dead code and do cleanups.Stefan Kost2007-11-262-28/+30
* tests/check/pipelines/simple-launch-lines.c: Improve the tests by allowing to...Stefan Kost2007-11-262-24/+32
* tests/check/elements/wavpackenc.c: Don't check the caps of the output buffer ...Sebastian Dröge2007-11-262-5/+7
* gst/qtdemux/qtdemux.c: Implement reverse playback support.Julien Moutte2007-11-242-31/+223
* gst/filter/: Post a GST_MESSAGE_LATENCY if the latency changes.Sebastian Dröge2007-11-212-0/+4
* gst/equalizer/: Remove preset iface again. We'll re-add this after its been r...Stefan Kost2007-11-212-22/+4
* ext/wavpack/gstwavpackcommon.c: Also set the channel layout on the Wavpack ca...Sebastian Dröge2007-11-202-0/+7
* ext/wavpack/: Add support for encoding, parsing and decoding multichannel fil...Sebastian Dröge2007-11-2010-49/+472
* ext/libpng/gstpngdec.*: Don't release the png-memory from within the callback.Stefan Kost2007-11-203-12/+25