[vlc-devel] [PATCH 0/9] Add password authentication to RAOP plugin
Michael Hanselmann
public at hansmi.ch
Wed Jul 22 01:06:37 CEST 2009
This patch series adds support for password authentication to the RAOP
plugin. It does so by moving the code handling HTTP authentication from
access/http.c to a separate file and reusing it. These patches were
originally sent out in January 2009, but I didn't want them merged into
1.0 because of the large changes made.
---
include/vlc_http.h | 67 ++++++
modules/access/http.c | 218 +++-----------------
modules/stream_out/raop.c | 275 +++++++++++++++++++++----
src/Makefile.am | 2 +
src/libvlccore.sym | 5 +
src/misc/http_auth.c | 508 +++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 848 insertions(+), 227 deletions(-)
More information about the vlc-devel
mailing list