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
/
md5.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
md5: cosmetics
Mans Rullgard
2011-07-03
1
-48
/
+61
*
md5: use AV_WL32 to write result
Mans Rullgard
2011-07-03
1
-1
/
+2
*
md5: include correct headers
Mans Rullgard
2011-07-03
1
-1
/
+1
*
md5: fix test program
Mans Rullgard
2011-07-03
1
-8
/
+16
*
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
-2
/
+2
*
Replace many includes of libavutil/common.h with what is actually needed
Måns Rullgård
2010-03-09
1
-0
/
+1
*
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-07-26
1
-1
/
+1
*
spelling/grammar/consistency review part I
Diego Biurrun
2009-01-28
1
-8
/
+8
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-1
/
+1
*
Add necessary, remove unnecessary #includes.
Diego Biurrun
2009-01-11
1
-1
/
+1
*
Fix generated md5, it was wrong for some input lengths.
Michael Niedermayer
2008-09-15
1
-1
/
+1
*
fixing warning
Michael Niedermayer
2008-01-30
1
-1
/
+1
*
Fix a couple of 'return type defaults to int' and 'control reaches end of
Diego Biurrun
2008-01-10
1
-1
/
+3
*
main() --> main(void)
Diego Biurrun
2007-11-23
1
-1
/
+1
*
Group all copyright and author notices together.
Diego Biurrun
2007-07-05
1
-11
/
+11
*
rename attribute_unused to av_unused and moves its declaration to common.h
Carl Eugen Hoyos
2007-05-30
1
-1
/
+1
*
160 bytes smaller object file, ask gcc devels why
Michael Niedermayer
2007-03-14
1
-5
/
+6
*
explain where the T table comes from
Michael Niedermayer
2007-03-14
1
-1
/
+1
*
cosmetic (order context variables like in sha1)
Michael Niedermayer
2007-03-13
1
-1
/
+1
*
#undef printf under #ifdef TEST (needed for testing)
Michael Niedermayer
2007-03-13
1
-0
/
+1
*
borrow finalization algo from sha1 (100byte smaller)
Michael Niedermayer
2007-03-13
1
-14
/
+6
*
get rid of b_used variable (same size with CONFIG_SMALL)
Michael Niedermayer
2007-03-13
1
-10
/
+10
*
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-11-01
1
-5
/
+5
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Add proper LGPL header.
Diego Biurrun
2006-07-05
1
-1
/
+14
*
spelling typo
Diego Biurrun
2006-07-05
1
-1
/
+1
*
fix endianess build in a better way
Luca Barbato
2006-07-03
1
-7
/
+4
*
big endian fix
Luca Barbato
2006-07-03
1
-0
/
+4
*
1l: put that int i back
Måns Rullgård
2006-07-02
1
-0
/
+1
*
kill warnings
Måns Rullgård
2006-07-02
1
-5
/
+5
*
cast pointers to make compiler happy
Ivo van Poorten
2006-07-02
1
-4
/
+3
*
md5 support
Michael Niedermayer
2006-07-01
1
-0
/
+170