umezawatakeshi / utvideo

Ut Video Codec Suite - fast lossless video codec
http://umezawatakeshi.github.io/utvideo/
GNU General Public License v2.0
288 stars 12 forks source link

UMRG/UMRA encoding result is wrong when the remainder of width divided by 64 is 32 / 幅が 64 で割って 32 余る数の場合に UMRG/UMRA でのエンコード結果が間違っている #24

Closed umezawatakeshi closed 5 years ago

umezawatakeshi commented 5 years ago

In pre-AVX2 (SSE 4.1 and later) environment, UMRG/UMRA intraframe encoding result is wrong when the remainder of width divided by 64 is 32. Decode result is corerct. SSE4.1 が使えて AVX2 が使えない環境において、幅が 64 で割って 32 余る数の場合に UMRG/UMRA でのフレーム内圧縮時のエンコード結果が間違っている。デコード結果は正しい。

version / バージョン OS Interface / インターフェース FourCC
Confirmed / 確認 20.5.0 All All UMRG, UMRA
Affected / 該当 20.5.0 All All UMRG, UMRA
umezawatakeshi commented 5 years ago

Fixed in version 20.5.1 / バージョン 20.5.1 で修正した。