]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/vorbisdsp_init.c
x86: hpeldsp: Use EXTERNAL_SSE2_FAST where appropriate
[ffmpeg] / libavcodec / x86 / vorbisdsp_init.c
2014-04-04 Diego Biurrunx86: Drop some unnecessary YASM ifdefs
2013-08-29 Diego Biurrunx86: avcodec: Use convenience macros to check for CPU...
2013-07-17 Diego BiurrunConsistently use "cpu_flags" as variable/parameter...
2013-02-05 Diego BiurrunAdd av_cold attributes to arch-specific init functions
2013-01-23 Ronald S. Bultjevorbisdsp: convert x86 simd functions from inline asm...
2013-01-21 Ronald S. Bultjevorbisdsp: change block_size type from int to intptr_t.
2013-01-20 Ronald S. BultjeMove vorbis_inverse_coupling from dsputil to vorbisdspc...