| Commit message (Expand) | Author | Age | Files | Lines |
* | gst/rtsp/gstrtspgoogle.c: Things that can happen when your brain is in google... | Wim Taymans | 2008-08-20 | 1 | -1/+1 |
* | gst/rtsp/: Add google RTSP extension, it can only handle udp and responds wit... | Wim Taymans | 2008-08-20 | 5 | -27/+316 |
* | gst/rtsp/gstrtspsrc.c: Don't try to configure RTCP back to the server when th... | Wim Taymans | 2008-08-20 | 1 | -0/+10 |
* | gst/rtsp/gstrtspsrc.c: Improve udp port setup. Fixes #545710. | Aurelien Grimaud | 2008-08-05 | 1 | -39/+51 |
* | gst/rtp/: Add MP1S depayloader. | Wim Taymans | 2008-08-05 | 1 | -0/+3 |
* | gst/rtsp/URLS: Add another URL. | Wim Taymans | 2008-08-05 | 1 | -0/+3 |
* | gst/rtp/gstrtpvrawdepay.c: Include stdlib.h for atoi(). | Stefan Kost | 2008-07-07 | 1 | -1/+1 |
* | gst/rtsp/URLS: Some more urls. | Wim Taymans | 2008-06-17 | 1 | -0/+3 |
* | gst/rtsp/gstrtspsrc.c: Set udpsrc for receiving data from multicast groups to... | Wim Taymans | 2008-06-12 | 1 | -2/+2 |
* | gst/rtsp/gstrtspsrc.c: Use the new gst_rtsp_connection_get_ip() to access the... | Peter Kjellerstedt | 2008-06-04 | 1 | -2/+3 |
* | Don't use gst_element_get_pad(), it's a bad method. | Wim Taymans | 2008-05-21 | 1 | -4/+4 |
* | gst/rtsp/gstrtspsrc.c: Support Digest authentication. Fixes #532065. | Wouter Cloetens | 2008-05-08 | 1 | -6/+127 |
* | gst/rtsp/gstrtspsrc.c: Don't leak file descriptors on error. Fixes #531532. | Sjoerd Simons | 2008-05-05 | 1 | -0/+4 |
* | gst/rtsp/gstrtspsrc.c: Ref caps as the return value for the request_pt_map si... | Wim Taymans | 2008-04-21 | 1 | -4/+3 |
* | gst/rtsp/gstrtspsrc.c: Call WSAStartup() and WSACleanup before using the Wins... | Ole André Vadla Ravnås | 2008-03-17 | 1 | -0/+16 |
* | fix license file, remove extra line copied over by mistake | Christian Schaller | 2008-03-14 | 1 | -2/+0 |
* | gst/rtsp/gstrtspsrc.c: Post the server response code in an error message inst... | Wim Taymans | 2008-02-22 | 1 | -2/+10 |
* | gst/rtsp/gstrtspsrc.c: Init values to -1 instead of the default 0 value. | Wim Taymans | 2008-02-18 | 1 | -0/+2 |
* | gst/rtsp/gstrtspsrc.c: Include unistd.h only if HAVE_UNISTD_H is defined | Sébastien Moutte | 2008-02-07 | 1 | -0/+2 |
* | gst/rtsp/gstrtspsrc.c: Use g_ascii_strtoll() instead of atoll, which is only ... | Tim-Philipp Müller | 2008-01-28 | 1 | -3/+3 |
* | As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com> | Wim Taymans | 2008-01-14 | 1 | -1/+1 |
* | gst/: Initialise variables to work around (false) 'foo might be used uninitia... | Tim-Philipp Müller | 2008-01-14 | 1 | -2/+2 |
* | gst/rtsp/gstrtspsrc.*: Implement redirect for the DESCRIBE reply. Fixes #506025. | Wim Taymans | 2007-12-31 | 2 | -6/+57 |
* | gst/rtsp/gstrtspsrc.c: Fix some more leaks. Fixes #497007. | Tommi Myöhänen | 2007-11-15 | 1 | -0/+3 |
* | gst/rtsp/gstrtspsrc.c: Fix 3 pad leaks. Fixes #496983. | Tommi Myöhänen | 2007-11-15 | 1 | -2/+10 |
* | gst/rtsp/gstrtspsrc.c: Don't leak sdp message contents (fixes #496773). | Tim-Philipp Müller | 2007-11-14 | 1 | -0/+2 |
* | gst/rtsp/gstrtspsrc.c: Don't leak event, don't leak range (fixes #496752). | Tommi Myöhänen | 2007-11-14 | 1 | -0/+3 |
* | gst/rtsp/gstrtspsrc.c: Fix race when pausing a RTSP stream in interleaved. | Tommi Myöhänen | 2007-10-22 | 1 | -0/+17 |
* | gst/rtsp/gstrtspsrc.c: Use allowed name for the GstStructure. | Wim Taymans | 2007-10-17 | 1 | -1/+1 |
* | gst/rtsp/gstrtspsrc.c: Fix compiler warning by using GST_CLOCK_TIME_NONE to i... | Jan Schmidt | 2007-10-08 | 1 | -1/+1 |
* | gst/rtsp/gstrtspsrc.c: More seeking fixes, mostly passing around the new play... | Wim Taymans | 2007-10-08 | 1 | -38/+45 |
* | gst/rtsp/gstrtspsrc.c: Improve flushing behaviour. | Wim Taymans | 2007-10-05 | 1 | -17/+93 |
* | gst/rtsp/gstrtspsrc.*: Parse bandwidth modifiers, they are not yet configured... | Wim Taymans | 2007-10-01 | 2 | -0/+56 |
* | gst/rtsp/gstrtspsrc.c: Use shiny new function in -base to get the default clo... | Wim Taymans | 2007-10-01 | 1 | -50/+22 |
* | gst/rtsp/gstrtspsrc.*: In TCP mode, only timestamp the first buffer. TCP is n... | Wim Taymans | 2007-09-28 | 2 | -9/+22 |
* | gst/rtsp/gstrtspsrc.*: Set timestamps on RTP buffers in interleaved mode. | Wim Taymans | 2007-09-26 | 2 | -8/+20 |
* | gst/: Fix compiler warnings shown with Forte. | Jan Schmidt | 2007-09-17 | 1 | -7/+16 |
* | gst/rtsp/gstrtspsrc.c: Give meaningfull error when all streams failed to conf... | Wim Taymans | 2007-09-17 | 1 | -4/+18 |
* | gst/rtsp/gstrtspsrc.c: Use new basesink async property to make sparse RTCP pa... | Wim Taymans | 2007-08-29 | 1 | -0/+2 |
* | gst/rtsp/gstrtspsrc.c: Make sure we generate and parse floating point values ... | Wim Taymans | 2007-08-23 | 1 | -5/+38 |
* | gst/rtsp/gstrtspsrc.*: Fix method detection again. | Wim Taymans | 2007-08-22 | 2 | -22/+64 |
* | gst/rtsp/gstrtspsrc.c: Refactor the udp and interleaved loop function a bit. | Wim Taymans | 2007-08-18 | 1 | -84/+48 |
* | gst/rtsp/gstrtspsrc.*: Protect connection activity with a new lock, avoids de... | Wim Taymans | 2007-08-17 | 2 | -27/+72 |
* | gst/rtsp/gstrtspsrc.c: Fix stray %u in debug line as spotted by Saur on IRC. | Wim Taymans | 2007-08-17 | 1 | -1/+1 |
* | gst/rtsp/gstrtspsrc.*: Improve timeout handling. | Wim Taymans | 2007-08-17 | 2 | -75/+189 |
* | gst/rtsp/gstrtpdec.*: Add (dummy) SSRC management signals. | Wim Taymans | 2007-08-16 | 4 | -58/+273 |
* | gst/rtsp/gstrtspsrc.c: Fix default clock-rate for realmedia. | Wim Taymans | 2007-08-03 | 1 | -5/+14 |
* | gst/rtsp/gstrtspsrc.c: If we don't hav a session manager, set the caps on out... | Wim Taymans | 2007-07-27 | 1 | -2/+23 |
* | gst/rtsp/: Clean up the interface list. | Wim Taymans | 2007-07-27 | 3 | -29/+47 |
* | gst/rtsp/gstrtspext.h: Fix include path for extension interface. | Wim Taymans | 2007-07-27 | 1 | -1/+1 |