mpv/player
wm4 9fe076f02a player: allow passing number of loops to --loop-file
E.g. --loop-file=2 will play the file 3 times (one time normally, and 2
repeats).

Minor syntax issue: "--loop-file 5" won't work, you have to use
"--loop-file=5". This is because "--loop-file" still has to work for
compatibility, so the "old" syntax with a space between option name and
value can't work.
2014-09-22 22:56:00 +02:00
..
lua options.lua: call msg.debug after resolving 'identifier' 2014-09-16 17:34:08 +02:00
timeline Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00
audio.c player: reset last_av_difference if not applicable 2014-09-20 00:44:37 +02:00
client.c client API: use playback abort mechanism 2014-09-13 16:52:42 +02:00
client.h lua: synchronously wait until scripts are loaded 2014-09-06 17:02:47 +02:00
command.c command: no space before "%" in volume default OSD message 2014-09-22 18:07:34 +02:00
command.h client API: minor optimizations for property notification 2014-08-02 01:53:22 +02:00
configfiles.c player: don't let multiline filenames set options on resume 2014-09-16 18:23:01 +02:00
core.h command: improve "osd" command 2014-09-22 00:25:59 +02:00
discnav.c video: get rid of video_next_pts field 2014-08-22 14:22:06 +02:00
loadfile.c player: shorten skip heuristic for playlist_prev to 1 second 2014-09-14 10:32:24 +02:00
lua.c sanitizer: avoid divide-by-zero instances 2014-09-14 21:07:30 +02:00
main.c stream: redo playback abort handling 2014-09-13 16:09:51 +02:00
main_fn.c cocoa: fix build by using the correct HAVE_* macro 2014-08-06 09:31:59 +02:00
misc.c player: some more input refactoring 2014-09-07 20:44:54 +02:00
osd.c osd: fix --term-osd=no 2014-09-22 00:29:45 +02:00
playloop.c player: allow passing number of loops to --loop-file 2014-09-22 22:56:00 +02:00
screenshot.c Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00
screenshot.h Move mpvcore/player/ to player/ 2013-12-17 00:53:22 +01:00
scripting.c lua: synchronously wait until scripts are loaded 2014-09-06 17:02:47 +02:00
sub.c sub: fix possible deadlock with --no-sub-ass and similar 2014-09-06 00:16:15 +02:00
video.c video: filter new frames at a better time (2) 2014-09-22 18:06:59 +02:00