1
0
mirror of https://github.com/mpv-player/mpv synced 2025-05-02 16:20:25 +00:00
mpv/stream
Dudemanguy bb3265b9d3 stream_cdda: deprecate undocumented --cdda-span-{a,b} options
You probably wouldn't guess what this does from the name alone, but it
actually selects a range of tracks to play. It's slightly different than
using --start because it confines the range to just that track and you
cannot seek before it. The functionality is useful, but you can
accomplish exactly the same thing with --start and --end. Also the
implementation of the cdda option is weird because starting from a track
after 1 makes it impossible to seek before it. There's no reason to have
this when using the core option is simply better and works fine.
2025-02-20 15:49:45 +00:00
..
cookies.c osdep/dirent: add implementation for Windows SDK build 2024-05-06 22:01:17 +02:00
cookies.h stream/cookies: use stream_read_file() 2023-01-12 22:02:07 +01:00
dvb_tune.c stream_dvb: accept float timeout 2025-01-26 22:15:30 +01:00
dvb_tune.h stream_dvb: accept float timeout 2025-01-26 22:15:30 +01:00
dvbin.h stream_dvb: accept float timeout 2025-01-26 22:15:30 +01:00
stream_avdevice.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
stream_bluray.c stream_{bluray,cdda,dvdnav}: deprecate setting device after schema 2025-02-20 15:49:45 +00:00
stream_cb.c various: remove global.h inclusion where not needed 2024-10-01 12:23:44 +02:00
stream_cdda.c stream_cdda: deprecate undocumented --cdda-span-{a,b} options 2025-02-20 15:49:45 +00:00
stream_concat.c various: add missing checks for directory streams 2024-05-15 22:45:18 +02:00
stream_dvb.c various: expand paths for all file/directory related options 2025-01-29 14:49:06 +00:00
stream_dvdnav.c stream_{bluray,cdda,dvdnav}: deprecate setting device after schema 2025-02-20 15:49:45 +00:00
stream_edl.c demux, stream: rip out the classic stream cache 2018-08-31 12:55:22 +02:00
stream_file.c stream_file: allow to open only our fd in case of fuzzing 2025-01-28 07:59:04 +01:00
stream_lavf.c stream_lavf: don't add ffmpeg bluray or dvd protocols 2024-05-22 20:10:52 +00:00
stream_libarchive.c various: add missing checks for directory streams 2024-05-15 22:45:18 +02:00
stream_libarchive.h stream_libarchive: remember archive headers from initial open 2020-04-28 22:13:03 -07:00
stream_memory.c stream: turn stream_info.open2's args argument const 2021-04-08 23:47:35 +03:00
stream_mf.c various: fix indentation 2024-05-07 11:23:08 +02:00
stream_null.c various: fix indentation 2024-05-07 11:23:08 +02:00
stream_slice.c various: add missing checks for directory streams 2024-05-15 22:45:18 +02:00
stream.c player/loadfile: we shouldn't unescape inplace 2025-02-05 18:04:11 +01:00
stream.h player/loadfile: we shouldn't unescape inplace 2025-02-05 18:04:11 +01:00