summaryrefslogtreecommitdiff
path: root/libavutil/crc.c
Commit message (Expand)AuthorAge
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1DAurelien Jacobs2018-03-07
* avutil/crc: use ff_thread_once at av_crc_get_tableMuhammad Faiz2017-11-14
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-11
|\
| * build: Split test programs off into separate filesDiego Biurrun2016-04-07
* | Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'Derek Buitenhuis2016-04-21
|\|
| * testprogs: K&R formatting cosmeticsDiego Biurrun2016-03-24
* | avutil/crc: use EINVAL instead of -1 for the return code of av_crc_init()Michael Niedermayer2015-10-16
* | avutil/crc: Fix type of p table so its content fits without overflwoingMichael Niedermayer2015-06-19
* | Merge commit '0983d48111f578e17e8c1967d25ce593fce62b63'Michael Niedermayer2014-04-17
|\|
| * crc: add ANSI CRC16 LEAlessandro Ghedini2014-04-17
* | add crc24 tablesPaul B Mahol2013-07-10
* | avutil/crc: Dont limit CRC32 standard tablesJames Almer2013-06-01
* | Merge commit '62a43d30cc3b9b2460f2c926beb522df32493625'Michael Niedermayer2013-02-12
|\|
| * crc: Move static data table from header to .c fileDiego Biurrun2013-02-11
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
|\|
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* | Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'Michael Niedermayer2012-11-03
|\|
| * crc: move doxy to the headerAnton Khirnov2012-11-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-05
|\|
| * Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev2011-12-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-10
|\|
| * crc: fix signed overflowMans Rullgard2011-10-09
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* Fix parameter name and position in av_crc_init Doxygen documentation.Diego Biurrun2010-07-02
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* Fix cast of byte buffer to uint32 that was disregarding alignmentJeff Downs2009-06-12
* 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