[vlc-devel] [PATCH 0/2] Add support for Apple AirTunes protocol

Michael Hanselmann public at hansmi.ch
Tue Dec 2 01:05:59 CET 2008


Hello

These two patches add support for the Apple AirTunes streaming protocol in the
form of an "access output" plugin.

[PATCH 1/2] Add us_asprintf function: Used to format a double value using the
"C" locale by the second patch.

[PATCH 2/2] Add Apple AirTunes access output plugin: Please see the patch
header for a more detailed description.

 configure.ac                     |   16 +
 include/vlc_charset.h            |    1 +
 modules/access_output/Modules.am |    1 +
 modules/access_output/airtunes.c | 1385 ++++++++++++++++++++++++++++++++++++++
 src/libvlccore.sym               |    1 +
 src/text/charset.c               |   24 +
 6 files changed, 1428 insertions(+), 0 deletions(-)
 create mode 100644 modules/access_output/airtunes.c

Regards,
Michael



More information about the vlc-devel mailing list