summaryrefslogtreecommitdiffstats
path: root/libavcodec/lpc.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/lpc: signed integer overflow in compute_lpc_coefs() (aacdec_fixed)Michael Niedermayer2017-06-211-2/+5
* lavc/lpc: Add min_shift parameter in LPCJai Luthra2016-08-281-1/+1
* avcodec/lpc: replace #define by typedefGanesh Ajjanagadde2015-11-201-3/+3
* lpc: add ff_lpc_calc_ref_coefs_f() functionRostislav Pehlivanov2015-09-011-0/+2
* lpc: remove unused ff_lpc_calc_levinson() functionRostislav Pehlivanov2015-09-011-3/+0
* lpc: rename ff_lpc_calc_levinsion to ff_lpc_calc_levinsonRostislav Pehlivanov2015-08-291-3/+3
* lpc: create a simplified Levinson-Durbin LPC handling float samplesRostislav Pehlivanov2015-08-291-0/+4
* avcodec: Implementation of AAC_fixed_decoder (SBR-module)Djordje Pesut2015-07-201-5/+10
* lpc: Reduce stack usage by allocating LLSModel in context.Reimar Döffinger2014-11-231-0/+4
* avcodec/lpc: remove unneeded {}Michael Niedermayer2014-11-151-1/+1
* Merge commit '60e0ee7ca25bd3bea54043b0607efe4cd51acaf3'Michael Niedermayer2014-11-151-1/+1
|\
| * lpc: always initialize ref and errVittorio Giovara2014-11-141-1/+1
* | libavcodec/lpc.h: Fix duplicate wordsMichael Niedermayer2013-08-121-1/+1
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8'Michael Niedermayer2012-10-301-0/+34
|\ \ | |/
| * lpc: Add a function for calculating reflection coefficients from samplesMartin Storsjö2012-10-291-0/+3
| * lpc: Add a function for calculating reflection coefficients from autocorrelat...Justin Ruggles2012-10-291-0/+31
* | compute_lpc_coefs: assert that normalize and fail have a supported combinationMichael Niedermayer2012-10-141-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-231-0/+1
|\ \ | |/
| * lpc: fix alignment of windowed samples for odd maximum LPC orderJustin Ruggles2012-08-221-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-071-1/+1
|\ \ | |/
| * doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-121-1/+1
|\ \ | |/
| * Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-3/+14
|\ \ | |/
| * lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-101-3/+14
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Separate window function from autocorrelation.Justin Ruggles2011-01-211-3/+28
| * Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-211-3/+21
* | Separate window function from autocorrelation.Justin Ruggles2011-01-231-3/+28
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-231-3/+21
|/
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-111-1/+2
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård2010-03-061-0/+3
* Cosmetics: s/LPC_type/LPC_TYPE/Vitor Sessak2008-09-041-9/+9
* Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...Vitor Sessak2008-09-041-0/+54
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Add missing header includes to fix 'make checkheaders'.Diego Biurrun2008-08-171-1/+2
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-161-1/+1
* cosmetics: adjust line breaks and vertical alignmentJustin Ruggles2008-08-161-3/+4
* use limited range of lpc orders when quantizing coefficientsJustin Ruggles2008-08-161-1/+1
* lpc: cosmetics: vertically align declarations and definitions.Ramiro Polla2008-08-161-5/+5
* flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla2008-08-161-0/+46
OpenPOWER on IntegriCloud