| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
efbd04c332 | x86: avcodec: Drop silly "_sse" suffixes from filenames | 13 years ago |
|
|
331e7c4cb3 |
imdct36: mark SSE functions as using all 16 XMM registers.
On x86-64, it indeed uses all 16 registers (and on x86-32, this gets clipped to 8). Not marking it properly causes callers of this function to fail randomly because of XMM register clobbering. |
14 years ago |
|
|
3b15a6d742 |
config.asm: change %ifdef directives to %if directives.
This allows combining multiple conditionals in a single statement. |
14 years ago |
|
|
39df0c434c |
mpegaudiodec: optimized iMDCT transform
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> |
14 years ago |