Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |