index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
adler32.c
Age
Commit message (
Expand
)
Author
2012-02-04
adler32: add comment for the SIMD code
Michael Niedermayer
2012-02-04
adler32: rewrite using integer SIMD.
Michael Niedermayer
2012-02-04
adler32: avoid "too big" check in the inner loop
Michael Niedermayer
2011-12-09
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-08
tests/examples: Mark some variables only used within their files as static.
Diego Biurrun
2011-12-05
Add coverage exclusions for test code.
Reimar Döffinger
2011-06-30
adler32: whitespace cosmetics
Mans Rullgard
2011-06-30
adler32: make test program more useful and add fate test
Mans Rullgard
2010-03-09
Replace many includes of libavutil/common.h with what is actually needed
Måns Rullgård
2009-03-19
Fix compilation of adler32 test program: Use av_log_set_level()
Diego Biurrun
2009-01-28
spelling/grammar/consistency review part II
Diego Biurrun
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-01-10
Fix a couple of 'return type defaults to int' and 'control reaches end of
Diego Biurrun
2007-11-23
main() --> main(void)
Diego Biurrun
2007-07-05
license header consistency cosmetics
Diego Biurrun
2006-09-03
Add license from zlib.h instead of referring to it.
Diego Biurrun
2006-07-20
simpler, smaller and faster
Michael Niedermayer
2006-07-19
simplify
Michael Niedermayer
2006-07-13
cleanup suggested by Michael Niedermayer
Måns Rullgård
2006-07-13
move adler32 to libavutil
Måns Rullgård