mpv/video
wm4 6a06e6002b vo_opengl: fix --blend-subtitles handling
The intention was that if --blend-subtitles is enabled, the frame should
always be re-rendered instead of using e.g. a cached scaled frame. The
reason is that subtitles can change anyway, e.g. if you pause and change
subtitle size and such.

On the other hand, if the frame is marked as repeated, it should always
use the cached copy. Actually "simplify" this and drop the cache only if
playback is paused (which frame->still indicates indirectly).

Also see PR #3773.
2016-11-07 22:49:24 +01:00
..
decode video: add --hwdec=vdpau-copy mode 2016-10-20 16:43:02 +02:00
filter vf_vdpaurb: deprecate this filter 2016-10-20 16:45:48 +02:00
out vo_opengl: fix --blend-subtitles handling 2016-11-07 22:49:24 +01:00
csputils.c csputils: add note that mp_invert_cmat() is LGPL too 2016-09-30 17:08:24 +02:00
csputils.h
fmt-conversion.c img_format: remove some unneeded format definitions 2016-09-28 14:21:32 +02:00
fmt-conversion.h
gpu_memcpy.c
gpu_memcpy.h
hwdec.c
hwdec.h video: add --hwdec=vdpau-copy mode 2016-10-20 16:43:02 +02:00
image_writer.c vo_image: move to global options 2016-09-05 21:04:55 +02:00
image_writer.h vo_image: move to global options 2016-09-05 21:04:55 +02:00
img_format.c
img_format.h img_format: remove some unneeded format definitions 2016-09-28 14:21:32 +02:00
img_fourcc.h
mp_image.c mp_image: fix clearing to black with p010 format 2016-09-29 16:12:58 +02:00
mp_image.h
mp_image_pool.c
mp_image_pool.h
sws_utils.c
sws_utils.h
vaapi.c
vaapi.h
vdpau.c
vdpau.h
vdpau_functions.inc
vdpau_mixer.c
vdpau_mixer.h