mpv/video/decode
wm4 203be26588 vdpau: handle display preemption during decoding
This was broken for some time, and it didn't recover correctly.

Redo decoder display preemption. Instead of trying to reinitialize the
hw decoder, simply fallback to software decoding. I consider display
preemption a bug in the vdpau API, so being able to _somehow_ recover
playback is good enough.

The approach taking here will probably also make it easier to handle
multithreading.
2014-05-10 10:44:16 +02:00
..
dec_video.c options: remove deprecated --identify 2014-05-04 02:46:11 +02:00
dec_video.h video: change everything 2014-05-02 01:09:58 +02:00
lavc.h video: add a "hwdec" property to enable or disable hw decoding at runtime 2014-04-23 01:58:12 +02:00
vaapi.c vaapi: make struct va_surface private 2014-03-17 18:22:35 +01:00
vd.h video: add a "hwdec" property to enable or disable hw decoding at runtime 2014-04-23 01:58:12 +02:00
vd_lavc.c video: add a "hwdec" property to enable or disable hw decoding at runtime 2014-04-23 01:58:12 +02:00
vda.c vd_lavc: remove compatibility crap 2014-03-16 13:19:19 +01:00
vdpau.c vdpau: handle display preemption during decoding 2014-05-10 10:44:16 +02:00