]> git.sesse.net Git - ffmpeg/history - libavutil/crc.c
hevc: eliminate the second call to hls_nal_unit()
[ffmpeg] / libavutil / crc.c
2014-04-17 Alessandro Ghedinicrc: add ANSI CRC16 LE
2013-02-11 Diego Biurruncrc: Move static data table from header to .c file
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-11-02 Anton Khirnovcrc: move doxy to the header
2011-12-03 Yordan MakarievCode clean-up for crc.c, lfg.c, log.c, random_see.d...
2011-10-09 Mans Rullgardcrc: fix signed overflow
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-07-02 Diego BiurrunFix parameter name and position in av_crc_init Doxygen...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2009-06-12 Jeff DownsFix cast of byte buffer to uint32 that was disregarding...
2009-01-28 Diego Biurrunspelling/grammar/consistency review part III
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 Diego BiurrunAdd necessary, remove unnecessary #includes.
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-02-01 Michael NiedermayerDont cast const away.
2008-01-10 Diego BiurrunFix a couple of 'return type defaults to int' and ...
2008-01-07 Aurelien JacobsFix access to the last element of the table.
2008-01-04 Aurelien Jacobsimprove CRC API
2007-11-23 Diego Biurrunmain() --> main(void)
2007-08-20 Reimar DöffingerAdditional documentation for CRC functions
2007-08-19 Reimar DöffingerUse defines instead of raw hex numbers to specify CRC...
2007-03-14 Michael Niedermayerkill 3 more av_mallocz_static()
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-07-08 Michael Niedermayerput the code which is specific for the large crc table...
2006-03-06 Michael Niedermayergeneric crc calculation code