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
2012-02-06
doxygen: Do not include license boilerplates in Doxygen comment blocks.
Diego Biurrun
2011-12-21
Replace Subversion revisions in comments by Git hashes.
Diego Biurrun
2011-07-14
doxygen: Make sure parameter names match between .c and .h files.
Diego Biurrun
2011-07-03
doxygen: Fix parameter names to match the function prototypes.
Diego Biurrun
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-21
cosmetics related to LPC changes.
Justin Ruggles
2011-01-21
Separate window function from autocorrelation.
Justin Ruggles
2011-01-21
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
Justin Ruggles
2010-07-11
Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.
Justin Ruggles
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2009-10-17
Move autocorrelation function from flacenc.c to lpc.c. Also rename the
Justin Ruggles
2009-02-13
lpc: Remove false positive compilation warning about weight being
Patrik Kullman
2009-02-13
Assert that ff_lpc_calc_coefs() is called with a valid LPC method.
Patrik Kullman
2009-02-13
lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().
Patrik Kullman
2008-09-04
Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...
Vitor Sessak
2008-08-31
Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines
Vitor Sessak
2008-08-31
Remove useless var in compute_lpc_coefs()
Vitor Sessak
2008-08-31
Merge declaration and initialization of a few vars in compute_lpc_coefs()
Vitor Sessak
2008-08-29
Remove useless zeroing of a buffer
Vitor Sessak
2008-08-21
cosmetics: Fix incorrect indentation.
Diego Biurrun
2008-08-16
update my email address to one which does not depend on my service provider
Justin Ruggles
2008-08-16
use range of lpc orders in ORDER_METHOD_EST
Justin Ruggles
2008-08-16
cosmetics: adjust line breaks and vertical alignment
Justin Ruggles
2008-08-16
use limited range of lpc orders when quantizing coefficients
Justin Ruggles
2008-08-16
lpc: cosmetics: vertically align declarations and definitions.
Ramiro Polla
2008-08-16
flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.
Ramiro Polla