index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
librtsp
Commit message (
Expand
)
Author
Age
*
Add missing #include <sys/socket.h>, fixes the warnings:
diego
2008-07-08
*
mingw uses Windows sockets.
vayne
2008-06-28
*
Fix the issue instead of reverting
lu_zero
2008-06-25
*
Move rtsp_close away by simplification - avoids symbol clash with libnemesi
lu_zero
2008-06-25
*
Add missing header #includes to fix 'make checkheaders'.
diego
2008-05-03
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
*
Consistently use uppercase filename as multiple inclusion guard.
diego
2008-01-28
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
*
Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSD
reimar
2007-12-20
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
Check buffer size in header dump functions
rtogni
2007-03-25
*
Support application/smil as mimetype for smil-over-realrtsp
rtogni
2007-03-18
*
Add support for smil playlist served over realrtsp
rtogni
2007-02-18
*
Don't drop last rdt packet on eof
rtogni
2007-01-09
*
Make sure we do not crash when eof is reset, e.g. due to an attempt to seek.
reimar
2007-01-07
*
Realrtsp authentication
rtogni
2006-10-30
*
Avoid a potential strdup(NULL)
rtogni
2006-08-30
*
fix compilation of librtsp
ben
2006-08-04
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31