aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/librtsp
Commit message (Expand)AuthorAge
* 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