Age | Commit message (Expand) | Author | Files | Lines |
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 | 3 | -14/+58 |
2007-05-16 | Use external shared libamrwb. Fixes #423741 (with lots of cleanup). | Stanislav Brabec | 15 | -181/+46 |
2007-05-15 | ext/x264/gstx264enc.c (gst_x264_enc_init_encoder): This needs a version check. | Stefan Kost | 3 | -3/+12 |
2007-05-15 | Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save and restore... | Tim-Philipp Müller | 4 | -5/+29 |
2007-05-15 | gst/rtpmanager/gstrtpptdemux.c: We always use fixed caps. | Wim Taymans | 2 | -0/+6 |
2007-05-15 | gst/rtpmanager/gstrtpbin.c: g_hash_table_remove_all() only exists in 2.12. W... | David Schleef | 2 | -0/+16 |
2007-05-15 | Add a Bayer-to-RGB converter. You know you want one, uh-huh. | David Schleef | 5 | -0/+433 |
2007-05-14 | gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE, | Zaheer Abbas Merali | 3 | -3/+100 |
2007-05-14 | gst/rtpmanager/async_jitter_queue.c: Fix leak when flushing. | Wim Taymans | 5 | -4/+58 |
2007-05-13 | gst/replaygain/rganalysis.c: Fix wrong ifdef for visual C++. Fixes: #437403. | David Schleef | 2 | -2/+10 |
2007-05-13 | ext/neon/gstneonhttpsrc.c: Make redirection the default behavior. Fixes #413... | David Schleef | 3 | -1/+7 |
2007-05-11 | add latest plugin | Christian Schaller | 1 | -0/+1 |
2007-05-10 | gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header... | Stefan Kost | 5 | -30/+60 |
2007-05-10 | gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration, async_jitter_queue... | Stefan Kost | 3 | -30/+45 |
2007-05-10 | common/m4/gst-x11.m4: Restore CFLAGS and LIBS. | Stefan Kost | 2 | -2/+8 |
2007-05-10 | configure.ac: Save and restore CFLAGS for OpenGL check. Fixes #437260. | Ali Sabil | 2 | -0/+11 |
2007-05-09 | docs/plugins/gst-plugins-bad-plugins.args: Add directraw and directsound sink... | Sébastien Moutte | 2 | -0/+24 |
2007-05-09 | configure.ac: Fix --disable-external (hopefully). | Tim-Philipp Müller | 3 | -0/+14 |
2007-05-09 | gst/rtpmanager/gstrtpjitterbuffer.c: Pass queries upstream. | Wim Taymans | 2 | -0/+7 |
2007-05-06 | gst/real/: Use GModule instead of using dlsym() directly. Fixes #430598. | Tim-Philipp Müller | 5 | -60/+94 |
2007-05-04 | docs/plugins/: Add docs for Windows sinks. | Sébastien Moutte | 4 | -4/+44 |
2007-05-04 | gst/speed/gstspeed.c: Fix event handling a bit by replacing completely dubiou... | Tim-Philipp Müller | 2 | -88/+55 |
2007-05-04 | gst/speed/gstspeed.c: Add debug category; use gst_pad_query_peer_*() utility ... | Tim-Philipp Müller | 2 | -29/+58 |
2007-05-04 | gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug info. | Wim Taymans | 3 | -2/+16 |
2007-05-03 | examples/switch/switcher.c (loop, my_bus_callback, switch_timer, last_message... | Zaheer Abbas Merali | 6 | -277/+404 |
2007-05-02 | ext/wavpack/gstwavpack.c: Call bindtextdomain() to get localized strings. | Sebastian Dröge | 5 | -2/+44 |
2007-05-02 | ext/wavpack/gstwavpackparse.c: Remove old workaround that was needed when see... | Sebastian Dröge | 2 | -5/+8 |
2007-05-02 | ext/wavpack/gstwavpackparse.c: Handle segment seeks in the seek event handler... | Sebastian Dröge | 2 | -1/+21 |
2007-05-02 | ext/wavpack/gstwavpackparse.c: Add handling for segment seeks. | Sebastian Dröge | 2 | -4/+23 |
2007-05-02 | ext/wavpack/gstwavpackparse.c: Correctly handle errors, especially in the loo... | Sebastian Dröge | 2 | -26/+38 |
2007-04-30 | update spec | Christian Schaller | 1 | -1/+1 |
2007-04-30 | gst/rtpmanager/async_jitter_queue.c: Fix the case where the buffer underruns ... | Wim Taymans | 8 | -43/+151 |
2007-04-29 | gst/rtpmanager/gstrtpsession.c: Remove debug. | Wim Taymans | 4 | -11/+26 |
2007-04-29 | docs/plugins/gst-plugins-bad-plugins.*: Commit result of running scanobj-update | Thomas Vander Stichele | 3 | -13/+728 |
2007-04-29 | 80 char police | Thomas Vander Stichele | 2 | -6/+6 |
2007-04-29 | autogen.sh: Require automake 1.7 | Thomas Vander Stichele | 13 | -50/+56 |
2007-04-29 | docs/plugins/inspect/: Add jack and update. | Thomas Vander Stichele | 30 | -55/+107 |
2007-04-28 | configure.ac: Don't build equalizer unless we have core from CVS (it won't wo... | Tim-Philipp Müller | 2 | -3/+19 |
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 | 7 | -181/+690 |
2007-04-26 | docs/plugins/: Add documentation for osxvideo | Edward Hervey | 5 | -0/+39 |
2007-04-25 | gst/rtpmanager/gstrtpsession.c: Implement forward and reverse reconsideration. | Wim Taymans | 4 | -23/+90 |
2007-04-25 | gst/rtpmanager/gstrtpbin.*: Make default jitterbuffer latency configurable. | Wim Taymans | 4 | -16/+53 |
2007-04-25 | gst/rtpmanager/gstrtpjitterbuffer.c: Report NO_PREROLL when going to PAUSED. | Wim Taymans | 7 | -42/+183 |
2007-04-25 | gst/rtpmanager/gstrtpbin.c: fix for pad name change | Wim Taymans | 9 | -86/+665 |
2007-04-24 | Plug some leaks; try to make build bot happy again. | Tim-Philipp Müller | 4 | -11/+19 |
2007-04-21 | gst/Makefile.am: Fix distcheck, hopefully (rtpmanager is already in GST_PLUGI... | Tim-Philipp Müller | 2 | -1/+6 |
2007-04-21 | gst/rtpmanager/rtpsession.c: Don't use GLib-2.10 API, we only require GLib 2.... | Tim-Philipp Müller | 2 | -2/+7 |
2007-04-21 | gst/audioresample/gstaudioresample.c: Make more functions static, just becaus... | Tim-Philipp Müller | 1 | -9/+9 |
2007-04-21 | tests/check/elements/audioresample.c: Add unit test for audioresample shutdow... | Tim-Philipp Müller | 1 | -17/+48 |