index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
i386
Age
Commit message (
Expand
)
Author
2007-12-21
Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
Diego Biurrun
2007-12-16
move FLAC mmx dsp to its own file
Aurelien Jacobs
2007-12-15
Add 'l' suffix where it is necessary because type can not always be
Reimar Döffinger
2007-12-12
add required include to make this file self-contained
Aurelien Jacobs
2007-12-11
typo/clarification
Diego Biurrun
2007-12-02
Misc spelling fixes, prefer American over British English.
Diego Biurrun
2007-12-01
spelling
Vitor Sessak
2007-11-27
remove some unused ff_p* vars from dsputil
Aurelien Jacobs
2007-11-27
remove useless #ifdef around extern declaration
Aurelien Jacobs
2007-11-27
cosmetics: indentation
Aurelien Jacobs
2007-11-27
convert some #ifdef CONFIG_ to if(ENABLE_
Aurelien Jacobs
2007-11-27
build vc1dsp_mmx.c in its own compilation unit
Aurelien Jacobs
2007-11-27
use ff_ prefix for extern vars
Aurelien Jacobs
2007-11-27
make ff_p* vars extern so that they can be used in various *_mmx.c files
Aurelien Jacobs
2007-11-25
Typo fix. Previous version had some picture error building up until next keyf...
Christophe Gisquet
2007-11-24
Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P...
Christophe Gisquet
2007-11-21
add VC-1 MMX DSP functions, under MIT license.
Christophe Gisquet
2007-11-12
tring to workaround gcc 2.95 bug which causes random failures
Michael Niedermayer
2007-10-17
Explain why there are no multiple inclusion guards in these header files.
Diego Biurrun
2007-10-17
Remove wrong multiple inclusion guards.
Aurelien Jacobs
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-10-17
Add missing multiple inclusion guards.
Diego Biurrun
2007-10-11
Fix intended order of operations for 4 assert() checks.
Shane
2007-09-29
sse2 version of compute_autocorr().
Loren Merritt
2007-08-30
Replace complicated and currently broken manual alignment code by
Reimar Döffinger
2007-08-27
typo
Michael Niedermayer
2007-08-26
CONFIG_7REGS has been renamed to HAVE_7REGS
Ramiro Polla
2007-08-26
workaround gcc bug, untested as my gcc is not complaining
Michael Niedermayer
2007-08-26
optimize the first vertical lifting step, this also prevents another
Michael Niedermayer
2007-08-26
optimize 1st horizontal lifting step
Michael Niedermayer
2007-08-26
typo
Michael Niedermayer
2007-08-26
get rid of totally senseless "m" + read in register we have enough
Michael Niedermayer
2007-08-26
simplify senselessly complex addressing
Michael Niedermayer
2007-08-26
cosmetics
Michael Niedermayer
2007-08-26
avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum
Michael Niedermayer
2007-08-25
avoid an overflow in the 1 horizontal lifting step
Michael Niedermayer
2007-08-25
prevent one overflow in the first vertical lifting step
Michael Niedermayer
2007-08-25
update mmx code to latest snow changes
Michael Niedermayer
2007-08-25
use 16bit IDWT (a SIMD implementation of it should be >2x faster then with
Michael Niedermayer
2007-08-21
Change rounding of the horizontal DWT to match the vertical one.
Michael Niedermayer
2007-08-21
remove code which become unused by the previous changes
Michael Niedermayer
2007-08-21
Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested)
Michael Niedermayer
2007-08-21
Simplify and optimize the 4th vertical lifting step of the MMX code
Michael Niedermayer
2007-08-20
Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd
Michael Niedermayer
2007-08-20
simplify, speedup and reduce needed headroom by 2 bits in the 3rd
Michael Niedermayer
2007-08-20
replace <<1 by add for SSE2 (untested)
Michael Niedermayer
2007-08-20
replace <<1 by add
Michael Niedermayer
2007-08-20
slightly change horizontal lift3 so it needs 1 bit less headroom
Michael Niedermayer
2007-08-20
remove idiotc double subtraction from the sse2 code (untested, no sse2 here)
Michael Niedermayer
2007-08-20
fixme note
Michael Niedermayer
[prev]
[next]