summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* gst-plugins-good.doap: Pull in 0.10.10 doap entry from release branchJan Schmidt2008-08-261-0/+5
* configure.ac: Update version number to reflect 0.10.10 release from branch.Jan Schmidt2008-08-261-0/+6
* sys/osxaudio/: Rewrite caps setting and ring buffer initialisation.Michael Smith2008-08-261-0/+16
* sys/v4l2/: Fix memory leaks. Small code cleanups : No need for empty _init()....Stefan Kost2008-08-261-0/+10
* tests/icles/.cvsignore: Ignore more.Stefan Kost2008-08-261-0/+5
* gst/: Ignore files.Stefan Kost2008-08-261-0/+6
* ext/cairo/gsttextoverlay.c: Fix compiler warning.Stefan Kost2008-08-261-0/+5
* ext/cairo/gsttextoverlay.c: Fix obvious memleak.David Schleef2008-08-261-0/+4
* gst/matroska/: Add Real[Audio|Video] support to Matroska containers.Edward Hervey2008-08-251-0/+17
* gst/law/: The encoder can't really renegotiate at the time they perform a pad...Wim Taymans2008-08-251-0/+12
* sys/v4l2/gstv4l2tuner.c: v4l2src doesn't have a property named "norm" so don'...Filippo Argiolas2008-08-231-0/+9
* sys/v4l2/gstv4l2object.c: Reprobe devices again instead of taking a cached li...Mike Ruprecht2008-08-231-0/+8
* gst/autodetect/Makefile.am: Don't link the autodetect plugin with GConf as it...Sebastian Dröge2008-08-221-0/+6
* gst/matroska/ebml-read.c: Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT ...Sebastian Dröge2008-08-221-0/+18
* gst/multipart/: Conform to RFC2046. audio/basic is mulaw 8000Hz mono.Zaheer Abbas Merali2008-08-221-0/+6
* sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc, gst_dir...Ole André Vadla Ravnås2008-08-211-0/+6
* sys/directdraw/gstdirectdrawsink.c: Fix buffer ref leak.Ole André Vadla Ravnås2008-08-211-0/+8
* gst/wavenc/gstwavenc.c: Revert the last commit. wavenc still supports width!=...Sebastian Dröge2008-08-211-0/+6
* gst/matroska/matroska-demux.c: If the duration of a block is unknown only use...Sebastian Dröge2008-08-211-0/+9
* gst/wavenc/gstwavenc.c: If we're not allowing width!=depth in wavenc we shoul...Sebastian Dröge2008-08-211-0/+6
* gst/matroska/matroska-demux.c: Don't calculate the default duration of a fram...Sebastian Dröge2008-08-211-0/+9
* gst/matroska/matroska-demux.c: Allow zero sized blocks instead of returning G...Sebastian Dröge2008-08-211-0/+7
* sys/v4l2/gstv4l2src.c: Add S910 and PWC formats with a low priority.Wim Taymans2008-08-211-0/+10
* ext/flac/gstflacenc.c: Fix compilation against older libflac versions.Tim-Philipp Müller2008-08-201-0/+5
* ext/pulse/: Use GST_BOILERPLATE everywhere and fix coding style at some places.Sebastian Dröge2008-08-201-0/+21
* gst/rtsp/gstrtspgoogle.c: Things that can happen when your brain is in google...Wim Taymans2008-08-201-0/+7
* gst/rtsp/: Add google RTSP extension, it can only handle udp and responds wit...Wim Taymans2008-08-201-0/+23
* ext/pulse/: If downstream provides no channel layout and >2 channels should b...Sebastian Dröge2008-08-201-0/+12
* gst/udp/: Avoid leaking internally allocated file descriptors when setting cu...Peter Kjellerstedt2008-08-201-0/+14
* gst/rtsp/gstrtspsrc.c: Don't try to configure RTCP back to the server when th...Wim Taymans2008-08-201-0/+6
* gst/videobox/gstvideobox.c: Use new basetransform method to renegotiate. Fixe...Wim Taymans2008-08-201-0/+9
* gst/wavenc/gstwavenc.c: Remove depth ranges and replace with sane values. Fi...David Schleef2008-08-191-0/+5
* ext/pulse/: The bytes_per_sample and silence_sample fields of the GstRingBuff...Sebastian Dröge2008-08-181-0/+9
* gst/avi/gstavidemux.c: Some AVI 2.0 (ODML) files don't respect the 'specifica...Edward Hervey2008-08-161-0/+9
* gst/rtp/: Update the vorbis RTP pay/depay to RFC 5215.Olivier Crete2008-08-151-0/+10
* gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60 with 3:2 pulld...David Schleef2008-08-141-0/+5
* tests/check/elements/level.c: Fix compilation some more.Wim Taymans2008-08-141-0/+5
* configure.ac: Require -base CVS for wavparse acid chunk parsing.Tim-Philipp Müller2008-08-141-0/+5
* ext/pulse/pulsesink.*: Add "device-name" property to pulsesink too and curren...Sebastian Dröge2008-08-131-0/+11
* configure.ac: Remove more cdio stuff (moved to ugly)Thijs Vermeir2008-08-131-0/+5
* ext/pulse/pulsesrc.c: Add "device-name" property, which provides a human read...Laszlo Pandy2008-08-131-0/+10
* ext/pulse/: Improve debugging a bit by including the parent object in pulsemi...Sebastian Dröge2008-08-131-0/+23
* ext/pulse/pulsemixer.c: Fix property probing after the device property is set...Laszlo Pandy2008-08-131-0/+8
* ext/pulse/: Implement GstPropertyProbe interface on pulsesink for detecting s...Laszlo Pandy2008-08-131-0/+18
* gst/spectrum/gstspectrum.c: Don't terminate on fabs(in)>1.0. Init doubles as ...Stefan Kost2008-08-131-0/+5
* sys/v4l2/gstv4l2src.c: Properly set the maximum latency value, in the same wa...Edward Hervey2008-08-131-0/+8
* sys/v4l2/gstv4l2src.c: Add warning messages stating exactly why the latency q...Edward Hervey2008-08-121-0/+9
* docs/plugins/inspect/plugin-1394.xml: Whoops, forgot one doc file for people ...Edward Hervey2008-08-121-0/+6
* Pull changes from 0.10.9.2 pre-release branch moving the libcdioJan Schmidt2008-08-121-0/+21
* docs/plugins/: Integrate documentation for new hdv1394src element.Edward Hervey2008-08-111-0/+10