summaryrefslogtreecommitdiff
path: root/libavcodec/lpc.h
Commit message (Expand)AuthorAge
* libavcodec/lpc.h: Fix duplicate wordsMichael Niedermayer2013-08-12
* Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* | Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8'Michael Niedermayer2012-10-30
|\|
| * lpc: Add a function for calculating reflection coefficients from samplesMartin Storsjö2012-10-29
| * lpc: Add a function for calculating reflection coefficients from autocorrelat...Justin Ruggles2012-10-29
* | compute_lpc_coefs: assert that normalize and fail have a supported combinationMichael Niedermayer2012-10-14
* | 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-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-12
|\|
| * Fix a bunch of common typos.Diego Biurrun2011-12-11
* | 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
| * Separate window function from autocorrelation.Justin Ruggles2011-01-21
| * Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-21
* | 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 some prototypes from dsputil.c to reasonable header filesMåns Rullgård2010-03-06
* Cosmetics: s/LPC_type/LPC_TYPE/Vitor Sessak2008-09-04
* Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...Vitor Sessak2008-09-04
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Add missing header includes to fix 'make checkheaders'.Diego Biurrun2008-08-17
* update my email address to one which does not depend on my service providerJustin 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