1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 16:33:02 +00:00
mpv/video/decode
wm4 31fc5e8563 vaapi: replace image pool implementation with mp_image_pool
Although I at first thought it would be better to have a separate
implementation for hwaccels because the difference to software images
are too large, it turns out you can actually save some code with it.

Note that the old implementation had a small memory management bug. This
got painted over in commit 269c1e1, but is hereby solved properly.

Also note that I couldn't test vf_vavpp.c (due to lack of hardware), and
I hope I didn't accidentally break it.
2014-03-17 18:22:25 +01:00
..
dec_video.c video: fix --no-aspect 2014-02-11 17:36:25 +01:00
dec_video.h video/decode: mp_msg conversions 2013-12-21 20:50:10 +01:00
lavc.h vd_lavc: reinit hwdec on profile changes 2014-03-17 18:19:03 +01:00
vaapi.c vaapi: replace image pool implementation with mp_image_pool 2014-03-17 18:22:25 +01:00
vd_lavc.c vd_lavc: reinit hwdec on profile changes 2014-03-17 18:19:03 +01:00
vd.h video: move video filter chain initialization from decoder to player 2013-12-10 20:07:39 +01:00
vda.c vd_lavc: remove compatibility crap 2014-03-16 13:19:19 +01:00
vdpau.c vdpau: remove legacy pixel formats 2014-03-17 18:21:11 +01:00