index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
crc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Split test programs off into separate files
Diego Biurrun
2016-04-07
1
-25
/
+0
*
testprogs: K&R formatting cosmetics
Diego Biurrun
2016-03-24
1
-7
/
+9
*
crc: add ANSI CRC16 LE
Alessandro Ghedini
2014-04-17
1
-2
/
+39
*
crc: Move static data table from header to .c file
Diego Biurrun
2013-02-11
1
-1
/
+186
*
Remove pointless #undefs of previously forbidden functions.
Anton Khirnov
2012-12-04
1
-1
/
+0
*
crc: move doxy to the header
Anton Khirnov
2012-11-02
1
-28
/
+0
*
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
*
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