1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-27 01:22:30 +00:00
mpv/video/decode
wm4 bc8815d69f vd_lavc: hack-fix vdpau decoding with non mod 16 video
This changes the code so that it does the same as MPlayer, mplayer2
and mpv before ref-counted AVFrame. The problem is that get_buffer2
is called with aligned frame dimensions, while get_buffer didn't. This
breaks the mpv video frame size change detection.
2013-05-14 01:10:05 +02:00
..
dec_video.c core: always pass data via packet fields to video decoders 2013-03-28 21:46:17 +01:00
dec_video.h core: always pass data via packet fields to video decoders 2013-03-28 21:46:17 +01:00
lavc_dr1.c vd_lavc: make non-reference frames writeable 2013-01-13 20:04:10 +01:00
lavc.h video: make use of libavcodec refcounting 2013-03-13 23:51:30 +01:00
vd_lavc.c vd_lavc: hack-fix vdpau decoding with non mod 16 video 2013-05-14 01:10:05 +02:00
vd.c vo: remove and cleanup globals 2013-03-04 17:40:21 +01:00
vd.h core: always pass data via packet fields to video decoders 2013-03-28 21:46:17 +01:00