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
2022-09-23avcodec/lpc: zero the middle odd sample in the outputJames Almer
2022-09-23avcodec/lpc: use ptrdiff_t for length parametersJames Almer
2022-09-21lavc/lpc: do not explode when windowing a 1-length arrayLynne
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2021-05-29avcodec/lpc: Avoid floating point division by 0Michael Niedermayer
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2016-08-28lavc/lpc: Add min_shift parameter in LPCJai Luthra
2016-03-11lavc/lpc: exploit even symmetry of window functionGanesh Ajjanagadde
2015-09-19lpc: correctly apply windowing to the samples in the float-only lpcRostislav Pehlivanov
2015-09-05lpc: increase error array size of ff_lpc_calc_ref_coefs_f by oneRostislav Pehlivanov
2015-09-01lpc: add ff_lpc_calc_ref_coefs_f() functionRostislav Pehlivanov
2015-09-01lpc: remove unused ff_lpc_calc_levinson() functionRostislav Pehlivanov
2015-08-29lpc: rename ff_lpc_calc_levinsion to ff_lpc_calc_levinsonRostislav Pehlivanov
2015-08-29lpc: create a simplified Levinson-Durbin LPC handling float samplesRostislav Pehlivanov
2015-07-06avcodec/lpc: Fix lpc_apply_welch_window_c() for odd lenMichael Niedermayer
2014-11-23lpc: Reduce stack usage by allocating LLSModel in context.Reimar Döffinger
2014-11-15Merge commit '60e0ee7ca25bd3bea54043b0607efe4cd51acaf3'Michael Niedermayer
2014-11-14lpc: always initialize ref and errVittorio Giovara
2014-08-10drop LLS1, rename LLS2 to LLSMichael Niedermayer
2013-11-17rename new lls code to lls2 to avoid conflict with the old which has a differ...Michael Niedermayer
2013-11-17avutil: rename lls to lls2Michael Niedermayer
2013-07-09ff_lpc_calc_coefs: assert that the type is levinson or choleskyMichael Niedermayer
2013-07-01x86: lpc: fix a segfault in av_evaluate_lls_sse2()Loren Merritt
2013-06-30avcodec/lpc: Use a function pointer from an initialized contextMichael Niedermayer
2013-06-30Merge commit 'c93ccf5a4cca722b39f05e9f5660b4cb75bc1740'Michael Niedermayer
2013-06-30Merge commit '502ab21af0ca68f76d6112722c46d2f35c004053'Michael Niedermayer
2013-06-30Merge commit '41578f70cf8aec8e7565fba1ca7e07f3dc46c3d2'Michael Niedermayer
2013-06-30Merge commit 'cc6714bb16b1f0716ba43701d47273dbe9657b8b'Michael Niedermayer
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-03-01Merge commit '9d4da474f5f40b019cb4cb931c8499deee586174'Michael Niedermayer
2013-02-28lls: move to the private namespaceLuca Barbato
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