summaryrefslogtreecommitdiff
path: root/libavutil/lls.c
Commit message (Expand)AuthorAge
* Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'Michael Niedermayer2013-05-05
|\
| * avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-01
|\|
| * lls: Do not return from void functionsDiego Biurrun2013-03-01
* | Merge commit '4da950c0ae224b9b8ef952dadf614be2c050023e'Michael Niedermayer2013-03-01
|\|
| * lls: #ifndef --> #if in FF_API_ version guardDiego Biurrun2013-03-01
* | Merge commit '399663be9d4a839b894c48a21b62926eb8497d72'Michael Niedermayer2013-03-01
|\|
| * lls: mark max_order as unsigned shortLuca Barbato2013-02-28
* | Merge commit '9d4da474f5f40b019cb4cb931c8499deee586174'Michael Niedermayer2013-03-01
|\|
| * lls: move to the private namespaceLuca Barbato2013-02-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-12
|\|
| * lls: use av_lfg instead of rand() in test programMans Rullgard2011-07-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-09
|\|
| * 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