summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-07-10add crc24 tablesPaul B Mahol3-3/+45
2013-06-01avutil/crc: Dont limit CRC32 standard tablesJames Almer1-1/+6
2013-02-12Merge commit '62a43d30cc3b9b2460f2c926beb522df32493625'Michael Niedermayer2-214/+186
2013-02-11crc: Move static data table from header to .c fileDiego Biurrun2-214/+186
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer34-105/+20
2012-12-04Remove pointless #undefs of previously forbidden functions.Anton Khirnov28-57/+0
2012-11-03Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'Michael Niedermayer8-71/+65
2012-11-02crc: move doxy to the headerAnton Khirnov2-28/+30
2011-12-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer19-1559/+1784
2011-12-03Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev6-236/+287
2011-10-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-85/+69
2011-10-09crc: fix signed overflowMans Rullgard1-1/+1
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-07-10Add av_ prefix to bswap macrosMåns Rullgård51-175/+175
2010-07-10bswap: change ME to NE in macro namesMåns Rullgård27-124/+124
2010-07-02Fix parameter name and position in av_crc_init Doxygen documentation.Diego Biurrun1-1/+1
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård28-28/+32
2009-06-12Fix cast of byte buffer to uint32 that was disregarding alignmentJeff Downs1-1/+5
2009-01-28spelling/grammar/consistency review part IIIDiego Biurrun9-28/+30
2009-01-28spelling/grammar/consistency review part IDiego Biurrun27-178/+175
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs154-749/+757
2009-01-11Add necessary, remove unnecessary #includes.Diego Biurrun2-2/+3
2008-10-21uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs22-42/+37
2008-02-01Dont cast const away.Michael Niedermayer1-1/+1
2008-01-10Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun5-4/+10
2008-01-07Fix access to the last element of the table.Aurelien Jacobs1-1/+1
2008-01-04improve CRC APIAurelien Jacobs12-55/+279
2007-11-23main() --> main(void)Diego Biurrun15-15/+15
2007-08-20Additional documentation for CRC functionsReimar Döffinger1-0/+16
2007-08-19Use defines instead of raw hex numbers to specify CRC polynomialsReimar Döffinger3-7/+14
2007-03-14kill 3 more av_mallocz_static()Michael Niedermayer3-0/+16
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun67-6/+1219
2006-07-08put the code which is specific for the large crc table under #ifndef CONFIG_S...Michael Niedermayer1-0/+4
2006-03-06generic crc calculation codeMichael Niedermayer6-61/+107