Age | Commit message (Expand) | Author | Files | Lines |
2007-05-15 | Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save and restore... | Tim-Philipp Müller | 1 | -0/+10 |
2007-05-15 | gst/rtpmanager/gstrtpptdemux.c: We always use fixed caps. | Wim Taymans | 1 | -0/+5 |
2007-05-15 | gst/rtpmanager/gstrtpbin.c: g_hash_table_remove_all() only exists in 2.12. W... | David Schleef | 1 | -0/+5 |
2007-05-15 | Add a Bayer-to-RGB converter. You know you want one, uh-huh. | David Schleef | 1 | -0/+9 |
2007-05-14 | gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE, | Zaheer Abbas Merali | 1 | -0/+12 |
2007-05-14 | gst/rtpmanager/async_jitter_queue.c: Fix leak when flushing. | Wim Taymans | 1 | -0/+17 |
2007-05-13 | gst/replaygain/rganalysis.c: Fix wrong ifdef for visual C++. Fixes: #437403. | David Schleef | 1 | -0/+6 |
2007-05-13 | ext/neon/gstneonhttpsrc.c: Make redirection the default behavior. Fixes #413... | David Schleef | 1 | -0/+5 |
2007-05-10 | gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header... | Stefan Kost | 1 | -1/+20 |
2007-05-10 | gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration, async_jitter_queue... | Stefan Kost | 1 | -0/+15 |
2007-05-10 | common/m4/gst-x11.m4: Restore CFLAGS and LIBS. | Stefan Kost | 1 | -0/+8 |
2007-05-10 | configure.ac: Save and restore CFLAGS for OpenGL check. Fixes #437260. | Ali Sabil | 1 | -0/+8 |
2007-05-09 | docs/plugins/gst-plugins-bad-plugins.args: Add directraw and directsound sink... | Sébastien Moutte | 1 | -0/+5 |
2007-05-09 | configure.ac: Fix --disable-external (hopefully). | Tim-Philipp Müller | 1 | -0/+5 |
2007-05-09 | gst/rtpmanager/gstrtpjitterbuffer.c: Pass queries upstream. | Wim Taymans | 1 | -0/+6 |
2007-05-06 | gst/real/: Use GModule instead of using dlsym() directly. Fixes #430598. | Tim-Philipp Müller | 1 | -0/+9 |
2007-05-04 | docs/plugins/: Add docs for Windows sinks. | Sébastien Moutte | 1 | -0/+7 |
2007-05-04 | gst/speed/gstspeed.c: Fix event handling a bit by replacing completely dubiou... | Tim-Philipp Müller | 1 | -0/+8 |
2007-05-04 | gst/speed/gstspeed.c: Add debug category; use gst_pad_query_peer_*() utility ... | Tim-Philipp Müller | 1 | -0/+7 |
2007-05-04 | gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug info. | Wim Taymans | 1 | -0/+10 |
2007-05-03 | examples/switch/switcher.c (loop, my_bus_callback, switch_timer, last_message... | Zaheer Abbas Merali | 1 | -0/+19 |
2007-05-02 | ext/wavpack/gstwavpack.c: Call bindtextdomain() to get localized strings. | Sebastian Dröge | 1 | -0/+14 |
2007-05-02 | ext/wavpack/gstwavpackparse.c: Remove old workaround that was needed when see... | Sebastian Dröge | 1 | -0/+8 |
2007-05-02 | ext/wavpack/gstwavpackparse.c: Handle segment seeks in the seek event handler... | Sebastian Dröge | 1 | -0/+8 |
2007-05-02 | ext/wavpack/gstwavpackparse.c: Add handling for segment seeks. | Sebastian Dröge | 1 | -0/+5 |
2007-05-02 | ext/wavpack/gstwavpackparse.c: Correctly handle errors, especially in the loo... | Sebastian Dröge | 1 | -0/+9 |
2007-04-30 | gst/rtpmanager/async_jitter_queue.c: Fix the case where the buffer underruns ... | Wim Taymans | 1 | -0/+35 |
2007-04-29 | gst/rtpmanager/gstrtpsession.c: Remove debug. | Wim Taymans | 1 | -0/+12 |
2007-04-29 | docs/plugins/gst-plugins-bad-plugins.*: Commit result of running scanobj-update | Thomas Vander Stichele | 1 | -0/+6 |
2007-04-29 | autogen.sh: Require automake 1.7 | Thomas Vander Stichele | 1 | -0/+17 |
2007-04-29 | docs/plugins/inspect/: Add jack and update. | Thomas Vander Stichele | 1 | -0/+32 |
2007-04-28 | configure.ac: Don't build equalizer unless we have core from CVS (it won't wo... | Tim-Philipp Müller | 1 | -0/+7 |
2007-04-27 | gst/rtpmanager/gstrtpsession.c: Move reconsideration code to the rtpsession o... | Wim Taymans | 1 | -0/+34 |
2007-04-26 | docs/plugins/: Add documentation for osxvideo | Edward Hervey | 1 | -0/+8 |
2007-04-25 | gst/rtpmanager/gstrtpsession.c: Implement forward and reverse reconsideration. | Wim Taymans | 1 | -0/+11 |
2007-04-25 | gst/rtpmanager/gstrtpbin.*: Make default jitterbuffer latency configurable. | Wim Taymans | 1 | -0/+17 |
2007-04-25 | gst/rtpmanager/gstrtpjitterbuffer.c: Report NO_PREROLL when going to PAUSED. | Wim Taymans | 1 | -0/+22 |
2007-04-25 | gst/rtpmanager/gstrtpbin.c: fix for pad name change | Wim Taymans | 1 | -0/+40 |
2007-04-24 | Plug some leaks; try to make build bot happy again. | Tim-Philipp Müller | 1 | -0/+7 |
2007-04-21 | gst/Makefile.am: Fix distcheck, hopefully (rtpmanager is already in GST_PLUGI... | Tim-Philipp Müller | 1 | -0/+5 |
2007-04-21 | gst/rtpmanager/rtpsession.c: Don't use GLib-2.10 API, we only require GLib 2.... | Tim-Philipp Müller | 1 | -0/+5 |
2007-04-20 | ext/faad/gstfaad.c: FAAD fails to decode low (e.g. 8 kHz) sample rate AAC dat... | Michael Smith | 1 | -0/+8 |
2007-04-19 | configure.ac: Change rtpmanager disabling to keep -bad releasable. | David Schleef | 1 | -0/+5 |
2007-04-18 | Fix wtay's hack. rtpmanager is disabled in configure.ac on line 268. | David Schleef | 1 | -0/+7 |
2007-04-18 | gst/Makefile.am: Add rtpmanager dir to dist. | Wim Taymans | 1 | -0/+5 |
2007-04-18 | configure.ac: Disable rtpmanager for now because it depends on CVS -base. | Wim Taymans | 1 | -0/+78 |
2007-04-17 | gst/app/Makefile.am: Fix CFLAGS and hopefully #430594. | Tim-Philipp Müller | 1 | -0/+5 |
2007-04-17 | gst/nsf/types.h: Rename #ifndef header guard symbol to something less generic... | Tim-Philipp Müller | 1 | -0/+8 |
2007-04-17 | gst/mve/gstmvedemux.c: Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff... | Tim-Philipp Müller | 1 | -0/+7 |
2007-04-14 | docs/plugins/inspect/: Add xml doc files for Windows sinks | Sébastien Moutte | 1 | -0/+11 |