summaryrefslogtreecommitdiffstats
path: root/stream/librtsp
Commit message (Expand)AuthorAgeFilesLines
* rtsp_rtp.c: Add missing avstring include for av_strlcpyreimar2010-11-021-0/+1
* rtsp_rtp.c: Replace snprintf by av_strlcpyreimar2010-11-021-1/+1
* stream: Use MSG_NOSIGNAL flag if available for send().reimar2010-11-022-2/+3
* Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.diego2010-01-042-2/+2
* Fix possible crashes with invalid SDPs that result in stream descriptionsreimar2009-09-021-1/+2
* Fix several more rtsp-related memleaks.reimar2009-09-021-0/+2
* Move variable declaration to where it is used.reimar2009-09-021-2/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-134-87/+87
* Ensure the string we're trying to compare is actually not NULL.ben2009-03-091-1/+2
* Use memset to make sure all parts of struct sockaddr_in are always initialized.reimar2009-02-251-0/+2
* Restructure network tests: Always check for both inet_aton and inet_pton.diego2009-02-011-12/+8
* Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-013-8/+8
* HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.diego2009-02-011-2/+2
* Move socklen_t typedef from config.h to stream/network.h.diego2008-10-121-0/+1
* Move '#define closesocket close' preprocessor directive to a common placediego2008-09-011-1/+1
* Revert moving closesocket definition and network headers to network.h.diego2008-08-311-2/+11
* Move duplicated '#define closesocket close' into network.h along withdiego2008-08-291-11/+2
* consistency cosmetics: Avoid using .. in #include paths.diego2008-08-292-8/+8
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-293-8/+8
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-2/+2
* Start unifying names of internal preprocessor directives.diego2008-07-301-2/+2
* Do not include sys/socket.h when using winsock2, it is pointlessreimar2008-07-261-1/+2
* Add missing #include <sys/socket.h>, fixes the warnings:diego2008-07-081-0/+1
* mingw uses Windows sockets.vayne2008-06-281-1/+3
* Fix the issue instead of revertinglu_zero2008-06-253-58/+56
* Move rtsp_close away by simplification - avoids symbol clash with libnemesilu_zero2008-06-253-33/+33
* Add missing header #includes to fix 'make checkheaders'.diego2008-05-032-0/+3
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-223-9/+9
* Consistently use uppercase filename as multiple inclusion guard.diego2008-01-282-6/+6
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-312-3/+2
* Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSDreimar2007-12-201-2/+2
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-3/+3
* Check buffer size in header dump functionsrtogni2007-03-251-1/+11
* Support application/smil as mimetype for smil-over-realrtsprtogni2007-03-181-1/+2
* Add support for smil playlist served over realrtsprtogni2007-02-181-1/+8
* Don't drop last rdt packet on eofrtogni2007-01-091-2/+6
* Make sure we do not crash when eof is reset, e.g. due to an attempt to seek.reimar2007-01-071-0/+1
* Realrtsp authenticationrtogni2006-10-302-3/+5
* Avoid a potential strdup(NULL)rtogni2006-08-301-5/+1
* fix compilation of librtspben2006-08-041-0/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-316-0/+1940