[vlc-devel] commit: Zip: add a stream_filter and an access (Jean-Philippe Andre )
git version control
git at videolan.org
Tue Jan 27 23:17:53 CET 2009
vlc | branch: master | Jean-Philippe Andre <jpeg at via.ecp.fr> | Sun Jan 18 19:34:32 2009 +0100| [bc72d967d45c4ad8d0be6516b9a8e358057d403b] | committer: Jean-Philippe Andre
Zip: add a stream_filter and an access
The stream_filter does the following job:
[zip stream] -->filter--> [xspf playlist]
The access is called zip or unzip and takes MRLs of the form:
zip://[web-encoded-path]![file-in-zip]
As there is some automatic web-form decoding of the MRL,
the MRLs in the playlist generated by zipstream are encoded
two times.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bc72d967d45c4ad8d0be6516b9a8e358057d403b
---
modules/access/zip/Modules.am | 6 +
modules/access/zip/zip.h | 73 ++++
modules/access/zip/zipaccess.c | 425 +++++++++++++++++++++
modules/access/zip/zipstream.c | 794 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 1298 insertions(+), 0 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=bc72d967d45c4ad8d0be6516b9a8e358057d403b
More information about the vlc-devel
mailing list