summaryrefslogtreecommitdiff
path: root/libavutil/crc.h
Commit message (Expand)AuthorAge
* crc: add ANSI CRC16 LEAlessandro Ghedini2014-04-17
* crc: av_crc() parameter names should match between .c, .h and doxygenDiego Biurrun2012-11-16
* crc: move doxy to the headerAnton Khirnov2012-11-02
* 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