aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/librtsp
Commit message (Expand)AuthorAge
* stream: Use MSG_NOSIGNAL flag if available for send().Gravatar reimar2010-11-02
* Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.Gravatar diego2010-01-04
* Fix possible crashes with invalid SDPs that result in stream descriptionsGravatar reimar2009-09-02
* Fix several more rtsp-related memleaks.Gravatar reimar2009-09-02
* Move variable declaration to where it is used.Gravatar reimar2009-09-02
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Ensure the string we're trying to compare is actually not NULL.Gravatar ben2009-03-09
* Use memset to make sure all parts of struct sockaddr_in are always initialized.Gravatar reimar2009-02-25
* Restructure network tests: Always check for both inet_aton and inet_pton.Gravatar diego2009-02-01
* Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
* HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.Gravatar diego2009-02-01
* Move socklen_t typedef from config.h to stream/network.h.Gravatar diego2008-10-12
* Move '#define closesocket close' preprocessor directive to a common placeGravatar diego2008-09-01
* Revert moving closesocket definition and network headers to network.h.Gravatar diego2008-08-31
* Move duplicated '#define closesocket close' into network.h along withGravatar diego2008-08-29
* consistency cosmetics: Avoid using .. in #include paths.Gravatar diego2008-08-29
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Do not include sys/socket.h when using winsock2, it is pointlessGravatar reimar2008-07-26
* Add missing #include <sys/socket.h>, fixes the warnings:Gravatar diego2008-07-08
* mingw uses Windows sockets.Gravatar vayne2008-06-28
* Fix the issue instead of revertingGravatar lu_zero2008-06-25
* Move rtsp_close away by simplification - avoids symbol clash with libnemesiGravatar lu_zero2008-06-25
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-05-03
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Consistently use uppercase filename as multiple inclusion guard.Gravatar diego2008-01-28
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSDGravatar reimar2007-12-20
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Check buffer size in header dump functionsGravatar rtogni2007-03-25
* Support application/smil as mimetype for smil-over-realrtspGravatar rtogni2007-03-18
* Add support for smil playlist served over realrtspGravatar rtogni2007-02-18
* Don't drop last rdt packet on eofGravatar rtogni2007-01-09
* Make sure we do not crash when eof is reset, e.g. due to an attempt to seek.Gravatar reimar2007-01-07
* Realrtsp authenticationGravatar rtogni2006-10-30
* Avoid a potential strdup(NULL)Gravatar rtogni2006-08-30
* fix compilation of librtspGravatar ben2006-08-04
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31