Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Wed, 31 Jan 2007 10:29:58 +0000 | reimar | Add two extra needed bounds checks libavcodec |
Wed, 31 Jan 2007 10:07:22 +0000 | michael | replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my doubts that gcc can replace the shifts as x is signed, it could in theory but well its gcc ... libavcodec |