Age | Commit message (Expand) | Author | Files | Lines |
2007-05-31 | ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here... | Tim-Philipp Müller | 1 | -2/+1 |
2007-05-30 | Added videosignal plugin with two plugins to analyse video frames. | Wim Taymans | 7 | -0/+1105 |
2007-05-28 | Rename elements to avoid conflict with farsight elements with the same name. ... | Wim Taymans | 7 | -93/+97 |
2007-05-23 | Document stuff. | Wim Taymans | 10 | -28/+334 |
2007-05-22 | configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ... | Stefan Kost | 5 | -31/+28 |
2007-05-21 | ChangeLog: ChangeLog surgery. gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH... | Stefan Kost | 1 | -0/+2 |
2007-05-21 | gst/spectrum/gstspectrum.c (gst_spectrum_set_property, gst_spectrum_event, gs... | Stefan Kost | 1 | -1/+2 |
2007-05-20 | gst/: Printf format fixes (#439910, #439911). | Tim-Philipp Müller | 2 | -3/+4 |
2007-05-19 | Add replaygain playback elements (#412710). | René Stadler | 10 | -152/+1302 |
2007-05-17 | gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE, | Zaheer Abbas Merali | 2 | -36/+146 |
2007-05-16 | gst/real/: Don't crash when we get a buffer and our input caps haven't been s... | Tim-Philipp Müller | 2 | -14/+50 |
2007-05-15 | ext/x264/gstx264enc.c (gst_x264_enc_init_encoder): This needs a version check. | Stefan Kost | 1 | -2/+3 |
2007-05-15 | gst/rtpmanager/gstrtpptdemux.c: We always use fixed caps. | Wim Taymans | 1 | -0/+1 |
2007-05-15 | gst/rtpmanager/gstrtpbin.c: g_hash_table_remove_all() only exists in 2.12. W... | David Schleef | 1 | -0/+11 |
2007-05-15 | Add a Bayer-to-RGB converter. You know you want one, uh-huh. | David Schleef | 3 | -0/+422 |
2007-05-14 | gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE, | Zaheer Abbas Merali | 2 | -3/+88 |
2007-05-14 | gst/rtpmanager/async_jitter_queue.c: Fix leak when flushing. | Wim Taymans | 4 | -4/+41 |
2007-05-13 | gst/replaygain/rganalysis.c: Fix wrong ifdef for visual C++. Fixes: #437403. | David Schleef | 1 | -2/+4 |
2007-05-10 | gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header... | Stefan Kost | 4 | -29/+40 |
2007-05-10 | gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration, async_jitter_queue... | Stefan Kost | 1 | -30/+30 |
2007-05-09 | gst/rtpmanager/gstrtpjitterbuffer.c: Pass queries upstream. | Wim Taymans | 1 | -0/+1 |
2007-05-06 | gst/real/: Use GModule instead of using dlsym() directly. Fixes #430598. | Tim-Philipp Müller | 4 | -60/+85 |
2007-05-04 | gst/speed/gstspeed.c: Fix event handling a bit by replacing completely dubiou... | Tim-Philipp Müller | 1 | -88/+47 |
2007-05-04 | gst/speed/gstspeed.c: Add debug category; use gst_pad_query_peer_*() utility ... | Tim-Philipp Müller | 1 | -29/+51 |
2007-05-04 | gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug info. | Wim Taymans | 2 | -2/+6 |
2007-05-03 | examples/switch/switcher.c (loop, my_bus_callback, switch_timer, last_message... | Zaheer Abbas Merali | 2 | -241/+302 |
2007-04-30 | gst/rtpmanager/async_jitter_queue.c: Fix the case where the buffer underruns ... | Wim Taymans | 7 | -43/+116 |
2007-04-29 | gst/rtpmanager/gstrtpsession.c: Remove debug. | Wim Taymans | 3 | -11/+14 |
2007-04-29 | autogen.sh: Require automake 1.7 | Thomas Vander Stichele | 1 | -3/+2 |
2007-04-27 | ext/theora/theoradec.c: Calculate buffer duration correctly to generate a per... | Julien Moutte | 1 | -3/+1 |
2007-04-27 | gst/rtpmanager/gstrtpsession.c: Move reconsideration code to the rtpsession o... | Wim Taymans | 6 | -181/+656 |
2007-04-25 | gst/rtpmanager/gstrtpsession.c: Implement forward and reverse reconsideration. | Wim Taymans | 3 | -23/+79 |
2007-04-25 | gst/rtpmanager/gstrtpbin.*: Make default jitterbuffer latency configurable. | Wim Taymans | 3 | -16/+36 |
2007-04-25 | gst/rtpmanager/gstrtpjitterbuffer.c: Report NO_PREROLL when going to PAUSED. | Wim Taymans | 6 | -42/+161 |
2007-04-25 | gst/rtpmanager/gstrtpbin.c: fix for pad name change | Wim Taymans | 8 | -86/+625 |
2007-04-24 | Plug some leaks; try to make build bot happy again. | Tim-Philipp Müller | 1 | -10/+11 |
2007-04-21 | gst/Makefile.am: Fix distcheck, hopefully (rtpmanager is already in GST_PLUGI... | Tim-Philipp Müller | 1 | -1/+1 |
2007-04-21 | gst/rtpmanager/rtpsession.c: Don't use GLib-2.10 API, we only require GLib 2.... | Tim-Philipp Müller | 1 | -2/+2 |
2007-04-21 | gst/audioresample/gstaudioresample.c: Make more functions static, just becaus... | Tim-Philipp Müller | 1 | -9/+9 |
2007-04-18 | gst/Makefile.am: Add rtpmanager dir to dist. | Wim Taymans | 1 | -1/+1 |
2007-04-18 | configure.ac: Disable rtpmanager for now because it depends on CVS -base. | Wim Taymans | 11 | -35/+2477 |
2007-04-17 | gst/app/Makefile.am: Fix CFLAGS and hopefully #430594. | Tim-Philipp Müller | 1 | -3/+1 |
2007-04-17 | gst/nsf/types.h: Rename #ifndef header guard symbol to something less generic... | Tim-Philipp Müller | 1 | -11/+23 |
2007-04-17 | gst/mve/gstmvedemux.c: Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff... | Tim-Philipp Müller | 1 | -1/+1 |
2007-04-16 | ext/pango/gstclockoverlay.c: Fix unused variable warning if HAVE_LOCALTIME_R ... | Vincent Torri | 1 | -1/+1 |
2007-04-13 | gst/rtpmanager/: Protect lists and structures with locks. | Wim Taymans | 4 | -12/+71 |
2007-04-12 | gst/qtdemux/qtdemux.c: Make timescale 32 bits again so we don't screw up the ... | Wim Taymans | 1 | -1/+1 |
2007-04-12 | gst/rtpmanager/gstrtpbin.c: Emit pt map requests and cache results. | Wim Taymans | 4 | -91/+162 |
2007-04-11 | gst/rtpmanager/gstrtpbin-marshal.list: Some more custom marshallers. | Wim Taymans | 7 | -27/+191 |
2007-04-11 | gst/qtdemux/: Handle version 1 mdhd atoms to get extended precision durations. | Wim Taymans | 2 | -21/+52 |