1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-07 06:37:46 +00:00
mpv/video/decode
wm4 056622c33e vaapi: fix uninitialized value read
Found with valgrind. This is somewhat terrifying, because the VA-API API
function is supposed to fill these values, and we access them only if
the API functions return success. So this shouldn't have happened.
2014-08-11 21:57:41 +02:00
..
dec_video.c dvd, bluray, cdda: add demux_disc containing all related hacks 2014-07-05 17:07:15 +02:00
dec_video.h dvd, bluray, cdda: add demux_disc containing all related hacks 2014-07-05 17:07:15 +02:00
lavc.h
vaapi.c vaapi: fix uninitialized value read 2014-08-11 21:57:41 +02:00
vd_lavc.c video: remove "hard" framedrop mode 2014-08-09 00:35:35 +02:00
vd.h
vda.c vda: only support the new hwaccel 1.2 API (remove old code) 2014-08-01 10:38:18 +02:00
vdpau.c