mpv/stream
Dudemanguy 39247bd0b6 stream_cdda: deprecate --cdda-toc-bias and always check for offsets
I started going through the blame but once I got to mplayer commits from
20 years ago, I stopped bothering. This obscure option has always been
disabled by default, but there's zero reason, as far as I know, to not
just enable it today. Some CDs (particularly very old ones) have the
first sector shifted a bit and not starting exactly at 0. This makes the
logic that tries to get all the chapters completely fail and thus you
can't skip through tracks. However if you just enable this obscure
option, it just works. For anything that starts exactly at 0, the
calculated offset is just 0 anyway so it's a no-op and works exactly the
same. So basically, there's literally no reason to not just always try
to correct for the offset of the first sector by default.

Fixes #8777.
2023-10-19 12:10:53 -05:00
..
cookies.c stream/cookies: use stream_read_file() 2023-01-12 22:02:07 +01:00
cookies.h stream/cookies: use stream_read_file() 2023-01-12 22:02:07 +01:00
dvb_tune.c stream/dvbin: add support for delivery system ISDB-T 2023-09-03 13:08:58 +02:00
dvb_tune.h
dvbin.h stream/dvbin: add support for delivery system ISDB-T 2023-09-03 13:08:58 +02:00
stream.c stream: remove unneeded mp_read_option_raw call 2023-09-22 14:20:38 +00:00
stream.h stream: turn stream_info.open2's args argument const 2021-04-08 23:47:35 +03:00
stream_avdevice.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
stream_bluray.c stream_bluray: move --bluray-device to stream_bluray_opts 2023-09-22 14:20:38 +00:00
stream_cb.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
stream_cdda.c stream_cdda: deprecate --cdda-toc-bias and always check for offsets 2023-10-19 12:10:53 -05:00
stream_concat.c stream: turn stream_info.open2's args argument const 2021-04-08 23:47:35 +03:00
stream_dvb.c stream/dvbin: drop too verbose messages 2023-09-03 13:08:58 +02:00
stream_dvdnav.c
stream_edl.c
stream_file.c stream_file: disable read ahead for remote files on macOS 2021-05-16 13:48:45 +02:00
stream_lavf.c stream_lavf: use metadata-codepage option for codepage conversion 2023-10-07 02:41:27 +00:00
stream_libarchive.c win32/pthread: define _POSIX_TIMERS to notify they are not supported 2023-09-29 20:48:58 +00:00
stream_libarchive.h
stream_memory.c stream: turn stream_info.open2's args argument const 2021-04-08 23:47:35 +03:00
stream_mf.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
stream_null.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
stream_slice.c options: transition commands from OPT_FLAG to OPT_BOOL 2023-02-21 17:15:17 +00:00