History | View | Annotate | Download (6.1 KB)
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
cosmetics related to LPC changes.
Separate window function from autocorrelation.
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
lpc_mmx: add xmm registers to clobber list
Originally committed as revision 25620 to svn://svn.ffmpeg.org/ffmpeg/trunk
lpc_mmx: merge some asm blocks
These blocks depended on the compiler keeping xmm registers untouched betweenthem.
Originally committed as revision 25619 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since itcauses no significant speed difference and can avoid compilation issues with--enable-pic.
Originally committed as revision 21003 to svn://svn.ffmpeg.org/ffmpeg/trunk
Move autocorrelation function from flacenc.c to lpc.c. Also rename thecorresponding dsputil functions and remove their dependency on the FLACencoder.Fixes Issue1486.
Originally committed as revision 20266 to svn://svn.ffmpeg.org/ffmpeg/trunk