| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/lpc: Add min_shift parameter in LPC | Jai Luthra | 2016-08-28 | 1 | -1/+1 |
* | avcodec/lpc: replace #define by typedef | Ganesh Ajjanagadde | 2015-11-20 | 1 | -3/+3 |
* | lpc: add ff_lpc_calc_ref_coefs_f() function | Rostislav Pehlivanov | 2015-09-01 | 1 | -0/+2 |
* | lpc: remove unused ff_lpc_calc_levinson() function | Rostislav Pehlivanov | 2015-09-01 | 1 | -3/+0 |
* | lpc: rename ff_lpc_calc_levinsion to ff_lpc_calc_levinson | Rostislav Pehlivanov | 2015-08-29 | 1 | -3/+3 |
* | lpc: create a simplified Levinson-Durbin LPC handling float samples | Rostislav Pehlivanov | 2015-08-29 | 1 | -0/+4 |
* | avcodec: Implementation of AAC_fixed_decoder (SBR-module) | Djordje Pesut | 2015-07-20 | 1 | -5/+10 |
* | lpc: Reduce stack usage by allocating LLSModel in context. | Reimar Döffinger | 2014-11-23 | 1 | -0/+4 |
* | avcodec/lpc: remove unneeded {} | Michael Niedermayer | 2014-11-15 | 1 | -1/+1 |
* | Merge commit '60e0ee7ca25bd3bea54043b0607efe4cd51acaf3' | Michael Niedermayer | 2014-11-15 | 1 | -1/+1 |
|\ |
|
| * | lpc: always initialize ref and err | Vittorio Giovara | 2014-11-14 | 1 | -1/+1 |
* | | libavcodec/lpc.h: Fix duplicate words | Michael Niedermayer | 2013-08-12 | 1 | -1/+1 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8' | Michael Niedermayer | 2012-10-30 | 1 | -0/+34 |
|\| |
|
| * | lpc: Add a function for calculating reflection coefficients from samples | Martin Storsjö | 2012-10-29 | 1 | -0/+3 |
| * | lpc: Add a function for calculating reflection coefficients from autocorrelat... | Justin Ruggles | 2012-10-29 | 1 | -0/+31 |
* | | compute_lpc_coefs: assert that normalize and fail have a supported combination | Michael Niedermayer | 2012-10-14 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-23 | 1 | -0/+1 |
|\| |
|
| * | lpc: fix alignment of windowed samples for odd maximum LPC order | Justin Ruggles | 2012-08-22 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-07 | 1 | -1/+1 |
|\| |
|
| * | doxygen: Do not include license boilerplates in Doxygen comment blocks. | Diego Biurrun | 2012-02-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-12 | 1 | -1/+1 |
|\| |
|
| * | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-11 | 1 | -3/+14 |
|\| |
|
| * | lavc: move some flac-specific options to its private context. | Anton Khirnov | 2011-05-10 | 1 | -3/+14 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Separate window function from autocorrelation. | Justin Ruggles | 2011-01-21 | 1 | -3/+28 |
| * | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. | Justin Ruggles | 2011-01-21 | 1 | -3/+21 |
* | | Separate window function from autocorrelation. | Justin Ruggles | 2011-01-23 | 1 | -3/+28 |
* | | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. | Justin Ruggles | 2011-01-23 | 1 | -3/+21 |
|/ |
|
* | Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. | Justin Ruggles | 2010-07-11 | 1 | -1/+2 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Move some prototypes from dsputil.c to reasonable header files | Måns Rullgård | 2010-03-06 | 1 | -0/+3 |
* | Cosmetics: s/LPC_type/LPC_TYPE/ | Vitor Sessak | 2008-09-04 | 1 | -9/+9 |
* | Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco... | Vitor Sessak | 2008-09-04 | 1 | -0/+54 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Add missing header includes to fix 'make checkheaders'. | Diego Biurrun | 2008-08-17 | 1 | -1/+2 |
* | update my email address to one which does not depend on my service provider | Justin Ruggles | 2008-08-16 | 1 | -1/+1 |
* | cosmetics: adjust line breaks and vertical alignment | Justin Ruggles | 2008-08-16 | 1 | -3/+4 |
* | use limited range of lpc orders when quantizing coefficients | Justin Ruggles | 2008-08-16 | 1 | -1/+1 |
* | lpc: cosmetics: vertically align declarations and definitions. | Ramiro Polla | 2008-08-16 | 1 | -5/+5 |
* | flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files. | Ramiro Polla | 2008-08-16 | 1 | -0/+46 |