[vlc-commits] access/stream_filter: add libarchive
Francois Cartegnie
git at videolan.org
Tue Jul 29 16:02:03 CEST 2014
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | 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
More information about the vlc-commits
mailing list