summaryrefslogtreecommitdiffstats
path: root/libavutil/lls.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-011-3/+3
|\
| * lls: Do not return from void functionsDiego Biurrun2013-03-011-3/+3
* | Merge commit '4da950c0ae224b9b8ef952dadf614be2c050023e'Michael Niedermayer2013-03-011-2/+3
|\ \ | |/
| * lls: #ifndef --> #if in FF_API_ version guardDiego Biurrun2013-03-011-2/+3
* | Merge commit '399663be9d4a839b894c48a21b62926eb8497d72'Michael Niedermayer2013-03-011-1/+1
|\ \ | |/
| * lls: mark max_order as unsigned shortLuca Barbato2013-02-281-1/+1
* | Merge commit '9d4da474f5f40b019cb4cb931c8499deee586174'Michael Niedermayer2013-03-011-8/+27
|\ \ | |/
| * lls: move to the private namespaceLuca Barbato2013-02-281-8/+27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-5/+8
|\ \ | |/
| * lls: use av_lfg instead of rand() in test programMans Rullgard2011-07-111-5/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-091-59/+74
|\ \ | |/
| * 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