summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/smpte/gstsmpte.c: Allocate buffers of the right size.Edward Hervey2007-01-191-0/+10
* gst/smpte/gstsmpte.c: Proxy getcaps on sink pads too, so that we either end u...Tim-Philipp Müller2007-01-181-0/+7
* docs/plugins/: Remove ladspa from docs; add hierarchy info for GstAudioPanora...Tim-Philipp Müller2007-01-181-0/+60
* gst/audiofx/audiopanorama.c: Fix doc section name (Fixes #397946)Stefan Kost2007-01-181-0/+5
* Remove bogus ChangeLog entryTim-Philipp Müller2007-01-181-12/+0
* sys/v4l2/: Fix EIO handing when capturing. Add new property to specify the nu...Stefan Kost2007-01-171-0/+29
* gst/audiofx/audiopanorama.c: Use a function array for process methods, add mo...Sebastian Dröge2007-01-161-0/+9
* Add support for more than one audio stream; write better AVIX header; refacto...Mark Nauwelaerts2007-01-141-0/+21
* gst/audiofx/audiopanorama.*: Add 'method' property and provide a simple (non-...Sebastian Dröge2007-01-131-0/+22
* gst/: Set correct caps on outgoing pulled buffers, or things blow up after re...Tim-Philipp Müller2007-01-111-0/+7
* gst/multipart/multipartmux.c: Return FLOW errors ASAP. Fixes #394977.Jonas Holmberg2007-01-111-0/+11
* gst/rtsp/gstrtspsrc.c: Check for stream pad before activating.Lutz Mueller2007-01-111-0/+7
* gst/rtsp/: Allow url to be NULL to be able to use it for server connections.Peter Kjellerstedt2007-01-101-0/+58
* Some small docs fixes (#394851).Sebastian Dröge2007-01-101-0/+8
* gst/avi/gstavidemux.c: Fix docs.Wim Taymans2007-01-091-0/+5
* gst/rtp/: Added RFC 2250 MPEG Video Depayloader.Wim Taymans2007-01-091-0/+37
* ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char a...Vincent Torri2007-01-081-0/+17
* gst/cutter/gstcutter.c: Use gst_guint64_to_gdouble for conversion.Sébastien Moutte2007-01-071-0/+10
* gst/matroska/Makefile.am: If zlib is available and used, we must link it expl...Tim-Philipp Müller2007-01-051-0/+6
* ext/esd/esdsink.c: Don't return bogus values when esd_get_delay() fails for s...Tim-Philipp Müller2007-01-041-0/+6