]> git.sesse.net Git - ffmpeg/history - libavutil/lls.c
vp9mc/x86: add 16px functions (64bit only).
[ffmpeg] / libavutil / lls.c
2016-04-07 Diego Biurrunbuild: Split test programs off into separate files
2016-03-24 Diego Biurruntestprogs: K&R formatting cosmetics
2016-03-24 Diego Biurruntestprogs: Clean up #includes
2015-12-14 Janne Grunaulibavutil: move FFALIGN macro from common.h to macros.h
2015-08-28 Vittorio Giovaralavu: Drop deprecated private lls functions
2013-06-29 Loren Merrittx86: lpc: simd av_update_lls
2013-06-29 Loren Merrittlpc: use function pointers, in preparation for asm
2013-06-29 Loren Merrittlpc: remove "decay" argument
2013-05-04 Diego Biurrunavutil: Add av_cold attributes to init functions missin...
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