summaryrefslogtreecommitdiffstats
path: root/libavutil/lls.c
Commit message (Expand)AuthorAgeFilesLines
* x86: lpc: simd av_update_llsLoren Merritt2013-06-291-3/+5
* lpc: use function pointers, in preparation for asmLoren Merritt2013-06-291-12/+14
* lpc: remove "decay" argumentLoren Merritt2013-06-291-4/+3
* avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-2/+3
* lls: Do not return from void functionsDiego Biurrun2013-03-011-3/+3
* lls: #ifndef --> #if in FF_API_ version guardDiego Biurrun2013-03-011-2/+3
* lls: mark max_order as unsigned shortLuca Barbato2013-02-281-1/+1
* lls: move to the private namespaceLuca Barbato2013-02-281-8/+27
* lls: use av_lfg instead of rand() in test programMans Rullgard2011-07-111-5/+8
* lls: whitespace cosmeticsMans Rullgard2011-07-081-59/+74
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Remove disabled code cruft.Diego Biurrun2009-08-101-10/+0
* Align test program output columns.Diego Biurrun2009-03-201-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Remove unused redefinition of av_log for test.Benoit Fouet2008-08-071-5/+1
* Fix the following using void* casts, proper casts are less readable andMichael Niedermayer2008-01-311-2/+2
* Remove unused variable variance.Diego Biurrun2008-01-081-1/+1
* main() --> main(void)Diego Biurrun2007-11-231-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Fix FSF postal address.Diego Biurrun2006-07-261-1/+1
* calculate all coefficients for several orders during cholesky factorization, ...Michael Niedermayer2006-07-151-28/+36
* unneeded #includeMichael Niedermayer2006-07-141-3/+0
* linear least squares solver using cholesky factorizationMichael Niedermayer2006-07-141-0/+144
OpenPOWER on IntegriCloud