summaryrefslogtreecommitdiff
path: root/libavutil/crc.h
Commit message (Expand)AuthorAgeFilesLines
* avutil/crc: Add doxy for missing argumentsMarvin Scholz2022-10-171-0/+3
* Remove obsolete version.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1DAurelien Jacobs2018-03-071-0/+1
* avutil/crc: remove gap in AVCRCId enum valuesJames Almer2017-10-221-4/+0
* avutil: Add detailed Doxygen description to a few hashesTimothy Gu2016-08-021-0/+4
* avutil: Group hash functions separately in DoxygenTimothy Gu2016-08-021-2/+10
* avutil/crc: avoid needless space wastage of hardcoded crc tableGanesh Ajjanagadde2015-12-021-0/+5
* Merge commit '0983d48111f578e17e8c1967d25ce593fce62b63'Michael Niedermayer2014-04-171-0/+1
|\
| * crc: add ANSI CRC16 LEAlessandro Ghedini2014-04-171-0/+1
* | add crc24 tablesPaul B Mahol2013-07-101-0/+1
* | lavu/crc: Fix doxy group definitionJames Almer2013-06-151-0/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-161-1/+2
|\ \ | |/
| * crc: av_crc() parameter names should match between .c, .h and doxygenDiego Biurrun2012-11-161-1/+2
* | Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'Michael Niedermayer2012-11-031-0/+30
|\ \ | |/
| * crc: move doxy to the headerAnton Khirnov2012-11-021-0/+30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\ \ | |/
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-091-1/+1
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* add missing #include "common.h" to libavutil headersMåns Rullgård2008-03-191-0/+1
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-191-1/+1
* revert r12489.Benoit Fouet2008-03-181-1/+1
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-181-1/+1
* #include stddef.h instead of sys/types.h, the former is a standard C header.Diego Biurrun2008-03-131-1/+1
* improve CRC APIAurelien Jacobs2008-01-041-18/+9
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Use defines instead of raw hex numbers to specify CRC polynomialsReimar Döffinger2007-08-191-0/+7
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+3
* 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
* generic crc calculation codeMichael Niedermayer2006-03-061-0/+15