summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/rtp/README: Update README with new RTP variables that will be used for sy...Wim Taymans2007-05-113-95/+264
* gst/rtsp/rtsptransport.c: UDP MCAST is actually the default for RTP/AVP.Wim Taymans2007-05-111-1/+1
* gst/rtsp/rtsptransport.c: Make UDP the default transport when not specified.Wim Taymans2007-05-111-1/+1
* gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header...Stefan Kost2007-05-101-9/+15
* gst/level/gstlevel.c: Revert last change.David Schleef2007-05-101-3/+3
* gst/level/gstlevel.c: Use guint8 * instead of gpointer then vs6 know the size...Sébastien Moutte2007-05-092-6/+6
* gst/rtsp/: Add code to parse time ranges.Wim Taymans2007-05-094-3/+302
* gst/videomixer/videomixer.c: Fix strides calculation for AYUV (it's just widt...Tim-Philipp Müller2007-05-081-19/+9
* gst/audiofx/: Sync the GObject properties before each processing step to prop...Sebastian Dröge2007-05-063-4/+13
* gst/rtsp/gstrtspsrc.c: Let more error state trickle down so that we can catch...Wim Taymans2007-05-041-22/+41
* gst/rtsp/gstrtspsrc.c: Ignore errors when trying to use the keep-alive messages.Wim Taymans2007-05-041-1/+3
* gst/rtsp/gstrtspsrc.c: Send RTCP messages back to the server over the TCP con...Wim Taymans2007-05-043-59/+167
* gst/multipart/multipartmux.c: Fix timestamps on outgoing buffers.Wim Taymans2007-05-031-4/+10
* gst/multipart/multipartmux.c: Emit NEWSEGMENT events before pushing the first...Wim Taymans2007-05-031-55/+52
* gst/rtsp/gstrtspsrc.c: Refactor transport configuration code.Wim Taymans2007-05-031-220/+416
* gst/rtsp/gstrtspsrc.*: Fix race when multiple udp sources post timeouts, just...Wim Taymans2007-05-023-102/+163
* gst/wavparse/gstwavparse.c: Only set DISCONT when there actually is a discont...Wim Taymans2007-05-021-2/+15
* gst/wavparse/gstwavparse.*: Be a bit more clever when dealing with VBR files ...Wim Taymans2007-05-022-21/+36
* gst/rtsp/test.c: Fix compilation of deprecated test just because I'm too lazy...Wim Taymans2007-05-021-8/+8
* gst/rtsp/gstrtspsrc.*: Fix sending RTCP to the right place.Wim Taymans2007-05-027-99/+289
* gst/rtp/gstrtpmp4vpay.*: Handle NEWSEGMENT and FLUSH events. Fixes #434824.Sjoerd Simons2007-05-012-0/+44
* gst/udp/gstmultiudpsink.c: Add code to drop membership of a multicast group.Wim Taymans2007-04-293-6/+84
* gst/udp/gstmultiudpsink.c: Fix multicast detection.Wim Taymans2007-04-292-3/+6
* gst/rtsp/gstrtspsrc.c: Ignore ASYNC state messages from the udpsink, it's irr...Wim Taymans2007-04-271-1/+11
* gst/rtp/gstrtpilbcdepay.h: Fix mode property when specified as an arg.Wim Taymans2007-04-271-2/+2
* gst/rtsp/gstrtspsrc.*: Protect state changes with a lock.Wim Taymans2007-04-264-8/+87
* gst/udp/gstudpsrc.c: Handle the case where there are exactly 0 bytes to read ...Wim Taymans2007-04-261-2/+14
* gst/wavparse/gstwavparse.*: Apply DISCONT to buffers.Wim Taymans2007-04-262-3/+25