summaryrefslogtreecommitdiffstats
path: root/libavcodec/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* lpc: check that lpc_type is valid in ff_lpc_calc_coefsMichael Niedermayer2012-10-281-1/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-081-1/+1
|\
| * x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-231-8/+7
|\ \ | |/
| * lpc: fix alignment of windowed samples for odd maximum LPC orderJustin Ruggles2012-08-221-8/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | lpc: use default number of passes when lpc_passes is invalidMichael Niedermayer2012-07-061-0/+3
* | lpc: use av_assertMichael Niedermayer2012-06-281-2/+3
* | 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-221-2/+3
|\ \ | |/
| * Replace Subversion revisions in comments by Git hashes.Diego Biurrun2011-12-211-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-141-4/+2
|\ \ | |/
| * doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-141-4/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+1
|\ \ | |/
| * doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-031-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-6/+6
|\ \ | |/
| * lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-101-6/+6
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * cosmetics related to LPC changes.Justin Ruggles2011-01-211-4/+5
| * Separate window function from autocorrelation.Justin Ruggles2011-01-211-16/+41
| * Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-211-3/+10
* | cosmetics related to LPC changes.Justin Ruggles2011-01-231-4/+5
* | Separate window function from autocorrelation.Justin Ruggles2011-01-231-16/+41
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-231-3/+10
|/
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-111-5/+7
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-171-1/+63
* lpc: Remove false positive compilation warning about weight beingPatrik Kullman2009-02-131-1/+1
* Assert that ff_lpc_calc_coefs() is called with a valid LPC method.Patrik Kullman2009-02-131-1/+1
* lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().Patrik Kullman2009-02-131-0/+5
* Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...Vitor Sessak2008-09-041-40/+8
* Misc cosmetics in compute_lpc_coefs(): braces removal and empty linesVitor Sessak2008-08-311-6/+6
* Remove useless var in compute_lpc_coefs()Vitor Sessak2008-08-311-3/+2
* Merge declaration and initialization of a few vars in compute_lpc_coefs()Vitor Sessak2008-08-311-5/+3
* Remove useless zeroing of a bufferVitor Sessak2008-08-291-1/+0
* cosmetics: Fix incorrect indentation.Diego Biurrun2008-08-211-32/+32
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-161-1/+1
* use range of lpc orders in ORDER_METHOD_ESTJustin Ruggles2008-08-161-4/+4
* cosmetics: adjust line breaks and vertical alignmentJustin Ruggles2008-08-161-3/+4
* use limited range of lpc orders when quantizing coefficientsJustin Ruggles2008-08-161-2/+2
* lpc: cosmetics: vertically align declarations and definitions.Ramiro Polla2008-08-161-3/+3
* flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla2008-08-161-0/+204
OpenPOWER on IntegriCloud