mpv/video/decode
wm4 bd6470ec6a vd_lavc: prefer AVFrame over AVCodecContext fields
This is more correct. Not all frame specific fields are in AVFrame,
such as colorspace and color_range, and these are still queried
through the decoder context.
2013-01-13 20:04:13 +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 video: decouple internal pixel formats from FourCCs 2013-01-13 20:04:11 +01:00
lavc_dr1.c vd_lavc: make non-reference frames writeable 2013-01-13 20:04:10 +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
vd_lavc.c vd_lavc: prefer AVFrame over AVCodecContext fields 2013-01-13 20:04:13 +01:00