| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '502ab21af0ca68f76d6112722c46d2f35c004053' | Michael Niedermayer | 2013-06-30 | 1 | -3/+5 |
|\ |
|
| * | x86: lpc: simd av_update_lls | Loren Merritt | 2013-06-29 | 1 | -3/+5 |
* | | Merge commit '41578f70cf8aec8e7565fba1ca7e07f3dc46c3d2' | Michael Niedermayer | 2013-06-30 | 1 | -12/+14 |
|\| |
|
| * | lpc: use function pointers, in preparation for asm | Loren Merritt | 2013-06-29 | 1 | -12/+14 |
* | | Merge commit 'cc6714bb16b1f0716ba43701d47273dbe9657b8b' | Michael Niedermayer | 2013-06-30 | 1 | -4/+3 |
|\| |
|
| * | lpc: remove "decay" argument | Loren Merritt | 2013-06-29 | 1 | -4/+3 |
* | | Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511' | Michael Niedermayer | 2013-05-05 | 1 | -2/+3 |
|\| |
|
| * | avutil: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-01 | 1 | -3/+3 |
|\| |
|
| * | lls: Do not return from void functions | Diego Biurrun | 2013-03-01 | 1 | -3/+3 |
* | | Merge commit '4da950c0ae224b9b8ef952dadf614be2c050023e' | Michael Niedermayer | 2013-03-01 | 1 | -2/+3 |
|\| |
|
| * | lls: #ifndef --> #if in FF_API_ version guard | Diego Biurrun | 2013-03-01 | 1 | -2/+3 |
* | | 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 | -8/+27 |
|\| |
|
| * | lls: move to the private namespace | Luca Barbato | 2013-02-28 | 1 | -8/+27 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-12 | 1 | -5/+8 |
|\| |
|
| * | lls: use av_lfg instead of rand() in test program | Mans Rullgard | 2011-07-11 | 1 | -5/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-09 | 1 | -59/+74 |
|\| |
|
| * | lls: whitespace cosmetics | Mans Rullgard | 2011-07-08 | 1 | -59/+74 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Remove disabled code cruft. | Diego Biurrun | 2009-08-10 | 1 | -10/+0 |
* | Align test program output columns. | Diego Biurrun | 2009-03-20 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Remove unused redefinition of av_log for test. | Benoit Fouet | 2008-08-07 | 1 | -5/+1 |
* | Fix the following using void* casts, proper casts are less readable and | Michael Niedermayer | 2008-01-31 | 1 | -2/+2 |
* | Remove unused variable variance. | Diego Biurrun | 2008-01-08 | 1 | -1/+1 |
* | main() --> main(void) | Diego Biurrun | 2007-11-23 | 1 | -1/+1 |
* | 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 | -28/+36 |
* | unneeded #include | Michael Niedermayer | 2006-07-14 | 1 | -3/+0 |
* | linear least squares solver using cholesky factorization | Michael Niedermayer | 2006-07-14 | 1 | -0/+144 |