summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-10gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header...Stefan Kost5-30/+60
2007-05-10gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration, async_jitter_queue...Stefan Kost3-30/+45
2007-05-10common/m4/gst-x11.m4: Restore CFLAGS and LIBS.Stefan Kost2-2/+8
2007-05-10configure.ac: Save and restore CFLAGS for OpenGL check. Fixes #437260.Ali Sabil2-0/+11
2007-05-09docs/plugins/gst-plugins-bad-plugins.args: Add directraw and directsound sink...Sébastien Moutte2-0/+24
2007-05-09configure.ac: Fix --disable-external (hopefully).Tim-Philipp Müller3-0/+14
2007-05-09gst/rtpmanager/gstrtpjitterbuffer.c: Pass queries upstream.Wim Taymans2-0/+7
2007-05-06gst/real/: Use GModule instead of using dlsym() directly. Fixes #430598.Tim-Philipp Müller5-60/+94
2007-05-04docs/plugins/: Add docs for Windows sinks.Sébastien Moutte4-4/+44
2007-05-04gst/speed/gstspeed.c: Fix event handling a bit by replacing completely dubiou...Tim-Philipp Müller2-88/+55
2007-05-04gst/speed/gstspeed.c: Add debug category; use gst_pad_query_peer_*() utility ...Tim-Philipp Müller2-29/+58
2007-05-04gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug info.Wim Taymans3-2/+16
2007-05-03examples/switch/switcher.c (loop, my_bus_callback, switch_timer, last_message...Zaheer Abbas Merali6-277/+404
2007-05-02ext/wavpack/gstwavpack.c: Call bindtextdomain() to get localized strings.Sebastian Dröge5-2/+44
2007-05-02ext/wavpack/gstwavpackparse.c: Remove old workaround that was needed when see...Sebastian Dröge2-5/+8
2007-05-02ext/wavpack/gstwavpackparse.c: Handle segment seeks in the seek event handler...Sebastian Dröge2-1/+21
2007-05-02ext/wavpack/gstwavpackparse.c: Add handling for segment seeks.Sebastian Dröge2-4/+23
2007-05-02ext/wavpack/gstwavpackparse.c: Correctly handle errors, especially in the loo...Sebastian Dröge2-26/+38
2007-04-30update specChristian Schaller1-1/+1
2007-04-30gst/rtpmanager/async_jitter_queue.c: Fix the case where the buffer underruns ...Wim Taymans8-43/+151
2007-04-29gst/rtpmanager/gstrtpsession.c: Remove debug.Wim Taymans4-11/+26
2007-04-29docs/plugins/gst-plugins-bad-plugins.*: Commit result of running scanobj-updateThomas Vander Stichele3-13/+728
2007-04-2980 char policeThomas Vander Stichele2-6/+6
2007-04-29autogen.sh: Require automake 1.7Thomas Vander Stichele13-50/+56
2007-04-29docs/plugins/inspect/: Add jack and update.Thomas Vander Stichele30-55/+107
2007-04-28configure.ac: Don't build equalizer unless we have core from CVS (it won't wo...Tim-Philipp Müller2-3/+19
2007-04-27ext/theora/theoradec.c: Calculate buffer duration correctly to generate a per...Julien Moutte1-3/+1
2007-04-27gst/rtpmanager/gstrtpsession.c: Move reconsideration code to the rtpsession o...Wim Taymans7-181/+690
2007-04-26docs/plugins/: Add documentation for osxvideoEdward Hervey5-0/+39
2007-04-25gst/rtpmanager/gstrtpsession.c: Implement forward and reverse reconsideration.Wim Taymans4-23/+90
2007-04-25gst/rtpmanager/gstrtpbin.*: Make default jitterbuffer latency configurable.Wim Taymans4-16/+53
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