Mercurial > libavcodec.hg
graph
-
Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since libavcodec2006-11-05, by reimar
-
outputs bit spent on various encoding functions (motion vectors, overhead, etc) libavcodec2006-11-02, by gpoirier
-
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavcodec2006-11-01, by diego
-
merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3) libavcodec2006-11-01, by michael
-
Reenable AMD64 optimizations for cabac accidentially disabled in r6852 libavcodec2006-11-01, by reimar
-
Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change libavcodec2006-11-01, by diego
-
Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under libavcodec2006-10-29, by diego
-
shut gcc warning, also makes sense for NAN to be returned if the loop was never executed libavcodec2006-10-28, by ods15
-
add support for while() loops again ugly syntax while(condition, statements) but very simple implementation libavcodec2006-10-27, by michael
-
Don't include inttypes.h/stdint.h directly, there is an abstraction in libavcodec2006-10-24, by diego
-
merge 8 and 16bit functions, they are identical except the data type libavcodec2006-10-24, by michael
-
Do not use a fake libavcodec/swscale.h, but always use the real one libavcodec2006-10-23, by lucabe
-
another instruction less in decode_significance_x86() -> 1% faster ion P3 libavcodec2006-10-20, by michael
-
reordering instructions a little in decode_significance_x86() -> 2 instructions less / 1% faster decode_residual on P3 libavcodec2006-10-20, by michael
-
1 variable less in decode_cabac_residual() no speed change (but less vars means less things gcc can load and store redundantly) libavcodec2006-10-19, by michael
-
copy cabac context onto the stack for the c code in decode_cabac_residual() (15% faster on P3 but still slower then the current asm) libavcodec2006-10-17, by michael
-
x86 asm version of the decode significance loop (not 8x8) of decode_residual() 5% faster decode_residual() on P3 libavcodec2006-10-17, by michael