index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stream
/
librtsp
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup: remove NULL checks before free() all over the code
cboesch
2010-11-14
3
-10
/
+9
*
rtsp_rtp.c: Add missing avstring include for av_strlcpy
reimar
2010-11-02
1
-0
/
+1
*
rtsp_rtp.c: Replace snprintf by av_strlcpy
reimar
2010-11-02
1
-1
/
+1
*
stream: Use MSG_NOSIGNAL flag if available for send().
reimar
2010-11-02
2
-2
/
+3
*
Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.
diego
2010-01-04
2
-2
/
+2
*
Fix possible crashes with invalid SDPs that result in stream descriptions
reimar
2009-09-02
1
-1
/
+2
*
Fix several more rtsp-related memleaks.
reimar
2009-09-02
1
-0
/
+2
*
Move variable declaration to where it is used.
reimar
2009-09-02
1
-2
/
+1
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
4
-87
/
+87
*
Ensure the string we're trying to compare is actually not NULL.
ben
2009-03-09
1
-1
/
+2
*
Use memset to make sure all parts of struct sockaddr_in are always initialized.
reimar
2009-02-25
1
-0
/
+2
*
Restructure network tests: Always check for both inet_aton and inet_pton.
diego
2009-02-01
1
-12
/
+8
*
Convert HAVE_WINSOCK2_H into a 0/1 definition.
diego
2009-02-01
3
-8
/
+8
*
HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.
diego
2009-02-01
1
-2
/
+2
*
Move socklen_t typedef from config.h to stream/network.h.
diego
2008-10-12
1
-0
/
+1
*
Move '#define closesocket close' preprocessor directive to a common place
diego
2008-09-01
1
-1
/
+1
*
Revert moving closesocket definition and network headers to network.h.
diego
2008-08-31
1
-2
/
+11
*
Move duplicated '#define closesocket close' into network.h along with
diego
2008-08-29
1
-11
/
+2
*
consistency cosmetics: Avoid using .. in #include paths.
diego
2008-08-29
2
-8
/
+8
*
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
diego
2008-08-29
3
-8
/
+8
*
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
diego
2008-08-01
1
-2
/
+2
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
1
-2
/
+2
*
Do not include sys/socket.h when using winsock2, it is pointless
reimar
2008-07-26
1
-1
/
+2
*
Add missing #include <sys/socket.h>, fixes the warnings:
diego
2008-07-08
1
-0
/
+1
*
mingw uses Windows sockets.
vayne
2008-06-28
1
-1
/
+3
*
Fix the issue instead of reverting
lu_zero
2008-06-25
3
-58
/
+56
*
Move rtsp_close away by simplification - avoids symbol clash with libnemesi
lu_zero
2008-06-25
3
-33
/
+33
*
Add missing header #includes to fix 'make checkheaders'.
diego
2008-05-03
2
-0
/
+3
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
3
-9
/
+9
*
Consistently use uppercase filename as multiple inclusion guard.
diego
2008-01-28
2
-6
/
+6
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
2
-3
/
+2
*
Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSD
reimar
2007-12-20
1
-2
/
+2
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
1
-3
/
+3
*
Check buffer size in header dump functions
rtogni
2007-03-25
1
-1
/
+11
*
Support application/smil as mimetype for smil-over-realrtsp
rtogni
2007-03-18
1
-1
/
+2
*
Add support for smil playlist served over realrtsp
rtogni
2007-02-18
1
-1
/
+8
*
Don't drop last rdt packet on eof
rtogni
2007-01-09
1
-2
/
+6
*
Make sure we do not crash when eof is reset, e.g. due to an attempt to seek.
reimar
2007-01-07
1
-0
/
+1
*
Realrtsp authentication
rtogni
2006-10-30
2
-3
/
+5
*
Avoid a potential strdup(NULL)
rtogni
2006-08-30
1
-5
/
+1
*
fix compilation of librtsp
ben
2006-08-04
1
-0
/
+1
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31
6
-0
/
+1940