index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
cabac.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
CONFIG_7REGS -> HAVE_7REGS
Ramiro Polla
2007-08-15
1
-5
/
+5
*
cosmetics: misc typo fixes
Diego Biurrun
2007-07-28
1
-1
/
+1
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-1
/
+1
*
rename attribute_unused to av_unused and moves its declaration to common.h
Carl Eugen Hoyos
2007-05-30
1
-1
/
+1
*
split h264.c to move parser in its own file
Aurelien Jacobs
2007-05-10
1
-0
/
+6
*
Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.
Diego Biurrun
2007-05-05
1
-1
/
+1
*
Mark code parts that cannot work on AMD64 due to broken relocations as such.
Diego Biurrun
2007-04-27
1
-5
/
+5
*
10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.
Diego Biurrun
2007-04-26
1
-5
/
+5
*
Update preprocessor directive comments to take recent changes to this file
Diego Biurrun
2007-04-14
1
-3
/
+3
*
Fix compilation when using the --disable-opts parameter. This to help those
Panagiotis Issaris
2007-03-29
1
-2
/
+2
*
use av_noinline instead of __attribute((noinline))
Aurelien Jacobs
2007-02-23
1
-1
/
+1
*
rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure
Måns Rullgård
2007-01-27
1
-3
/
+3
*
replace a few hardcoded numbers with their correct named ones
Michael Niedermayer
2007-01-13
1
-8
/
+8
*
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-08
1
-2
/
+2
*
PIC fix
Michael Niedermayer
2006-11-27
1
-1
/
+1
*
Reenable AMD64 optimizations for cabac accidentially disabled in r6852
Reimar Döffinger
2006-11-01
1
-8
/
+5
*
Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change
Diego Biurrun
2006-11-01
1
-5
/
+5
*
Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under
Diego Biurrun
2006-10-29
1
-2
/
+2
*
CABAC assembler optimizations ported to AMD64
Reimar Döffinger
2006-10-23
1
-52
/
+64
*
decode_significance_8x8_x86()
Michael Niedermayer
2006-10-20
1
-0
/
+56
*
Protect code that uses CMOV instructions with HAVE_CMOV,
Guillaume Poirier
2006-10-20
1
-2
/
+1
*
another instruction less in decode_significance_x86() -> 1% faster ion P3
Michael Niedermayer
2006-10-20
1
-3
/
+2
*
1 instruction less
Michael Niedermayer
2006-10-20
1
-1
/
+2
*
reordering instructions a little in decode_significance_x86() -> 2 instructio...
Michael Niedermayer
2006-10-20
1
-7
/
+5
*
factorize get_cabac asm (0.5% slower but its much cleaner)
Michael Niedermayer
2006-10-20
1
-168
/
+59
*
Fix PIC compilation, some defines were under #ifdef !PIC but used
Bernhard Rosenkränzer
2006-10-19
1
-3
/
+3
*
unused variable
Michael Niedermayer
2006-10-19
1
-1
/
+0
*
optimize sign decoding code in decode_residual()
Michael Niedermayer
2006-10-19
1
-0
/
+81
*
Kill a warning with MSVC
Jindřich Makovička
2006-10-18
1
-2
/
+3
*
x86 asm version of the decode significance loop (not 8x8) of decode_residual(...
Michael Niedermayer
2006-10-17
1
-0
/
+165
*
cosmetic (%%eax->%0)
Michael Niedermayer
2006-10-17
1
-10
/
+10
*
Fix crash with illegal instruction, cmov is available on 686 and later only.
Diego Biurrun
2006-10-16
1
-1
/
+1
*
Expand some #endif comments.
Diego Biurrun
2006-10-16
1
-2
/
+2
*
fix !CMOV_IS_FAST case (iam not really happy with the fix but i didnt come up...
Michael Niedermayer
2006-10-16
1
-1
/
+2
*
10l
Michael Niedermayer
2006-10-15
1
-1
/
+1
*
this code will not work with PIC as it needs 7 registers and gcc doesnt suppo...
Michael Niedermayer
2006-10-15
1
-1
/
+1
*
shift CABACContext.range right, this reduces the number of shifts needed in g...
Michael Niedermayer
2006-10-15
1
-46
/
+48
*
dehack *ps_state indexing in the branchless decoder
Michael Niedermayer
2006-10-13
1
-2
/
+3
*
add "memory" to the clobber list we change memory so we need it, this also fi...
Michael Niedermayer
2006-10-12
1
-2
/
+2
*
prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_...
Michael Niedermayer
2006-10-12
1
-1
/
+9
*
adds some useful comments after some of the #else, #elseif,
Guillaume Poirier
2006-10-12
1
-8
/
+8
*
Rename ABS macro to FFABS.
Diego Biurrun
2006-10-11
1
-1
/
+1
*
slightly faster on P3 slightly slower on athlon and probably faster on P4
Michael Niedermayer
2006-10-11
1
-0
/
+10
*
moving lps state transition code a little up in the branched asm code (1% fas...
Michael Niedermayer
2006-10-11
1
-2
/
+2
*
write cabac low and range variables as early as possible to prevent stalls fr...
Michael Niedermayer
2006-10-11
1
-3
/
+4
*
use ecx instead of cl (no speed change on P3 but might avoid partial register...
Michael Niedermayer
2006-10-11
1
-4
/
+4
*
make state transition tables global as they are constant and the code is slig...
Michael Niedermayer
2006-10-11
1
-19
/
+14
*
10l
Michael Niedermayer
2006-10-11
1
-2
/
+2
*
make lps_range a global table its constant anyway (saves 1 addition for acces...
Michael Niedermayer
2006-10-11
1
-15
/
+11
[prev]
[next]