summaryrefslogtreecommitdiff
path: root/libavcodec/x86/vorbisdsp_init.c
Commit message (Collapse)AuthorAge
* x86: Drop some unnecessary YASM ifdefsDiego Biurrun2014-04-04
| | | | Dead code elimination is enough to avoid undefined references in these cases.
* x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun2013-08-29
|
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
|
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
|
* vorbisdsp: convert x86 simd functions from inline asm to yasm.Ronald S. Bultje2013-01-22
|
* vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje2013-01-20
| | | | This saves one instruction in the x86-64 assembly.
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-19
Conveniently (together with Justin's earlier patches), this makes our vorbis decoder entirely independent of dsputil.