summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/avi/gstavidemux.c: Put debug stuff into #ifndef GST_DISABLE_DEBUG #endifStefan Kost2007-02-131-7/+15
* gst/monoscope/: Fix copy'n'paste-o in docs chunk. Also add some missing CFLAG...Tim-Philipp Müller2007-02-122-3/+3
* gst/wavparse/gstwavparse.c: Fix massive memory leak when operating in streami...Jonathan Matthew2007-02-121-7/+3
* gst/avi/gstavidemux.*: Save some memory (8%) by repacking the index entry str...Stefan Kost2007-02-122-202/+302
* gst/goom/gstgoom.*: Improved docs and use GST_DEBUG_FUNCPTR.Stefan Kost2007-02-124-18/+30
* gst/debug/: Add code for a pushfilesrc element that implements a pushfile:// ...Tim-Philipp Müller2007-02-124-1/+274
* gst/avi/gstavimux.c: Comment a #if 0 in caps template definition as VS6 seems...Sébastien Moutte2007-02-118-9/+28
* gst/avi/gstavimux.c: Explicitly cast result of pointer arithmetic to integer ...Tim-Philipp Müller2007-02-091-2/+2
* gst/debug/progressreport.c: Some more docs.Tim-Philipp Müller2007-02-081-0/+12
* docs/plugins/inspect/plugin-rtp.xml: Update for new elements.Tim-Philipp Müller2007-02-071-0/+68
* Make progressreport element post messages with the current progress on the bu...Tim-Philipp Müller2007-02-072-34/+84
* gst/smpte/gstsmpte.c: Let's try this again and use the right cast this time.Tim-Philipp Müller2007-02-061-2/+3
* gst/smpte/gstsmpte.c: Add cast to avoid compiler warnings with older GLib ver...Tim-Philipp Müller2007-02-061-2/+2
* gst/audiofx/: Some small cleanups and port both elements to the new GstAudioF...Sebastian Dröge2007-02-065-148/+101
* Fix up to use the newly ported (actually working) GstAudioFilter.Tim-Philipp Müller2007-02-033-149/+178
* gst/equalizer/gstiirequalizer.c: Rename "values" property to "band-values" an...Tim-Philipp Müller2007-02-021-17/+35
* Port equalizer plugin to 0.10 (#403572).James Doc Livingston2007-02-022-25/+22
* gst/videocrop/gstvideocrop.c: Fix cropping for packed 4:2:2 formats YUYV/YUY2...Tim-Philipp Müller2007-01-281-12/+14
* gst/rtsp/gstrtspsrc.c: Convert SDP fields to upper/lowercase following the ru...Wim Taymans2007-01-251-7/+19
* gst/rtp/: Fix case of encoding-name and key/value pairs to match the document.Wim Taymans2007-01-2512-19/+22
* gst/: Use proper print statements.Edward Hervey2007-01-252-2/+4
* gst/rtp/gstrtpL16pay.*: Fill up to MTU using adapter.Wim Taymans2007-01-252-21/+62
* Use G_GSIZE_FORMAT in print statements for portability.Edward Hervey2007-01-251-2/+4
* gst/rtp/: Port and enable raw audio payloader/depayloader. Needs a bit more w...Wim Taymans2007-01-246-454/+303
* gst/rtsp/gstrtspsrc.*: Only unblock the udp pads when we linked and activated...Wim Taymans2007-01-242-9/+22
* gst/rtp/: Added simple AC3 depayloader (RFC 4184).Wim Taymans2007-01-245-6/+388
* gst/audiofx/: Add new element "audioamplify". This allows scaling of raw audi...Sebastian Dröge2007-01-244-3/+520