summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-12libavcodec/lpc.h: Fix duplicate wordsMichael Niedermayer1-1/+1
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer120-120/+5
2013-02-25Remove unnecessary dsputil.h #includesDiego Biurrun121-120/+5
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-29lpc: Add a function for calculating reflection coefficients from autocorrelat...Justin Ruggles1-0/+31
2012-10-14compute_lpc_coefs: assert that normalize and fail have a supported combinationMichael Niedermayer1-0/+3
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-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-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer78-286/+388
2011-12-10Fix a bunch of common typos.Diego Biurrun51-82/+83
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-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-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
2010-03-06Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård5-12/+13
2008-09-04Cosmetics: s/LPC_type/LPC_TYPE/Vitor Sessak1-9/+9
2008-09-04Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...Vitor Sessak4-95/+69
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-17Add missing header includes to fix 'make checkheaders'.Diego Biurrun1-1/+2
2008-08-16update my email address to one which does not depend on my service providerJustin Ruggles4-4/+4
2008-08-16cosmetics: adjust line breaks and vertical alignmentJustin Ruggles3-8/+11
2008-08-16use limited range of lpc orders when quantizing coefficientsJustin Ruggles3-4/+4
2008-08-16lpc: cosmetics: vertically align declarations and definitions.Ramiro Polla2-8/+8
2008-08-16flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla4-190/+253