mpv/player
wm4 4195a345a5 player: refactor: eliminate MPContext.d_video
Eventually we want the VO be driven by a A->V filter, so a decoder
doesn't even have to exist. Some features definitely require a decoder
though (like reporting the decoder in use, hardware decoding, etc.), so
for each thing which accessed d_video, it has to be redecided if and how
it can access decoder state.

At least the "framedrop" property slightly changes semantics: you can
now always set this property, even if no video is active.

Some untested changes in this commit, but our bio-based distributed
test suite has to take care of this.
2016-01-17 18:38:07 +01:00
..
lua ytdl: Include Referer header as well 2016-01-10 14:30:31 +01:00
audio.c player: refactor: eliminate MPContext.d_video 2016-01-17 18:38:07 +01:00
client.c global: add client API pointer to library handle 2016-01-15 22:54:08 +01:00
client.h global: add client API pointer to library handle 2016-01-15 22:54:08 +01:00
command.c player: refactor: eliminate MPContext.d_video 2016-01-17 18:38:07 +01:00
command.h
configfiles.c mpv_talloc.h: rename from talloc.h 2016-01-11 21:05:55 +01:00
core.h player: refactor: eliminate MPContext.d_video 2016-01-17 18:38:07 +01:00
external_files.c player: fix previous commit 2015-12-25 13:40:06 +01:00
external_files.h
loadfile.c player: refactor: eliminate MPContext.d_video 2016-01-17 18:38:07 +01:00
lua.c mpv_talloc.h: rename from talloc.h 2016-01-11 21:05:55 +01:00
main.c mpv_talloc.h: rename from talloc.h 2016-01-11 21:05:55 +01:00
misc.c global: add client API pointer to library handle 2016-01-15 22:54:08 +01:00
osd.c player: refactor: eliminate MPContext.d_video 2016-01-17 18:38:07 +01:00
playloop.c player: refactor: eliminate MPContext.d_video 2016-01-17 18:38:07 +01:00
screenshot.c player: refactor: eliminate MPContext.d_video 2016-01-17 18:38:07 +01:00
screenshot.h
scripting.c
sub.c player: refactor: eliminate MPContext.d_video 2016-01-17 18:38:07 +01:00
video.c player: refactor: eliminate MPContext.d_video 2016-01-17 18:38:07 +01:00