summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gst/rtp/: Add support for AMR-WB.Daniel Charles2007-06-015-54/+168
* gst/rtsp/rtspextwms.c: Fix compile warning when debug is disabled as spotted ...Wim Taymans2007-05-312-1/+8
* sys/v4l2/gstv4l2object.*: Revert some unintended changes.Andy Wingo2007-05-303-2/+11
* sys/v4l2/v4l2src_calls.*: Store the format list in the order that the driver ...Andy Wingo2007-05-308-456/+507
* gst/avi/gstavidemux.*: Parse subtitle text streams instead of erroring out (#...Tim-Philipp Müller2007-05-303-2/+30
* gst/avi/gstavidemux.c: Make _push_event() return TRUE if the event could be p...Tim-Philipp Müller2007-05-302-8/+18
* gst/rtsp/rtsptransport.c: Use renamed RTP bin.Wim Taymans2007-05-282-1/+6
* gst/videobox/gstvideobox.c: Add AYUV->AYUV and AYUV->I420 formats.Dejan Sakelšak2007-05-282-119/+604
* ext/speex/gstspeexdec.c: Use different variables for nested for loops so that...Wim Taymans2007-05-262-10/+29
* gst/id3demux/gstid3demux.c: Don't leak newsegment events.Tim-Philipp Müller2007-05-252-0/+6
* gst/wavparse/Makefile.am: Add '-lm' to LIBS for ceil(), don't assume one of o...Tim-Philipp Müller2007-05-252-1/+8
* ext/flac/gstflacenc.*: Collect headers, add "streamheader" field to output ca...Tim-Philipp Müller2007-05-253-11/+185
* gst/: Handle and adjust new-segment events so that downstream really sees a s...Jan Schmidt2007-05-254-0/+265
* gst/autodetect/gstautoaudiosink.c: Don't unnecessarily perform a READY->NULL-...Jan Schmidt2007-05-252-1/+12
* ext/flac/gstflacenc.c: Don't crash in chain function if setcaps hasn't been c...Tim-Philipp Müller2007-05-242-9/+23
* sys/directdraw/gstdirectdrawsink.*: Fix more warnings when compiling with Min...Vincent Torri2007-05-242-15/+34
* gst/rtsp/gstrtspsrc.c: Init value to avoid infinte loops.Wim Taymans2007-05-242-1/+7
* gst/rtsp/: Fix for new API.Peter Kjellerstedt2007-05-246-113/+192
* docs/plugins/gst-plugins-bad-plugins.args: Remove directsoundsink property do...Sébastien Moutte2007-05-233-80/+135
* configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ...Stefan Kost2007-05-225-31/+28
* docs/plugins/Makefile.am: Also look for .m (objectivec) files.Edward Hervey2007-05-221-0/+37
* ChangeLog: ChangeLog surgery. gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH...Stefan Kost2007-05-211-0/+2
* gst/spectrum/gstspectrum.c (gst_spectrum_set_property, gst_spectrum_event, gs...Stefan Kost2007-05-211-1/+2
* ext/wavpack/gstwavpackenc.c: Specify and use properties as unsigned int that ...Sebastian Dröge2007-05-211-7/+7
* ext/wavpack/gstwavpackenc.*: Fixup docs, make the bitrate property an int as ...Sebastian Dröge2007-05-212-32/+40
* gst/udp/gstudpsrc.c: Since we depend on 0.10.13 -core, override the unlock_st...Wim Taymans2007-05-212-31/+39
* gst/rtsp/gstrtpdec.*: Added signal for backwards compat.Wim Taymans2007-05-213-0/+14
* Use audioconvert for converting from non-native endianness floats in auparse ...René Stadler2007-05-214-42/+15
* gst/rtp/gstrtph263ppay.c: Fix enum registration.Wim Taymans2007-05-212-2/+8
* gst/rtp/gstrtph263ppay.*: Add new fragmentation mode base on GOB headers. Fix...Antoine Tremblay2007-05-213-11/+150
* ext/wavpack/gstwavpackenc.c: Add missing audioconverts in the example pipelin...Sebastian Dröge2007-05-201-3/+3
* sys/directdraw/gstdirectdrawsink.c: Bunch of small fixes: remove static funct...Tim-Philipp Müller2007-05-201-59/+58
* gst/: Printf format fixes (#439910, #439911).Tim-Philipp Müller2007-05-201-1/+1
* gst/rtsp/gstrtspsrc.c: Printf format fix.Tim-Philipp Müller2007-05-202-1/+6
* Add replaygain playback elements (#412710).René Stadler2007-05-1913-240/+2212
* gst/rtsp/gstrtspsrc.c: Don't crash when an unsupported transport error was re...Wim Taymans2007-05-182-4/+21
* gst/rtsp/gstrtspsrc.*: Add TCP timeout property and use it for all TCP connec...Wim Taymans2007-05-184-13/+162
* gst/rtsp/gstrtspsrc.c: Refactor timeout handling.Wim Taymans2007-05-184-63/+146
* gst/rtsp/gstrtspsrc.c: Ignore streams that fail the setup command, we will re...Wim Taymans2007-05-173-3/+28
* sys/osxvideo/osxvideosink.*: Remove the event-loop-in-separate-thread modific...Edward Hervey2007-05-172-8/+1
* sys/osxvideo/osxvideosink.*: Fix a stupid #if vs #ifdef bug. Should use the p...Edward Hervey2007-05-172-3/+19
* ext/libpng/gstpngdec.c: Fix build on macosx.Edward Hervey2007-05-162-3/+9
* ext/raw1394/gstdv1394src.c: Replace direct comparison of a string with the st...Sebastian Dröge2007-05-162-1/+7
* Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save and restore...Tim-Philipp Müller2007-05-152-4/+4
* gst/debug/breakmydata.c (gst_break_my_data_init): One more try. This should b...Stefan Kost2007-05-152-1/+6
* gst/debug/breakmydata.c: Ooops, no // comments please.Stefan Kost2007-05-152-1/+5
* gst/debug/breakmydata.c: Fix gst_buffer_is_writable() assertion.Stefan Kost2007-05-152-3/+10
* sys/v4l2/gstv4l2src.c: Add support for Bayer images as video/x-raw-bayer. Fi...David Schleef2007-05-152-0/+8
* gst/rtp/: Update theora pay/depayloader in a similar to vorbis.Wim Taymans2007-05-144-101/+249
* gst/rtsp/gstrtspsrc.c: When we try to execute a method that is not supported ...Wim Taymans2007-05-142-1/+22