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
2012-10-30Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8'Michael Niedermayer
2012-10-29lpc: Add a function for calculating reflection coefficients from samplesMartin Storsjö
2012-10-28lpc: check that lpc_type is valid in ff_lpc_calc_coefsMichael Niedermayer
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau
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-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-06lpc: use default number of passes when lpc_passes is invalidMichael Niedermayer
2012-06-28lpc: use av_assertMichael Niedermayer
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-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-21Replace Subversion revisions in comments by Git hashes.Diego Biurrun
2011-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03doxygen: Fix parameter names to match the function prototypes.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-23cosmetics related to LPC changes.Justin Ruggles
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-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