mpv/video/decode
wm4 fd339e3f53 vd_lavc: avoid calling flush on an unopened AVCodecContext
It can be "dangerous". In particular, the decoder might have failed to
initialize, and is now in a broken state. avcodec_flush_buffers() is not
expected to be called in this state, and could trigger undefined
behavior.
2016-02-05 17:46:46 +01:00
..
dec_video.c video: remove AVI timestamps for dropped frames 2016-02-04 21:31:15 +01:00
dec_video.h audio/video: merge decoder return values 2016-02-01 22:03:04 +01:00
dxva2.c vd_lavc: delay images before reading them back 2016-01-25 21:46:40 +01:00
lavc.h vd_lavc: remove redundant best_csp field 2016-02-03 21:31:53 +01:00
rpi.c rpi: add VC-1 support 2016-01-28 11:23:23 +01:00
vaapi.c vaapi: lower number of allocated surfaces again 2016-01-26 14:05:54 +01:00
vd.h vd_lavc: allow switching between hw/sw decoding any time 2016-01-29 22:47:27 +01:00
vd_lavc.c vd_lavc: avoid calling flush on an unopened AVCodecContext 2016-02-05 17:46:46 +01:00
vdpau.c vdpau: force driver to report preemption early 2016-01-25 16:45:18 +01:00
videotoolbox.c Change 3 more files to LGPL 2016-01-20 15:43:56 +01:00