Commit History

Author SHA1 Message Date
  Derek Buitenhuis 96d616052b Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' 8 years ago
  Derek Buitenhuis 5f587b1daf Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b' 8 years ago
  Derek Buitenhuis 32c044cbc6 Merge commit '439929859ae0eb9542d3bb8a0c856bd5a1d1ec48' 8 years ago
  Diego Biurrun d12b5b2f13 build: Split test programs off into separate files 8 years ago
  Diego Biurrun 3b08d9d932 testprogs: K&R formatting cosmetics 8 years ago
  Diego Biurrun 439929859a testprogs: Clean up #includes 8 years ago
  Hendrik Leppkes 4cf66a8193 Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039' 8 years ago
  Janne Grunau 50078c1c80 libavutil: move FFALIGN macro from common.h to macros.h 8 years ago
  Ganesh Ajjanagadde 68e79b27a5 avutil/lls: speed up performance of solve_lls 8 years ago
  Vittorio Giovara 3d89373fae lavu: Drop deprecated private lls functions 9 years ago
  Michael Niedermayer 579a0fdc21 avutil/lls: Make unchanged function arguments const 10 years ago
  Michael Niedermayer 70b8668fb5 drop LLS1, rename LLS2 to LLS 10 years ago
  Michael Niedermayer bbe66ef912 avutil: rename lls to lls2 11 years ago
  Michael Niedermayer 78b5479633 Merge commit '502ab21af0ca68f76d6112722c46d2f35c004053' 11 years ago
  Michael Niedermayer c93a424718 Merge commit '41578f70cf8aec8e7565fba1ca7e07f3dc46c3d2' 11 years ago
  Michael Niedermayer d3bd320e63 Merge commit 'cc6714bb16b1f0716ba43701d47273dbe9657b8b' 11 years ago
  Loren Merritt 502ab21af0 x86: lpc: simd av_update_lls 11 years ago
  Loren Merritt 41578f70cf lpc: use function pointers, in preparation for asm 11 years ago
  Loren Merritt cc6714bb16 lpc: remove "decay" argument 11 years ago
  Michael Niedermayer 3c200aa693 Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511' 11 years ago
  Diego Biurrun 1fda184a85 avutil: Add av_cold attributes to init functions missing them 11 years ago
  Michael Niedermayer 4b335e73da Merge remote-tracking branch 'qatar/master' 11 years ago
  Michael Niedermayer 7da1b235e8 Merge commit '4da950c0ae224b9b8ef952dadf614be2c050023e' 11 years ago
  Michael Niedermayer 28bb17ca36 Merge commit '399663be9d4a839b894c48a21b62926eb8497d72' 11 years ago
  Michael Niedermayer 76f8d3c8d9 Merge commit '9d4da474f5f40b019cb4cb931c8499deee586174' 11 years ago
  Diego Biurrun 0b31129389 lls: Do not return from void functions 11 years ago
  Diego Biurrun 4da950c0ae lls: #ifndef --> #if in FF_API_ version guard 11 years ago
  Luca Barbato 399663be9d lls: mark max_order as unsigned short 11 years ago
  Luca Barbato 9d4da474f5 lls: move to the private namespace 11 years ago
  Michael Niedermayer e10979ff56 Merge remote-tracking branch 'qatar/master' 13 years ago
  Mans Rullgard 7ce914fb5a lls: use av_lfg instead of rand() in test program 13 years ago
  Michael Niedermayer 58257ea29e Merge remote-tracking branch 'qatar/master' 13 years ago
  Mans Rullgard fdaf1d0640 lls: whitespace cosmetics 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 14 years ago
  Diego Biurrun 3d7b15e450 Remove disabled code cruft. 15 years ago
  Diego Biurrun 578f90a8d5 Align test program output columns. 15 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 15 years ago
  Benoit Fouet bc02bc8686 Remove unused redefinition of av_log for test. 16 years ago
  Michael Niedermayer b8fe8ab062 Fix the following using void* casts, proper casts are less readable and 16 years ago
  Diego Biurrun 38c162c1a9 Remove unused variable variance. 16 years ago
  Diego Biurrun f8a80fd69d main() --> main(void) 17 years ago
  Diego Biurrun e5a389a1b7 license header consistency cosmetics 17 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Diego Biurrun 538389c981 Fix FSF postal address. 18 years ago
  Michael Niedermayer 408ec4e2a6 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 18 years ago
  Michael Niedermayer 2c779260a9 unneeded #include 18 years ago
  Michael Niedermayer 82ab5ad7b2 linear least squares solver using cholesky factorization 18 years ago