Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Fri, 25 Aug 2006 13:58:27 +0000 | michael | move variable declarations so that their scope is smaller libavcodec |
Fri, 25 Aug 2006 13:46:56 +0000 | michael | move the +400 out of the innermost loop libavcodec |
Fri, 25 Aug 2006 13:36:27 +0000 | michael | avoid reading exponent twice libavcodec |
Fri, 25 Aug 2006 12:26:34 +0000 | michael | reduce size of vlc table, thats slightly faster here libavcodec |
Fri, 25 Aug 2006 11:55:20 +0000 | michael | try to avoid l3_unscale() by using a table libavcodec |
Fri, 25 Aug 2006 10:00:30 +0000 | michael | replace l3_unscale(1, exponents[pos]) by LUT libavcodec |