summaryrefslogtreecommitdiff
path: root/libavcodec/lpc.c
Commit message (Expand)AuthorAge
* rename new lls code to lls2 to avoid conflict with the old which has a differ...Michael Niedermayer2013-11-17
* avutil: rename lls to lls2Michael Niedermayer2013-11-17
* ff_lpc_calc_coefs: assert that the type is levinson or choleskyMichael Niedermayer2013-07-09
* avcodec/lpc: Use a function pointer from an initialized contextMichael Niedermayer2013-06-30
* Merge commit 'c93ccf5a4cca722b39f05e9f5660b4cb75bc1740'Michael Niedermayer2013-06-30
|\
| * lpc: use levinson for the first pass of multipass choleskyLoren Merritt2013-06-29
* | Merge commit '502ab21af0ca68f76d6112722c46d2f35c004053'Michael Niedermayer2013-06-30
|\|
| * x86: lpc: simd av_update_llsLoren Merritt2013-06-29
* | Merge commit '41578f70cf8aec8e7565fba1ca7e07f3dc46c3d2'Michael Niedermayer2013-06-30
|\|
| * lpc: use function pointers, in preparation for asmLoren Merritt2013-06-29
* | Merge commit 'cc6714bb16b1f0716ba43701d47273dbe9657b8b'Michael Niedermayer2013-06-30
|\|
| * lpc: remove "decay" argumentLoren Merritt2013-06-29
* | Merge commit '9d4da474f5f40b019cb4cb931c8499deee586174'Michael Niedermayer2013-03-01
|\|
| * lls: move to the private namespaceLuca Barbato2013-02-28
* | Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8'Michael Niedermayer2012-10-30
|\|
| * lpc: Add a function for calculating reflection coefficients from samplesMartin Storsjö2012-10-29
* | lpc: check that lpc_type is valid in ff_lpc_calc_coefsMichael Niedermayer2012-10-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-08
|\|
| * x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-23
|\|
| * lpc: fix alignment of windowed samples for odd maximum LPC orderJustin Ruggles2012-08-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | lpc: use default number of passes when lpc_passes is invalidMichael Niedermayer2012-07-06
* | lpc: use av_assertMichael Niedermayer2012-06-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-07
|\|
| * doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-22
|\|
| * Replace Subversion revisions in comments by Git hashes.Diego Biurrun2011-12-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-14
|\|
| * doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-03
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\|
| * lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-10
| * 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
* | cosmetics related to LPC changes.Justin Ruggles2011-01-23
* | Separate window function from autocorrelation.Justin Ruggles2011-01-23
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-23
|/
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-11
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-17
* lpc: Remove false positive compilation warning about weight beingPatrik Kullman2009-02-13
* Assert that ff_lpc_calc_coefs() is called with a valid LPC method.Patrik Kullman2009-02-13
* lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().Patrik Kullman2009-02-13
* Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...Vitor Sessak2008-09-04
* Misc cosmetics in compute_lpc_coefs(): braces removal and empty linesVitor Sessak2008-08-31