mpv/player
wm4 5c8549ac68 video: separate calling decoder/filter
Rename video_decode_and_filter to video_filter, and add a new
video_decode_and_filter function. This function now calls the decoder.
This is done so that we can check filters a second time after decoding,
which avoids a useless playloop iteration.

(This and the previous commits are really just microoptimizations, which
simply reduce the number of times the playloop has to recheck
everything.)
2014-09-18 19:35:23 +02:00
..
lua options.lua: call msg.debug after resolving 'identifier' 2014-09-16 17:34:08 +02:00
timeline
audio.c audio: fix initial sync with huge AO buffer 2014-09-06 13:33:29 +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: allow using ASS tags on OSD messages 2014-09-18 00:49:55 +02:00
command.h
configfiles.c player: don't let multiline filenames set options on resume 2014-09-16 18:23:01 +02:00
core.h command: add osd-sym-cc property 2014-09-18 00:12:59 +02:00
discnav.c
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
misc.c player: some more input refactoring 2014-09-07 20:44:54 +02:00
osd.c player: allow overriding OSD message for all OSD levels 2014-09-18 01:23:33 +02:00
playloop.c player: fix idle mode event handling 2014-09-13 01:14:07 +02:00
screenshot.c
screenshot.h
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: separate calling decoder/filter 2014-09-18 19:35:23 +02:00