Imported Upstream version 0.9.0
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 25 Nov 2014 23:10:03 +0000 (00:10 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 25 Nov 2014 23:10:03 +0000 (00:10 +0100)
commit15c988f7c658c689d3485ca35ccbbafa736df98c
tree6dc4c64c2dc16db1b4313445bd42ce8d2a92349f
Imported Upstream version 0.9.0
291 files changed:
.gitignore [new file with mode: 0644]
AirTV-Qt/AirTV.icns [new file with mode: 0644]
AirTV-Qt/AirTV.ico [new file with mode: 0644]
AirTV-Qt/AirTV.pro [new file with mode: 0644]
AirTV-Qt/AirTV.qrc [new file with mode: 0644]
AirTV-Qt/AirTV.rc [new file with mode: 0644]
AirTV-Qt/audiocallbacks.cpp [new file with mode: 0644]
AirTV-Qt/audiocallbacks.h [new file with mode: 0644]
AirTV-Qt/audiooutput.cpp [new file with mode: 0644]
AirTV-Qt/audiooutput.h [new file with mode: 0644]
AirTV-Qt/images/airtv.svg [new file with mode: 0644]
AirTV-Qt/main.cpp [new file with mode: 0644]
AirTV-Qt/mainapplication.cpp [new file with mode: 0644]
AirTV-Qt/mainapplication.h [new file with mode: 0644]
AirTV-Qt/mainwindow.ui [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/INSTALL.TXT [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/README.TXT [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/buildlib/buildlib.pro [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/common.pri [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/configure [new file with mode: 0755]
AirTV-Qt/qtsingleapplication/configure.bat [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/classic.css [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/images/qt-logo.png [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/index.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsingleapplication-example-loader.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsingleapplication-example-trivial.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsingleapplication-members.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsingleapplication-obsolete.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsingleapplication.dcf [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsingleapplication.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsingleapplication.index [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsingleapplication.qhp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsinglecoreapplication-example-console.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsinglecoreapplication-members.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsinglecoreapplication.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/images/qt-logo.png [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/index.qdoc [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/console/console.pro [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/console/console.qdoc [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/console/main.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/examples.pro [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/loader/file1.qsl [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/loader/file2.qsl [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/loader/loader.pro [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/loader/loader.qdoc [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/loader/main.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/trivial/main.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/trivial/trivial.pro [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/trivial/trivial.qdoc [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/qtsingleapplication.pro [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/QtLockedFile [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/QtSingleApplication [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtlocalpeer.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtlocalpeer.h [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtlockedfile.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtlockedfile.h [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtlockedfile_unix.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtlockedfile_win.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtsingleapplication.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtsingleapplication.h [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtsingleapplication.pri [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtsinglecoreapplication.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtsinglecoreapplication.h [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtsinglecoreapplication.pri [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
README.md [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
airport.key [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
autom4te.cache/output.0 [new file with mode: 0644]
autom4te.cache/output.1 [new file with mode: 0644]
autom4te.cache/output.2 [new file with mode: 0644]
autom4te.cache/requests [new file with mode: 0644]
autom4te.cache/traces.0 [new file with mode: 0644]
autom4te.cache/traces.1 [new file with mode: 0644]
autom4te.cache/traces.2 [new file with mode: 0644]
config.guess [new file with mode: 0755]
config.h [new file with mode: 0644]
config.h.in [new file with mode: 0644]
config.log [new file with mode: 0644]
config.status [new file with mode: 0755]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
depcomp [new file with mode: 0755]
include/Makefile [new file with mode: 0644]
include/Makefile.am [new file with mode: 0644]
include/Makefile.in [new file with mode: 0644]
include/shairplay/dnssd.h [new file with mode: 0644]
include/shairplay/raop.h [new file with mode: 0644]
install-sh [new file with mode: 0755]
libtool [new file with mode: 0755]
ltmain.sh [new file with mode: 0644]
m4/libtool.m4 [new file with mode: 0644]
m4/ltoptions.m4 [new file with mode: 0644]
m4/ltsugar.m4 [new file with mode: 0644]
m4/ltversion.m4 [new file with mode: 0644]
m4/lt~obsolete.m4 [new file with mode: 0644]
m4/pkg.m4 [new file with mode: 0644]
missing [new file with mode: 0755]
src/.deps/shairplay-shairplay.Po [new file with mode: 0644]
src/Makefile [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/Makefile.in [new file with mode: 0644]
src/bindings/python/Shairplay.py [new file with mode: 0644]
src/bindings/qt4/dnssdservice.cpp [new file with mode: 0644]
src/bindings/qt4/dnssdservice.h [new file with mode: 0644]
src/bindings/qt4/raopcallbackhandler.cpp [new file with mode: 0644]
src/bindings/qt4/raopcallbackhandler.h [new file with mode: 0644]
src/bindings/qt4/raopcallbacks.h [new file with mode: 0644]
src/bindings/qt4/raopservice.cpp [new file with mode: 0644]
src/bindings/qt4/raopservice.h [new file with mode: 0644]
src/lib/.deps/libshairplay_la-base64.Plo [new file with mode: 0644]
src/lib/.deps/libshairplay_la-digest.Plo [new file with mode: 0644]
src/lib/.deps/libshairplay_la-dnssd.Plo [new file with mode: 0644]
src/lib/.deps/libshairplay_la-http_parser.Plo [new file with mode: 0644]
src/lib/.deps/libshairplay_la-http_request.Plo [new file with mode: 0644]
src/lib/.deps/libshairplay_la-http_response.Plo [new file with mode: 0644]
src/lib/.deps/libshairplay_la-httpd.Plo [new file with mode: 0644]
src/lib/.deps/libshairplay_la-logger.Plo [new file with mode: 0644]
src/lib/.deps/libshairplay_la-netutils.Plo [new file with mode: 0644]
src/lib/.deps/libshairplay_la-raop.Plo [new file with mode: 0644]
src/lib/.deps/libshairplay_la-raop_buffer.Plo [new file with mode: 0644]
src/lib/.deps/libshairplay_la-raop_rtp.Plo [new file with mode: 0644]
src/lib/.deps/libshairplay_la-rsakey.Plo [new file with mode: 0644]
src/lib/.deps/libshairplay_la-rsapem.Plo [new file with mode: 0644]
src/lib/.deps/libshairplay_la-sdp.Plo [new file with mode: 0644]
src/lib/.deps/libshairplay_la-utils.Plo [new file with mode: 0644]
src/lib/.libs/libshairplay.a [new file with mode: 0644]
src/lib/.libs/libshairplay.exp [new file with mode: 0644]
src/lib/.libs/libshairplay.la [new symlink]
src/lib/.libs/libshairplay.lai [new file with mode: 0644]
src/lib/.libs/libshairplay.so [new symlink]
src/lib/.libs/libshairplay.so.0 [new symlink]
src/lib/.libs/libshairplay.so.0.0.0 [new file with mode: 0755]
src/lib/.libs/libshairplay.ver [new file with mode: 0644]
src/lib/.libs/libshairplay_la-base64.o [new file with mode: 0644]
src/lib/.libs/libshairplay_la-digest.o [new file with mode: 0644]
src/lib/.libs/libshairplay_la-dnssd.o [new file with mode: 0644]
src/lib/.libs/libshairplay_la-http_parser.o [new file with mode: 0644]
src/lib/.libs/libshairplay_la-http_request.o [new file with mode: 0644]
src/lib/.libs/libshairplay_la-http_response.o [new file with mode: 0644]
src/lib/.libs/libshairplay_la-httpd.o [new file with mode: 0644]
src/lib/.libs/libshairplay_la-logger.o [new file with mode: 0644]
src/lib/.libs/libshairplay_la-netutils.o [new file with mode: 0644]
src/lib/.libs/libshairplay_la-raop.o [new file with mode: 0644]
src/lib/.libs/libshairplay_la-raop_buffer.o [new file with mode: 0644]
src/lib/.libs/libshairplay_la-raop_rtp.o [new file with mode: 0644]
src/lib/.libs/libshairplay_la-rsakey.o [new file with mode: 0644]
src/lib/.libs/libshairplay_la-rsapem.o [new file with mode: 0644]
src/lib/.libs/libshairplay_la-sdp.o [new file with mode: 0644]
src/lib/.libs/libshairplay_la-utils.o [new file with mode: 0644]
src/lib/Makefile [new file with mode: 0644]
src/lib/Makefile.am [new file with mode: 0644]
src/lib/Makefile.in [new file with mode: 0644]
src/lib/alac/.deps/alac.Plo [new file with mode: 0644]
src/lib/alac/.libs/alac.o [new file with mode: 0644]
src/lib/alac/.libs/libalac.a [new file with mode: 0644]
src/lib/alac/.libs/libalac.la [new symlink]
src/lib/alac/Makefile [new file with mode: 0644]
src/lib/alac/Makefile.am [new file with mode: 0644]
src/lib/alac/Makefile.in [new file with mode: 0644]
src/lib/alac/alac.c [new file with mode: 0644]
src/lib/alac/alac.h [new file with mode: 0644]
src/lib/alac/alac.lo [new file with mode: 0644]
src/lib/alac/alac.o [new file with mode: 0644]
src/lib/alac/libalac.la [new file with mode: 0644]
src/lib/alac/stdint_win.h [new file with mode: 0644]
src/lib/base64.c [new file with mode: 0644]
src/lib/base64.h [new file with mode: 0644]
src/lib/compat.h [new file with mode: 0644]
src/lib/crypto/.deps/aes.Plo [new file with mode: 0644]
src/lib/crypto/.deps/bigint.Plo [new file with mode: 0644]
src/lib/crypto/.deps/hmac.Plo [new file with mode: 0644]
src/lib/crypto/.deps/md5.Plo [new file with mode: 0644]
src/lib/crypto/.deps/rc4.Plo [new file with mode: 0644]
src/lib/crypto/.deps/sha1.Plo [new file with mode: 0644]
src/lib/crypto/.libs/aes.o [new file with mode: 0644]
src/lib/crypto/.libs/bigint.o [new file with mode: 0644]
src/lib/crypto/.libs/hmac.o [new file with mode: 0644]
src/lib/crypto/.libs/libcrypto.a [new file with mode: 0644]
src/lib/crypto/.libs/libcrypto.la [new symlink]
src/lib/crypto/.libs/md5.o [new file with mode: 0644]
src/lib/crypto/.libs/rc4.o [new file with mode: 0644]
src/lib/crypto/.libs/sha1.o [new file with mode: 0644]
src/lib/crypto/Makefile [new file with mode: 0644]
src/lib/crypto/Makefile.am [new file with mode: 0644]
src/lib/crypto/Makefile.in [new file with mode: 0644]
src/lib/crypto/aes.c [new file with mode: 0644]
src/lib/crypto/aes.lo [new file with mode: 0644]
src/lib/crypto/aes.o [new file with mode: 0644]
src/lib/crypto/bigint.c [new file with mode: 0644]
src/lib/crypto/bigint.h [new file with mode: 0644]
src/lib/crypto/bigint.lo [new file with mode: 0644]
src/lib/crypto/bigint.o [new file with mode: 0644]
src/lib/crypto/bigint_impl.h [new file with mode: 0644]
src/lib/crypto/config.h [new file with mode: 0644]
src/lib/crypto/crypto.h [new file with mode: 0644]
src/lib/crypto/hmac.c [new file with mode: 0644]
src/lib/crypto/hmac.lo [new file with mode: 0644]
src/lib/crypto/hmac.o [new file with mode: 0644]
src/lib/crypto/libcrypto.la [new file with mode: 0644]
src/lib/crypto/md5.c [new file with mode: 0644]
src/lib/crypto/md5.lo [new file with mode: 0644]
src/lib/crypto/md5.o [new file with mode: 0644]
src/lib/crypto/os_port.h [new file with mode: 0644]
src/lib/crypto/rc4.c [new file with mode: 0644]
src/lib/crypto/rc4.lo [new file with mode: 0644]
src/lib/crypto/rc4.o [new file with mode: 0644]
src/lib/crypto/sha1.c [new file with mode: 0644]
src/lib/crypto/sha1.lo [new file with mode: 0644]
src/lib/crypto/sha1.o [new file with mode: 0644]
src/lib/digest.c [new file with mode: 0644]
src/lib/digest.h [new file with mode: 0644]
src/lib/dnssd.c [new file with mode: 0644]
src/lib/dnssd.m [new file with mode: 0644]
src/lib/dnssdint.h [new file with mode: 0644]
src/lib/global.h [new file with mode: 0644]
src/lib/http_parser.c [new file with mode: 0644]
src/lib/http_parser.h [new file with mode: 0644]
src/lib/http_request.c [new file with mode: 0644]
src/lib/http_request.h [new file with mode: 0644]
src/lib/http_response.c [new file with mode: 0644]
src/lib/http_response.h [new file with mode: 0644]
src/lib/httpd.c [new file with mode: 0644]
src/lib/httpd.h [new file with mode: 0644]
src/lib/libshairplay.la [new file with mode: 0644]
src/lib/libshairplay_la-base64.lo [new file with mode: 0644]
src/lib/libshairplay_la-base64.o [new file with mode: 0644]
src/lib/libshairplay_la-digest.lo [new file with mode: 0644]
src/lib/libshairplay_la-digest.o [new file with mode: 0644]
src/lib/libshairplay_la-dnssd.lo [new file with mode: 0644]
src/lib/libshairplay_la-dnssd.o [new file with mode: 0644]
src/lib/libshairplay_la-http_parser.lo [new file with mode: 0644]
src/lib/libshairplay_la-http_parser.o [new file with mode: 0644]
src/lib/libshairplay_la-http_request.lo [new file with mode: 0644]
src/lib/libshairplay_la-http_request.o [new file with mode: 0644]
src/lib/libshairplay_la-http_response.lo [new file with mode: 0644]
src/lib/libshairplay_la-http_response.o [new file with mode: 0644]
src/lib/libshairplay_la-httpd.lo [new file with mode: 0644]
src/lib/libshairplay_la-httpd.o [new file with mode: 0644]
src/lib/libshairplay_la-logger.lo [new file with mode: 0644]
src/lib/libshairplay_la-logger.o [new file with mode: 0644]
src/lib/libshairplay_la-netutils.lo [new file with mode: 0644]
src/lib/libshairplay_la-netutils.o [new file with mode: 0644]
src/lib/libshairplay_la-raop.lo [new file with mode: 0644]
src/lib/libshairplay_la-raop.o [new file with mode: 0644]
src/lib/libshairplay_la-raop_buffer.lo [new file with mode: 0644]
src/lib/libshairplay_la-raop_buffer.o [new file with mode: 0644]
src/lib/libshairplay_la-raop_rtp.lo [new file with mode: 0644]
src/lib/libshairplay_la-raop_rtp.o [new file with mode: 0644]
src/lib/libshairplay_la-rsakey.lo [new file with mode: 0644]
src/lib/libshairplay_la-rsakey.o [new file with mode: 0644]
src/lib/libshairplay_la-rsapem.lo [new file with mode: 0644]
src/lib/libshairplay_la-rsapem.o [new file with mode: 0644]
src/lib/libshairplay_la-sdp.lo [new file with mode: 0644]
src/lib/libshairplay_la-sdp.o [new file with mode: 0644]
src/lib/libshairplay_la-utils.lo [new file with mode: 0644]
src/lib/libshairplay_la-utils.o [new file with mode: 0644]
src/lib/logger.c [new file with mode: 0644]
src/lib/logger.h [new file with mode: 0644]
src/lib/memalign.h [new file with mode: 0644]
src/lib/netutils.c [new file with mode: 0644]
src/lib/netutils.h [new file with mode: 0644]
src/lib/raop.c [new file with mode: 0644]
src/lib/raop_buffer.c [new file with mode: 0644]
src/lib/raop_buffer.h [new file with mode: 0644]
src/lib/raop_rtp.c [new file with mode: 0644]
src/lib/raop_rtp.h [new file with mode: 0644]
src/lib/rsakey.c [new file with mode: 0644]
src/lib/rsakey.h [new file with mode: 0644]
src/lib/rsapem.c [new file with mode: 0644]
src/lib/rsapem.h [new file with mode: 0644]
src/lib/sdp.c [new file with mode: 0644]
src/lib/sdp.h [new file with mode: 0644]
src/lib/sockets.h [new file with mode: 0644]
src/lib/threads.h [new file with mode: 0644]
src/lib/utils.c [new file with mode: 0644]
src/lib/utils.h [new file with mode: 0644]
src/shairplay [new file with mode: 0755]
src/shairplay-shairplay.o [new file with mode: 0644]
src/shairplay.c [new file with mode: 0644]
src/test/dnssd_test.c [new file with mode: 0644]
src/test/dnssd_test.m [new file with mode: 0644]
src/test/example.c [new file with mode: 0644]
src/test/main.c [new file with mode: 0644]
src/test/test.py [new file with mode: 0644]
stamp-h1 [new file with mode: 0644]