Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-29x86: lpc: simd av_update_llsLoren Merritt
2013-06-29lpc: use function pointers, in preparation for asmLoren Merritt
2013-06-29lpc: remove "decay" argumentLoren Merritt
2013-05-05avutil: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-01lls: Do not return from void functionsDiego Biurrun
2013-03-01lls: #ifndef --> #if in FF_API_ version guardDiego Biurrun
2013-02-28lls: mark max_order as unsigned shortLuca Barbato
2013-02-28lls: move to the private namespaceLuca Barbato
2011-07-12lls: use av_lfg instead of rand() in test programMans Rullgard
2011-07-08lls: whitespace cosmeticsMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-08-10Remove disabled code cruft.Diego Biurrun
2009-03-20Align test program output columns.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-08-07Remove unused redefinition of av_log for test.Benoit Fouet
2008-01-31Fix the following using void* casts, proper casts are less readable andMichael Niedermayer
2008-01-09Remove unused variable variance.Diego Biurrun
2007-11-23main() --> main(void)Diego Biurrun
2007-07-05license header consistency cosmeticsDiego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-26Fix FSF postal address.Diego Biurrun
2006-07-16calculate all coefficients for several orders during cholesky factorization, ...Michael Niedermayer
2006-07-14unneeded #includeMichael Niedermayer
2006-07-14linear least squares solver using cholesky factorizationMichael Niedermayer