mpv/video/decode
xylosper 1a1504914a vd_lavc: reset last_sample_aspect_ratio in uninit_avctx()
In init_vo(), if sh->aspect is 0 or last_sample_aspect_ratio is set,
sh->aspect is overwritten. With software decoding fallback behaviour,
this makes the aspect ratio from container ignored since
last_sample_aspect_ratio is already set in first try with hardware
decoding.
2013-09-13 21:32:29 +02:00
..
dec_video.c video: handle video output levels with mp_image_params 2013-08-24 19:40:18 +02:00
dec_video.h video: handle video output levels with mp_image_params 2013-08-24 19:40:18 +02:00
lavc.h video/decode: change fix_image callback 2013-08-15 23:40:02 +02:00
lavc_dr1.c
vaapi.c vaapi: use highest available profile, instead of mapping it exactly 2013-08-19 01:05:48 +02:00
vd.c core: add --deinterlace option, restore it with resume functionality 2013-09-13 21:32:28 +02:00
vd.h
vd_lavc.c vd_lavc: reset last_sample_aspect_ratio in uninit_avctx() 2013-09-13 21:32:29 +02:00
vda.c video: add vda decode support (with hwaccel) and direct rendering 2013-08-22 12:13:30 +02:00
vdpau.c vdpau: don't try to match codec profiles 2013-08-19 01:05:48 +02:00
vdpau_old.c vdpau_old: add forgotten probe callback 2013-08-15 23:40:04 +02:00