Ramiro Polla
|
5e4c7ca224
Add attribute that forces alignment of stack to functions that need it.
|
17 years ago |
Roman Shaposhnik
|
905694d96e
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
|
17 years ago |
Panagiotis Issaris
|
edecaff8c2
Take care of some renames (Doxygen and function name) after the previous pure rename patch.
|
17 years ago |
Aurelien Jacobs
|
73f51a4d3e
help some gcc version to optimize out those functions
|
17 years ago |
Ivan Kalvachev
|
0ac9a875d4
revert commit 9603
|
17 years ago |
Ivan Kalvachev
|
ddeaf723c5
Integrate reference mpeg IDCT into dsputil.
|
17 years ago |
Aurelien Jacobs
|
674eeb5f57
cosmetics: indentation
|
17 years ago |
Aurelien Jacobs
|
eb75a69818
Avoid linking with h263.c functions when the relevant codecs
|
17 years ago |
Måns Rullgård
|
8d15910aff
fix warning
|
17 years ago |
Måns Rullgård
|
a00177a952
make arguments to ssd_int8_vs_int16() const
|
17 years ago |
Diego Biurrun
|
7b94177e37
Group all copyright and author notices together.
|
17 years ago |
Måns Rullgård
|
bb5705b988
kill some "defined but not used" warnings
|
17 years ago |
Måns Rullgård
|
119e2c0056
kill a warning on 64-bit machines
|
17 years ago |
Aurelien Jacobs
|
4f74c5855b
use if() instead of #ifdef and ensure all possible optimisations are enabled
|
17 years ago |
Panagiotis Issaris
|
d111e41fd3
Correct signature of just_return().
|
17 years ago |
Albert Lee
|
ad0f6c1fcd
Simplify init preprocessor statements.
|
17 years ago |
Diego Biurrun
|
90b5b51eab
misc typo fixes
|
17 years ago |
Panagiotis Issaris
|
9aee21c8f7
Reindent
|
17 years ago |
Panagiotis Issaris
|
4edda03480
Make the compilation of h264idct.c optional.
|
17 years ago |
Panagiotis Issaris
|
9b5dc86746
Make vp3dsp*.c compilation optional.
|
17 years ago |
Loren Merritt
|
1edbfe1994
factor sum_abs_dctelem out of dct_sad, and simd it.
|
17 years ago |
Loren Merritt
|
5900637219
mmx 16-bit ssd. 2.3x faster svq1 encoding.
|
17 years ago |
Diego Biurrun
|
e7ebecbf44
The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.
|
17 years ago |
Reimar Döffinger
|
f66e4f5f9e
Add av_ prefix to clip functions
|
17 years ago |
Panagiotis Issaris
|
c6b237da9e
Adding H.264 DCT.
|
18 years ago |
Måns Rullgård
|
c1173617ce
improved stack misalignment warning
|
18 years ago |
Michael Niedermayer
|
6c81ca9906
better warning
|
18 years ago |
Michael Niedermayer
|
6dc7d5da70
ff_check_alignment to warn the user about a missaligned stack
|
18 years ago |
Brian Foley
|
49cef7443a
Move copy_block* functions to dsp dsputil.h
|
18 years ago |
Måns Rullgård
|
486497e07b
revert bad checkin
|
18 years ago |
Måns Rullgård
|
be6ed6fff4
move some CFLAGS settings away from config.* writing section
|
18 years ago |
Måns Rullgård
|
1d50395746
rename squareTbl -> ff_squareTbl
|
18 years ago |
Måns Rullgård
|
55fde95e3b
rename cropTbl -> ff_cropTbl
|
18 years ago |
Måns Rullgård
|
36cd306907
rename inverse -> ff_inverse
|
18 years ago |
Diego Biurrun
|
c26abfa541
Rename ABS macro to FFABS.
|
18 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Loren Merritt
|
2833fc4646
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
|
18 years ago |
Michael Benjamin
|
5ca030fed4
ADI Blackfin optimizations
|
18 years ago |
Måns Rullgård
|
0e176c3eb5
remove redundant declarations
|
18 years ago |
Kostya Shishkov
|
6243da0d50
Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.
|
18 years ago |
Kostya Shishkov
|
e34350a376
New function for chroma MC (will be used in VC-1)
|
18 years ago |
Kostya Shishkov
|
74691b7bcb
New qpel MC functions conforming to VC-1 standard.
|
18 years ago |
Loren Merritt
|
3e20143ee7
mmx implementation of deblocking strength decision.
|
18 years ago |
Loren Merritt
|
eb4825b5d4
sse and 3dnow implementations of float->int conversion and mdct windowing.
|
18 years ago |
Loren Merritt
|
2dac4acfc0
sse & sse2 implementations of vorbis channel coupling.
|
18 years ago |
Kostya Shishkov
|
64db55aedb
New functions in DSPContext for VC-1 decoding
|
18 years ago |
Emiliano Parasassi
|
29c5cdcaec
Fix compilation with --disable-decoders.
|
18 years ago |
Michael Niedermayer
|
b482e2d12f
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
|
18 years ago |
Diego Pettenò
|
3a6fc8faf3
Disable w53 and w97 cmp methods when snow encoder is disabled
|
18 years ago |
Loren Merritt
|
871371a768
Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation.
|
18 years ago |