summaryrefslogtreecommitdiffstats
path: root/libavutil/crc.c
Commit message (Expand)AuthorAgeFilesLines
* crc: add ANSI CRC16 LEAlessandro Ghedini2014-04-171-2/+39
* crc: Move static data table from header to .c fileDiego Biurrun2013-02-111-1/+186
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-1/+0
* crc: move doxy to the headerAnton Khirnov2012-11-021-28/+0
* Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev2011-12-031-33/+40
* crc: fix signed overflowMans Rullgard2011-10-091-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-3/+3
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-1/+1
* Fix parameter name and position in av_crc_init Doxygen documentation.Diego Biurrun2010-07-021-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-3/+3
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-091-0/+1
* Fix cast of byte buffer to uint32 that was disregarding alignmentJeff Downs2009-06-121-1/+5
* spelling/grammar/consistency review part IIIDiego Biurrun2009-01-281-5/+6
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-3/+3
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-4/+4
* Add necessary, remove unnecessary #includes.Diego Biurrun2009-01-111-1/+2
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-1/+1
* Dont cast const away.Michael Niedermayer2008-02-011-1/+1
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-101-1/+2
* Fix access to the last element of the table.Aurelien Jacobs2008-01-071-1/+1
* improve CRC APIAurelien Jacobs2008-01-041-16/+39
* main() --> main(void)Diego Biurrun2007-11-231-1/+1
* Additional documentation for CRC functionsReimar Döffinger2007-08-201-0/+16
* Use defines instead of raw hex numbers to specify CRC polynomialsReimar Döffinger2007-08-191-4/+4
* kill 3 more av_mallocz_static()Michael Niedermayer2007-03-141-0/+7
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+18
* put the code which is specific for the large crc table under #ifndef CONFIG_S...Michael Niedermayer2006-07-081-0/+4
* generic crc calculation codeMichael Niedermayer2006-03-061-0/+80
OpenPOWER on IntegriCloud