summaryrefslogtreecommitdiff
path: root/libavutil/adler32.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-1/+1
* avutil: Switch crypto APIs to size_tAndreas Rheinhardt2021-04-271-5/+0
* avutil/adler32: Switch av_adler32_update() to size_t on bumpAndreas Rheinhardt2021-03-191-0/+4
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-35/+0
|\
| * build: Split test programs off into separate filesDiego Biurrun2016-04-071-33/+0
| * adler32: Fix doxy group definitionTimothy Gu2014-04-071-0/+9
* | avutil/adler32: Fix data type in test codeMichael Niedermayer2015-06-191-1/+1
* | avutil/adler32: add Doxy groupTimothy Gu2013-11-031-0/+9
* | adler32: add comment for the SIMD codeMichael Niedermayer2012-02-041-0/+5
* | adler32: rewrite using integer SIMD.Michael Niedermayer2012-02-041-10/+31
* | adler32: avoid "too big" check in the inner loopMichael Niedermayer2012-02-041-4/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-091-1/+3
|\ \ | |/
| * tests/examples: Mark some variables only used within their files as static.Diego Biurrun2011-12-081-1/+3
* | Add coverage exclusions for test code.Reimar Döffinger2011-12-051-0/+2
|/
* adler32: whitespace cosmeticsMans Rullgard2011-06-301-11/+17
* adler32: make test program more useful and add fate testMans Rullgard2011-06-301-7/+15
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-091-1/+2
* Fix compilation of adler32 test program: Use av_log_set_level()Diego Biurrun2009-03-191-1/+1
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-281-1/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-101-0/+1
* main() --> main(void)Diego Biurrun2007-11-231-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Add license from zlib.h instead of referring to it.Diego Biurrun2006-09-031-1/+19
* simpler, smaller and fasterMichael Niedermayer2006-07-201-13/+28
* simplifyMichael Niedermayer2006-07-191-8/+3
* cleanup suggested by Michael NiedermayerMåns Rullgård2006-07-131-3/+5
* move adler32 to libavutilMåns Rullgård2006-07-131-0/+41