1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-29 10:32:15 +00:00
mpv/video/decode
wm4 8e172afc8f vd_lavc: remove lowres decoding
This was a "broken misfeature" according to Libav developers. It wasn't
implemented for modern codecs (like h264), and has been removed from
Libav a while ago (the AVCodecContext field has been marked as
deprecated and its value is ignored). FFmpeg still supports it, but
isn't much useful due to aforementioned reasons.

Remove the code to enable it.
2013-01-13 23:29:30 +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_dr1.c vd_lavc: make non-reference frames writeable 2013-01-13 20:04:10 +01:00
lavc.h video: decouple internal pixel formats from FourCCs 2013-01-13 20:04:11 +01:00
vd_lavc.c vd_lavc: remove lowres decoding 2013-01-13 23:29:30 +01:00
vd.c video/filter: change filter API, use refcounting, remove filter DR 2013-01-13 20:04:10 +01:00
vd.h vd_lavc: remove codec DR 2013-01-13 17:39:32 +01:00