]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/lpc_mmx.c
x86: fft: elf64: fix PIC build
[ffmpeg] / libavcodec / x86 / lpc_mmx.c
2012-06-25 Ronald S. Bultjex86: place some inline asm under #if HAVE_INLINE_ASM
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-21 Justin Rugglescosmetics related to LPC changes.
2011-01-21 Justin RugglesSeparate window function from autocorrelation.
2011-01-21 Justin RugglesMove lpc_compute_autocorr() from DSPContext to a new...
2010-10-31 Ramiro Pollalpc_mmx: add xmm registers to clobber list
2010-10-31 Ramiro Pollalpc_mmx: merge some asm blocks
2010-01-02 Reimar DöffingerReduce number of ASM constraints for ff_lpc_compute_aut...
2009-10-17 Justin RugglesMove autocorrelation function from flacenc.c to lpc...