diff options
author | wm4 <wm4@nowhere> | 2017-12-01 21:05:54 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-12-01 21:11:43 +0100 |
commit | eb8957cea110a9aa652894d8bb897a9b1ff91e0b (patch) | |
tree | a418036f0b8da42fac96921e3075c4dc92462ef6 /player/external_files.c | |
parent | 43af055a70a7b604e1e936575213aa561ac915d1 (diff) | |
download | mpv-eb8957cea110a9aa652894d8bb897a9b1ff91e0b.tar.bz2 mpv-eb8957cea110a9aa652894d8bb897a9b1ff91e0b.tar.xz |
vd_lavc: rewrite how --hwdec is handled
Change it from explicit metadata about every hwaccel method to trying to
get it from libavcodec. As shown by add_all_hwdec_methods(), this is a
quite bumpy road, and a bit worse than expected.
This will probably cause a bunch of regressions. In particular I didn't
check all the strange decoder wrappers, which all cause some sort of
special cases each. You're volunteering for beta testing by using this
commit.
One interesting thing is that we completely get rid of mp_hwdec_ctx in
vd_lavc.c, and that HWDEC_* mostly goes away (some filters still use it,
and the VO hwdec interops still have a lot of code to set it up, so it's
not going away completely for now).
Diffstat (limited to 'player/external_files.c')
0 files changed, 0 insertions, 0 deletions