Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-01lpc: add ff_lpc_calc_ref_coefs_f() functionRostislav Pehlivanov
2015-09-01lpc: remove unused ff_lpc_calc_levinson() functionRostislav Pehlivanov
2015-08-29lpc: rename ff_lpc_calc_levinsion to ff_lpc_calc_levinsonRostislav Pehlivanov
2015-08-29lpc: create a simplified Levinson-Durbin LPC handling float samplesRostislav Pehlivanov
2015-07-20avcodec: Implementation of AAC_fixed_decoder (SBR-module)Djordje Pesut
2014-11-23lpc: Reduce stack usage by allocating LLSModel in context.Reimar Döffinger
2014-11-15avcodec/lpc: remove unneeded {}Michael Niedermayer
2014-11-15Merge commit '60e0ee7ca25bd3bea54043b0607efe4cd51acaf3'Michael Niedermayer
2014-11-14lpc: always initialize ref and errVittorio Giovara
2013-08-12libavcodec/lpc.h: Fix duplicate wordsMichael Niedermayer
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2012-10-30Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8'Michael Niedermayer
2012-10-29lpc: Add a function for calculating reflection coefficients from samplesMartin Storsjö
2012-10-29lpc: Add a function for calculating reflection coefficients from autocorrelat...Justin Ruggles
2012-10-15compute_lpc_coefs: assert that normalize and fail have a supported combinationMichael Niedermayer
2012-08-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-23lpc: fix alignment of windowed samples for odd maximum LPC orderJustin Ruggles
2012-02-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-06doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10lavc: move some flac-specific options to its private context.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-23Separate window function from autocorrelation.Justin Ruggles
2011-01-23Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles
2011-01-21Separate window function from autocorrelation.Justin Ruggles
2011-01-21Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles
2010-07-11Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-03-07Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård
2008-09-05Cosmetics: s/LPC_type/LPC_TYPE/Vitor Sessak
2008-09-04Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...Vitor Sessak
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-17Add missing header includes to fix 'make checkheaders'.Diego Biurrun
2008-08-17update my email address to one which does not depend on my service providerJustin Ruggles
2008-08-17cosmetics: adjust line breaks and vertical alignmentJustin Ruggles
2008-08-17use limited range of lpc orders when quantizing coefficientsJustin Ruggles
2008-08-16lpc: cosmetics: vertically align declarations and definitions.Ramiro Polla
2008-08-16flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla