]> git.sesse.net Git - vlc/commit
Zip: add a stream_filter and an access
authorJean-Philippe Andre <jpeg@via.ecp.fr>
Sun, 18 Jan 2009 18:34:32 +0000 (19:34 +0100)
committerJean-Philippe Andre <jpeg@via.ecp.fr>
Tue, 27 Jan 2009 22:09:32 +0000 (23:09 +0100)
commitbc72d967d45c4ad8d0be6516b9a8e358057d403b
tree231af226d903d90d9506b46949b1cc1fa0ba21ca
parent7032aafade78a792d76c5cacaccc7c79f4f64de4
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.
modules/access/zip/Modules.am [new file with mode: 0644]
modules/access/zip/zip.h [new file with mode: 0644]
modules/access/zip/zipaccess.c [new file with mode: 0644]
modules/access/zip/zipstream.c [new file with mode: 0644]