summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/rtspconnection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/rtsp/rtspconnection.c: inet_ntoa() uses a static buffer internally, so we...Peter Kjellerstedt2007-06-171-1/+2
* gst/rtsp/rtspconnection.c: Fix the MingW build.Vincent Torri2007-06-151-0/+16
* 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-011-61/+86
* gst/rtsp/: Fix for new API.Peter Kjellerstedt2007-05-241-45/+32
* gst/rtsp/gstrtspsrc.*: Add TCP timeout property and use it for all TCP connec...Wim Taymans2007-05-181-2/+98
* gst/rtsp/gstrtspsrc.c: Refactor timeout handling.Wim Taymans2007-05-181-0/+36
* gst/rtsp/: Make channel guint8 where possible.Peter Kjellerstedt2007-05-121-1/+1
* gst/rtsp/gstrtspsrc.c: Send RTCP messages back to the server over the TCP con...Wim Taymans2007-05-041-52/+91
* gst/rtsp/gstrtspsrc.*: Fix race when multiple udp sources post timeouts, just...Wim Taymans2007-05-021-1/+5
* gst/rtsp/gstrtspsrc.*: Fix sending RTCP to the right place.Wim Taymans2007-05-021-18/+54
* gst/rtsp/gstrtspsrc.*: Protect state changes with a lock.Wim Taymans2007-04-261-2/+6
* gst/rtsp/rtspconnection.c: Read the channel byte as an unsigned byte.Wim Taymans2007-04-251-1/+1
* gst/rtsp/: g_base64_encode is a GLib 2.12 function. Use an equivalent taken f...Jan Schmidt2007-02-231-2/+2
* gst/rtsp/: Implement simple Basic Authentication support so that urls like rt...Jan Schmidt2007-02-231-1/+61
* gst/avi/gstavimux.c: Comment a #if 0 in caps template definition as VS6 seems...Sébastien Moutte2007-02-111-2/+6
* gst/rtsp/: Allow url to be NULL to be able to use it for server connections.Peter Kjellerstedt2007-01-101-12/+31
* ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char a...Vincent Torri2007-01-081-2/+9
* gst/rtsp/rtspconnection.c: Don't set a data pointer to NULL and a size > 0 wh...Wim Taymans2006-11-151-1/+3
* gst/rtsp/: Reuse already existing enum for lower transport.Wim Taymans2006-10-181-3/+0
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-161-1/+9
* gst/rtsp/gstrtspsrc.*: Rework how the transport string is constructed, try to...Wim Taymans2006-10-061-0/+22
* gst/rtsp/gstrtspsrc.c: Fix flag registration.Wim Taymans2006-09-291-1/+1
* gst/rtsp/: Improve error reporting.Wim Taymans2006-09-231-4/+2
* gst/rtsp/URLS: Added some test URLS.Wim Taymans2006-09-201-76/+208
* gst/rtsp/gstrtspsrc.*: Small cleanups, added documentation.Wim Taymans2006-09-181-13/+13
* gst/rtsp/: Small cleanups. when multicast is selected as the transport, creat...Thijs Vermeir2006-09-181-3/+3
* gst/rtsp/rtspconnection.c: Remove unwanted DEBUG line.Wim Taymans2006-07-241-1/+0
* gst/rtsp/: replaced closesocket and close in code with one CLOSE_SOCKET.Wim Taymans2006-07-101-10/+15
* gst/rtsp/rtspconnection.c: Use better G_OS_* macros. Fixes #345301 some more.Wim Taymans2006-06-201-7/+18
* gst/rtsp/rtspconnection.c: Make RTSP plugin compile on windows. Fixes #345301.Joni Valtanen2006-06-201-1/+49
* gst/rtsp/: Resurected rtpdec to make rtspsrc happy again.Wim Taymans2006-02-091-2/+12
* gst/rtsp/rtspconnection.c: Add <netinet/in.h> include and move <arpa/inet.h> ...Benjamin Pineau2005-12-161-1/+2
* configure.ac: fix up GST_PLUGIN_LDFLAGSThomas Vander Stichele2005-11-271-2/+3
* gst/rtsp/rtspconnection.c: Apply patch from Sebastien Cote to fix #319184.Wim Taymans2005-11-211-2/+3
* ext/amrnb/: Update caps with audio/AMR.Wim Taymans2005-08-191-3/+1
* configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build breakage ensue!!!Andy Wingo2005-06-291-2/+5
* gst/rtsp/: Added READMEWim Taymans2005-05-111-40/+156
* Ported to 0.9.Wim Taymans2005-05-111-0/+432