61 Commits (45660c7d1b76185de97160808d81885f9dd08e23)

Author SHA1 Message Date
Michael Niedermayer 70b8668fb5 drop LLS1, rename LLS2 to LLS 10 years ago
Michael Niedermayer c3814ab654 rename new lls code to lls2 to avoid conflict with the old which has a different ABI 11 years ago
Michael Niedermayer bbe66ef912 avutil: rename lls to lls2 11 years ago
Michael Niedermayer 0dd99628ea ff_lpc_calc_coefs: assert that the type is levinson or cholesky 12 years ago
Loren Merritt 1221bb6239 x86: lpc: fix a segfault in av_evaluate_lls_sse2() 12 years ago
Michael Niedermayer e27be795f0 avcodec/lpc: Use a function pointer from an initialized context 12 years ago
Loren Merritt c93ccf5a4c lpc: use levinson for the first pass of multipass cholesky 12 years ago
Loren Merritt 502ab21af0 x86: lpc: simd av_update_lls 12 years ago
Loren Merritt 41578f70cf lpc: use function pointers, in preparation for asm 12 years ago
Loren Merritt cc6714bb16 lpc: remove "decay" argument 12 years ago
Luca Barbato 9d4da474f5 lls: move to the private namespace 12 years ago
Martin Storsjö 8b25a20efb lpc: Add a function for calculating reflection coefficients from samples 12 years ago
Michael Niedermayer c4a36b6f70 lpc: check that lpc_type is valid in ff_lpc_calc_coefs 12 years ago
Janne Grunau f101eab1be x86: call most of the x86 dsp init functions under if (ARCH_X86) 12 years ago
Justin Ruggles 4b0e0f31bf lpc: fix alignment of windowed samples for odd maximum LPC order 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Michael Niedermayer 894319e010 lpc: use default number of passes when lpc_passes is invalid 13 years ago
Michael Niedermayer b1a17953ec lpc: use av_assert 13 years ago
Diego Biurrun 32f3c541bc doxygen: Do not include license boilerplates in Doxygen comment blocks. 13 years ago
Diego Biurrun c18365402b Replace Subversion revisions in comments by Git hashes. 13 years ago
Diego Biurrun 96c1e6d40d doxygen: Make sure parameter names match between .c and .h files. 14 years ago
Diego Biurrun 24c9babaaf doxygen: Fix parameter names to match the function prototypes. 14 years ago
Anton Khirnov 188dea1dbf lavc: move some flac-specific options to its private context. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Justin Ruggles 384dbd617f cosmetics related to LPC changes. 14 years ago
Justin Ruggles 7101b18508 Separate window function from autocorrelation. 14 years ago
Justin Ruggles 0d8837bdda Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 14 years ago
Justin Ruggles 1c189fc533 cosmetics related to LPC changes. 14 years ago
Justin Ruggles 77a78e9bdc Separate window function from autocorrelation. 14 years ago
Justin Ruggles 56f8952b25 Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 14 years ago
Justin Ruggles 23940f1405 Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Justin Ruggles fde82ca7e4 Move autocorrelation function from flacenc.c to lpc.c. Also rename the 15 years ago
Patrik Kullman 3cfe88194a lpc: Remove false positive compilation warning about weight being 16 years ago
Patrik Kullman eabe8c7033 Assert that ff_lpc_calc_coefs() is called with a valid LPC method. 16 years ago
Patrik Kullman 83f63ffb22 lpc: Document the use_lpc parameter to ff_lpc_calc_coefs(). 16 years ago
Vitor Sessak 1be0fc2909 Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders. 16 years ago
Vitor Sessak f6a1ca1dad Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines 16 years ago
Vitor Sessak fc324cd523 Remove useless var in compute_lpc_coefs() 16 years ago
Vitor Sessak 5d2dd90848 Merge declaration and initialization of a few vars in compute_lpc_coefs() 16 years ago
Vitor Sessak f991d423d2 Remove useless zeroing of a buffer 16 years ago
Diego Biurrun 8e84913db4 cosmetics: Fix incorrect indentation. 16 years ago
Justin Ruggles 38c1a5c4d9 update my email address to one which does not depend on my service provider 16 years ago
Justin Ruggles 81fc8a63c5 use range of lpc orders in ORDER_METHOD_EST 16 years ago
Justin Ruggles 9045f5e72d cosmetics: adjust line breaks and vertical alignment 16 years ago
Justin Ruggles 56c07e2989 use limited range of lpc orders when quantizing coefficients 16 years ago
Ramiro Polla e9e3c9801e lpc: cosmetics: vertically align declarations and definitions. 16 years ago
Ramiro Polla c50da3ad6c flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files. 16 years ago