76 Commits (2c734a84964c6f6896194b0a3175124897468eac)

Author SHA1 Message Date
Michael Niedermayer 38d18fb578 avcodec/lpc: Avoid floating point division by 0 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Jai Luthra 0c023d181e lavc/lpc: Add min_shift parameter in LPC 8 years ago
Ganesh Ajjanagadde 66edd8656b lavc/lpc: exploit even symmetry of window function 9 years ago
Rostislav Pehlivanov 0cfdaf45c4 lpc: correctly apply windowing to the samples in the float-only lpc 9 years ago
Rostislav Pehlivanov 7591f8319b lpc: increase error array size of ff_lpc_calc_ref_coefs_f by one 9 years ago
Rostislav Pehlivanov 0fc3a51353 lpc: add ff_lpc_calc_ref_coefs_f() function 9 years ago
Rostislav Pehlivanov a70ee2bdcd lpc: remove unused ff_lpc_calc_levinson() function 9 years ago
Rostislav Pehlivanov 141d80ded7 lpc: rename ff_lpc_calc_levinsion to ff_lpc_calc_levinson 9 years ago
Rostislav Pehlivanov 20962b567b lpc: create a simplified Levinson-Durbin LPC handling float samples 9 years ago
Michael Niedermayer a3a61d4663 avcodec/lpc: Fix lpc_apply_welch_window_c() for odd len 10 years ago
Reimar Döffinger 458aadf862 lpc: Reduce stack usage by allocating LLSModel in context. 10 years ago
Vittorio Giovara 60e0ee7ca2 lpc: always initialize ref and err 10 years ago
Michael Niedermayer 70b8668fb5 drop LLS1, rename LLS2 to LLS 10 years ago
Michael Niedermayer c3814ab654 rename new lls code to lls2 to avoid conflict with the old which has a different ABI 11 years ago
Michael Niedermayer bbe66ef912 avutil: rename lls to lls2 11 years ago
Michael Niedermayer 0dd99628ea ff_lpc_calc_coefs: assert that the type is levinson or cholesky 12 years ago
Loren Merritt 1221bb6239 x86: lpc: fix a segfault in av_evaluate_lls_sse2() 12 years ago
Michael Niedermayer e27be795f0 avcodec/lpc: Use a function pointer from an initialized context 12 years ago
Loren Merritt c93ccf5a4c lpc: use levinson for the first pass of multipass cholesky 12 years ago
Loren Merritt 502ab21af0 x86: lpc: simd av_update_lls 12 years ago
Loren Merritt 41578f70cf lpc: use function pointers, in preparation for asm 12 years ago
Loren Merritt cc6714bb16 lpc: remove "decay" argument 12 years ago
Luca Barbato 9d4da474f5 lls: move to the private namespace 12 years ago
Martin Storsjö 8b25a20efb lpc: Add a function for calculating reflection coefficients from samples 12 years ago
Michael Niedermayer c4a36b6f70 lpc: check that lpc_type is valid in ff_lpc_calc_coefs 12 years ago
Janne Grunau f101eab1be x86: call most of the x86 dsp init functions under if (ARCH_X86) 12 years ago
Justin Ruggles 4b0e0f31bf lpc: fix alignment of windowed samples for odd maximum LPC order 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Michael Niedermayer 894319e010 lpc: use default number of passes when lpc_passes is invalid 13 years ago
Michael Niedermayer b1a17953ec lpc: use av_assert 13 years ago
Diego Biurrun 32f3c541bc doxygen: Do not include license boilerplates in Doxygen comment blocks. 13 years ago
Diego Biurrun c18365402b Replace Subversion revisions in comments by Git hashes. 13 years ago
Diego Biurrun 96c1e6d40d doxygen: Make sure parameter names match between .c and .h files. 14 years ago
Diego Biurrun 24c9babaaf doxygen: Fix parameter names to match the function prototypes. 14 years ago
Anton Khirnov 188dea1dbf lavc: move some flac-specific options to its private context. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Justin Ruggles 384dbd617f cosmetics related to LPC changes. 14 years ago
Justin Ruggles 7101b18508 Separate window function from autocorrelation. 14 years ago
Justin Ruggles 0d8837bdda Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 14 years ago
Justin Ruggles 1c189fc533 cosmetics related to LPC changes. 14 years ago
Justin Ruggles 77a78e9bdc Separate window function from autocorrelation. 14 years ago
Justin Ruggles 56f8952b25 Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 14 years ago
Justin Ruggles 23940f1405 Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Justin Ruggles fde82ca7e4 Move autocorrelation function from flacenc.c to lpc.c. Also rename the 15 years ago
Patrik Kullman 3cfe88194a lpc: Remove false positive compilation warning about weight being 16 years ago
Patrik Kullman eabe8c7033 Assert that ff_lpc_calc_coefs() is called with a valid LPC method. 16 years ago
Patrik Kullman 83f63ffb22 lpc: Document the use_lpc parameter to ff_lpc_calc_coefs(). 16 years ago
Vitor Sessak 1be0fc2909 Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders. 16 years ago