[FFmpeg-cvslog] Fix visual glitch with XvMC, caused by wrong idct permutation.

2017-10-14 Thread Ivan Kalvachev
ffmpeg | branch: release/3.4 | Ivan Kalvachev | Mon Oct 9 01:25:00 2017 +0300| [a11a18b284afd5ac58fd3b1835f8a3608c4ebc9f] | committer: Michael Niedermayer Fix visual glitch with XvMC, caused by wrong idct permutation. In the past XvMC forced simple_idct since it was using FF_IDCT_PERM_NONE. H

[FFmpeg-cvslog] Fix visual glitch with XvMC, caused by wrong idct permutation.

2017-10-11 Thread Ivan Kalvachev
ffmpeg | branch: master | Ivan Kalvachev | Mon Oct 9 01:25:00 2017 +0300| [9054439bad3307dafd9fbadc57e66c276baf22e2] | committer: Michael Niedermayer Fix visual glitch with XvMC, caused by wrong idct permutation. In the past XvMC forced simple_idct since it was using FF_IDCT_PERM_NONE. Howeve