summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/wavenc/gstwavenc.c: Correctly handle width!=depth input.Sebastian Dröge2007-03-292-12/+17
* gst/udp/: Rework the socket allocation a bit based on the sockfd argument so ...Laurent Glayal2007-03-294-34/+94
* gst/rtp/: Added H264 payloader. Fixes #423782.Laurent Glayal2007-03-295-10/+404
* gst/wavparse/gstwavparse.c: Actually support depths from 1 to 32, not only 8 ...Sebastian Dröge2007-03-281-1/+1
* gst/wavparse/gstwavparse.c: Add support for wav files containing audio/x-raw-...Sebastian Dröge2007-03-281-1/+1
* gst/rtp/: Added MP4A-LATM depayloader. Fixes #417792.Stefan Kost2007-03-286-44/+460
* gst/qtdemux/: Process 'ctts' atoms, which are present in AVC ISO files (.mov ...Edward Hervey2007-03-285-4/+53
* gst/rtsp/gstrtspsrc.*: Handle default clock-rates for static payload types, r...Wim Taymans2007-03-252-32/+190
* gst/interleave/deinterleave.c: Remove 'channel-positions' field when munging ...Tim-Philipp Müller2007-03-241-0/+1
* gst/interleave/deinterleave.c: Don't leak input buffer in chain function; mai...Tim-Philipp Müller2007-03-221-28/+26
* gst/apetag/gsttagdemux.c: Rename registered type in preparation of GstTagDemu...Tim-Philipp Müller2007-03-211-2/+1
* gst/wavparse/gstwavparse.c: Streaming mode fixes: don't unref buffer we don't...Tim-Philipp Müller2007-03-191-6/+1
* gst/equalizer/gstiirequalizer10bands.c: A 10 band EQ should be initialized to...Stefan Kost2007-03-161-1/+18
* gst/rtp/: Ported mulaw and alaw payloaders to use new base classPhilippe Kalaf2007-03-144-278/+24
* gst/equalizer/: Add 3 and 10 band version and add missing gst_object_sync_val...Stefan Kost2007-03-148-24/+541
* gst/apetag/gsttagdemux.c: Fix handling of -1 values for start and stop values...Tim-Philipp Müller2007-03-121-3/+16
* gst/id3demux/gstid3demux.c: Fix handling of -1 values for start and stop valu...Jan Schmidt2007-03-121-3/+14
* gst/id3demux/id3v2frames.c: Fix parsing of ID3 v2.2.0 PIC frames. Only in ver...Tim-Philipp Müller2007-03-121-7/+32
* Printf format fixes; also add some missing quotes in translated strings. Fixe...Tim-Philipp Müller2007-03-101-10/+10
* gst/autodetect/gstautoaudiosink.c: Tim and I can't think of any reason the ch...Jan Schmidt2007-03-091-1/+0
* gst/rtsp/gstrtspsrc.c: When activated, remove the udpsrc timeout, we have dat...Wim Taymans2007-03-091-0/+5
* gst/avi/gstavidemux.c: Fix stream position reporting after a seek. Fixes #416...Wim Taymans2007-03-091-0/+2
* gst/equalizer/: Refactor plugin into a base class and a first subclass (nband...Stefan Kost2007-03-095-133/+487
* gst/avi/gstavidemux.c: Make avidemux accept optional header chunks in any order.René Stadler2007-03-081-58/+71
* gst/audiofx/: Add new audiodynamic element which can act as a compressor or e...Sebastian Dröge2007-03-084-3/+787
* gst/qtdemux/qtdemux.*: Share qtdemux debug category across all files, otherwi...Edward Hervey2007-03-072-3/+4
* gst/level/gstlevel.*: Resolve message timestamps against the playback segment.Stefan Kost2007-03-072-5/+49
* gst/spectrum/gstspectrum.*: One FIXME less, by resolving message timestamps a...Stefan Kost2007-03-072-3/+21
* gst/id3demux/gstid3demux.c: Don't leak caps: make gst_id3demux_add_srcpad() n...Tim-Philipp Müller2007-03-061-6/+7
* gst/id3demux/: Do not convert obsolete TDA/TDAT frames to TDRC frames, otherw...Tim-Philipp Müller2007-03-063-6/+44
* gst/spectrum/gstspectrum.c: Fix and cleanup default property values.Wim Taymans2007-03-061-6/+17
* gst/goom/gstgoom.*: Document, fix and improve goom adapter behaviour.Wim Taymans2007-03-062-15/+25
* gst/rtp/: Fix encoding-name case.Wim Taymans2007-03-053-3/+3
* gst/rtp/: Fix speex (de)payloader. Fixes #358040.Wim Taymans2007-03-053-23/+242
* gst/multipart/multipartdemux.c: Use gst_pad_new_from_static_template instead ...Jan Schmidt2007-03-041-4/+5
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-0411-6/+86
* Don't mix tabs and spaces (#414168).Loïc Minier2007-03-031-8/+8
* gst/wavparse/gstwavparse.c: Unbreak my previous commit (swapped nominator & d...Stefan Kost2007-03-021-3/+3
* gst/udp/gstudpsrc.c: Fix doc.Wim Taymans2007-03-021-1/+2
* gst/wavparse/gstwavparse.c: Handle rounding better to not drop last sample fr...René Stadler2007-03-021-5/+22
* gst/udp/gstudpsrc.*: Add support to strip proprietary headers. Fixes #350296.Thijs Vermeir2007-03-022-5/+38
* gst/rtp/gstrtpmp2tdepay.c: Fix compilation.Wim Taymans2007-03-021-1/+2
* gst/rtp/gstrtpmp2tdepay.*: Add support to strip off proprietary headers. Fixe...Thijs Vermeir2007-03-022-11/+40
* gst/rtsp/gstrtspsrc.c: Errors from the udp sources are not fatal unless all o...Wim Taymans2007-03-011-13/+52
* gst/rtsp/gstrtpdec.c: Make state change to PAUSED NO_PREROLL because that's w...Wim Taymans2007-03-012-4/+5
* gst/avi/gstavidemux.c: Fix combined flow return. Fixes #412608.Wim Taymans2007-02-281-52/+41
* gst/videofilter/Makefile.am: Dist header..Wim Taymans2007-02-281-1/+1
* gst/videofilter/gstgamma.h: Add header too.Wim Taymans2007-02-281-0/+75
* gst/videofilter/: Port gamma filter to 0.10. Fixes #412704.Mark Nauwelaerts2007-02-282-278/+170
* gst/rtsp/URLS: Add another interesting test url.Wim Taymans2007-02-282-0/+4