summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* ext/theora/theoradec.c: Calculate buffer duration correctly to generate a per...RELEASE-0_10_15RELEASE-0_10_14RELEASE-0_10_13Julien Moutte2007-04-271-3/+1
* gst/rtpmanager/gstrtpsession.c: Move reconsideration code to the rtpsession o...Wim Taymans2007-04-276-181/+656
* gst/rtpmanager/gstrtpsession.c: Implement forward and reverse reconsideration.Wim Taymans2007-04-253-23/+79
* gst/rtpmanager/gstrtpbin.*: Make default jitterbuffer latency configurable.Wim Taymans2007-04-253-16/+36
* gst/rtpmanager/gstrtpjitterbuffer.c: Report NO_PREROLL when going to PAUSED.Wim Taymans2007-04-256-42/+161
* gst/rtpmanager/gstrtpbin.c: fix for pad name changeWim Taymans2007-04-258-86/+625
* Plug some leaks; try to make build bot happy again.Tim-Philipp Müller2007-04-241-10/+11
* gst/Makefile.am: Fix distcheck, hopefully (rtpmanager is already in GST_PLUGI...Tim-Philipp Müller2007-04-211-1/+1
* gst/rtpmanager/rtpsession.c: Don't use GLib-2.10 API, we only require GLib 2....Tim-Philipp Müller2007-04-211-2/+2
* gst/audioresample/gstaudioresample.c: Make more functions static, just becaus...Tim-Philipp Müller2007-04-211-9/+9
* gst/Makefile.am: Add rtpmanager dir to dist.Wim Taymans2007-04-181-1/+1
* configure.ac: Disable rtpmanager for now because it depends on CVS -base.Wim Taymans2007-04-1811-35/+2477
* gst/app/Makefile.am: Fix CFLAGS and hopefully #430594.Tim-Philipp Müller2007-04-171-3/+1
* gst/nsf/types.h: Rename #ifndef header guard symbol to something less generic...Tim-Philipp Müller2007-04-171-11/+23
* gst/mve/gstmvedemux.c: Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff...Tim-Philipp Müller2007-04-171-1/+1
* ext/pango/gstclockoverlay.c: Fix unused variable warning if HAVE_LOCALTIME_R ...Vincent Torri2007-04-161-1/+1
* gst/rtpmanager/: Protect lists and structures with locks.Wim Taymans2007-04-134-12/+71
* gst/qtdemux/qtdemux.c: Make timescale 32 bits again so we don't screw up the ...Wim Taymans2007-04-121-1/+1
* gst/rtpmanager/gstrtpbin.c: Emit pt map requests and cache results.Wim Taymans2007-04-124-91/+162
* gst/rtpmanager/gstrtpbin-marshal.list: Some more custom marshallers.Wim Taymans2007-04-117-27/+191
* gst/qtdemux/: Handle version 1 mdhd atoms to get extended precision durations.Wim Taymans2007-04-112-21/+52
* gst/rtpmanager/: Added custom marshallers for signals.Wim Taymans2007-04-107-9/+42
* gst/rtpmanager/gstrtpbin.*: Provide a clock.Wim Taymans2007-04-062-0/+15
* gst/rtpmanager/gstrtpbin.c: Fix pad template name parsing.Wim Taymans2007-04-061-1/+1
* gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug and comments.Wim Taymans2007-04-051-6/+15
* gst/qtdemux/gstrtpxqtdepay.*: Try to recover from packet loss a little better.Wim Taymans2007-04-052-1/+25
* gst/rtpmanager/gstrtpbin.*: Add debugging category.Wim Taymans2007-04-057-56/+446
* gst/rtpmanager/: Added simple SSRC demuxer.Wim Taymans2007-04-044-0/+360
* gst/rtpmanager/: Some more ghostpad magic.Wim Taymans2007-04-033-7/+350
* gst/rtpmanager/Makefile.am: Add .h file so it can be disted properly.Wim Taymans2007-04-031-0/+1
* Add RTP session management elements. Still in progress.Wim Taymans2007-04-0314-0/+3841
* gst/qtdemux/: Process 'ctts' atoms, which are present in AVC ISO files (.mov ...Edward Hervey2007-03-285-4/+53
* gst/interleave/deinterleave.c: Remove 'channel-positions' field when munging ...Tim-Philipp Müller2007-03-241-0/+1
* gst/vmnc/vmncdec.c: Redesign to include a parser for raw files (no timestamps...Michael Smith2007-03-232-88/+273
* gst/interleave/deinterleave.c: Don't leak input buffer in chain function; mai...Tim-Philipp Müller2007-03-221-28/+26
* gst/mpegvideoparse/: Move the MPEG specific byte parsing into the mpegpacketi...Jan Schmidt2007-03-164-173/+294
* gst/equalizer/gstiirequalizer10bands.c: A 10 band EQ should be initialized to...Stefan Kost2007-03-161-1/+18
* Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so that it's below...Jan Schmidt2007-03-159-680/+1281
* gst/audioresample/gstaudioresample.c: Don't trigger discontinuities for very ...Michael Smith2007-03-151-16/+34
* gst/audioresample/gstaudioresample.c: Handle discontinuous streams.Julien Moutte2007-03-142-9/+48
* gst/audioresample/: Since I really am not interested in a debug line for each...Thomas Vander Stichele2007-03-142-2/+6
* gst/equalizer/: Add 3 and 10 band version and add missing gst_object_sync_val...Stefan Kost2007-03-148-24/+541
* add debugging and reformat docsThomas Vander Stichele2007-03-141-8/+21
* gst/mpegaudioparse/: Remove bogus 2nd copy of mp3parse - it's actually in -ugly.Jan Schmidt2007-03-134-785/+0
* Add appsrc/appsink example.David Schleef2007-03-111-3/+4
* gst/equalizer/: Refactor plugin into a base class and a first subclass (nband...Stefan Kost2007-03-095-133/+487
* gst/qtdemux/qtdemux.*: Share qtdemux debug category across all files, otherwi...Edward Hervey2007-03-072-3/+4
* gst/spectrum/gstspectrum.*: One FIXME less, by resolving message timestamps a...Stefan Kost2007-03-072-3/+21
* gst/spectrum/gstspectrum.c: Fix and cleanup default property values.Wim Taymans2007-03-061-6/+17
* gst/spectrum/: Remove two obsolete and confusing comments.Stefan Kost2007-03-052-4/+0