0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/player
xylosper 448b535d48 dvdnav: make MP_NAV_EVENT_RESET_ALL handled properly
dvdnav.c did not handle event in regular sequence. Usually this
does not make any trouble except around MP_NAV_EVENT_RESET_ALL.
Those events should be handled in regular sequence. If they're
mixed, it can make wrong result.
For instance, MP_NAV_EVENT_HIGHLIGHT right after
MP_NAV_EVENT_RESET_ALL should not be ignored but it might be
because MP_NAV_EVENT_RESET_ALL makes the demuxer reloaded and osd
hidden.
2014-03-25 15:37:14 +01:00
..
lua osc: add enable/disable message, and map DEL to disabling the OSC 2014-03-17 18:27:44 +01:00
timeline player: remove demuxer chapoter API wrappers 2014-03-25 02:05:48 +01:00
audio.c af: add metadata field to af_stream and af_instance 2014-03-13 14:36:20 +01:00
client.c command, lua: change script_message semantics 2014-03-17 18:26:56 +01:00
client.h Add a client API 2014-02-10 21:01:35 +01:00
command.c player: let chapter_start_time() return MP_NOPTS_VALUE for unknown times 2014-03-25 02:18:12 +01:00
command.h options: handle escape sequences in e.g. --playing-msg differently 2014-02-20 14:46:23 +01:00
configfiles.c build: simplify libavfilter configure checks 2014-03-16 13:19:29 +01:00
core.h player: use MP_NOPTS_VALUE as rel_time_to_abs() error value 2014-03-25 02:32:24 +01:00
dvdnav.c dvdnav: make MP_NAV_EVENT_RESET_ALL handled properly 2014-03-25 15:37:14 +01:00
loadfile.c player: use MP_NOPTS_VALUE as rel_time_to_abs() error value 2014-03-25 02:32:24 +01:00
lua.c lua: add license header 2014-03-07 12:47:07 +01:00
lua.h lua: port to client API 2014-02-10 21:03:59 +01:00
main_fn.c build: add option to build a library 2014-02-10 21:25:22 +01:00
main.c player: remove confusing argc/argv adjustment 2014-03-23 21:46:29 +01:00
misc.c player: use MP_NOPTS_VALUE as rel_time_to_abs() error value 2014-03-25 02:32:24 +01:00
osd.c options: handle escape sequences in e.g. --playing-msg differently 2014-02-20 14:46:23 +01:00
playloop.c player: use MP_NOPTS_VALUE as rel_time_to_abs() error value 2014-03-25 02:32:24 +01:00
screenshot.c sub: uglify OSD code path with locking 2014-01-18 01:27:43 +01:00
screenshot.h Move mpvcore/player/ to player/ 2013-12-17 00:53:22 +01:00
sub.c sub: uglify OSD code path with locking 2014-01-18 01:27:43 +01:00
video.c audio/out: make ao struct opaque 2014-03-09 00:19:31 +01:00