April 20, 2010
View ba87f08

Remove explicit filename from Doxygen @file commands.

Diego Biurrun authored on 2010/04/20 23:45:34
August 10, 2009
View 3d7b15e

Remove disabled code cruft.

Diego Biurrun authored on 2009/08/10 22:42:16
March 20, 2009
View 578f90a

Align test program output columns.

Diego Biurrun authored on 2009/03/20 20:40:05
February 1, 2009
View bad5537

Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories.

Diego Biurrun authored on 2009/02/01 11:00:19
August 7, 2008
View bc02bc8

Remove unused redefinition of av_log for test.

Benoit Fouet authored on 2008/08/07 16:01:54
February 1, 2008
View b8fe8ab

Fix the following using void* casts, proper casts are less readable and avoiding casts would be even less readable, but other suggestions are welcome. lls.c:56: warning: initialization from incompatible pointer type lls.c:57: warning: initialization from incompatible pointer type

Michael Niedermayer authored on 2008/02/01 05:52:14
January 9, 2008
View 38c162c

Remove unused variable variance.

Diego Biurrun authored on 2008/01/09 07:48:26
November 23, 2007
View f8a80fd

main() --> main(void)

Diego Biurrun authored on 2007/11/23 09:52:56
July 5, 2007
View e5a389a

license header consistency cosmetics

Diego Biurrun authored on 2007/07/05 19:40:25
October 8, 2006
View b78e719

Change license headers to say 'FFmpeg' instead of 'this program/this library' and fix GPL/LGPL version mismatches.

Diego Biurrun authored on 2006/10/08 00:30:46
July 26, 2006
View 538389c

Fix FSF postal address.

Diego Biurrun authored on 2006/07/26 10:12:26
July 16, 2006
View 408ec4e

calculate all coefficients for several orders during cholesky factorization, the resulting coefficients are not strictly optimal though as there is a small difference in the autocorrelation matrixes which is ignored for the smaller orders

Michael Niedermayer authored on 2006/07/16 08:43:38
July 14, 2006
View 2c77926

unneeded #include

Michael Niedermayer authored on 2006/07/14 21:01:53
View 82ab5ad

linear least squares solver using cholesky factorization

Michael Niedermayer authored on 2006/07/14 19:03:09