summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/rtp/: Add missing rate fields to caps. Fixes #441118.Tommi Myöhänen2007-06-112-2/+2
* gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details): Fix element description.Thomas Vander Stichele2007-06-081-2/+2
* gst/videobox/gstvideobox.c: Printf fixes in debug statements; use LOG level f...Tim-Philipp Müller2007-06-061-18/+17
* configure.ac: Bump requirements to released versions (core and base 0.10.13).Tim-Philipp Müller2007-06-051-78/+2
* gst/multipart/multipartmux.c: Add support for mapping gst structure names to ...Wim Taymans2007-06-051-2/+48
* gst/wavenc/gstwavenc.*: Properly write wav files with width!=depth by having ...Sebastian Dröge2007-06-032-4/+58
* gst/rtsp/rtspconnection.c: Add include to make buildbot happy.Wim Taymans2007-06-011-0/+2
* gst/rtsp/: Improves version checking, allowing an RTSP server to reply with "505Peter Kjellerstedt2007-06-015-65/+116
* gst/rtp/: Add support for AMR-WB.Daniel Charles2007-06-014-54/+154
* gst/rtsp/rtspextwms.c: Fix compile warning when debug is disabled as spotted ...Wim Taymans2007-05-311-1/+3
* gst/avi/gstavidemux.*: Parse subtitle text streams instead of erroring out (#...Tim-Philipp Müller2007-05-302-2/+22
* gst/avi/gstavidemux.c: Make _push_event() return TRUE if the event could be p...Tim-Philipp Müller2007-05-301-8/+9
* gst/rtsp/rtsptransport.c: Use renamed RTP bin.Wim Taymans2007-05-281-1/+1
* gst/videobox/gstvideobox.c: Add AYUV->AYUV and AYUV->I420 formats.Dejan Sakelšak2007-05-281-119/+588
* gst/id3demux/gstid3demux.c: Don't leak newsegment events.Tim-Philipp Müller2007-05-251-0/+1
* gst/wavparse/Makefile.am: Add '-lm' to LIBS for ceil(), don't assume one of o...Tim-Philipp Müller2007-05-251-1/+2
* gst/: Handle and adjust new-segment events so that downstream really sees a s...Jan Schmidt2007-05-253-0/+250
* gst/autodetect/gstautoaudiosink.c: Don't unnecessarily perform a READY->NULL-...Jan Schmidt2007-05-251-1/+6
* gst/rtsp/gstrtspsrc.c: Init value to avoid infinte loops.Wim Taymans2007-05-241-1/+2
* gst/rtsp/: Fix for new API.Peter Kjellerstedt2007-05-245-113/+167
* configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ...Stefan Kost2007-05-225-31/+28
* 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
* gst/udp/gstudpsrc.c: Since we depend on 0.10.13 -core, override the unlock_st...Wim Taymans2007-05-211-31/+32
* gst/rtsp/gstrtpdec.*: Added signal for backwards compat.Wim Taymans2007-05-212-0/+8
* Use audioconvert for converting from non-native endianness floats in auparse ...René Stadler2007-05-212-41/+2
* gst/rtp/gstrtph263ppay.c: Fix enum registration.Wim Taymans2007-05-211-2/+2
* gst/rtp/gstrtph263ppay.*: Add new fragmentation mode base on GOB headers. Fix...Antoine Tremblay2007-05-212-11/+139
* 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-201-1/+1
* Add replaygain playback elements (#412710).René Stadler2007-05-1910-152/+1302
* gst/rtsp/gstrtspsrc.c: Don't crash when an unsupported transport error was re...Wim Taymans2007-05-181-4/+15
* gst/rtsp/gstrtspsrc.*: Add TCP timeout property and use it for all TCP connec...Wim Taymans2007-05-183-13/+147
* gst/rtsp/gstrtspsrc.c: Refactor timeout handling.Wim Taymans2007-05-183-63/+130
* gst/rtsp/gstrtspsrc.c: Ignore streams that fail the setup command, we will re...Wim Taymans2007-05-172-3/+17
* gst/debug/breakmydata.c (gst_break_my_data_init): One more try. This should b...Stefan Kost2007-05-151-1/+1
* gst/debug/breakmydata.c: Ooops, no // comments please.Stefan Kost2007-05-151-1/+0
* gst/debug/breakmydata.c: Fix gst_buffer_is_writable() assertion.Stefan Kost2007-05-151-3/+4
* gst/rtp/: Update theora pay/depayloader in a similar to vorbis.Wim Taymans2007-05-143-101/+236
* gst/rtsp/gstrtspsrc.c: When we try to execute a method that is not supported ...Wim Taymans2007-05-141-1/+15
* gst/rtp/gstrtpvorbisdepay.c: Remove annoying _dump_mem.Wim Taymans2007-05-141-2/+0
* gst/rtsp/gstrtspsrc.c: Parse range correctly.Wim Taymans2007-05-142-6/+21
* gst/rtsp/gstrtspsrc.c: Factor out caps configuration and configure more stuff...Wim Taymans2007-05-142-40/+74
* gst/replaygain/rganalysis.c: Fix wrong ifdef for visual C++. Fixes: #437403.David Schleef2007-05-131-2/+4
* gst/level/gstlevel.c: Use guint8 * instead of gpointer then vs6 can build in_...Sébastien Moutte2007-05-131-1/+1
* gst/rtsp/: Make channel guint8 where possible.Peter Kjellerstedt2007-05-127-9/+12
* gst/rtsp/rtspurl.*: Add support for query parameters to RTSP URLs.Peter Kjellerstedt2007-05-122-21/+37
* gst/rtsp/rtsptransport.*: Add validation to rtsp_transport_parse().Peter Kjellerstedt2007-05-122-38/+364
* gst/wavparse/gstwavparse.c: Skip LIST chunks before the fmt chunk (fixes #437...Tim-Philipp Müller2007-05-111-5/+1
* gst/rtsp/: Preliminary seek support.Wim Taymans2007-05-113-16/+218