Aurelien Jacobs
|
0b4ad86959
crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1D
|
6 лет назад |
Muhammad Faiz
|
8329ae781a
avutil/crc: use ff_thread_once at av_crc_get_table
|
7 лет назад |
Derek Buitenhuis
|
96d616052b
Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'
|
8 лет назад |
Derek Buitenhuis
|
5f587b1daf
Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'
|
8 лет назад |
Diego Biurrun
|
d12b5b2f13
build: Split test programs off into separate files
|
8 лет назад |
Diego Biurrun
|
3b08d9d932
testprogs: K&R formatting cosmetics
|
8 лет назад |
Michael Niedermayer
|
d6f6e98eb1
avutil/crc: use EINVAL instead of -1 for the return code of av_crc_init()
|
9 лет назад |
Michael Niedermayer
|
d1dce1c517
avutil/crc: Fix type of p table so its content fits without overflwoing
|
9 лет назад |
Michael Niedermayer
|
a8d01a7378
Merge commit '0983d48111f578e17e8c1967d25ce593fce62b63'
|
10 лет назад |
Alessandro Ghedini
|
0983d48111
crc: add ANSI CRC16 LE
|
10 лет назад |
Paul B Mahol
|
410192e369
add crc24 tables
|
11 лет назад |
James Almer
|
c485c835fe
avutil/crc: Dont limit CRC32 standard tables
|
11 лет назад |
Michael Niedermayer
|
e2b703f536
Merge commit '62a43d30cc3b9b2460f2c926beb522df32493625'
|
11 лет назад |
Diego Biurrun
|
62a43d30cc
crc: Move static data table from header to .c file
|
11 лет назад |
Michael Niedermayer
|
99efd59626
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
|
12 лет назад |
Anton Khirnov
|
cb45553f57
Remove pointless #undefs of previously forbidden functions.
|
12 лет назад |
Michael Niedermayer
|
37e81996dc
Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'
|
12 лет назад |
Anton Khirnov
|
b4dc6dccba
crc: move doxy to the header
|
12 лет назад |
Michael Niedermayer
|
707138593a
Merge remote-tracking branch 'qatar/master'
|
13 лет назад |
Yordan Makariev
|
425b45d4b0
Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.
|
13 лет назад |
Michael Niedermayer
|
0a23067ab4
Merge remote-tracking branch 'qatar/master'
|
13 лет назад |
Mans Rullgard
|
8b19ae0761
crc: fix signed overflow
|
13 лет назад |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 лет назад |
Måns Rullgård
|
8fc0162ac4
Add av_ prefix to bswap macros
|
14 лет назад |
Måns Rullgård
|
e6b22522c9
bswap: change ME to NE in macro names
|
14 лет назад |
Diego Biurrun
|
e669590a0a
Fix parameter name and position in av_crc_init Doxygen documentation.
|
14 лет назад |
Måns Rullgård
|
49bd8e4b84
Fix grammar errors in documentation
|
14 лет назад |
Måns Rullgård
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
14 лет назад |
Jeff Downs
|
d468ff0fdf
Fix cast of byte buffer to uint32 that was disregarding alignment
|
15 лет назад |
Diego Biurrun
|
7d685b486b
spelling/grammar/consistency review part III
|
16 лет назад |
Diego Biurrun
|
89c9ff504b
spelling/grammar/consistency review part I
|
16 лет назад |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 лет назад |
Diego Biurrun
|
e503674c4a
Add necessary, remove unnecessary #includes.
|
16 лет назад |
Aurelien Jacobs
|
37d3e0667a
uses FF_ARRAY_ELEMS() where appropriate
|
16 лет назад |
Michael Niedermayer
|
070144671d
Dont cast const away.
|
17 лет назад |
Diego Biurrun
|
f3635240b7
Fix a couple of 'return type defaults to int' and 'control reaches end of
|
17 лет назад |
Aurelien Jacobs
|
03d83abcc6
Fix access to the last element of the table.
|
17 лет назад |
Aurelien Jacobs
|
3abe5fbdc4
improve CRC API
|
17 лет назад |
Diego Biurrun
|
f8a80fd69d
main() --> main(void)
|
17 лет назад |
Reimar Döffinger
|
45e3c163a9
Additional documentation for CRC functions
|
17 лет назад |
Reimar Döffinger
|
7b07d3e8fe
Use defines instead of raw hex numbers to specify CRC polynomials
|
17 лет назад |
Michael Niedermayer
|
08cb195020
kill 3 more av_mallocz_static()
|
17 лет назад |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 лет назад |
Diego Biurrun
|
04d7f60143
Add official LGPL license headers to the files that were missing them.
|
18 лет назад |
Michael Niedermayer
|
a08d38ee82
put the code which is specific for the large crc table under #ifndef CONFIG_SMALL
|
18 лет назад |
Michael Niedermayer
|
43a80ccee5
generic crc calculation code
|
18 лет назад |