vlc | branch: master | Francois Cartegnie <[email protected]> | Wed Jul 16 13:25:56 2014 +0900| [f8bb195c3668fe49b70ff210e5904e131a357159] | committer: Francois Cartegnie
access/stream_filter: add libarchive Allows decompression and access through rar, lha, tar, ... Mostly unseekable. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f8bb195c3668fe49b70ff210e5904e131a357159 --- NEWS | 1 + configure.ac | 5 + modules/MODULES_LIST | 1 + modules/access/Makefile.am | 6 + modules/access/archive/access.c | 303 ++++++++++++++++++++++++++++++++++++++ modules/access/archive/archive.c | 111 ++++++++++++++ modules/access/archive/archive.h | 39 +++++ modules/access/archive/stream.c | 223 ++++++++++++++++++++++++++++ po/POTFILES.in | 1 + 9 files changed, 690 insertions(+) Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=f8bb195c3668fe49b70ff210e5904e131a357159 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
