Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2018-03-08crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1DAurelien Jacobs
2017-11-14avutil/crc: use ff_thread_once at av_crc_get_tableMuhammad Faiz
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-04-21Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'Derek Buitenhuis
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2016-03-24testprogs: K&R formatting cosmeticsDiego Biurrun
2015-10-16avutil/crc: use EINVAL instead of -1 for the return code of av_crc_init()Michael Niedermayer
2015-06-19avutil/crc: Fix type of p table so its content fits without overflwoingMichael Niedermayer
2014-04-18Merge commit '0983d48111f578e17e8c1967d25ce593fce62b63'Michael Niedermayer
2014-04-17crc: add ANSI CRC16 LEAlessandro Ghedini
2013-07-10add crc24 tablesPaul B Mahol
2013-06-01avutil/crc: Dont limit CRC32 standard tablesJames Almer
2013-02-12Merge commit '62a43d30cc3b9b2460f2c926beb522df32493625'Michael Niedermayer
2013-02-11crc: Move static data table from header to .c fileDiego Biurrun
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-11-03Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'Michael Niedermayer
2012-11-02crc: move doxy to the headerAnton Khirnov
2011-12-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-04Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev
2011-10-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-09crc: fix signed overflowMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-11bswap: change ME to NE in macro namesMåns Rullgård
2010-07-02Fix parameter name and position in av_crc_init Doxygen documentation.Diego Biurrun
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2009-06-12Fix cast of byte buffer to uint32 that was disregarding alignmentJeff Downs
2009-01-29spelling/grammar/consistency review part IIIDiego Biurrun
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-12Add necessary, remove unnecessary #includes.Diego Biurrun
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-02-01Dont cast const away.Michael Niedermayer
2008-01-10Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun
2008-01-07Fix access to the last element of the table.Aurelien Jacobs
2008-01-05improve CRC APIAurelien Jacobs
2007-11-23main() --> main(void)Diego Biurrun
2007-08-20Additional documentation for CRC functionsReimar Döffinger
2007-08-19Use defines instead of raw hex numbers to specify CRC polynomialsReimar Döffinger
2007-03-14kill 3 more av_mallocz_static()Michael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-07-09put the code which is specific for the large crc table under #ifndef CONFIG_S...Michael Niedermayer
2006-03-06generic crc calculation codeMichael Niedermayer