| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |