summaryrefslogtreecommitdiff
path: root/libavutil/adler32.c
Commit message (Expand)AuthorAge
* adler32: add comment for the SIMD codeMichael Niedermayer2012-02-04
* adler32: rewrite using integer SIMD.Michael Niedermayer2012-02-04
* adler32: avoid "too big" check in the inner loopMichael Niedermayer2012-02-04
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-09
|\
| * tests/examples: Mark some variables only used within their files as static.Diego Biurrun2011-12-08
* | Add coverage exclusions for test code.Reimar Döffinger2011-12-05
|/
* adler32: whitespace cosmeticsMans Rullgard2011-06-30
* adler32: make test program more useful and add fate testMans Rullgard2011-06-30
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* Fix compilation of adler32 test program: Use av_log_set_level()Diego Biurrun2009-03-19
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-28
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-10
* main() --> main(void)Diego Biurrun2007-11-23
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Add license from zlib.h instead of referring to it.Diego Biurrun2006-09-03
* simpler, smaller and fasterMichael Niedermayer2006-07-20
* simplifyMichael Niedermayer2006-07-19
* cleanup suggested by Michael NiedermayerMåns Rullgård2006-07-13
* move adler32 to libavutilMåns Rullgård2006-07-13