summaryrefslogtreecommitdiffstats
path: root/demux/demux_libarchive.c
Commit message (Expand)AuthorAgeFilesLines
* stream, demux: redo origin policy thingwm42019-12-201-3/+3
* libarchive: prefix entry names in archive URLs with '/'wm42019-12-201-1/+1
* stream: turn into a ring buffer, make size configurablewm42019-11-061-3/+5
* demux: sort filenames naturally when playing a directory / archivePhilip Sequeira2019-09-291-1/+2
* stream: create memory streams in more straightforward waywm42019-09-191-1/+2
* demux: change hack for closing subtitle files earlywm42019-09-191-0/+1
* demux, stream: add option to prevent opening referenced fileswm42016-12-041-0/+3
* libarchive: unify entry iteration between stream/demux layerswm42016-07-181-16/+3
* libarchive: remove redundant log prefixKevin Mitchell2015-11-091-1/+1
* demux_libarchive: don't allow probing to read unlimited datawm42015-08-241-5/+17
* demux_libarchive: reject 0-sized fileswm42015-08-181-0/+3
* demux_libarchive: open flat compressed fileswm42015-08-171-1/+4
* stream: libarchive wrapper for reading compressed archiveswm42015-08-171-0/+88