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
/
realrtsp
Commit message (
Expand
)
Author
Age
*
stream: remove native RTSP/RTP/PNM support
wm4
2012-08-01
*
build: switch to libavutil bswap.h and intreadwrite.h
Uoti Urpala
2012-02-01
*
configure, build: require at least Libav 0.7
Uoti Urpala
2011-12-22
*
cleanup: silence most of the clang warnings
Clément Bœsch
2011-07-09
*
cleanup: shut up more warnings
Clément Bœsch
2011-05-06
*
fix compilation with old FFmpeg versions
Uoti Urpala
2011-02-08
*
stream/: delete base64_encode(), use libavutil av_base64_encode()
cboesch
2010-12-16
*
cleanup: remove NULL checks before free() all over the code
cboesch
2010-11-14
*
Merge svn changes up to r30475
Uoti Urpala
2010-03-09
|
\
|
*
Add license header to all files missing it in the stream subdirectory.
diego
2010-01-30
*
|
Merge svn changes up to r30195
Uoti Urpala
2010-01-08
|
\
|
|
*
Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.
diego
2010-01-04
*
|
Merge svn changes up to r29644
Uoti Urpala
2009-09-04
|
\
|
|
*
Fix possible crashes with invalid SDPs that result in stream descriptions
reimar
2009-09-02
|
*
Fix several more rtsp-related memleaks.
reimar
2009-09-02
|
*
Fix asmrp_dispose to also free the buffer.
reimar
2009-09-02
|
*
Use calloc to ensure rmff_new_mdpr returns fully initialized data.
reimar
2009-09-02
|
*
Make sure we do not strdup(NULL), avoids a crash with non-real streams.
reimar
2009-09-02
|
*
Fix several memleaks in real_setup_and_get_header
reimar
2009-09-02
|
*
Change real_setup_and_get_header to use goto a single exit path to simplify
reimar
2009-09-02
*
|
Merge svn changes up to r29455
Uoti Urpala
2009-07-29
|
\
|
|
*
stream/realrtsp/real.c: Fix another integer overflow
uau
2009-07-28
|
*
stream/realrtsp/real.c: Fix integer overflow
uau
2009-07-27
*
|
Replace libavutil internal header #includes with MPlayer copies
Uoti Urpala
2009-07-26
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
|
/
*
Convert HAVE_WINSOCK2_H into a 0/1 definition.
diego
2009-02-01
*
consistency cosmetics: Avoid using .. in #include paths.
diego
2008-08-29
*
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
diego
2008-08-29
*
Use consistent #include paths without "../".
diego
2008-04-28
*
Fix possible integer overflow in malloc by using calloc instead.
reimar
2008-03-29
*
FFmpeg now uses different (unified) #include paths.
diego
2008-02-25
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
*
Consistently use uppercase filename as multiple inclusion guard.
diego
2008-01-28
*
Simplify/cleanup of real_calc_response_and_checksum()
rtogni
2008-01-13
*
Don't oversize realchallenge buffers
rtogni
2008-01-13
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
*
Ignore stream id when checking rdt packet flags
rtogni
2007-11-17
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
start= and end= parameters on realrtspurls may be optionally quoted with
rtogni
2007-06-24
*
Cleanup real_calc_response_and_checksum()
rtogni
2007-04-09
*
Merge calc_response_string() into real_calc_response_and_checksum()
rtogni
2007-04-09
*
Simplify calc_response_string()
rtogni
2007-04-09
*
10000000l learn to count
rtogni
2007-04-09
*
Size of response is known, no need to calculate it
rtogni
2007-04-09
*
The size of xor_table is known and fixed, no need to calculate it
rtogni
2007-04-09
*
Length of interleaved RTSP frames (0x24) in only 16 bit, the other byte
rtogni
2007-04-03
*
Check buffer size in header dump functions
rtogni
2007-03-25
*
Use AV_WB* instead of swap+memcpy+swap
rtogni
2007-03-24
*
Declare eof only when stream 0 gets eof
rtogni
2007-03-20
[next]