summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/rtsp/Makefile.am: Fix make check too.Jan Schmidt2007-02-261-1/+1
* gst/rtsp/base64.*: Commit missing files for base64 encoding.Jan Schmidt2007-02-262-0/+101
* Fix build with LDFLAGS='-Wl,-z,defs' (#410997)Loïc Minier2007-02-248-9/+15
* Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller2007-02-242-3/+3
* gst/rtsp/: g_base64_encode is a GLib 2.12 function. Use an equivalent taken f...Jan Schmidt2007-02-232-4/+5
* gst/rtsp/: Implement simple Basic Authentication support so that urls like rt...Jan Schmidt2007-02-237-37/+322
* Fix level for multi-channel case.Stefan Kost2007-02-221-1/+2
* gst/level/gstlevel.*: Use function pointer for process function and add proce...Stefan Kost2007-02-212-67/+132
* gst/rtp/: Added simple mpeg transport stream payloader.Wim Taymans2007-02-184-0/+222
* gst/rtsp/URLS: Add example H264 rtsp url.Wim Taymans2007-02-162-18/+26
* gst/rtp/README: Fix case of string params.Wim Taymans2007-02-165-67/+118
* gst/rtp/gstrtph264depay.c: Set right caps on output buffers.Wim Taymans2007-02-151-4/+2
* gst/rtsp/sdpmessage.c: Clear stack allocated SDPMedia struct before calling _...Wim Taymans2007-02-141-0/+7
* gst/rtsp/sdpmessage.*: Fix memory management of SDP messages. Fixes #407793.jp.liu2007-02-142-40/+204
* gst/avi/gstavimux.c: Allow muxing video/x-h264 (was already in the caps). Fix...zhangfei gao2007-02-141-0/+2
* gst/rtsp/rtspurl.c: Fix parsing of password field in url. Fixes #407797.jp.liu2007-02-141-1/+1
* gst/wavparse/gstwavparse.*: Update docs.Wim Taymans2007-02-142-240/+258
* Re-factor the gconfaudiosink into a "GstSwitchSink" base class and a child th...Jan Schmidt2007-02-132-20/+61