summaryrefslogtreecommitdiffstats
path: root/gst/rtsp
Commit message (Expand)AuthorAgeFilesLines
* gst/rtp/gstrtpvrawdepay.c: Include stdlib.h for atoi().Stefan Kost2008-07-071-1/+1
* gst/rtsp/URLS: Some more urls.Wim Taymans2008-06-171-0/+3
* gst/rtsp/gstrtspsrc.c: Set udpsrc for receiving data from multicast groups to...Wim Taymans2008-06-121-2/+2
* gst/rtsp/gstrtspsrc.c: Use the new gst_rtsp_connection_get_ip() to access the...Peter Kjellerstedt2008-06-041-2/+3
* Don't use gst_element_get_pad(), it's a bad method.Wim Taymans2008-05-211-4/+4
* gst/rtsp/gstrtspsrc.c: Support Digest authentication. Fixes #532065.Wouter Cloetens2008-05-081-6/+127
* gst/rtsp/gstrtspsrc.c: Don't leak file descriptors on error. Fixes #531532.Sjoerd Simons2008-05-051-0/+4
* gst/rtsp/gstrtspsrc.c: Ref caps as the return value for the request_pt_map si...Wim Taymans2008-04-211-4/+3
* gst/rtsp/gstrtspsrc.c: Call WSAStartup() and WSACleanup before using the Wins...Ole André Vadla Ravnås2008-03-171-0/+16
* fix license file, remove extra line copied over by mistakeChristian Schaller2008-03-141-2/+0
* gst/rtsp/gstrtspsrc.c: Post the server response code in an error message inst...Wim Taymans2008-02-221-2/+10
* gst/rtsp/gstrtspsrc.c: Init values to -1 instead of the default 0 value.Wim Taymans2008-02-181-0/+2
* gst/rtsp/gstrtspsrc.c: Include unistd.h only if HAVE_UNISTD_H is definedSébastien Moutte2008-02-071-0/+2
* gst/rtsp/gstrtspsrc.c: Use g_ascii_strtoll() instead of atoll, which is only ...Tim-Philipp Müller2008-01-281-3/+3
* As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>Wim Taymans2008-01-141-1/+1
* gst/: Initialise variables to work around (false) 'foo might be used uninitia...Tim-Philipp Müller2008-01-141-2/+2
* gst/rtsp/gstrtspsrc.*: Implement redirect for the DESCRIBE reply. Fixes #506025.Wim Taymans2007-12-312-6/+57
* gst/rtsp/gstrtspsrc.c: Fix some more leaks. Fixes #497007.Tommi Myöhänen2007-11-151-0/+3
* gst/rtsp/gstrtspsrc.c: Fix 3 pad leaks. Fixes #496983.Tommi Myöhänen2007-11-151-2/+10
* gst/rtsp/gstrtspsrc.c: Don't leak sdp message contents (fixes #496773).Tim-Philipp Müller2007-11-141-0/+2
* gst/rtsp/gstrtspsrc.c: Don't leak event, don't leak range (fixes #496752).Tommi Myöhänen2007-11-141-0/+3
* gst/rtsp/gstrtspsrc.c: Fix race when pausing a RTSP stream in interleaved.Tommi Myöhänen2007-10-221-0/+17
* gst/rtsp/gstrtspsrc.c: Use allowed name for the GstStructure.Wim Taymans2007-10-171-1/+1
* gst/rtsp/gstrtspsrc.c: Fix compiler warning by using GST_CLOCK_TIME_NONE to i...Jan Schmidt2007-10-081-1/+1
* gst/rtsp/gstrtspsrc.c: More seeking fixes, mostly passing around the new play...Wim Taymans2007-10-081-38/+45
* gst/rtsp/gstrtspsrc.c: Improve flushing behaviour.Wim Taymans2007-10-051-17/+93
* gst/rtsp/gstrtspsrc.*: Parse bandwidth modifiers, they are not yet configured...Wim Taymans2007-10-012-0/+56
* gst/rtsp/gstrtspsrc.c: Use shiny new function in -base to get the default clo...Wim Taymans2007-10-011-50/+22
* gst/rtsp/gstrtspsrc.*: In TCP mode, only timestamp the first buffer. TCP is n...Wim Taymans2007-09-282-9/+22
* gst/rtsp/gstrtspsrc.*: Set timestamps on RTP buffers in interleaved mode.Wim Taymans2007-09-262-8/+20
* gst/: Fix compiler warnings shown with Forte.Jan Schmidt2007-09-171-7/+16
* gst/rtsp/gstrtspsrc.c: Give meaningfull error when all streams failed to conf...Wim Taymans2007-09-171-4/+18
* gst/rtsp/gstrtspsrc.c: Use new basesink async property to make sparse RTCP pa...Wim Taymans2007-08-291-0/+2
* gst/rtsp/gstrtspsrc.c: Make sure we generate and parse floating point values ...Wim Taymans2007-08-231-5/+38
* gst/rtsp/gstrtspsrc.*: Fix method detection again.Wim Taymans2007-08-222-22/+64
* gst/rtsp/gstrtspsrc.c: Refactor the udp and interleaved loop function a bit.Wim Taymans2007-08-181-84/+48
* gst/rtsp/gstrtspsrc.*: Protect connection activity with a new lock, avoids de...Wim Taymans2007-08-172-27/+72
* gst/rtsp/gstrtspsrc.c: Fix stray %u in debug line as spotted by Saur on IRC.Wim Taymans2007-08-171-1/+1
* gst/rtsp/gstrtspsrc.*: Improve timeout handling.Wim Taymans2007-08-172-75/+189
* gst/rtsp/gstrtpdec.*: Add (dummy) SSRC management signals.Wim Taymans2007-08-164-58/+273
* gst/rtsp/gstrtspsrc.c: Fix default clock-rate for realmedia.Wim Taymans2007-08-031-5/+14
* gst/rtsp/gstrtspsrc.c: If we don't hav a session manager, set the caps on out...Wim Taymans2007-07-271-2/+23
* gst/rtsp/: Clean up the interface list.Wim Taymans2007-07-273-29/+47
* gst/rtsp/gstrtspext.h: Fix include path for extension interface.Wim Taymans2007-07-271-1/+1
* gst/rtsp/: Use rank to filter out extensions.Wim Taymans2007-07-263-4/+10
* gst/rtsp/: Use shiny new RTSP and SDP library.Wim Taymans2007-07-2526-5848/+600
* gst/rtsp/gstrtspsrc.c: Cast stack args to the proper types. Fixes #451249.Wim Taymans2007-06-271-4/+4
* gst/rtsp/gstrtspsrc.*: For container formats we only need to activate one of ...Wim Taymans2007-06-272-1/+6
* gst/rtsp/rtspconnection.c: Use threadsafe inet_ntop to convert an ip number t...Wim Taymans2007-06-191-6/+12
* gst/rtsp/rtspconnection.c: Revert previous commit again, since we are frozen ...Tim-Philipp Müller2007-06-171-2/+1