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