aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/librtsp/rtsp_session.c
Commit message (Expand)AuthorAge
* stream: remove native RTSP/RTP/PNM supportGravatar wm42012-08-01
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* 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
* Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
* 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
* 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
* 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