]> git.sesse.net Git - vlc/commit
* DAAP (iTunes shares) services discovery and access module using libopendaap
authorClément Stenac <zorglub@videolan.org>
Thu, 13 Jan 2005 18:45:11 +0000 (18:45 +0000)
committerClément Stenac <zorglub@videolan.org>
Thu, 13 Jan 2005 18:45:11 +0000 (18:45 +0000)
commit024fa1c48391bdcff9f3ca3f19f8ebb03a6db1f8
treed4e196f393a3a19f99778bc61786686492aacf7d
parent31ca77ef0391bda2db4445deb1ac36a5a86f7bad
* DAAP (iTunes shares) services discovery and access module using libopendaap

http://crazney.net/programs/itunes/libopendaap.html

Problems :
   - At the moment, the file is downloaded entirely in memory before being
     played.
     The library offers another possibility : download the file on
     demand to a pipe, but I don't think it would be a very good idea
     (portability issues ? where to download to ?).
     I hope a "download on demand to memory" feature will be added
   - Sometimes, it looses connection to the peers.

* Increased wx playlist font size
configure.ac
modules/gui/wxwindows/playlist.cpp
modules/services_discovery/Modules.am
modules/services_discovery/daap.c [new file with mode: 0644]