summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add latest pluginChristian Schaller2007-05-111-0/+1
* gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header...Stefan Kost2007-05-105-30/+60
* gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration, async_jitter_queue...Stefan Kost2007-05-103-30/+45
* common/m4/gst-x11.m4: Restore CFLAGS and LIBS.Stefan Kost2007-05-102-2/+8
* configure.ac: Save and restore CFLAGS for OpenGL check. Fixes #437260.Ali Sabil2007-05-102-0/+11
* docs/plugins/gst-plugins-bad-plugins.args: Add directraw and directsound sink...Sébastien Moutte2007-05-092-0/+24
* configure.ac: Fix --disable-external (hopefully).Tim-Philipp Müller2007-05-093-0/+14
* gst/rtpmanager/gstrtpjitterbuffer.c: Pass queries upstream.Wim Taymans2007-05-092-0/+7
* gst/real/: Use GModule instead of using dlsym() directly. Fixes #430598.Tim-Philipp Müller2007-05-065-60/+94
* docs/plugins/: Add docs for Windows sinks.Sébastien Moutte2007-05-044-4/+44
* gst/speed/gstspeed.c: Fix event handling a bit by replacing completely dubiou...Tim-Philipp Müller2007-05-042-88/+55
* gst/speed/gstspeed.c: Add debug category; use gst_pad_query_peer_*() utility ...Tim-Philipp Müller2007-05-042-29/+58
* gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug info.Wim Taymans2007-05-043-2/+16
* examples/switch/switcher.c (loop, my_bus_callback, switch_timer, last_message...Zaheer Abbas Merali2007-05-036-277/+404
* ext/wavpack/gstwavpack.c: Call bindtextdomain() to get localized strings.Sebastian Dröge2007-05-025-2/+44
* ext/wavpack/gstwavpackparse.c: Remove old workaround that was needed when see...Sebastian Dröge2007-05-022-5/+8
* ext/wavpack/gstwavpackparse.c: Handle segment seeks in the seek event handler...Sebastian Dröge2007-05-022-1/+21
* ext/wavpack/gstwavpackparse.c: Add handling for segment seeks.Sebastian Dröge2007-05-022-4/+23
* ext/wavpack/gstwavpackparse.c: Correctly handle errors, especially in the loo...Sebastian Dröge2007-05-022-26/+38
* update specChristian Schaller2007-04-301-1/+1
* gst/rtpmanager/async_jitter_queue.c: Fix the case where the buffer underruns ...Wim Taymans2007-04-308-43/+151
* gst/rtpmanager/gstrtpsession.c: Remove debug.Wim Taymans2007-04-294-11/+26
* docs/plugins/gst-plugins-bad-plugins.*: Commit result of running scanobj-updateThomas Vander Stichele2007-04-293-13/+728
* 80 char policeThomas Vander Stichele2007-04-292-6/+6
* autogen.sh: Require automake 1.7Thomas Vander Stichele2007-04-2913-50/+56
* docs/plugins/inspect/: Add jack and update.Thomas Vander Stichele2007-04-2930-55/+107
* configure.ac: Don't build equalizer unless we have core from CVS (it won't wo...Tim-Philipp Müller2007-04-282-3/+19
* 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-277-181/+690
* docs/plugins/: Add documentation for osxvideoEdward Hervey2007-04-265-0/+39
* gst/rtpmanager/gstrtpsession.c: Implement forward and reverse reconsideration.Wim Taymans2007-04-254-23/+90
* gst/rtpmanager/gstrtpbin.*: Make default jitterbuffer latency configurable.Wim Taymans2007-04-254-16/+53
* gst/rtpmanager/gstrtpjitterbuffer.c: Report NO_PREROLL when going to PAUSED.Wim Taymans2007-04-257-42/+183
* gst/rtpmanager/gstrtpbin.c: fix for pad name changeWim Taymans2007-04-259-86/+665
* Plug some leaks; try to make build bot happy again.Tim-Philipp Müller2007-04-244-11/+19
* gst/Makefile.am: Fix distcheck, hopefully (rtpmanager is already in GST_PLUGI...Tim-Philipp Müller2007-04-212-1/+6
* gst/rtpmanager/rtpsession.c: Don't use GLib-2.10 API, we only require GLib 2....Tim-Philipp Müller2007-04-212-2/+7
* gst/audioresample/gstaudioresample.c: Make more functions static, just becaus...Tim-Philipp Müller2007-04-211-9/+9
* tests/check/elements/audioresample.c: Add unit test for audioresample shutdow...Tim-Philipp Müller2007-04-211-17/+48
* ext/faad/gstfaad.c: FAAD fails to decode low (e.g. 8 kHz) sample rate AAC dat...Michael Smith2007-04-202-1/+9
* configure.ac: Change rtpmanager disabling to keep -bad releasable.David Schleef2007-04-193-3/+11
* Fix wtay's hack. rtpmanager is disabled in configure.ac on line 268.David Schleef2007-04-182-1/+12
* gst/Makefile.am: Add rtpmanager dir to dist.Wim Taymans2007-04-182-1/+6
* configure.ac: Disable rtpmanager for now because it depends on CVS -base.Wim Taymans2007-04-1814-36/+2555
* gst/app/Makefile.am: Fix CFLAGS and hopefully #430594.Tim-Philipp Müller2007-04-172-3/+6
* gst/nsf/types.h: Rename #ifndef header guard symbol to something less generic...Tim-Philipp Müller2007-04-172-11/+31
* gst/mve/gstmvedemux.c: Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff...Tim-Philipp Müller2007-04-172-1/+8
* ext/pango/gstclockoverlay.c: Fix unused variable warning if HAVE_LOCALTIME_R ...Vincent Torri2007-04-161-1/+1
* docs/plugins/inspect/: Add xml doc files for Windows sinksSébastien Moutte2007-04-147-0/+219
* gst/rtpmanager/: Protect lists and structures with locks.Wim Taymans2007-04-135-12/+87