summaryrefslogtreecommitdiff
path: root/libavutil/crc.c
Commit message (Expand)AuthorAge
* spelling/grammar/consistency review part IIIDiego Biurrun2009-01-28
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Add necessary, remove unnecessary #includes.Diego Biurrun2009-01-11
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Dont cast const away.Michael Niedermayer2008-02-01
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-10
* Fix access to the last element of the table.Aurelien Jacobs2008-01-07
* improve CRC APIAurelien Jacobs2008-01-04
* main() --> main(void)Diego Biurrun2007-11-23
* Additional documentation for CRC functionsReimar Döffinger2007-08-20
* Use defines instead of raw hex numbers to specify CRC polynomialsReimar Döffinger2007-08-19
* kill 3 more av_mallocz_static()Michael Niedermayer2007-03-14
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* put the code which is specific for the large crc table under #ifndef CONFIG_S...Michael Niedermayer2006-07-08
* generic crc calculation codeMichael Niedermayer2006-03-06