]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/cabac.h
Remove unused code found by CSA
[frescor/ffmpeg.git] / libavcodec / cabac.h
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-10-16 flameeyesConvert asm keyword into __asm__.
2008-09-14 diegoRemove useless #ifdef around #include.
2008-09-02 diegoSilence a couple of 'defined but not used' warnings...
2008-08-31 stefanoRename globally the header inclusion guards.
2008-05-09 diegoUse full path for #includes from another directory.
2008-04-16 heydownsRedo r12838, this time using svn copy to create h264_i3...
2008-04-16 heydownsRevert 12838 to redo it the right way (use svn copy...
2008-04-15 heydownsMove decode_significance_x86() and decode_significance_...
2008-03-17 mrucosmetics: remove useless \-newline escapes
2008-02-28 reimarUse cltd instead of cdq asm mnemonic, ICC and gcc suppo...
2008-01-23 diegoPut some disabled functions that are only used in the...
2007-12-02 reimarAdd missing const to last argument of decode_significan...
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-12 diego10l: refill2() is not unused, it is used conditionally.
2007-10-12 diegoDisable unused code; fixes several gcc warnings:
2007-10-02 diego100l: Revert accidental commit, restore previous version.
2007-10-02 diegoReplace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORB...
2007-09-16 diegocosmetics: typo
2007-08-15 ramiroCONFIG_7REGS -> HAVE_7REGS
2007-07-28 diegocosmetics: misc typo fixes
2007-07-05 diegolicense header consistency cosmetics
2007-06-12 diegomisc spelling fixes
2007-05-30 benoitrename attribute_unused to av_unused and moves its...
2007-05-10 aurelsplit h264.c to move parser in its own file
2007-05-05 diegoFix multiple "‘inline/static’ is not at beginning of...
2007-04-27 diegoMark code parts that cannot work on AMD64 due to broken...
2007-04-26 diego10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE...
2007-04-14 diegoUpdate preprocessor directive comments to take recent...
2007-03-29 takisFix compilation when using the --disable-opts parameter...
2007-02-23 aureluse av_noinline instead of __attribute((noinline))
2007-01-27 mrurename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify...
2007-01-13 michaelreplace a few hardcoded numbers with their correct...
2006-12-08 mrurename always_inline to av_always_inline and move to...
2006-11-27 michaelPIC fix
2006-11-01 reimarReenable AMD64 optimizations for cabac accidentially...
2006-11-01 diegoAdd ARCH_X86_32 as a new define for 32 bit x86 architec...
2006-10-29 diegoFix compilation with PIC enabled, BRANCHLESS_GET_CABAC...
2006-10-23 reimarCABAC assembler optimizations ported to AMD64
2006-10-20 michaeldecode_significance_8x8_x86()
2006-10-20 gpoirierProtect code that uses CMOV instructions with HAVE_CMOV,
2006-10-20 michaelanother instruction less in decode_significance_x86...
2006-10-20 michael1 instruction less
2006-10-20 michaelreordering instructions a little in decode_significance...
2006-10-20 michaelfactorize get_cabac asm (0.5% slower but its much cleaner)
2006-10-19 diegoFix PIC compilation, some defines were under #ifdef...
2006-10-19 michaelunused variable
2006-10-19 michaeloptimize sign decoding code in decode_residual()
2006-10-18 gpoirierKill a warning with MSVC
2006-10-17 michaelx86 asm version of the decode significance loop (not...
2006-10-17 michaelcosmetic (%%eax->%0)
2006-10-16 diegoFix crash with illegal instruction, cmov is available...
2006-10-16 diegoExpand some #endif comments.
2006-10-16 michaelfix !CMOV_IS_FAST case (iam not really happy with the...
2006-10-15 michael10l
2006-10-15 michaelthis code will not work with PIC as it needs 7 register...
2006-10-15 michaelshift CABACContext.range right, this reduces the number...
2006-10-13 michaeldehack *ps_state indexing in the branchless decoder
2006-10-12 michaeladd "memory" to the clobber list we change memory so...
2006-10-12 michaelprevent "mb level" get_cabac() calls from being inlined...
2006-10-12 gpoirieradds some useful comments after some of the #else,...
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-11 michaelslightly faster on P3 slightly slower on athlon and...
2006-10-11 michaelmoving lps state transition code a little up in the...
2006-10-11 michaelwrite cabac low and range variables as early as possibl...
2006-10-11 michaeluse ecx instead of cl (no speed change on P3 but might...
2006-10-11 michaelmake state transition tables global as they are constan...
2006-10-11 michael10l
2006-10-11 michaelmake lps_range a global table its constant anyway ...
2006-10-11 michaelenable CMOV_IS_FAST as its faster or equal speed on...
2006-10-10 diegoBRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER
2006-10-10 michaelmoving another bit&1 out, this is as fast as with it...
2006-10-10 michaelmove the &1 out of the asm so gcc can optimize it away...
2006-10-10 michaelreplace a few and/sub/... by cmov
2006-10-09 michaelreading 8bit mem into a 8bit register needs 2 uops...
2006-10-09 michaelon the P4 inc needs twice as much time a add
2006-10-09 michael10l
2006-10-09 michaelreverse remainder of the failed attempt to optimize...
2006-10-09 michaelx86 branchless cabac decoder
2006-10-09 michaeloptimize branchless C CABAC decoder
2006-10-09 michaelmove outcommented START/STOP_TIMER to a hopefully bette...
2006-10-09 michaeldrop failed attempt to optimize *state= c->mps_state[s];
2006-10-09 michael10l bugfix for some disabled code
2006-10-09 michaelfirst try of a handwritten get_cabac() for x86, this...
2006-10-09 michaelremove bytestream_end checks, seems to work fine withou...
2006-10-09 michaeldecrease ff_h264_norm_shift[] size
2006-10-08 michaelcleanup
2006-10-08 michaelbranchless renormalization (1% faster get_cabac) old...
2006-10-08 michael5% faster get_cabac()
2006-10-07 michaeldisable benchmarking code
2006-10-07 michaelrenorm_cabac_decoder_once START/STOP_TIMER scores for...
2006-10-07 michaelrefill cabac variables in 16bit steps, 3% faster get_ca...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-07 michael() 10l
2006-10-07 michaelseveral x86 renorm_cabac_decoder_once optimizations
2006-10-04 lorenmdon't try to inline cabac functions. gcc ignored the...
2006-08-27 lorenmtweak cabac. 0.5% faster h264.
2006-04-29 lorenmdon't force asserts in release builds. 2% faster h264.
next