mpv/player
wm4 6c2cd08aff player: handle chapter range like --start/--end
Instead of comparing the current chapter every time, set the playback
end timestamp to the chapter end. Likewise, don't execute an extra seek
for the start chapter.

Maybe we could also use the timeline facility to restrict playback to
the given chapter range, but this would be strange when using
--chapter=N to start playback at a given chapter. Then you couldn't seek
back, which is possibly not what the user wants.
2014-03-25 02:27:22 +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: remove weird separation between no chapters and 0 chapters 2014-03-25 02:10:24 +01:00
dvdnav.c input, dvdnav: fix osc stealing input from dvdnav 2014-02-19 15:40:04 +01:00
loadfile.c player: handle chapter range like --start/--end 2014-03-25 02:27:22 +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.c player: remove confusing argc/argv adjustment 2014-03-23 21:46:29 +01:00
main_fn.c build: add option to build a library 2014-02-10 21:25:22 +01:00
misc.c player: let chapter_start_time() return MP_NOPTS_VALUE for unknown times 2014-03-25 02:18:12 +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: handle chapter range like --start/--end 2014-03-25 02:27:22 +01:00
screenshot.c
screenshot.h
sub.c
video.c audio/out: make ao struct opaque 2014-03-09 00:19:31 +01:00