Mercurial > libavcodec.hg
graph
-
fix !CMOV_IS_FAST case (iam not really happy with the fix but i didnt come up with a better one quickly) libavcodec2006-10-16, by michael
-
this code will not work with PIC as it needs 7 registers and gcc doesnt support that in PIC libavcodec2006-10-15, by michael
-
shift CABACContext.range right, this reduces the number of shifts needed in get_cabac() and is slightly faster on P3 (and should be much faster on P4 as the P4 except the more recent variants lacks an integer shifter and so shifts have ~10 times longer latency then simple operations like adds) libavcodec2006-10-15, by michael