summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* sys/v4l2/v4l2src_calls.c: Readd GST_ELEMENT_ERROR if we can't reenque buffers...Stefan Kost2007-02-191-0/+8
* gst/rtp/: Added simple mpeg transport stream payloader.Wim Taymans2007-02-181-0/+11
* gst/rtsp/URLS: Add example H264 rtsp url.Wim Taymans2007-02-161-0/+10
* gst/rtp/README: Fix case of string params.Wim Taymans2007-02-161-0/+15
* gst/rtp/gstrtph264depay.c: Set right caps on output buffers.Wim Taymans2007-02-151-0/+5
* gst/rtsp/sdpmessage.c: Clear stack allocated SDPMedia struct before calling _...Wim Taymans2007-02-141-0/+7
* ext/gconf/gstgconfaudiosink.c: Don't reset the profile when going switching s...Jan Schmidt2007-02-141-0/+7
* gst/rtsp/sdpmessage.*: Fix memory management of SDP messages. Fixes #407793.jp.liu2007-02-141-0/+12
* gst/avi/gstavimux.c: Allow muxing video/x-h264 (was already in the caps). Fix...zhangfei gao2007-02-141-2/+9
* gst/rtsp/rtspurl.c: Fix parsing of password field in url. Fixes #407797.jp.liu2007-02-141-0/+7
* gst/wavparse/gstwavparse.*: Update docs.Wim Taymans2007-02-141-0/+23
* Re-factor the gconfaudiosink into a "GstSwitchSink" base class and a child th...Jan Schmidt2007-02-131-0/+33
* gst/avi/gstavidemux.c: Put debug stuff into #ifndef GST_DISABLE_DEBUG #endifStefan Kost2007-02-131-0/+11
* Add crossreferences to glib/gobject/gstream docs.Stefan Kost2007-02-131-0/+6
* gst/monoscope/: Fix copy'n'paste-o in docs chunk. Also add some missing CFLAG...Tim-Philipp Müller2007-02-121-0/+7
* gst/wavparse/gstwavparse.c: Fix massive memory leak when operating in streami...Jonathan Matthew2007-02-121-0/+10
* gst/avi/gstavidemux.*: Save some memory (8%) by repacking the index entry str...Stefan Kost2007-02-121-0/+17
* sys/v4l2/: More FIXME comments and messaging changes.Stefan Kost2007-02-121-0/+9
* gst/goom/gstgoom.*: Improved docs and use GST_DEBUG_FUNCPTR.Stefan Kost2007-02-121-0/+16
* gst/debug/: Add code for a pushfilesrc element that implements a pushfile:// ...Tim-Philipp Müller2007-02-121-0/+11
* gst/avi/gstavimux.c: Comment a #if 0 in caps template definition as VS6 seems...Sébastien Moutte2007-02-111-0/+34
* configure.ac: Activate monoscope when building with --enable-experimental. FixStefan Kost2007-02-111-0/+10
* gst/avi/gstavimux.c: Explicitly cast result of pointer arithmetic to integer ...Tim-Philipp Müller2007-02-091-0/+6
* gst/debug/progressreport.c: Some more docs.Tim-Philipp Müller2007-02-081-0/+5
* docs/plugins/inspect/plugin-rtp.xml: Update for new elements.Tim-Philipp Müller2007-02-071-0/+8
* Make progressreport element post messages with the current progress on the bu...Tim-Philipp Müller2007-02-071-0/+12
* ext/hal/hal.*: Some small cleanups; deal with errors when parsing the HAL ALS...Tim-Philipp Müller2007-02-071-0/+7
* gst/smpte/gstsmpte.c: Let's try this again and use the right cast this time.Tim-Philipp Müller2007-02-061-0/+5
* gst/smpte/gstsmpte.c: Add cast to avoid compiler warnings with older GLib ver...Tim-Philipp Müller2007-02-061-0/+7
* ext/gconf/: In gconfaudiosink, get the right key as the old key in do_toggle ...Tim-Philipp Müller2007-02-061-0/+13
* gst/audiofx/: Some small cleanups and port both elements to the new GstAudioF...Sebastian Dröge2007-02-061-0/+15
* tests/check/elements/.cvsignore: Some more ignores.Wim Taymans2007-01-291-0/+5
* ext/shout2/gstshout2.*: Properly handle tags in shout2send. Fixes #399825.charles2007-01-261-0/+9
* gst/rtsp/gstrtspsrc.c: Convert SDP fields to upper/lowercase following the ru...Wim Taymans2007-01-251-0/+7
* gst/rtp/: Fix case of encoding-name and key/value pairs to match the document.Wim Taymans2007-01-251-0/+18
* configure.ac: Bump required -core/-base to CVSWim Taymans2007-01-251-0/+5
* gst/rtp/gstrtpL16pay.*: Fill up to MTU using adapter.Wim Taymans2007-01-251-0/+8
* Use G_GSIZE_FORMAT in print statements for portability.Edward Hervey2007-01-251-0/+7
* gst/rtp/: Port and enable raw audio payloader/depayloader. Needs a bit more w...Wim Taymans2007-01-241-0/+20
* gst/rtsp/gstrtspsrc.*: Only unblock the udp pads when we linked and activated...Wim Taymans2007-01-241-0/+9
* gst/rtp/: Added simple AC3 depayloader (RFC 4184).Wim Taymans2007-01-241-0/+15
* gst/audiofx/: Add new element "audioamplify". This allows scaling of raw audi...Sebastian Dröge2007-01-241-0/+36
* gst/rtsp/gstrtspsrc.c: Unblock pads after adding the pads to the element so t...Wim Taymans2007-01-241-0/+6
* gst/rtp/: Fix caps with payload numbers.Wim Taymans2007-01-241-0/+30
* gst/audiofx/: Add new audiofx element "audioinvert". This element swaps the u...Sebastian Dröge2007-01-231-0/+27
* gst/rtp/gstrtpmp4gdepay.c: Parse config params as string and int.Wim Taymans2007-01-231-0/+7
* gst/smpte/: constify some static structs.Wim Taymans2007-01-231-0/+13
* gst/avi/gstavidemux.c: Error out properly when pull_range fails while we're r...Tim-Philipp Müller2007-01-221-0/+6
* gst/smpte/gstsmpte.c: Some more sanity checks to make sure the input formats ...Tim-Philipp Müller2007-01-191-0/+8
* gst/smpte/gstsmpte.c: Ignore previous commit, that was only valid for widths ...Edward Hervey2007-01-191-0/+10