summaryrefslogtreecommitdiff
path: root/libavcodec/x86/lpc_mmx.c
Commit message (Expand)AuthorAge
* x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun2012-08-28
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-25
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* cosmetics related to LPC changes.Justin Ruggles2011-01-21
* Separate window function from autocorrelation.Justin Ruggles2011-01-21
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-21
* lpc_mmx: add xmm registers to clobber listRamiro Polla2010-10-31
* lpc_mmx: merge some asm blocksRamiro Polla2010-10-31
* Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since itReimar Döffinger2010-01-02
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-17