1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 06:11:10 +00:00
mpv/video/decode
wm4 f009d16f36 vd_lavc: fix codec vs. decoder confusion
Some functions which expected a codec name (i.e. the name of the video
format itself) were passed a decoder name. Most "native" libavcodec
decoders have the same name as the codec, so this was never an issue.

This should mean that e.g. using "--vd=lavc:h264_mmal --hwdec=mmal"
should now actually enable native surface mode (instead of doing copy-
back).
2016-04-07 17:48:00 +02:00
..
d3d11va.c vd_lavc: fix codec vs. decoder confusion 2016-04-07 17:48:00 +02:00
d3d.c vd_lavc: fix codec vs. decoder confusion 2016-04-07 17:48:00 +02:00
d3d.h vd_lavc: fix codec vs. decoder confusion 2016-04-07 17:48:00 +02:00
dec_video.c dec_video: always redisplay cover art after a seek 2016-03-11 20:58:13 +01:00
dec_video.h Rewrite ordered chapters and timeline stuff 2016-02-15 21:04:07 +01:00
dxva2.c vd_lavc: fix codec vs. decoder confusion 2016-04-07 17:48:00 +02:00
lavc.h vd_lavc: fix codec vs. decoder confusion 2016-04-07 17:48:00 +02:00
mediacodec.c Add a mediacodec decoder hwdec wrapper 2016-03-25 21:35:59 +01:00
rpi.c vd_lavc: fix codec vs. decoder confusion 2016-04-07 17:48:00 +02:00
vaapi.c vd_lavc: fix codec vs. decoder confusion 2016-04-07 17:48:00 +02:00
vd_lavc.c vd_lavc: fix codec vs. decoder confusion 2016-04-07 17:48:00 +02:00
vd.h video: approximate AVI timestamps via DTS handling 2016-02-11 16:14:30 +01:00
vdpau.c vd_lavc: fix codec vs. decoder confusion 2016-04-07 17:48:00 +02:00
videotoolbox.c vd_lavc: fix codec vs. decoder confusion 2016-04-07 17:48:00 +02:00