]> git.sesse.net Git - ffmpeg/history - libavutil/crc.c
Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to
[ffmpeg] / libavutil / crc.c
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