1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-04 23:40:47 +00:00
mpv/demux
Leo Izen 2e215cc6a5 demux/demux_playlist: mark fd:// as self-expanding
The playlist demuxer won't propagate the protocol forward to its entries
if its protocol is on a whitelist, for example data:// or memory:// etc.

This commit adds fd:// to that list because that should not be expected
to work.

Signed-off-by: Leo Izen <leo.izen@gmail.com>
2025-03-31 11:34:57 +02:00
..
cache.c various: use mp_assert macro 2025-03-04 20:07:29 +01:00
cache.h demux: add a on-disk cache 2019-09-19 20:37:05 +02:00
codec_tags.c various: replace dead links in comments 2024-02-11 04:01:24 +00:00
codec_tags.h Revert "demux: put type2format into codec_tags with helper functions" 2024-02-06 18:08:53 +01:00
cue.c demux_cue: only accept TRACK with AUDIO type 2025-02-16 00:47:43 +00:00
cue.h
demux_cue.c options: remove some deprecated OPT_REPLACED option mapping 2024-06-25 02:18:58 +00:00
demux_disc.c various: use mp_assert macro 2025-03-04 20:07:29 +01:00
demux_edl.c various: use mp_assert macro 2025-03-04 20:07:29 +01:00
demux_lavf.c demux_lavf: disable extension_picky for hls demuxer globally 2025-03-23 14:48:06 +01:00
demux_libarchive.c loadfile: discard prefetched files if demuxer options changed 2025-01-27 19:32:52 +00:00
demux_mf.c demux: reclaim demux_packets to reduce memory allocator pressure 2025-02-05 05:09:33 +01:00
demux_mkv_timeline.c stream: don't mark stdin as a filesystem file 2024-09-14 16:17:44 +02:00
demux_mkv.c demux_mkv: fix compilation after deprecated definitions removal 2025-03-28 19:40:44 +01:00
demux_mpv.c demux_mpv: add missing URL unescape 2025-03-28 22:40:09 +01:00
demux_null.c demux_null: mark as seekable 2018-01-06 14:42:22 -08:00
demux_playlist.c demux/demux_playlist: mark fd:// as self-expanding 2025-03-31 11:34:57 +02:00
demux_raw.c demux: reclaim demux_packets to reduce memory allocator pressure 2025-02-05 05:09:33 +01:00
demux_timeline.c demux_timeline: don't close segments during demuxing 2025-03-07 20:32:37 +01:00
demux.c player: add mpv:// protocol 2025-03-07 00:15:23 +01:00
demux.h demux: use a slightly better hack when seeking with dvd/bd 2025-02-20 15:50:25 +00:00
ebml.c various: use mp_assert macro 2025-03-04 20:07:29 +01:00
ebml.h demux/packet: add support for ITU T.35 metadata in Matroska 2024-04-29 01:37:02 +02:00
matroska.h
packet_pool.c various: use mp_assert macro 2025-03-04 20:07:29 +01:00
packet_pool.h demux: reclaim demux_packets to reduce memory allocator pressure 2025-02-05 05:09:33 +01:00
packet.c various: use mp_assert macro 2025-03-04 20:07:29 +01:00
packet.h demux: reclaim demux_packets to reduce memory allocator pressure 2025-02-05 05:09:33 +01:00
stheader.h demux_mkv: add support for chroma location 2025-03-03 23:47:52 +01:00
timeline.c stream, demux: redo origin policy thing 2019-12-20 13:00:39 +01:00
timeline.h various: add missing include in header flles 2023-09-21 14:40:11 +00:00