summaryrefslogtreecommitdiff
path: root/libavcodec/lpc.c
Commit message (Expand)AuthorAge
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
* doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-03
* 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
* 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
* Remove useless var in compute_lpc_coefs()Vitor Sessak2008-08-31
* Merge declaration and initialization of a few vars in compute_lpc_coefs()Vitor Sessak2008-08-31
* Remove useless zeroing of a bufferVitor Sessak2008-08-29
* cosmetics: Fix incorrect indentation.Diego Biurrun2008-08-21
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-16
* use range of lpc orders in ORDER_METHOD_ESTJustin Ruggles2008-08-16
* cosmetics: adjust line breaks and vertical alignmentJustin Ruggles2008-08-16
* use limited range of lpc orders when quantizing coefficientsJustin Ruggles2008-08-16
* lpc: cosmetics: vertically align declarations and definitions.Ramiro Polla2008-08-16
* flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla2008-08-16