| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '0983d48111f578e17e8c1967d25ce593fce62b63' | Michael Niedermayer | 2014-04-17 | 1 | -2/+39 |
|\ |
|
| * | crc: add ANSI CRC16 LE | Alessandro Ghedini | 2014-04-17 | 1 | -2/+39 |
* | | add crc24 tables | Paul B Mahol | 2013-07-10 | 1 | -2/+43 |
* | | avutil/crc: Dont limit CRC32 standard tables | James Almer | 2013-06-01 | 1 | -1/+6 |
* | | Merge commit '62a43d30cc3b9b2460f2c926beb522df32493625' | Michael Niedermayer | 2013-02-12 | 1 | -1/+186 |
|\| |
|
| * | crc: Move static data table from header to .c file | Diego Biurrun | 2013-02-11 | 1 | -1/+186 |
* | | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' | Michael Niedermayer | 2012-12-05 | 1 | -1/+0 |
|\| |
|
| * | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -1/+0 |
* | | Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f' | Michael Niedermayer | 2012-11-03 | 1 | -28/+0 |
|\| |
|
| * | crc: move doxy to the header | Anton Khirnov | 2012-11-02 | 1 | -28/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-05 | 1 | -33/+40 |
|\| |
|
| * | Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c. | Yordan Makariev | 2011-12-03 | 1 | -33/+40 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-10 | 1 | -1/+1 |
|\| |
|
| * | crc: fix signed overflow | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -3/+3 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | Fix parameter name and position in av_crc_init Doxygen documentation. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -3/+3 |
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 1 | -0/+1 |
* | Fix cast of byte buffer to uint32 that was disregarding alignment | Jeff Downs | 2009-06-12 | 1 | -1/+5 |
* | spelling/grammar/consistency review part III | Diego Biurrun | 2009-01-28 | 1 | -5/+6 |
* | spelling/grammar/consistency review part I | Diego Biurrun | 2009-01-28 | 1 | -3/+3 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -4/+4 |
* | Add necessary, remove unnecessary #includes. | Diego Biurrun | 2009-01-11 | 1 | -1/+2 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 1 | -1/+1 |
* | Dont cast const away. | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | Fix a couple of 'return type defaults to int' and 'control reaches end of | Diego Biurrun | 2008-01-10 | 1 | -1/+2 |
* | Fix access to the last element of the table. | Aurelien Jacobs | 2008-01-07 | 1 | -1/+1 |
* | improve CRC API | Aurelien Jacobs | 2008-01-04 | 1 | -16/+39 |
* | main() --> main(void) | Diego Biurrun | 2007-11-23 | 1 | -1/+1 |
* | Additional documentation for CRC functions | Reimar Döffinger | 2007-08-20 | 1 | -0/+16 |
* | Use defines instead of raw hex numbers to specify CRC polynomials | Reimar Döffinger | 2007-08-19 | 1 | -4/+4 |
* | kill 3 more av_mallocz_static() | Michael Niedermayer | 2007-03-14 | 1 | -0/+7 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+18 |
* | put the code which is specific for the large crc table under #ifndef CONFIG_S... | Michael Niedermayer | 2006-07-08 | 1 | -0/+4 |
* | generic crc calculation code | Michael Niedermayer | 2006-03-06 | 1 | -0/+80 |