]> git.sesse.net Git - vlc/commit
Added vlc_b64_encode_binary (include/vlc_strings.h is not that a good place).
authorLaurent Aimar <fenrir@videolan.org>
Sun, 25 Feb 2007 11:39:42 +0000 (11:39 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 25 Feb 2007 11:39:42 +0000 (11:39 +0000)
commitc1993b6231c7b60f79fbac60215c9d1e3dd2edd9
tree83643b4d2f6eddba49b045242d4045dd70fee8db
parente732cff5c58c4ef4df7f7869405f7002aed94036
Added vlc_b64_encode_binary (include/vlc_strings.h is not that a good place).
Use vlc_b64_encode_binary and remove ap_* in rtp.c
Fixed 2 invalid memory access and 1 stack corruption in rtp.c (Fixed
the report of rtp segfault with gcc 4.1 by xxcv)
include/vlc_strings.h
modules/stream_out/rtp.c
src/text/strings.c