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
*
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
Clément Bœsch
2016-06-21
1
-1
/
+1
|
\
|
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-1
/
+1
*
|
Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'
Derek Buitenhuis
2016-05-11
1
-37
/
+0
|
\
\
|
|
/
|
*
build: Split test programs off into separate files
Diego Biurrun
2016-04-07
1
-36
/
+0
*
|
Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'
Derek Buitenhuis
2016-04-21
1
-21
/
+36
|
\
\
|
|
/
|
*
testprogs: K&R formatting cosmetics
Diego Biurrun
2016-03-24
1
-21
/
+36
|
*
lavu: Drop deprecated context size variables
Vittorio Giovara
2015-08-28
1
-4
/
+0
*
|
avutil/md5: workaround clang 3.5 #20849
Michael Niedermayer
2014-09-05
1
-1
/
+2
*
|
avutil/md5: reindent after previous commits
Giorgio Vazzana
2013-05-25
1
-21
/
+21
*
|
avutil/md5: move loop inside inner function
Giorgio Vazzana
2013-05-20
1
-12
/
+17
*
|
md5: optimize second round by using 4-operation form of G()
Giorgio Vazzana
2013-05-20
1
-1
/
+1
*
|
md5: avoid unnecessary copying.
Reimar Döffinger
2013-05-17
1
-7
/
+27
*
|
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
*
|
md5: consistently use uint32_t instead of unsigned int
Giorgio Vazzana
2012-06-16
1
-5
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-04
1
-57
/
+79
|
\
\
|
|
/
|
*
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
[next]