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
/
crc.c
Age
Commit message (
Expand
)
Author
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-07-02
Fix parameter name and position in av_crc_init Doxygen documentation.
Diego Biurrun
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-03-09
Replace many includes of libavutil/common.h with what is actually needed
Måns Rullgård
2009-06-12
Fix cast of byte buffer to uint32 that was disregarding alignment
Jeff Downs
2009-01-28
spelling/grammar/consistency review part III
Diego Biurrun
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-10-21
uses FF_ARRAY_ELEMS() where appropriate
Aurelien Jacobs
2008-02-01
Dont cast const away.
Michael Niedermayer
2008-01-10
Fix a couple of 'return type defaults to int' and 'control reaches end of
Diego Biurrun
2008-01-07
Fix access to the last element of the table.
Aurelien Jacobs
2008-01-04
improve CRC API
Aurelien Jacobs
2007-11-23
main() --> main(void)
Diego Biurrun
2007-08-20
Additional documentation for CRC functions
Reimar Döffinger
2007-08-19
Use defines instead of raw hex numbers to specify CRC polynomials
Reimar Döffinger
2007-03-14
kill 3 more av_mallocz_static()
Michael Niedermayer
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-10
Add official LGPL license headers to the files that were missing them.
Diego Biurrun
2006-07-08
put the code which is specific for the large crc table under #ifndef CONFIG_S...
Michael Niedermayer
2006-03-06
generic crc calculation code
Michael Niedermayer