Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86: avcodec: Drop silly "_sse" suffixes from filenames | Diego Biurrun | 2012-08-28 | 1 | -721/+0 |
| | |||||
* | imdct36: mark SSE functions as using all 16 XMM registers. | Ronald S. Bultje | 2012-01-29 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 1 | -4/+4 |
| | | | | This allows combining multiple conditionals in a single statement. | ||||
* | mpegaudiodec: optimized iMDCT transform | Vitor Sessak | 2012-01-08 | 1 | -0/+721 |
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> |