summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-04-25gst/rtpmanager/gstrtpjitterbuffer.c: Report NO_PREROLL when going to PAUSED.Wim Taymans7-42/+183
2007-04-25gst/rtpmanager/gstrtpbin.c: fix for pad name changeWim Taymans9-86/+665
2007-04-24Plug some leaks; try to make build bot happy again.Tim-Philipp Müller4-11/+19
2007-04-21gst/Makefile.am: Fix distcheck, hopefully (rtpmanager is already in GST_PLUGI...Tim-Philipp Müller2-1/+6
2007-04-21gst/rtpmanager/rtpsession.c: Don't use GLib-2.10 API, we only require GLib 2....Tim-Philipp Müller2-2/+7
2007-04-21gst/audioresample/gstaudioresample.c: Make more functions static, just becaus...Tim-Philipp Müller1-9/+9
2007-04-21tests/check/elements/audioresample.c: Add unit test for audioresample shutdow...Tim-Philipp Müller1-17/+48
2007-04-20ext/faad/gstfaad.c: FAAD fails to decode low (e.g. 8 kHz) sample rate AAC dat...Michael Smith2-1/+9
2007-04-19configure.ac: Change rtpmanager disabling to keep -bad releasable.David Schleef3-3/+11
2007-04-18Fix wtay's hack. rtpmanager is disabled in configure.ac on line 268.David Schleef2-1/+12
2007-04-18gst/Makefile.am: Add rtpmanager dir to dist.Wim Taymans2-1/+6
2007-04-18configure.ac: Disable rtpmanager for now because it depends on CVS -base.Wim Taymans14-36/+2555
2007-04-17gst/app/Makefile.am: Fix CFLAGS and hopefully #430594.Tim-Philipp Müller2-3/+6
2007-04-17gst/nsf/types.h: Rename #ifndef header guard symbol to something less generic...Tim-Philipp Müller2-11/+31
2007-04-17gst/mve/gstmvedemux.c: Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff...Tim-Philipp Müller2-1/+8
2007-04-16ext/pango/gstclockoverlay.c: Fix unused variable warning if HAVE_LOCALTIME_R ...Vincent Torri1-1/+1
2007-04-14docs/plugins/inspect/: Add xml doc files for Windows sinksSébastien Moutte7-0/+219
2007-04-13gst/rtpmanager/: Protect lists and structures with locks.Wim Taymans5-12/+87
2007-04-12gst/qtdemux/qtdemux.c: Make timescale 32 bits again so we don't screw up the ...Wim Taymans2-1/+7
2007-04-12gst/rtpmanager/gstrtpbin.c: Emit pt map requests and cache results.Wim Taymans5-91/+178
2007-04-11gst/rtpmanager/gstrtpbin-marshal.list: Some more custom marshallers.Wim Taymans8-27/+216
2007-04-11gst/qtdemux/: Handle version 1 mdhd atoms to get extended precision durations.Wim Taymans3-21/+61
2007-04-10gst/rtpmanager/: Added custom marshallers for signals.Wim Taymans9-9/+58
2007-04-06gst/rtpmanager/gstrtpbin.*: Provide a clock.Wim Taymans3-0/+22
2007-04-06gst/rtpmanager/gstrtpbin.c: Fix pad template name parsing.Wim Taymans2-1/+6
2007-04-05gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug and comments.Wim Taymans2-6/+23
2007-04-05gst/qtdemux/gstrtpxqtdepay.*: Try to recover from packet loss a little better.Wim Taymans3-1/+32
2007-04-05gst/rtpmanager/gstrtpbin.*: Add debugging category.Wim Taymans8-56/+487
2007-04-05update dutchThomas Vander Stichele1-208/+17
2007-04-05po/: Added Danish translation.Thomas Vander Stichele3-1/+53
2007-04-04gst/rtpmanager/: Added simple SSRC demuxer.Wim Taymans5-0/+373
2007-04-04ext/jack/gstjackaudiosink.c: Try t better name clients. properly handle retur...Stefan Kost2-7/+22
2007-04-03sys/glsink/glimagesink.c: Fix handling of video/x-raw-yuv. Add overlay handl...David Schleef2-39/+197
2007-04-03update with rtp pluginChristian Schaller1-0/+1
2007-04-03gst/rtpmanager/: Some more ghostpad magic.Wim Taymans4-7/+360
2007-04-03gst/rtpmanager/Makefile.am: Add .h file so it can be disted properly.Wim Taymans2-0/+6
2007-04-03Add RTP session management elements. Still in progress.Wim Taymans16-0/+3916
2007-03-30ext/wavpack/: Don't play audioconvert. As wavpack wants/outputs all samples w...Sebastian Dröge11-198/+173
2007-03-28gst/qtdemux/: Process 'ctts' atoms, which are present in AVC ISO files (.mov ...Edward Hervey6-4/+67
2007-03-27ext/xvid/gstxviddec.c: Add some debug log and fix a stupid output buffer dura...Julien Moutte2-4/+14
2007-03-26update spec file for x264 encoderChristian Schaller2-1/+14
2007-03-25Add libx264-based h264 encoder plugin (#421110). Probably doesn't handle 'odd...Michal Benes6-0/+1204
2007-03-24gst/interleave/deinterleave.c: Remove 'channel-positions' field when munging ...Tim-Philipp Müller2-0/+9
2007-03-23gst/vmnc/vmncdec.c: Redesign to include a parser for raw files (no timestamps...Michael Smith3-88/+289
2007-03-22gst/interleave/deinterleave.c: Don't leak input buffer in chain function; mai...Tim-Philipp Müller2-28/+36
2007-03-22ext/neon/gstneonhttpsrc.c: Alloc user agent string only once.Tim-Philipp Müller2-2/+5
2007-03-22ext/wavpack/gstwavpackparse.c: Revert last commit, preventing infinite pluggi...Sebastian Dröge2-2/+11
2007-03-22ext/wavpack/gstwavpackenc.c: Send the new segment event in time format instea...Sebastian Dröge3-5/+15
2007-03-22gst-libs/gst/app/Makefile.am: Use GST_ALL_LDFLAGS, which actually exists, but...Thomas Vander Stichele2-1/+7
2007-03-22ext/wavpack/gstwavpackdec.c: Revert to use gst_pad_alloc_buffer() here. We ca...Sebastian Dröge2-6/+12