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
2013-07-01x86: lpc: fix a segfault in av_evaluate_lls_sse2()Loren Merritt
2013-06-29lpc: use levinson for the first pass of multipass choleskyLoren Merritt
2013-06-29x86: lpc: simd av_update_llsLoren Merritt
2013-06-29lpc: use function pointers, in preparation for asmLoren Merritt
2013-06-29lpc: remove "decay" argumentLoren Merritt
2013-02-28lls: move to the private namespaceLuca Barbato
2012-10-29lpc: Add a function for calculating reflection coefficients from samplesMartin Storsjö
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau
2012-08-23lpc: fix alignment of windowed samples for odd maximum LPC orderJustin Ruggles
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-02-06doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun
2011-12-21Replace Subversion revisions in comments by Git hashes.Diego Biurrun
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-03doxygen: Fix parameter names to match the function prototypes.Diego Biurrun
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-21cosmetics related to LPC changes.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
2009-10-18Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles
2009-02-14lpc: Remove false positive compilation warning about weight beingPatrik Kullman
2009-02-14Assert that ff_lpc_calc_coefs() is called with a valid LPC method.Patrik Kullman
2009-02-14lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().Patrik Kullman
2008-09-04Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...Vitor Sessak
2008-08-31Misc cosmetics in compute_lpc_coefs(): braces removal and empty linesVitor Sessak
2008-08-31Remove useless var in compute_lpc_coefs()Vitor Sessak
2008-08-31Merge declaration and initialization of a few vars in compute_lpc_coefs()Vitor Sessak
2008-08-30Remove useless zeroing of a bufferVitor Sessak
2008-08-21cosmetics: Fix incorrect indentation.Diego Biurrun
2008-08-17update my email address to one which does not depend on my service providerJustin Ruggles
2008-08-17use range of lpc orders in ORDER_METHOD_ESTJustin 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