summaryrefslogtreecommitdiffstats
path: root/stream/stream_libarchive.c
Commit message (Expand)AuthorAgeFilesLines
* stream, demux: redo origin policy thingwm42019-12-201-3/+7
* libarchive: prefix entry names in archive URLs with '/'wm42019-12-201-1/+3
* demux_mkv, stream: attempt to improve behavior in unseekable streamswm42019-11-141-1/+1
* stream: replace STREAM_CTRL_GET_SIZE with a proper entrypointwm42019-11-071-10/+3
* stream: change buffer argument types from char* to void*wm42019-11-071-1/+1
* stream_libarchive: Always use LC_CTYPE_MASK for libarchiveJames Hilliard2019-09-211-1/+1
* stream_libarchive: remove base filename stuffwm42019-09-191-3/+0
* stream_libarchive: fix another crash with broken rar fileswm42019-09-191-1/+3
* libarchive: add fallback for systems without C.UTF-8dudemanguy2019-05-041-2/+5
* Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-051-0/+1
|\
| * misc: move mp_cancel from stream.c to thread_tools.cwm42018-05-241-0/+1
* | stream_libarchive: fix hangs when demuxer does out of bound seekswm42018-10-011-2/+9
|/
* stream_libarchive: mark as needing cachewm42018-04-151-0/+1
* stream_libarchive: fix seeking fallbackwm42017-12-241-14/+14
* stream_libarchive: workaround various types of locale braindeathwm42017-11-121-4/+33
* stream_libarchive: stop reading on ARCHIVE_FATALwm42017-11-021-4/+41
* stream_libarchive: add some more points at which reading can be stoppedwm42016-10-011-1/+4
* libarchive: sanitize non-UTF8 archive entrieswm42016-07-181-2/+2
* libarchive: unify entry iteration between stream/demux layerswm42016-07-181-26/+43
* stream_libarchive: make libarchive seek callback lazyKevin Mitchell2015-11-091-3/+22
* stream_libarchive: add multivolume supportKevin Mitchell2015-11-091-15/+155
* libarchive: remove redundant log prefixKevin Mitchell2015-11-091-3/+3
* stream_libarchive: read tar only in "unsafe" modewm42015-08-221-2/+4
* stream_libarchive: disable raw filterwm42015-08-201-2/+0
* stream_libarchive: fix libarchive callback signaturewm42015-08-201-1/+1
* stream_libarchive: restrict number of allowed formatswm42015-08-181-2/+11
* stream: provide a stream_get_size() convenience functionwm42015-08-181-2/+1
* demux_libarchive: open flat compressed fileswm42015-08-171-2/+5
* stream: libarchive wrapper for reading compressed archiveswm42015-08-171-0/+260