Derek Buitenhuis
|
96d616052b
Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'
|
8 years ago |
Diego Biurrun
|
d12b5b2f13
build: Split test programs off into separate files
|
8 years ago |
Ganesh Ajjanagadde
|
07d4fe3a87
avutil: use EINVAL instead of -1 for the return code of crypto related init functions
|
9 years ago |
Vittorio Giovara
|
2f9b652e8c
lavu: Drop deprecated context size variables
|
9 years ago |
Michael Niedermayer
|
e0be5c4fbe
avutil/sha: Protect macro arguments with ()
|
9 years ago |
James Almer
|
7e4fe5162a
lavu/sha: Fully unroll the transform function loops
|
11 years ago |
Michael Niedermayer
|
90b40b45d4
avutil/sha:make const tables static const
|
11 years ago |
Michael Niedermayer
|
636c2dd438
avutil/sha: reorder Maj arguments
|
11 years ago |
Michael Niedermayer
|
3c200aa693
Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'
|
11 years ago |
Diego Biurrun
|
1fda184a85
avutil: Add av_cold attributes to init functions missing them
|
11 years ago |
Michael Niedermayer
|
99efd59626
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
|
12 years ago |
Anton Khirnov
|
cb45553f57
Remove pointless #undefs of previously forbidden functions.
|
12 years ago |
Michael Niedermayer
|
ac090fa68c
lavu: keep context size variables
|
12 years ago |
Michael Niedermayer
|
f391e405df
Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'
|
12 years ago |
Martin Storsjö
|
9a92aea27b
avutil: Add functions for allocating opaque contexts for algorithms
|
12 years ago |
Michael Niedermayer
|
4e4ae2f82c
sha: change loop condition to be tighter.
|
12 years ago |
Michael Niedermayer
|
04b53746ad
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Diego Biurrun
|
6df5c528ca
Move some conditionally used variables into the block where they are used.
|
12 years ago |
Michael Niedermayer
|
5d4fd1d1ad
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Kostya Shishkov
|
3e2aa268f6
sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t*
|
13 years ago |
Michael Niedermayer
|
10d2ae8cf7
Merge remote branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
488d2b6349
lavu: remove disabled sha1 cruft.
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Måns Rullgård
|
8fc0162ac4
Add av_ prefix to bswap macros
|
14 years ago |
Måns Rullgård
|
e6b22522c9
bswap: change ME to NE in macro names
|
14 years ago |
Måns Rullgård
|
32f40ace25
sha: add missing include
|
14 years ago |
Måns Rullgård
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
14 years ago |
Carl Eugen Hoyos
|
0fcbcad140
Include sha1.h from sha.c: It contains several prototypes.
|
14 years ago |
Kostya Shishkov
|
a768816c33
Simplify expression as suggested by Måns Rullgård
|
14 years ago |
Kostya Shishkov
|
045b60bf9b
Make SHA digest function write digest value with AV_WN32 instead of assuming
|
14 years ago |
Diego Biurrun
|
8b4e7c28fb
Mark conditionally used variable T2 as av_unused; avoids the warning:
|
15 years ago |
Kostya Shishkov
|
87d718aefc
cosmetics: reindent after last commit
|
15 years ago |
Kostya Shishkov
|
aa5a99ae0c
Add SHA-2 hashing
|
15 years ago |
Kostya Shishkov
|
451ae25724
Prepare SHA code to handle SHA-2 as well. For now rename files and functions
|
15 years ago |