summaryrefslogtreecommitdiff
path: root/libavutil/lls.h
Commit message (Expand)AuthorAge
* 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 commit '7ac6d2423e9bf0f40c67be9a0ca7600b516b0282'Michael Niedermayer2013-03-01
|\|
| * lls: K&R formatting cosmeticsLuca Barbato2013-02-28
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* 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
* linear least squares solver using cholesky factorizationMichael Niedermayer2006-07-14