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