| Commit message (Expand) | Author | Age | Files | Lines |
| * | gst/wavparse/Makefile.am: Add '-lm' to LIBS for ceil(), don't assume one of o... | Tim-Philipp Müller | 2007-05-25 | 2 | -1/+8 |
| * | ext/flac/gstflacenc.*: Collect headers, add "streamheader" field to output ca... | Tim-Philipp Müller | 2007-05-25 | 3 | -11/+185 |
| * | gst/: Handle and adjust new-segment events so that downstream really sees a s... | Jan Schmidt | 2007-05-25 | 4 | -0/+265 |
| * | gst/autodetect/gstautoaudiosink.c: Don't unnecessarily perform a READY->NULL-... | Jan Schmidt | 2007-05-25 | 2 | -1/+12 |
| * | ext/flac/gstflacenc.c: Don't crash in chain function if setcaps hasn't been c... | Tim-Philipp Müller | 2007-05-24 | 2 | -9/+23 |
| * | sys/directdraw/gstdirectdrawsink.*: Fix more warnings when compiling with Min... | Vincent Torri | 2007-05-24 | 2 | -15/+34 |
| * | gst/rtsp/gstrtspsrc.c: Init value to avoid infinte loops. | Wim Taymans | 2007-05-24 | 2 | -1/+7 |
| * | gst/rtsp/: Fix for new API. | Peter Kjellerstedt | 2007-05-24 | 6 | -113/+192 |
| * | docs/plugins/gst-plugins-bad-plugins.args: Remove directsoundsink property do... | Sébastien Moutte | 2007-05-23 | 3 | -80/+135 |
| * | configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ... | Stefan Kost | 2007-05-22 | 5 | -31/+28 |
| * | docs/plugins/Makefile.am: Also look for .m (objectivec) files. | Edward Hervey | 2007-05-22 | 1 | -0/+37 |
| * | ChangeLog: ChangeLog surgery. gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH... | Stefan Kost | 2007-05-21 | 1 | -0/+2 |
| * | gst/spectrum/gstspectrum.c (gst_spectrum_set_property, gst_spectrum_event, gs... | Stefan Kost | 2007-05-21 | 1 | -1/+2 |
| * | ext/wavpack/gstwavpackenc.c: Specify and use properties as unsigned int that ... | Sebastian Dröge | 2007-05-21 | 1 | -7/+7 |
| * | ext/wavpack/gstwavpackenc.*: Fixup docs, make the bitrate property an int as ... | Sebastian Dröge | 2007-05-21 | 2 | -32/+40 |
| * | gst/udp/gstudpsrc.c: Since we depend on 0.10.13 -core, override the unlock_st... | Wim Taymans | 2007-05-21 | 2 | -31/+39 |
| * | gst/rtsp/gstrtpdec.*: Added signal for backwards compat. | Wim Taymans | 2007-05-21 | 3 | -0/+14 |
| * | Use audioconvert for converting from non-native endianness floats in auparse ... | René Stadler | 2007-05-21 | 4 | -42/+15 |
| * | gst/rtp/gstrtph263ppay.c: Fix enum registration. | Wim Taymans | 2007-05-21 | 2 | -2/+8 |
| * | gst/rtp/gstrtph263ppay.*: Add new fragmentation mode base on GOB headers. Fix... | Antoine Tremblay | 2007-05-21 | 3 | -11/+150 |
| * | ext/wavpack/gstwavpackenc.c: Add missing audioconverts in the example pipelin... | Sebastian Dröge | 2007-05-20 | 1 | -3/+3 |
| * | sys/directdraw/gstdirectdrawsink.c: Bunch of small fixes: remove static funct... | Tim-Philipp Müller | 2007-05-20 | 1 | -59/+58 |
| * | gst/: Printf format fixes (#439910, #439911). | Tim-Philipp Müller | 2007-05-20 | 1 | -1/+1 |
| * | gst/rtsp/gstrtspsrc.c: Printf format fix. | Tim-Philipp Müller | 2007-05-20 | 2 | -1/+6 |
| * | Add replaygain playback elements (#412710). | René Stadler | 2007-05-19 | 13 | -240/+2212 |
| * | gst/rtsp/gstrtspsrc.c: Don't crash when an unsupported transport error was re... | Wim Taymans | 2007-05-18 | 2 | -4/+21 |
| * | gst/rtsp/gstrtspsrc.*: Add TCP timeout property and use it for all TCP connec... | Wim Taymans | 2007-05-18 | 4 | -13/+162 |
| * | gst/rtsp/gstrtspsrc.c: Refactor timeout handling. | Wim Taymans | 2007-05-18 | 4 | -63/+146 |
| * | gst/rtsp/gstrtspsrc.c: Ignore streams that fail the setup command, we will re... | Wim Taymans | 2007-05-17 | 3 | -3/+28 |
| * | sys/osxvideo/osxvideosink.*: Remove the event-loop-in-separate-thread modific... | Edward Hervey | 2007-05-17 | 2 | -8/+1 |
| * | sys/osxvideo/osxvideosink.*: Fix a stupid #if vs #ifdef bug. Should use the p... | Edward Hervey | 2007-05-17 | 2 | -3/+19 |
| * | ext/libpng/gstpngdec.c: Fix build on macosx. | Edward Hervey | 2007-05-16 | 2 | -3/+9 |
| * | ext/raw1394/gstdv1394src.c: Replace direct comparison of a string with the st... | Sebastian Dröge | 2007-05-16 | 2 | -1/+7 |
| * | Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save and restore... | Tim-Philipp Müller | 2007-05-15 | 2 | -4/+4 |
| * | gst/debug/breakmydata.c (gst_break_my_data_init): One more try. This should b... | Stefan Kost | 2007-05-15 | 2 | -1/+6 |
| * | gst/debug/breakmydata.c: Ooops, no // comments please. | Stefan Kost | 2007-05-15 | 2 | -1/+5 |
| * | gst/debug/breakmydata.c: Fix gst_buffer_is_writable() assertion. | Stefan Kost | 2007-05-15 | 2 | -3/+10 |
| * | sys/v4l2/gstv4l2src.c: Add support for Bayer images as video/x-raw-bayer. Fi... | David Schleef | 2007-05-15 | 2 | -0/+8 |
| * | gst/rtp/: Update theora pay/depayloader in a similar to vorbis. | Wim Taymans | 2007-05-14 | 4 | -101/+249 |
| * | gst/rtsp/gstrtspsrc.c: When we try to execute a method that is not supported ... | Wim Taymans | 2007-05-14 | 2 | -1/+22 |
| * | gst/rtp/gstrtpvorbisdepay.c: Remove annoying _dump_mem. | Wim Taymans | 2007-05-14 | 2 | -2/+5 |
| * | gst/rtsp/gstrtspsrc.c: Parse range correctly. | Wim Taymans | 2007-05-14 | 3 | -6/+29 |
| * | gst/rtsp/gstrtspsrc.c: Factor out caps configuration and configure more stuff... | Wim Taymans | 2007-05-14 | 3 | -40/+85 |
| * | gst/replaygain/rganalysis.c: Fix wrong ifdef for visual C++. Fixes: #437403. | David Schleef | 2007-05-13 | 1 | -2/+4 |
| * | gst/level/gstlevel.c: Use guint8 * instead of gpointer then vs6 can build in_... | Sébastien Moutte | 2007-05-13 | 2 | -1/+6 |
| * | gst/rtsp/: Make channel guint8 where possible. | Peter Kjellerstedt | 2007-05-12 | 8 | -9/+34 |
| * | gst/rtsp/rtspurl.*: Add support for query parameters to RTSP URLs. | Peter Kjellerstedt | 2007-05-12 | 3 | -21/+46 |
| * | gst/rtsp/rtsptransport.*: Add validation to rtsp_transport_parse(). | Peter Kjellerstedt | 2007-05-12 | 3 | -38/+382 |
| * | sys/ximage/gstximagesrc.c (gst_ximage_src_open_display, gst_ximage_src_ximage... | Eric Anholt | 2007-05-11 | 2 | -79/+83 |
| * | gst/wavparse/gstwavparse.c: Skip LIST chunks before the fmt chunk (fixes #437... | Tim-Philipp Müller | 2007-05-11 | 2 | -5/+8 |