- Apr 17, 2014
-
-
Alessandro Ghedini authored
This adds the reversed byte-order version of the ANSI CRC16. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Jul 10, 2013
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Jun 01, 2013
-
-
James Almer authored
Currently, standard tables like AV_CRC_32_IEEE and such are being generated (or provided in case the user compiles with hardcoded tables) with only 257 elements. We're missing a considerable boost in performance by not making them with a size of 1024 elements instead. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 11, 2013
-
-
Diego Biurrun authored
Having static data tables in header files is a potential source of trouble.
-
- Dec 04, 2012
-
-
Anton Khirnov authored
-
- Nov 02, 2012
-
-
Anton Khirnov authored
-
- Dec 03, 2011
-
-
Yordan Makariev authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- Oct 09, 2011
-
-
Mans Rullgard authored
This fixes a signed overflow from i << 24 when i == 255 by making i unsigned. The result of the shift is already assigned to an variable of unsigned type. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Mar 19, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Jul 10, 2010
-
-
Måns Rullgård authored
Originally committed as revision 24170 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Other parts of FFmpeg use NE (native endian) rather than ME (machine). This makes it consistent. Originally committed as revision 24169 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 02, 2010
-
-
Diego Biurrun authored
Originally committed as revision 23981 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 30, 2010
-
-
Måns Rullgård authored
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 09, 2010
-
-
Måns Rullgård authored
This reduces the number of false dependencies on header files and speeds up compilation. Originally committed as revision 22407 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 12, 2009
-
-
Jeff Downs authored
requirements. Now calculates crc byte at a time until aligned, then continues with uint32 optimized calculation. This fixes crashes during mlp decoding on sparc (at least, maybe others). Originally committed as revision 19160 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 28, 2009
-
-
Diego Biurrun authored
Originally committed as revision 16849 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 13, 2009
-
-
Aurelien Jacobs authored
They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 11, 2009
-
-
Diego Biurrun authored
Originally committed as revision 16547 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 21, 2008
-
-
Aurelien Jacobs authored
Originally committed as revision 15662 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 01, 2008
-
-
Michael Niedermayer authored
Originally committed as revision 11700 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 10, 2008
-
-
Diego Biurrun authored
non-void function' warnings in test code. Originally committed as revision 11491 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 07, 2008
-
-
Aurelien Jacobs authored
(size of the table vs. number of elements in the table) Originally committed as revision 11448 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 04, 2008
-
-
Aurelien Jacobs authored
- don't export any global var - provide either generated or hardcoded tables Originally committed as revision 11409 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Nov 23, 2007
-
-
Diego Biurrun authored
Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Aug 20, 2007
-
-
Reimar Döffinger authored
Originally committed as revision 10151 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Aug 19, 2007
-
-
Reimar Döffinger authored
Originally committed as revision 10143 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 14, 2007
-
-
Michael Niedermayer authored
Originally committed as revision 8397 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 07, 2006
-
-
Diego Biurrun authored
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 10, 2006
-
-
Diego Biurrun authored
Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 08, 2006
-
-
Michael Niedermayer authored
Originally committed as revision 5676 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 06, 2006
-
-
Michael Niedermayer authored
Originally committed as revision 5115 to svn://svn.ffmpeg.org/ffmpeg/trunk
-