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.h
Age
Commit message (
Expand
)
Author
2012-10-29
lpc: Add a function for calculating reflection coefficients from samples
Martin Storsjö
2012-10-29
lpc: Add a function for calculating reflection coefficients from autocorrelat...
Justin Ruggles
2012-08-22
lpc: fix alignment of windowed samples for odd maximum LPC order
Justin Ruggles
2012-02-06
doxygen: Do not include license boilerplates in Doxygen comment blocks.
Diego Biurrun
2011-12-11
Fix a bunch of common typos.
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
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
2010-03-06
Move some prototypes from dsputil.c to reasonable header files
Måns Rullgård
2008-09-04
Cosmetics: s/LPC_type/LPC_TYPE/
Vitor Sessak
2008-09-04
Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...
Vitor Sessak
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-17
Add missing header includes to fix 'make checkheaders'.
Diego Biurrun
2008-08-16
update my email address to one which does not depend on my service provider
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