| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039' | Hendrik Leppkes | 2016-01-02 | 1 | -1/+1 |
|\ |
|
| * | libavutil: move FFALIGN macro from common.h to macros.h | Janne Grunau | 2015-12-14 | 1 | -1/+1 |
| * | lavu: Drop deprecated private lls functions | Vittorio Giovara | 2015-08-28 | 1 | -7/+0 |
* | | avutil/lls: Make unchanged function arguments const | Michael Niedermayer | 2014-09-28 | 1 | -2/+2 |
* | | drop LLS1, rename LLS2 to LLS | Michael Niedermayer | 2014-08-09 | 1 | -0/+64 |
* | | avutil: rename lls to lls2 | Michael Niedermayer | 2013-11-17 | 1 | -71/+0 |
* | | Merge commit '502ab21af0ca68f76d6112722c46d2f35c004053' | Michael Niedermayer | 2013-06-30 | 1 | -3/+9 |
|\| |
|
| * | x86: lpc: simd av_update_lls | Loren Merritt | 2013-06-29 | 1 | -3/+9 |
* | | Merge commit '41578f70cf8aec8e7565fba1ca7e07f3dc46c3d2' | Michael Niedermayer | 2013-06-30 | 1 | -2/+13 |
|\| |
|
| * | lpc: use function pointers, in preparation for asm | Loren Merritt | 2013-06-29 | 1 | -2/+13 |
* | | Merge commit 'cc6714bb16b1f0716ba43701d47273dbe9657b8b' | Michael Niedermayer | 2013-06-30 | 1 | -1/+1 |
|\| |
|
| * | lpc: remove "decay" argument | Loren Merritt | 2013-06-29 | 1 | -1/+1 |
* | | Merge commit '4da950c0ae224b9b8ef952dadf614be2c050023e' | Michael Niedermayer | 2013-03-01 | 1 | -2/+5 |
|\| |
|
| * | lls: #ifndef --> #if in FF_API_ version guard | Diego Biurrun | 2013-03-01 | 1 | -2/+5 |
* | | Merge commit '399663be9d4a839b894c48a21b62926eb8497d72' | Michael Niedermayer | 2013-03-01 | 1 | -1/+1 |
|\| |
|
| * | lls: mark max_order as unsigned short | Luca Barbato | 2013-02-28 | 1 | -1/+1 |
* | | Merge commit '9d4da474f5f40b019cb4cb931c8499deee586174' | Michael Niedermayer | 2013-03-01 | 1 | -1/+7 |
|\| |
|
| * | lls: move to the private namespace | Luca Barbato | 2013-02-28 | 1 | -1/+7 |
* | | Merge commit '7ac6d2423e9bf0f40c67be9a0ca7600b516b0282' | Michael Niedermayer | 2013-03-01 | 1 | -3/+3 |
|\| |
|
| * | lls: K&R formatting cosmetics | Luca Barbato | 2013-02-28 | 1 | -3/+3 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Fix FSF postal address. | Diego Biurrun | 2006-07-26 | 1 | -1/+1 |
* | calculate all coefficients for several orders during cholesky factorization, ... | Michael Niedermayer | 2006-07-15 | 1 | -3/+4 |
* | linear least squares solver using cholesky factorization | Michael Niedermayer | 2006-07-14 | 1 | -0/+42 |