index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
/
sha.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove pointless #undefs of previously forbidden functions.
Anton Khirnov
2012-12-04
1
-1
/
+0
*
avutil: Add functions for allocating opaque contexts for algorithms
Martin Storsjö
2012-10-11
1
-0
/
+8
*
Move some conditionally used variables into the block where they are used.
Diego Biurrun
2012-02-13
1
-1
/
+2
*
sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t*
Kostya Shishkov
2011-07-04
1
-2
/
+2
*
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