summaryrefslogtreecommitdiff
path: root/libavutil/lls.c
Commit message (Expand)AuthorAge
* build: Split test programs off into separate filesDiego Biurrun2016-04-07
* testprogs: K&R formatting cosmeticsDiego Biurrun2016-03-24
* testprogs: Clean up #includesDiego Biurrun2016-03-24
* libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau2015-12-14
* lavu: Drop deprecated private lls functionsVittorio Giovara2015-08-28
* x86: lpc: simd av_update_llsLoren Merritt2013-06-29
* lpc: use function pointers, in preparation for asmLoren Merritt2013-06-29
* lpc: remove "decay" argumentLoren Merritt2013-06-29
* avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* lls: Do not return from void functionsDiego Biurrun2013-03-01
* lls: #ifndef --> #if in FF_API_ version guardDiego Biurrun2013-03-01
* lls: mark max_order as unsigned shortLuca Barbato2013-02-28
* lls: move to the private namespaceLuca Barbato2013-02-28
* lls: use av_lfg instead of rand() in test programMans Rullgard2011-07-11
* lls: whitespace cosmeticsMans Rullgard2011-07-08
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Remove disabled code cruft.Diego Biurrun2009-08-10
* Align test program output columns.Diego Biurrun2009-03-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Remove unused redefinition of av_log for test.Benoit Fouet2008-08-07
* Fix the following using void* casts, proper casts are less readable andMichael Niedermayer2008-01-31
* Remove unused variable variance.Diego Biurrun2008-01-08
* main() --> main(void)Diego Biurrun2007-11-23
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Fix FSF postal address.Diego Biurrun2006-07-26
* calculate all coefficients for several orders during cholesky factorization, ...Michael Niedermayer2006-07-15
* unneeded #includeMichael Niedermayer2006-07-14
* linear least squares solver using cholesky factorizationMichael Niedermayer2006-07-14