Timothy Gu
|
0a7a4e33f3
avutil: Add detailed Doxygen description to a few hashes
|
8 years ago |
Timothy Gu
|
19d7098c9e
avutil: Group hash functions separately in Doxygen
|
8 years ago |
Ganesh Ajjanagadde
|
1bb7db217d
avutil/crc: avoid needless space wastage of hardcoded crc table
|
9 years ago |
Michael Niedermayer
|
a8d01a7378
Merge commit '0983d48111f578e17e8c1967d25ce593fce62b63'
|
10 years ago |
Alessandro Ghedini
|
0983d48111
crc: add ANSI CRC16 LE
|
10 years ago |
Paul B Mahol
|
410192e369
add crc24 tables
|
11 years ago |
James Almer
|
321906d341
lavu/crc: Fix doxy group definition
|
11 years ago |
Michael Niedermayer
|
ff3b59c848
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Diego Biurrun
|
8ff0f7763d
crc: av_crc() parameter names should match between .c, .h and doxygen
|
12 years ago |
Michael Niedermayer
|
37e81996dc
Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'
|
12 years ago |
Anton Khirnov
|
b4dc6dccba
crc: move doxy to the header
|
12 years ago |
Michael Niedermayer
|
c065255bba
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Alex Converse
|
7181c4edee
cosmetics: Remove extra newlines at EOF
|
12 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Måns Rullgård
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
14 years ago |
Diego Biurrun
|
89c9ff504b
spelling/grammar/consistency review part I
|
16 years ago |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
Måns Rullgård
|
3540b950ec
add missing #include "common.h" to libavutil headers
|
16 years ago |
Zuxy Meng
|
85074d3c93
Reapply r12489: Add pure, const and malloc attributes to proper functions
|
16 years ago |
Benoit Fouet
|
2119bb8f51
revert r12489.
|
16 years ago |
Zuxy Meng
|
6544f48f03
Pure, const and malloc attributes to libavutil.
|
16 years ago |
Diego Biurrun
|
768a920572
#include stddef.h instead of sys/types.h, the former is a standard C header.
|
16 years ago |
Aurelien Jacobs
|
3abe5fbdc4
improve CRC API
|
17 years ago |
Diego Biurrun
|
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
Reimar Döffinger
|
7b07d3e8fe
Use defines instead of raw hex numbers to specify CRC polynomials
|
17 years ago |
Måns Rullgård
|
99545457bf
include all prerequisites in header files
|
17 years ago |
Michael Niedermayer
|
08cb195020
kill 3 more av_mallocz_static()
|
17 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Diego Biurrun
|
04d7f60143
Add official LGPL license headers to the files that were missing them.
|
18 years ago |
Michael Niedermayer
|
43a80ccee5
generic crc calculation code
|
18 years ago |