summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext/speex/gstspeexenc.c: Correct the timestamp and granulepos calculation by ...Sebastian Dröge2008-08-312-2/+8
* ext/speex/gstspeexdec.c: Correctly take the granulepos from upstream if possi...Sebastian Dröge2008-08-314-68/+184
* ext/annodex/gstcmmlparser.c: Fix compiler warnings caused by passing a string...Craig Keogh2008-08-312-1/+10
* Make stuff compile with GST_DISABLE_GST_DEBUG.Tim-Philipp Müller2008-08-307-18/+28
* gst/law/: Ref caps before passing to gst_pad_template_new(), since that takes...Michael Smith2008-08-293-0/+21
* gst/multipart/: Convert audio/x-adpcm to and from the audio/G726-X in the mux...Mersad Jelacic2008-08-283-2/+35
* sys/osxaudio/: Fix the build on macosx.Edward Hervey2008-08-274-14/+26
* gst/icydemux/gsticydemux.c: Small docs fix: in the example pipeline, we need ...Tim-Philipp Müller2008-08-272-2/+10
* sys/osxaudio/gstosxaudio.c: Oops. Revert more completely.Michael Smith2008-08-272-2/+7
* sys/osxaudio/gstosxaudio.c: Revert accidental element rename from testing.Michael Smith2008-08-262-2/+7
* gst-plugins-good.doap: Pull in 0.10.10 doap entry from release branchJan Schmidt2008-08-262-0/+16
* configure.ac: Update version number to reflect 0.10.10 release from branch.Jan Schmidt2008-08-262-1/+7
* sys/osxaudio/: Rewrite caps setting and ring buffer initialisation.Michael Smith2008-08-269-136/+340
* sys/v4l2/: Fix memory leaks. Small code cleanups : No need for empty _init()....Stefan Kost2008-08-266-16/+39
* tests/icles/.cvsignore: Ignore more.Stefan Kost2008-08-262-0/+6
* gst/: Ignore files.Stefan Kost2008-08-263-0/+25
* ext/cairo/gsttextoverlay.c: Fix compiler warning.Stefan Kost2008-08-262-3/+7
* ext/cairo/gsttextoverlay.c: Fix obvious memleak.David Schleef2008-08-262-2/+6
* gst/matroska/: Add Real[Audio|Video] support to Matroska containers.Edward Hervey2008-08-253-1/+164
* gst/law/: The encoder can't really renegotiate at the time they perform a pad...Wim Taymans2008-08-254-12/+38
* sys/v4l2/gstv4l2tuner.c: v4l2src doesn't have a property named "norm" so don'...Filippo Argiolas2008-08-232-0/+11
* sys/v4l2/gstv4l2object.c: Reprobe devices again instead of taking a cached li...Mike Ruprecht2008-08-232-4/+12
* gst/autodetect/Makefile.am: Don't link the autodetect plugin with GConf as it...Sebastian Dröge2008-08-222-2/+8
* gst/matroska/ebml-read.c: Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT ...Sebastian Dröge2008-08-223-25/+44
* gst/multipart/: Conform to RFC2046. audio/basic is mulaw 8000Hz mono.Zaheer Abbas Merali2008-08-223-1/+25
* sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc, gst_dir...Ole André Vadla Ravnås2008-08-212-0/+8
* sys/directdraw/gstdirectdrawsink.c: Fix buffer ref leak.Ole André Vadla Ravnås2008-08-212-6/+12
* gst/wavenc/gstwavenc.c: Revert the last commit. wavenc still supports width!=...Sebastian Dröge2008-08-212-6/+6
* gst/matroska/matroska-demux.c: If the duration of a block is unknown only use...Sebastian Dröge2008-08-212-1/+12
* gst/wavenc/gstwavenc.c: If we're not allowing width!=depth in wavenc we shoul...Sebastian Dröge2008-08-212-0/+12
* gst/matroska/matroska-demux.c: Don't calculate the default duration of a fram...Sebastian Dröge2008-08-213-4/+9
* gst/matroska/matroska-demux.c: Allow zero sized blocks instead of returning G...Sebastian Dröge2008-08-212-4/+8
* sys/v4l2/gstv4l2src.c: Add S910 and PWC formats with a low priority.Wim Taymans2008-08-213-9/+72
* ext/flac/gstflacenc.c: Fix compilation against older libflac versions.Tim-Philipp Müller2008-08-202-1/+6
* ext/pulse/: Use GST_BOILERPLATE everywhere and fix coding style at some places.Sebastian Dröge2008-08-208-111/+57
* gst/rtsp/gstrtspgoogle.c: Things that can happen when your brain is in google...Wim Taymans2008-08-202-1/+8
* gst/rtsp/: Add google RTSP extension, it can only handle udp and responds wit...Wim Taymans2008-08-206-27/+339
* ext/pulse/: If downstream provides no channel layout and >2 channels should b...Sebastian Dröge2008-08-204-78/+271
* gst/udp/: Avoid leaking internally allocated file descriptors when setting cu...Peter Kjellerstedt2008-08-204-23/+67
* gst/rtsp/gstrtspsrc.c: Don't try to configure RTCP back to the server when th...Wim Taymans2008-08-202-0/+16
* gst/videobox/gstvideobox.c: Use new basetransform method to renegotiate. Fixe...Wim Taymans2008-08-204-1/+157
* gst/wavenc/gstwavenc.c: Remove depth ranges and replace with sane values. Fi...David Schleef2008-08-192-4/+9
* ext/pulse/: The bytes_per_sample and silence_sample fields of the GstRingBuff...Sebastian Dröge2008-08-183-14/+16
* gst/avi/gstavidemux.c: Some AVI 2.0 (ODML) files don't respect the 'specifica...Edward Hervey2008-08-162-4/+19
* gst/rtp/: Update the vorbis RTP pay/depay to RFC 5215.Olivier Crete2008-08-153-53/+23
* gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60 with 3:2 pulld...David Schleef2008-08-142-0/+6
* tests/check/elements/level.c: Fix compilation some more.Wim Taymans2008-08-142-1/+6
* configure.ac: Require -base CVS for wavparse acid chunk parsing.Tim-Philipp Müller2008-08-142-1/+6
* ext/pulse/pulsesink.*: Add "device-name" property to pulsesink too and curren...Sebastian Dröge2008-08-133-2/+155
* configure.ac: Remove more cdio stuff (moved to ugly)Thijs Vermeir2008-08-132-8/+5