mpv/video/decode
wm4 c162b6d64d vd_lavc: add stupid hack to fix decoding of some files with Libav 0.8.x
The decoder returns with AVFrame.format not correctly set for some h264
files (strangely only some). We have to access AVCodecContext.pix_fmt
instead. On newer libavcodec versions, it's the other way around: the
AVCodecContext.pix_fmt may be incorrectly set on pixel format changes,
and you are supposed to use AVFrame.format.

The same problem probably exists on older ffmpeg versions too.
2013-01-24 12:43:36 +01:00
..
dec_video.c video/filter: change filter API, use refcounting, remove filter DR 2013-01-13 20:04:10 +01:00
dec_video.h video/filter: change filter API, use refcounting, remove filter DR 2013-01-13 20:04:10 +01:00
lavc.h vd_lavc: remove -lavdopts vstats suboption 2013-01-13 23:30:12 +01:00
lavc_dr1.c vd_lavc: make non-reference frames writeable 2013-01-13 20:04:10 +01:00
vd.c video: move handling of -x/-y/-xy options to VO 2013-01-23 10:55:00 +01:00
vd.h vd_lavc: remove codec DR 2013-01-13 17:39:32 +01:00
vd_lavc.c vd_lavc: add stupid hack to fix decoding of some files with Libav 0.8.x 2013-01-24 12:43:36 +01:00