Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aarch64: NEON vorbis_inverse_coupling | Janne Grunau | 2014-04-22 | 1 | -0/+2 |
| | | | | | From the ARMv7 NEON version. 16 times faster as the C version, overall more than 12% faster vorbis decoding on Apple's A7. | ||||
* | cosmetics: Place arch initialization calls in alphabetical order | Diego Biurrun | 2013-08-29 | 1 | -4/+4 |
| | |||||
* | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
| | |||||
* | Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. | Ronald S. Bultje | 2013-01-19 | 1 | -0/+33 |
Conveniently (together with Justin's earlier patches), this makes our vorbis decoder entirely independent of dsputil. |