mpv/stream
wm4 3b3170aedb Disable DVD and BD menu support (to be removed)
DVD/BD menu support never worked right, and are a pain to maintain. In
particular, DVD menus never actually worked correctly, because
highlights were not rendered correctly. Fixing this requires major
effort, which I'm not interested to spend.

Most importantly, the requirement to switch streams without losing the
DVD/BD state caused major weirdness in the playback core. It was
implemented by somehow syncing the playback state to the DVD/BD
implementation (in stream_dvdnav.c etc.), and then reloading the demuxer
without destroying and recreating the stream. This caused a bunch of
special-cases which I'm looking forward to remove.

For now, don't just remove everything related to menu support and just
disable it. If someone volunteers, it can be restored (i.e. rewritten)
in a reasonable way. If nobody volunteers soon, it goes.
2015-06-26 23:37:30 +02:00
..
ai_alsa1x.c Update license headers 2015-04-13 12:10:01 +02:00
ai_oss.c Update license headers 2015-04-13 12:10:01 +02:00
ai_sndio.c audio: drop swapped-endian audio formats 2014-09-23 23:09:25 +02:00
audio_in.c Update license headers 2015-04-13 12:10:01 +02:00
audio_in.h Update license headers 2015-04-13 12:10:01 +02:00
cache.c cache: limit readahead size to half the cache size at the beginning 2015-05-29 22:32:10 +02:00
cache_file.c cache_file: refuse to cache unseekable streams 2014-09-29 18:06:44 +02:00
cookies.c Update license headers 2015-04-13 12:10:01 +02:00
cookies.h Update license headers 2015-04-13 12:10:01 +02:00
discnav.h command: disc-mouse-on-button property 2015-04-21 00:54:29 +09:00
dvb_tune.c dvb_tune: fix invalid syntax 2015-02-11 11:36:14 +01:00
dvb_tune.h stream_dvb: Also demux PMT if possible, reactivate TPID parsing. 2015-01-06 19:52:27 +01:00
dvbin.h stream_dvb: Always define NO_STREAM_ID_FILTER if missing. 2015-02-28 18:27:21 +01:00
frequencies.c Update license headers 2015-04-13 12:10:01 +02:00
frequencies.h Update license headers 2015-04-13 12:10:01 +02:00
rar.c stream: remove stream filter concept 2015-02-27 19:51:14 +01:00
rar.h stream: redo playback abort handling 2014-09-13 16:09:51 +02:00
stream.c vo_opengl: add support for custom shaders 2015-05-27 11:09:41 +02:00
stream.h vo_opengl: add support for custom shaders 2015-05-27 11:09:41 +02:00
stream_avdevice.c Update license headers 2015-04-13 12:10:01 +02:00
stream_bluray.c Disable DVD and BD menu support (to be removed) 2015-06-26 23:37:30 +02:00
stream_cdda.c Update license headers 2015-04-13 12:10:01 +02:00
stream_dvb.c options: add M_OPT_FILE to new options that are missing it 2015-03-07 22:19:38 +01:00
stream_dvd.c Update license headers 2015-04-13 12:10:01 +02:00
stream_dvd_common.c Update license headers 2015-04-13 12:10:01 +02:00
stream_dvd_common.h Update license headers 2015-04-13 12:10:01 +02:00
stream_dvdnav.c Disable DVD and BD menu support (to be removed) 2015-06-26 23:37:30 +02:00
stream_edl.c stream: always disable cache for pseudo-streams 2014-12-24 14:33:34 +01:00
stream_file.c stream_file: minor simplification 2015-04-17 23:04:11 +02:00
stream_lavf.c Update license headers 2015-04-13 12:10:01 +02:00
stream_memory.c Add more const 2014-06-11 00:39:14 +02:00
stream_mf.c Update license headers 2015-04-13 12:10:01 +02:00
stream_null.c Update license headers 2015-04-13 12:10:01 +02:00
stream_pvr.c Update license headers 2015-04-13 12:10:01 +02:00
stream_rar.c stream_rar: update comment 2015-03-29 13:37:14 +02:00
stream_smb.c Update license headers 2015-04-13 12:10:01 +02:00
stream_tv.c Update license headers 2015-04-13 12:10:01 +02:00
tv.c Update license headers 2015-04-13 12:10:01 +02:00
tv.h Update license headers 2015-04-13 12:10:01 +02:00
tvi_def.h Update license headers 2015-04-13 12:10:01 +02:00
tvi_dummy.c Update license headers 2015-04-13 12:10:01 +02:00
tvi_v4l2.c Update license headers 2015-04-13 12:10:01 +02:00