]> git.sesse.net Git - ffmpeg/history - libavcodec/cabac.h
Add FFMPEG_ prefix to all multiple inclusion guards.
[ffmpeg] / libavcodec / cabac.h
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-12 Diego Biurrun10l: refill2() is not unused, it is used conditionally.
2007-10-12 Diego BiurrunDisable unused code; fixes several gcc warnings:
2007-10-02 Diego Biurrun100l: Revert accidental commit, restore previous version.
2007-10-02 Diego BiurrunReplace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORB...
2007-09-16 Diego Biurruncosmetics: typo
2007-08-15 Ramiro PollaCONFIG_7REGS -> HAVE_7REGS
2007-07-28 Diego Biurruncosmetics: misc typo fixes
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused and moves its...
2007-05-10 Aurelien Jacobssplit h264.c to move parser in its own file
2007-05-05 Diego BiurrunFix multiple "‘inline/static’ is not at beginning of...
2007-04-27 Diego BiurrunMark code parts that cannot work on AMD64 due to broken...
2007-04-26 Diego Biurrun10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE...
2007-04-14 Diego BiurrunUpdate preprocessor directive comments to take recent...
2007-03-29 Panagiotis IssarisFix compilation when using the --disable-opts parameter...
2007-02-23 Aurelien Jacobsuse av_noinline instead of __attribute((noinline))
2007-01-27 Måns Rullgårdrename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify...
2007-01-13 Michael Niedermayerreplace a few hardcoded numbers with their correct...
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-11-27 Michael NiedermayerPIC fix
2006-11-01 Reimar DöffingerReenable AMD64 optimizations for cabac accidentially...
2006-11-01 Diego BiurrunAdd ARCH_X86_32 as a new define for 32 bit x86 architec...
2006-10-29 Diego BiurrunFix compilation with PIC enabled, BRANCHLESS_GET_CABAC...
2006-10-23 Reimar DöffingerCABAC assembler optimizations ported to AMD64
2006-10-20 Michael Niedermayerdecode_significance_8x8_x86()
2006-10-20 Guillaume PoirierProtect code that uses CMOV instructions with HAVE_CMOV,
2006-10-20 Michael Niedermayeranother instruction less in decode_significance_x86...
2006-10-20 Michael Niedermayer1 instruction less
2006-10-20 Michael Niedermayerreordering instructions a little in decode_significance...
2006-10-20 Michael Niedermayerfactorize get_cabac asm (0.5% slower but its much cleaner)
2006-10-19 Bernhard RosenkränzerFix PIC compilation, some defines were under #ifdef...
2006-10-19 Michael Niedermayerunused variable
2006-10-19 Michael Niedermayeroptimize sign decoding code in decode_residual()
2006-10-18 Jindřich MakovičkaKill a warning with MSVC
2006-10-17 Michael Niedermayerx86 asm version of the decode significance loop (not...
2006-10-17 Michael Niedermayercosmetic (%%eax->%0)
2006-10-16 Diego BiurrunFix crash with illegal instruction, cmov is available...
2006-10-16 Diego BiurrunExpand some #endif comments.
2006-10-16 Michael Niedermayerfix !CMOV_IS_FAST case (iam not really happy with the...
2006-10-15 Michael Niedermayer10l
2006-10-15 Michael Niedermayerthis code will not work with PIC as it needs 7 register...
2006-10-15 Michael Niedermayershift CABACContext.range right, this reduces the number...
2006-10-13 Michael Niedermayerdehack *ps_state indexing in the branchless decoder
2006-10-12 Michael Niedermayeradd "memory" to the clobber list we change memory so...
2006-10-12 Michael Niedermayerprevent "mb level" get_cabac() calls from being inlined...
2006-10-12 Guillaume Poirieradds some useful comments after some of the #else,...
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-11 Michael Niedermayerslightly faster on P3 slightly slower on athlon and...
2006-10-11 Michael Niedermayermoving lps state transition code a little up in the...
2006-10-11 Michael Niedermayerwrite cabac low and range variables as early as possibl...
2006-10-11 Michael Niedermayeruse ecx instead of cl (no speed change on P3 but might...
2006-10-11 Michael Niedermayermake state transition tables global as they are constan...
2006-10-11 Michael Niedermayer10l
2006-10-11 Michael Niedermayermake lps_range a global table its constant anyway ...
2006-10-11 Michael Niedermayerenable CMOV_IS_FAST as its faster or equal speed on...
2006-10-10 Diego BiurrunBRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER
2006-10-10 Michael Niedermayermoving another bit&1 out, this is as fast as with it...
2006-10-10 Michael Niedermayermove the &1 out of the asm so gcc can optimize it away...
2006-10-10 Michael Niedermayerreplace a few and/sub/... by cmov
2006-10-09 Michael Niedermayerreading 8bit mem into a 8bit register needs 2 uops...
2006-10-09 Michael Niedermayeron the P4 inc needs twice as much time a add
2006-10-09 Michael Niedermayer10l
2006-10-09 Michael Niedermayerreverse remainder of the failed attempt to optimize...
2006-10-09 Michael Niedermayerx86 branchless cabac decoder
2006-10-09 Michael Niedermayeroptimize branchless C CABAC decoder
2006-10-09 Michael Niedermayermove outcommented START/STOP_TIMER to a hopefully bette...
2006-10-09 Michael Niedermayerdrop failed attempt to optimize *state= c->mps_state[s];
2006-10-09 Michael Niedermayer10l bugfix for some disabled code
2006-10-09 Michael Niedermayerfirst try of a handwritten get_cabac() for x86, this...
2006-10-09 Michael Niedermayerremove bytestream_end checks, seems to work fine withou...
2006-10-09 Michael Niedermayerdecrease ff_h264_norm_shift[] size
2006-10-08 Michael Niedermayercleanup
2006-10-08 Michael Niedermayerbranchless renormalization (1% faster get_cabac) old...
2006-10-08 Michael Niedermayer5% faster get_cabac()
2006-10-07 Michael Niedermayerdisable benchmarking code
2006-10-07 Michael Niedermayerrenorm_cabac_decoder_once START/STOP_TIMER scores for...
2006-10-07 Michael Niedermayerrefill cabac variables in 16bit steps, 3% faster get_ca...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-07 Michael Niedermayer() 10l
2006-10-07 Michael Niedermayerseveral x86 renorm_cabac_decoder_once optimizations
2006-10-04 Loren Merrittdon't try to inline cabac functions. gcc ignored the...
2006-08-27 Loren Merritttweak cabac. 0.5% faster h264.
2006-04-29 Loren Merrittdon't force asserts in release builds. 2% faster h264.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-05-29 Loren Merrittdecode h264 end-of-slice flag
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2004-10-26 Michael Niedermayeroptimization
2004-07-08 Michael Niedermayeroverread fix
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2004-02-06 Alex Beregszasziget_bit_count -> put_bits_count
2003-06-09 Michael Niedermayer10l
2003-06-09 Michael NiedermayerFFV1 codec (our very simple lossless intra only codec...
2003-06-06 Michael Niedermayercleanup
2003-05-30 Michael Niedermayer(truncated) unary binerization
2003-05-28 Michael NiedermayerCABAC