]> git.sesse.net Git - ffmpeg/commit
vp9: split superframes in the filtering stage before actual decoding
authorAnton Khirnov <anton@khirnov.net>
Sun, 13 Nov 2016 10:24:16 +0000 (11:24 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 14 Dec 2016 08:06:45 +0000 (09:06 +0100)
commitfa1749dd34c55fb997c97dfc4da9383c9976ab91
tree9650e5e9ec2b3ced73fe624eeb6f9993a927f3cb
parent03a80925effc2698d21dc0b00290eecf42dd9e68
vp9: split superframes in the filtering stage before actual decoding

Significantly increases the efficiency of frame threading, since
individual frames in a superframe can now be decoded in parallel.
configure
libavcodec/vp9.c