Ronald S. Bultje
|
b0c4f04338
|
h264: fix mmxext chroma deblock to use correct TC values.
|
13 years ago |
Reimar Döffinger
|
f51a072160
|
Fix compilation without HAVE_AVX.
%ifdef HAVE_AVX must now be %if HAVE_AVX.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
|
13 years ago |
Ronald S. Bultje
|
3b15a6d742
|
config.asm: change %ifdef directives to %if directives.
This allows combining multiple conditionals in a single statement.
|
13 years ago |
Kieran Kunhya
|
b1766c170c
|
Move x264asm to libavutil.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Dave Yeo
|
cc73511e8e
|
Fix NASM include directive
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
14 years ago |
Ronald S. Bultje
|
b2c087871d
|
Move x86util.asm from libavcodec/ to libavutil/.
This allows using it in swscale also.
|
14 years ago |
Ronald S. Bultje
|
3a39195b1d
|
Move x86inc.asm to libavutil/.
This allows using it in libswscale/ also.
|
14 years ago |
Carl Eugen Hoyos
|
5fb67d8039
|
Fix compilation with old yasm.
|
14 years ago |
Oskar Arvidsson
|
6c031a3338
|
h264: Fix 10-bit H.264 x86 chroma v loopfilter asm.
The tc variable was not splatted correctly.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
14 years ago |
Reimar Döffinger
|
384d10360b
|
Fix register types for LOAD_AB arguments, fixes compilation with NASM.
|
14 years ago |
Diego Biurrun
|
888fa31eca
|
Fix FSF address copy paste error in some license headers.
|
14 years ago |
Jason Garrett-Glaser
|
5705b02079
|
10-bit H.264 x86 chroma v loopfilter asm
Also delete some unused deblock asm macros.
|
14 years ago |
Jason Garrett-Glaser
|
9f3d6ca4f1
|
Port x86 10-bit H.264 deblock asm from x264
|
14 years ago |