1
mirror of https://github.com/mpv-player/mpv synced 2024-09-28 17:52:52 +02:00
mpv/player
wm4 f792f56440 player: remove higher-level remains of DVD/BD menu support
Nobody wanted to restore this, so it gets the boot.

If anyone still wants to volunteer to restore menu support, this would
be welcome. (I might even try it myself if I feel masochistic and like
wasting a lot of time for nothing.) But if it does get restored, it
should be done differently. There were many stupid things about how it
was done. For example, it somehow tried to pull mp_nav_events through
all the layers (including needing to "buffer" them in the demuxer),
which was needlessly complicated. It could be done simpler.

This code was already inactive, so this commit actually changes nothing.
Also keep in mind that normal DVD/BD playback still works.
2015-08-03 23:49:14 +02:00
..
lua player: remove higher-level remains of DVD/BD menu support 2015-08-03 23:49:14 +02:00
audio.c audio: fix --end handling (again) 2015-08-03 17:02:06 +02:00
client.c client API: fix mpv_get_property_async() string case 2015-07-10 11:03:09 +02:00
client.h vo_opengl_cb: don't render OSD while VO is not created 2015-03-23 16:32:59 +01:00
command.c player: remove higher-level remains of DVD/BD menu support 2015-08-03 23:49:14 +02:00
command.h video: always re-probe auto deint filter on filter reconfig 2015-07-21 21:54:15 +02:00
configfiles.c player: restore video-aspect on playback resume 2015-05-29 22:34:24 +02:00
core.h player: remove higher-level remains of DVD/BD menu support 2015-08-03 23:49:14 +02:00
loadfile.c player: remove higher-level remains of DVD/BD menu support 2015-08-03 23:49:14 +02:00
lua.c subprocess, lua: export whether the process was killed by us 2015-06-27 21:08:55 +02:00
main.c player: add missing \n to a message 2015-07-13 23:55:26 +02:00
misc.c player: never overwrite stop_play field 2015-07-08 21:31:31 +02:00
osd.c player: show larger cache sizes in MB on status line 2015-07-14 23:23:23 +02:00
playloop.c player: remove higher-level remains of DVD/BD menu support 2015-08-03 23:49:14 +02:00
screenshot.c path: make mp_path_join accept normal C strings 2015-05-09 15:26:47 +02:00
screenshot.h client API: add a screenshot_raw command 2015-04-20 23:11:03 +02:00
scripting.c path: make mp_path_join accept normal C strings 2015-05-09 15:26:47 +02:00
sub.c sub: call ass_set_fonts() only once 2015-07-13 23:11:54 +02:00
video.c video: unbreak EOF with video-only files that have timestamp resets 2015-08-03 23:09:11 +02:00