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
/
sha.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'e435beb1ea5380a90774dbf51fdc8c941e486551'
Clément Bœsch
2017-05-05
1
-1
/
+5
|
\
|
*
crypto: consistently use size_t as type for length parameters
Diego Biurrun
2017-01-09
1
-1
/
+5
*
|
Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'
Derek Buitenhuis
2016-05-11
1
-52
/
+0
|
\
\
|
|
/
|
*
build: Split test programs off into separate files
Diego Biurrun
2016-04-07
1
-52
/
+0
|
*
lavu: Drop deprecated context size variables
Vittorio Giovara
2015-08-28
1
-4
/
+0
*
|
avutil: use EINVAL instead of -1 for the return code of crypto related init f...
Ganesh Ajjanagadde
2015-10-18
1
-1
/
+1
*
|
avutil/sha: Protect macro arguments with ()
Michael Niedermayer
2015-02-18
1
-6
/
+6
*
|
lavu/sha: Fully unroll the transform function loops
James Almer
2013-09-11
1
-48
/
+67
*
|
avutil/sha:make const tables static const
Michael Niedermayer
2013-08-11
1
-1
/
+1
*
|
avutil/sha: reorder Maj arguments
Michael Niedermayer
2013-06-02
1
-1
/
+1
*
|
Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'
Michael Niedermayer
2013-05-05
1
-1
/
+3
|
\
\
|
|
/
|
*
avutil: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-1
/
+3
*
|
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
Michael Niedermayer
2012-12-05
1
-1
/
+0
|
\
\
|
|
/
|
*
Remove pointless #undefs of previously forbidden functions.
Anton Khirnov
2012-12-04
1
-1
/
+0
*
|
lavu: keep context size variables
Michael Niedermayer
2012-10-28
1
-2
/
+0
*
|
Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'
Michael Niedermayer
2012-10-12
1
-0
/
+8
|
\
\
|
|
/
|
*
avutil: Add functions for allocating opaque contexts for algorithms
Martin Storsjö
2012-10-11
1
-0
/
+8
*
|
sha: change loop condition to be tighter.
Michael Niedermayer
2012-10-11
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-14
1
-1
/
+2
|
\
\
|
|
/
|
*
Move some conditionally used variables into the block where they are used.
Diego Biurrun
2012-02-13
1
-1
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-05
1
-2
/
+2
|
\
\
|
|
/
|
*
sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t*
Kostya Shishkov
2011-07-04
1
-2
/
+2
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-21
1
-24
/
+0
|
\
\
|
|
/
|
*
lavu: remove disabled sha1 cruft.
Anton Khirnov
2011-04-19
1
-24
/
+0
|
*
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
-3
/
+3
*
sha: add missing include
Måns Rullgård
2010-03-11
1
-0
/
+1
*
Replace many includes of libavutil/common.h with what is actually needed
Måns Rullgård
2010-03-09
1
-2
/
+1
*
Include sha1.h from sha.c: It contains several prototypes.
Carl Eugen Hoyos
2010-02-28
1
-0
/
+1
*
Simplify expression as suggested by Måns Rullgård
Kostya Shishkov
2010-02-11
1
-1
/
+1
*
Make SHA digest function write digest value with AV_WN32 instead of assuming
Kostya Shishkov
2010-02-11
1
-1
/
+2
*
Mark conditionally used variable T2 as av_unused; avoids the warning:
Diego Biurrun
2009-07-30
1
-1
/
+1
*
cosmetics: reindent after last commit
Kostya Shishkov
2009-07-17
1
-40
/
+40
*
Add SHA-2 hashing
Kostya Shishkov
2009-07-17
1
-6
/
+168
*
Prepare SHA code to handle SHA-2 as well. For now rename files and functions
Kostya Shishkov
2009-07-10
1
-0
/
+237