index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
lpc.c
Age
Commit message (
Expand
)
Author
2015-09-19
lpc: correctly apply windowing to the samples in the float-only lpc
Rostislav Pehlivanov
2015-09-05
lpc: increase error array size of ff_lpc_calc_ref_coefs_f by one
Rostislav Pehlivanov
2015-09-01
lpc: add ff_lpc_calc_ref_coefs_f() function
Rostislav Pehlivanov
2015-09-01
lpc: remove unused ff_lpc_calc_levinson() function
Rostislav Pehlivanov
2015-08-29
lpc: rename ff_lpc_calc_levinsion to ff_lpc_calc_levinson
Rostislav Pehlivanov
2015-08-29
lpc: create a simplified Levinson-Durbin LPC handling float samples
Rostislav Pehlivanov
2015-07-06
avcodec/lpc: Fix lpc_apply_welch_window_c() for odd len
Michael Niedermayer
2014-11-23
lpc: Reduce stack usage by allocating LLSModel in context.
Reimar Döffinger
2014-11-15
Merge commit '60e0ee7ca25bd3bea54043b0607efe4cd51acaf3'
Michael Niedermayer
2014-11-14
lpc: always initialize ref and err
Vittorio Giovara
2014-08-09
drop LLS1, rename LLS2 to LLS
Michael Niedermayer
2013-11-17
rename new lls code to lls2 to avoid conflict with the old which has a differ...
Michael Niedermayer
2013-11-17
avutil: rename lls to lls2
Michael Niedermayer
2013-07-09
ff_lpc_calc_coefs: assert that the type is levinson or cholesky
Michael Niedermayer
2013-06-30
x86: lpc: fix a segfault in av_evaluate_lls_sse2()
Loren Merritt
2013-06-30
avcodec/lpc: Use a function pointer from an initialized context
Michael Niedermayer
2013-06-30
Merge commit 'c93ccf5a4cca722b39f05e9f5660b4cb75bc1740'
Michael Niedermayer
2013-06-30
Merge commit '502ab21af0ca68f76d6112722c46d2f35c004053'
Michael Niedermayer
2013-06-30
Merge commit '41578f70cf8aec8e7565fba1ca7e07f3dc46c3d2'
Michael Niedermayer
2013-06-30
Merge commit 'cc6714bb16b1f0716ba43701d47273dbe9657b8b'
Michael Niedermayer
2013-06-29
lpc: use levinson for the first pass of multipass cholesky
Loren Merritt
2013-06-29
x86: lpc: simd av_update_lls
Loren Merritt
2013-06-29
lpc: use function pointers, in preparation for asm
Loren Merritt
2013-06-29
lpc: remove "decay" argument
Loren Merritt
2013-03-01
Merge commit '9d4da474f5f40b019cb4cb931c8499deee586174'
Michael Niedermayer
2013-02-28
lls: move to the private namespace
Luca Barbato
2012-10-30
Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8'
Michael Niedermayer
2012-10-29
lpc: Add a function for calculating reflection coefficients from samples
Martin Storsjö
2012-10-28
lpc: check that lpc_type is valid in ff_lpc_calc_coefs
Michael Niedermayer
2012-10-08
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-08
x86: call most of the x86 dsp init functions under if (ARCH_X86)
Janne Grunau
2012-08-23
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-22
lpc: fix alignment of windowed samples for odd maximum LPC order
Justin Ruggles
2012-08-16
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2012-07-06
lpc: use default number of passes when lpc_passes is invalid
Michael Niedermayer
2012-06-28
lpc: use av_assert
Michael Niedermayer
2012-02-07
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-06
doxygen: Do not include license boilerplates in Doxygen comment blocks.
Diego Biurrun
2011-12-22
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-21
Replace Subversion revisions in comments by Git hashes.
Diego Biurrun
2011-07-14
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-14
doxygen: Make sure parameter names match between .c and .h files.
Diego Biurrun
2011-07-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-03
doxygen: Fix parameter names to match the function prototypes.
Diego Biurrun
2011-05-11
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-10
lavc: move some flac-specific options to its private context.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-23
cosmetics related to LPC changes.
Justin Ruggles
2011-01-23
Separate window function from autocorrelation.
Justin Ruggles
[next]