summaryrefslogtreecommitdiff
path: root/libavutil/lls.h
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete version.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-1/+1
* Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039'Hendrik Leppkes2016-01-021-1/+1
|\
| * libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau2015-12-141-1/+1
| * lavu: Drop deprecated private lls functionsVittorio Giovara2015-08-281-7/+0
* | avutil/lls: Make unchanged function arguments constMichael Niedermayer2014-09-281-2/+2
* | drop LLS1, rename LLS2 to LLSMichael Niedermayer2014-08-091-0/+64
* | avutil: rename lls to lls2Michael Niedermayer2013-11-171-71/+0
* | Merge commit '502ab21af0ca68f76d6112722c46d2f35c004053'Michael Niedermayer2013-06-301-3/+9
|\ \ | |/
| * x86: lpc: simd av_update_llsLoren Merritt2013-06-291-3/+9
* | Merge commit '41578f70cf8aec8e7565fba1ca7e07f3dc46c3d2'Michael Niedermayer2013-06-301-2/+13
|\ \ | |/
| * lpc: use function pointers, in preparation for asmLoren Merritt2013-06-291-2/+13
* | Merge commit 'cc6714bb16b1f0716ba43701d47273dbe9657b8b'Michael Niedermayer2013-06-301-1/+1
|\ \ | |/
| * lpc: remove "decay" argumentLoren Merritt2013-06-291-1/+1
* | Merge commit '4da950c0ae224b9b8ef952dadf614be2c050023e'Michael Niedermayer2013-03-011-2/+5
|\ \ | |/
| * lls: #ifndef --> #if in FF_API_ version guardDiego Biurrun2013-03-011-2/+5
* | 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-1/+7
|\ \ | |/
| * lls: move to the private namespaceLuca Barbato2013-02-281-1/+7
* | Merge commit '7ac6d2423e9bf0f40c67be9a0ca7600b516b0282'Michael Niedermayer2013-03-011-3/+3
|\ \ | |/
| * lls: K&R formatting cosmeticsLuca Barbato2013-02-281-3/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* 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-3/+4
* linear least squares solver using cholesky factorizationMichael Niedermayer2006-07-141-0/+42