aboutsummaryrefslogtreecommitdiff
path: root/libavutil/adler32.c
AgeCommit message (Expand)Author
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2015-06-19avutil/adler32: Fix data type in test codeMichael Niedermayer
2014-04-07adler32: Fix doxy group definitionTimothy Gu
2013-11-03avutil/adler32: add Doxy groupTimothy Gu
2012-02-04adler32: add comment for the SIMD codeMichael Niedermayer
2012-02-04adler32: rewrite using integer SIMD.Michael Niedermayer
2012-02-04adler32: avoid "too big" check in the inner loopMichael Niedermayer
2011-12-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-08tests/examples: Mark some variables only used within their files as static.Diego Biurrun
2011-12-05Add coverage exclusions for test code.Reimar Döffinger
2011-06-30adler32: whitespace cosmeticsMans Rullgard
2011-06-30adler32: make test program more useful and add fate testMans Rullgard
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2009-03-19Fix compilation of adler32 test program: Use av_log_set_level()Diego Biurrun
2009-01-28spelling/grammar/consistency review part IIDiego Biurrun
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-01-10Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun
2007-11-23main() --> main(void)Diego Biurrun
2007-07-05license header consistency cosmeticsDiego Biurrun
2006-09-03Add license from zlib.h instead of referring to it.Diego Biurrun
2006-07-20simpler, smaller and fasterMichael Niedermayer
2006-07-19simplifyMichael Niedermayer
2006-07-13cleanup suggested by Michael NiedermayerMåns Rullgård
2006-07-13move adler32 to libavutilMåns Rullgård