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
*
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
*
Fix for realrtsp urls with more than 2 streams:
rtogni
2007-03-20
*
Use libavutil AV_RB/AV_WB macros instead of defining out own variants.
reimar
2007-03-01
*
Add support for smil playlist served over realrtsp
rtogni
2007-02-18
*
More boundary checks for fixed-length arrays. Some of them may have been
rtogni
2007-02-11
*
Accept rdt packets with "is-reliable" flag set
rtogni
2007-01-28
*
Don't drop last rdt packet on eof
rtogni
2007-01-09
*
More free() that were forgotten in r21806 memleak fix
rtogni
2007-01-01
*
Memleak fix (implement sdpplin_free() and use it)
rtogni
2007-01-01
*
Fix invalid memory access if identifier is unknown
rtogni
2007-01-01
*
Fix potential buffer overflow in asm rules matching code
rtogni
2006-12-31
*
Hack around libavutil/bswap.h compilation problems due to always_inline undef...
reimar
2006-12-07
*
Remove bswap.h, use libavutil/bswap.h instead.
diego
2006-11-29
*
printf->mp_msg
rtogni
2006-11-05
*
Fix compilation: forgotten mp_msg.h include
reimar
2006-11-05
*
printf ->mp_msg
rtogni
2006-11-05
*
Do not use abort()
rtogni
2006-11-05
*
printf -> mp_msg
rtogni
2006-10-30
*
Realrtsp authentication
rtogni
2006-10-30
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31