Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Tue, 22 Aug 2006 11:11:04 +0000 | michael | make high precission synth filter 3 times faster on x86 libavcodec |
Tue, 22 Aug 2006 06:24:59 +0000 | michael | replace MULL by MULH + shift in dct32() (code is very slightly faster, and the compiler should be able to optimize the shift away on 64bit archs) libavcodec |
Mon, 21 Aug 2006 12:12:43 +0000 | michael | replace a few MULL by MULH libavcodec |
Sun, 20 Aug 2006 22:18:26 +0000 | michael | reorder butterflies to reduce memory load/store libavcodec |
Sun, 20 Aug 2006 19:08:05 +0000 | banan | Added codec id for QCELP. libavcodec |
Sat, 19 Aug 2006 23:12:10 +0000 | michael | cosmetics libavcodec |