summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-07-09ff_lpc_calc_coefs: assert that the type is levinson or choleskyMichael Niedermayer1-0/+1
2013-06-30avcodec/lpc: Use a function pointer from an initialized contextMichael Niedermayer1-1/+1
2013-06-30Merge commit 'c93ccf5a4cca722b39f05e9f5660b4cb75bc1740'Michael Niedermayer1-17/+20
2013-06-30Merge commit '502ab21af0ca68f76d6112722c46d2f35c004053'Michael Niedermayer8-11/+257
2013-06-30Merge commit '41578f70cf8aec8e7565fba1ca7e07f3dc46c3d2'Michael Niedermayer5-18/+31
2013-06-30Merge commit 'cc6714bb16b1f0716ba43701d47273dbe9657b8b'Michael Niedermayer3-6/+5
2013-06-29lpc: use levinson for the first pass of multipass choleskyLoren Merritt1-13/+16
2013-06-29x86: lpc: simd av_update_llsLoren Merritt6-7/+253
2013-06-29lpc: use function pointers, in preparation for asmLoren Merritt3-16/+29
2013-06-29lpc: remove "decay" argumentLoren Merritt3-6/+5
2013-03-01Merge commit '9d4da474f5f40b019cb4cb931c8499deee586174'Michael Niedermayer4-13/+42
2013-02-28lls: move to the private namespaceLuca Barbato4-13/+42
2012-10-30Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8'Michael Niedermayer17-79/+522
2012-10-29lpc: Add a function for calculating reflection coefficients from samplesMartin Storsjö2-0/+15
2012-10-28lpc: check that lpc_type is valid in ff_lpc_calc_coefsMichael Niedermayer1-1/+2
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer38-463/+1635
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau22-40/+41
2012-08-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer10-43/+71
2012-08-22lpc: fix alignment of windowed samples for odd maximum LPC orderJustin Ruggles2-8/+8
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-07-06lpc: use default number of passes when lpc_passes is invalidMichael Niedermayer1-0/+3
2012-06-27lpc: use av_assertMichael Niedermayer1-2/+3
2012-02-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-29/+56
2012-02-06doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun15-15/+15
2011-12-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-249/+450
2011-12-21Replace Subversion revisions in comments by Git hashes.Diego Biurrun2-3/+4
2011-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer26-626/+941
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun10-35/+41
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer129-1147/+2098
2011-07-03doxygen: Fix parameter names to match the function prototypes.Diego Biurrun6-7/+7
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer56-459/+3934
2011-05-10lavc: move some flac-specific options to its private context.Anton Khirnov9-60/+141
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-23cosmetics related to LPC changes.Justin Ruggles2-8/+10
2011-01-23Separate window function from autocorrelation.Justin Ruggles6-39/+99
2011-01-23Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles12-43/+63
2011-01-21cosmetics related to LPC changes.Justin Ruggles2-8/+10
2011-01-21Separate window function from autocorrelation.Justin Ruggles6-39/+99
2011-01-21Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles12-43/+63
2010-07-11Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles8-39/+130
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2009-10-17Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles7-77/+72
2009-02-13lpc: Remove false positive compilation warning about weight beingPatrik Kullman1-1/+1
2009-02-13Assert that ff_lpc_calc_coefs() is called with a valid LPC method.Patrik Kullman1-1/+1
2009-02-13lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().Patrik Kullman1-0/+5
2008-09-04Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...Vitor Sessak4-95/+69
2008-08-31Misc cosmetics in compute_lpc_coefs(): braces removal and empty linesVitor Sessak1-6/+6
2008-08-31Remove useless var in compute_lpc_coefs()Vitor Sessak1-3/+2
[next]