summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext/libpng/gstpngenc.c: Don't leak buffer data memory. Fixes #498395.René Stadler2007-11-202-1/+9
* tests/check/pipelines/simple-launch-lines.c: Tests for #498395.René Stadler2007-11-202-0/+34
* Fix build on Mac OS X 10.5Julien Moutte2007-11-206-6/+17
* gst/equalizer/: Activate preset iface and upload two presets here.Stefan Kost2007-11-192-4/+22
* ext/cairo/gsttextoverlay.c: Change strcasecmp() to g_strcasecmp(). Fixes #49...David Schleef2007-11-162-7/+11
* gst/rtp/gstrtpmp2tpay.*: Fill the MTU with as many packets as possible. Fixes...Jordi Jaen Pallares2007-11-153-19/+92
* gst/rtsp/gstrtspsrc.c: Fix some more leaks. Fixes #497007.Tommi Myöhänen2007-11-152-0/+10
* gst/rtsp/gstrtspsrc.c: Fix 3 pad leaks. Fixes #496983.Tommi Myöhänen2007-11-152-2/+18
* Added HTTP source based on libsoup. Fixes #497020.Wouter Cloetens2007-11-153-0/+448
* gst/rtp/gstrtph264depay.c: Fix small leak. Fixes #497017.Tommi Myöhänen2007-11-152-0/+8
* gst/qtdemux/: Add suppport for theora in quicktime according to XiphQT.Wim Taymans2007-11-154-0/+158
* Always copy buffers by default (handle safer with bugged drivers) and added a...Edgard Lima2007-11-154-21/+41
* gst/id3demux/: We don't want the same string multiple times in a tag list for...Tim-Philipp Müller2007-11-144-13/+25
* ext/taglib/gstid3v2mux.cc: Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_...Tim-Philipp Müller2007-11-142-1/+16
* gst/rtsp/gstrtspsrc.c: Don't leak sdp message contents (fixes #496773).Tim-Philipp Müller2007-11-143-0/+11
* ext/raw1394/: Implement GstPropertyProbe interface and add "device-name" prop...Julien Puydt2007-11-146-5/+289
* tests/check/elements/spectrum.c: Fix spectrum unit test for the latest spectr...Sebastian Dröge2007-11-141-8/+8
* gst/rtsp/gstrtspsrc.c: Don't leak event, don't leak range (fixes #496752).Tommi Myöhänen2007-11-142-0/+11
* gst/alpha/gstalphacolor.c: Detect RGBA/BGRA correctly on little endian systems.Arek Korbik2007-11-142-1/+8
* sys/v4l2/v4l2src_calls.c: but the corresponding ioctl() call fails even thoug...Tim-Philipp Müller2007-11-132-0/+21
* gst/matroska/: Extract palette data for dvd subpicture streams and send it do...Mark Nauwelaerts2007-11-133-0/+80
* ext/cairo/gsttextoverlay.c: Implement minimal parsing of the passed pango fon...Tim-Philipp Müller2007-11-132-3/+38
* gst/: Return the result in _activate_pull(). Don't ref element there.Stefan Kost2007-11-133-15/+19
* gst/wavparse/gstwavparse.c: Ref the element when we should, but not when we i...Stefan Kost2007-11-132-14/+19
* gst/replaygain/rganalysis.c: Avoid slowdown from denormals when processing ne...René Stadler2007-11-121-1/+4
* gst/qtdemux/qtdemux.c: Properly free QTDemuxSamples array.Edward Hervey2007-11-122-4/+16
* gst/: Drop EOS in _handle_src_event(). Fix the refcount in qtdemux that previ...Stefan Kost2007-11-123-2/+19
* gst/: Sync _handle_src_event() with oggdemux. In avidemux also ref the elemen...Stefan Kost2007-11-123-15/+18
* gst/: Change the meaning of the magnitude values given in theSebastian Dröge2007-11-114-18/+14
* gst/equalizer/: And continue to update docs. Also include some sample code fo...Sebastian Dröge2007-11-113-7/+60
* gst/equalizer/: Update docs and property ranges to the real values.Sebastian Dröge2007-11-113-31/+30
* gst/spectrum/gstspectrum.c: Now do the scaling right for real. Also initializ...Sebastian Dröge2007-11-091-4/+3
* gst/equalizer/demo.c: Make default volume a bit less. Improve layout by givin...Stefan Kost2007-11-081-5/+6