]> granicus.if.org Git - libx264/commit
Fix undefined behavior: left shift of negative value
authorAnton Mitrofanov <BugMaster@narod.ru>
Mon, 17 May 2021 12:28:01 +0000 (15:28 +0300)
committerAnton Mitrofanov <bugmaster@narod.ru>
Sun, 13 Jun 2021 20:20:52 +0000 (20:20 +0000)
commitdf075e152dd5435e2090eaa73fec5c4c72bbc3b8
treebca41483c0164da4a02e5f23ed99993333ad9b2d
parent1a15eaf7f2f4e4718843032b889a0b1414174822
Fix undefined behavior: left shift of negative value

Compilers are good at optimizing multiplication by shift.
common/cabac.c
common/deblock.c
common/macroblock.c
common/macroblock.h
common/mc.c
common/mvpred.c
common/quant.c
common/x86/mc-c.c
encoder/encoder.c
encoder/macroblock.c
encoder/me.c