Mercurial > libavcodec.hg
graph
-
reverse remainder of the failed attempt to optimize *state=c->mps_state[s] libavcodecMon, 09 Oct 2006 21:14:16 +0000, by michael
-
removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore libavcodecMon, 09 Oct 2006 18:29:46 +0000, by lu_zero
-
move outcommented START/STOP_TIMER to a hopefully better place for benchmarking ... libavcodecMon, 09 Oct 2006 18:20:00 +0000, by michael
-
drop failed attempt to optimize *state= c->mps_state[s]; libavcodecMon, 09 Oct 2006 15:52:17 +0000, by michael
-
first try of a handwritten get_cabac() for x86, this is 10-20% faster on P3 depening on if you try to subtract the START/STOP_TIMER overhead libavcodecMon, 09 Oct 2006 14:15:14 +0000, by michael
-
remove bytestream_end checks, seems to work fine without them and the bitstream reader doesnt check for the end either libavcodecMon, 09 Oct 2006 12:25:24 +0000, by michael
-
Non Altivec optimizations already present at the top libavcodecSun, 08 Oct 2006 13:55:02 +0000, by lu_zero
-
branchless renormalization (1% faster get_cabac) old branchless renormalization wasnt faster because gcc was scared of the shift variable (missusing bit variable now) libavcodecSun, 08 Oct 2006 13:20:22 +0000, by michael
-
Compilation fix: pix_abs16x16_c was undeclared. libavcodecSun, 08 Oct 2006 09:41:00 +0000, by diego
-
Compilation fix, printf gets redefined to please_use_av_log. libavcodecSun, 08 Oct 2006 09:38:22 +0000, by diego
-
renorm_cabac_decoder_once START/STOP_TIMER scores for athlon libavcodecSat, 07 Oct 2006 22:34:32 +0000, by michael
-
refill cabac variables in 16bit steps, 3% faster get_cabac() libavcodecSat, 07 Oct 2006 15:44:14 +0000, by michael