]> git.sesse.net Git - ffmpeg/history - libavcodec/cabac.h
dashenc: Simplify code by using a local variable
[ffmpeg] / libavcodec / cabac.h
2014-03-08 Janne Grunauaarch64: get_cabac inline asm
2014-01-14 Janne Grunaucabac: remove leftovers from the cabac encoder
2013-03-13 Michael Niedermayercabac: remove unused argument of ff_init_cabac_states()
2012-04-28 Roland Scheideggerh264: use one table instead of several for cabac functions
2012-01-12 Diego Biurruncabac: split cabac.h into declarations and function...
2012-01-12 Diego Biurruncabac: Mark ff_h264_mps_state array as static, it is...
2012-01-12 Diego Biurruncabac: Remove ff_h264_lps_state array.
2012-01-07 Diego Biurruncabac: Move code only used within the CABAC test progra...
2012-01-06 Diego Biurruncabac: remove unused function renorm_cabac_decoder
2012-01-04 Diego Biurruncabac: drop unused and disabled get_cabac_u() / get_cab...
2012-01-04 Diego Biurruncabac: drop unused STRICT_LIMITS code branch
2011-07-17 Diego Biurruncabac: Move code only used in the cabac test program...
2011-06-20 Mans Rullgardcabac: move x86 asm to libavcodec/x86/cabac.h
2011-06-20 Mans Rullgardx86: cabac: change 'a' constraint to 'r' in get_cabac_i...
2011-06-20 Mans Rullgardx86: cabac: remove hardcoded esi in get_cabac_inline()
2011-06-20 Mans Rullgardx86: cabac: remove hardcoded edx in get_cabac_inline()
2011-06-20 Mans Rullgardx86: cabac: remove unused macro parameter
2011-06-20 Mans Rullgardx86: cabac: remove hardcoded ebx in inline asm
2011-06-20 Mans Rullgardx86: cabac: remove hardcoded struct offsets from inline asm
2011-06-20 Mans Rullgardcabac: remove inline asm under #if 0
2011-06-20 Mans Rullgardcabac: remove BRANCHLESS_CABAC_DECODER switch
2011-06-20 Mans Rullgardcabac: remove #if 0 cascade under never-set #ifdef...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-08-21 Reimar DöffingerReplace #ifdef PIC checks with the more appropriate...
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-09-14 Diego BiurrunRemove useless #ifdef around #include.
2008-09-02 Diego BiurrunSilence a couple of 'defined but not used' warnings...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-16 Jeff DownsRedo r12838, this time using svn copy to create h264_i3...
2008-04-16 Jeff DownsRevert 12838 to redo it the right way (use svn copy...
2008-04-15 Jeff DownsMove decode_significance_x86() and decode_significance_...
2008-03-17 Måns Rullgårdcosmetics: remove useless \-newline escapes
2008-02-28 Reimar DöffingerUse cltd instead of cdq asm mnemonic, ICC and gcc suppo...
2008-01-23 Diego BiurrunPut some disabled functions that are only used in the...
2007-12-02 Reimar DöffingerAdd missing const to last argument of decode_significan...
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...
next