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
/
md5.c
Age
Commit message (
Expand
)
Author
2011-07-03
md5: cosmetics
Mans Rullgard
2011-07-03
md5: use AV_WL32 to write result
Mans Rullgard
2011-07-03
md5: include correct headers
Mans Rullgard
2011-07-03
md5: fix test program
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-07-10
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
bswap: change ME to NE in macro names
Måns Rullgård
2010-03-09
Replace many includes of libavutil/common.h with what is actually needed
Måns Rullgård
2009-07-26
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-01-28
spelling/grammar/consistency review part I
Diego Biurrun
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-11
Add necessary, remove unnecessary #includes.
Diego Biurrun
2008-09-15
Fix generated md5, it was wrong for some input lengths.
Michael Niedermayer
2008-01-30
fixing warning
Michael Niedermayer
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
Group all copyright and author notices together.
Diego Biurrun
2007-05-30
rename attribute_unused to av_unused and moves its declaration to common.h
Carl Eugen Hoyos
2007-03-14
160 bytes smaller object file, ask gcc devels why
Michael Niedermayer
2007-03-14
explain where the T table comes from
Michael Niedermayer
2007-03-13
cosmetic (order context variables like in sha1)
Michael Niedermayer
2007-03-13
#undef printf under #ifdef TEST (needed for testing)
Michael Niedermayer
2007-03-13
borrow finalization algo from sha1 (100byte smaller)
Michael Niedermayer
2007-03-13
get rid of b_used variable (same size with CONFIG_SMALL)
Michael Niedermayer
2006-11-01
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-05
Add proper LGPL header.
Diego Biurrun
2006-07-05
spelling typo
Diego Biurrun
2006-07-03
fix endianess build in a better way
Luca Barbato
2006-07-03
big endian fix
Luca Barbato
2006-07-02
1l: put that int i back
Måns Rullgård
2006-07-02
kill warnings
Måns Rullgård
2006-07-02
cast pointers to make compiler happy
Ivo van Poorten
2006-07-01
md5 support
Michael Niedermayer