]> git.sesse.net Git - ffmpeg/history - libavutil/lls.c
lls: Do not return from void functions
[ffmpeg] / libavutil / lls.c
2013-03-01 Diego Biurrunlls: Do not return from void functions
2013-03-01 Diego Biurrunlls: #ifndef --> #if in FF_API_ version guard
2013-02-28 Luca Barbatolls: mark max_order as unsigned short
2013-02-28 Luca Barbatolls: move to the private namespace
2011-07-11 Mans Rullgardlls: use av_lfg instead of rand() in test program
2011-07-08 Mans Rullgardlls: whitespace cosmetics
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-08-10 Diego BiurrunRemove disabled code cruft.
2009-03-20 Diego BiurrunAlign test program output columns.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-08-07 Benoit FouetRemove unused redefinition of av_log for test.
2008-01-31 Michael NiedermayerFix the following using void* casts, proper casts are...
2008-01-08 Diego BiurrunRemove unused variable variance.
2007-11-23 Diego Biurrunmain() --> main(void)
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-26 Diego BiurrunFix FSF postal address.
2006-07-15 Michael Niedermayercalculate all coefficients for several orders during...
2006-07-14 Michael Niedermayerunneeded #include
2006-07-14 Michael Niedermayerlinear least squares solver using cholesky factorization