0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/player
wm4 056901b2be video: refactor: disentangle decoding/filtering some more
This moves some code related to decoding from video.c to dec_video.c,
and also removes some accesses to dec_video.c from the filtering code.

dec_video.ch is starting to make sense, and simply returns video frames
from a demuxer stream. The API exposed is also somewhat intended to be
easily changeable to move decoding to a separate thread, if we ever want
this (due to libavcodec already being threaded, I don't see much of a
reason, but it might still be helpful).
2016-01-16 22:08:39 +01:00
..
lua ytdl: Include Referer header as well 2016-01-10 14:30:31 +01:00
audio.c demux: merge sh_video/sh_audio/sh_sub 2016-01-12 23:48:19 +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 video: refactor: disentangle decoding/filtering some more 2016-01-16 22:08:39 +01:00
command.h video: always re-probe auto deint filter on filter reconfig 2015-07-21 21:54:15 +02:00
configfiles.c mpv_talloc.h: rename from talloc.h 2016-01-11 21:05:55 +01:00
core.h video: refactor: disentangle decoding/filtering some more 2016-01-16 22:08:39 +01:00
external_files.c player: fix previous commit 2015-12-25 13:40:06 +01:00
external_files.h player: rename and move find_subfiles.c 2015-09-20 18:05:06 +02:00
loadfile.c player: simplify backstepping 2016-01-12 23:49:00 +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 video: refactor: disentangle decoding/filtering some more 2016-01-16 22:08:39 +01:00
playloop.c player: simplify backstepping 2016-01-12 23:49:00 +01:00
screenshot.c mpv_talloc.h: rename from talloc.h 2016-01-11 21:05:55 +01:00
screenshot.h client API: add a screenshot_raw command 2015-04-20 23:11:03 +02:00
scripting.c path: make mp_path_join accept normal C strings 2015-05-09 15:26:47 +02:00
sub.c video: decouple filtering/decoding slightly more 2016-01-14 00:18:48 +01:00
video.c video: refactor: disentangle decoding/filtering some more 2016-01-16 22:08:39 +01:00