- 04 Dec, 2012 1 commit
-
-
Anton Khirnov authored
-
- 11 Oct, 2012 1 commit
-
-
Martin Storsjö authored
The current API where the plain size is exposed is not of much use - in most cases it is allocated dynamically anyway. If allocated e.g. on the stack via an uint8_t array, there's no guarantee that the struct's members are aligned properly (unless the array is overallocated and the opaque pointer within it manually aligned to some unspecified alignment). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 03 Jul, 2011 4 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is simpler, safer, and removes the undocumented requirement of aligned output buffer. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This file needs stdint.h but not string.h Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This makes the md5-test program print something meaningful and not smash the stack. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 10 Jul, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 24170 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Other parts of FFmpeg use NE (native endian) rather than ME (machine). This makes it consistent. Originally committed as revision 24169 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Mar, 2010 1 commit
-
-
Måns Rullgård authored
This reduces the number of false dependencies on header files and speeds up compilation. Originally committed as revision 22407 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jul, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19508 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16547 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Sep, 2008 1 commit
-
-
Michael Niedermayer authored
Fix issue634. Originally committed as revision 15335 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jan, 2008 1 commit
-
-
Michael Niedermayer authored
md5.c:150: warning: passing argument 2 of 'av_md5_update' from incompatible pointer type Originally committed as revision 11665 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jan, 2008 1 commit
-
-
Diego Biurrun authored
non-void function' warnings in test code. Originally committed as revision 11491 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Nov, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jul, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 May, 2007 1 commit
-
-
Carl Eugen Hoyos authored
patch by Carl Eugen Hoyos cehoyos chez ag or at original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused date: 05/29/2007 01:23 PM Originally committed as revision 9155 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Mar, 2007 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 8407 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 8406 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Mar, 2007 4 commits
-
-
Michael Niedermayer authored
Originally committed as revision 8386 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 8384 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 8383 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 8382 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Nov, 2006 1 commit
-
-
Steve L'Homme authored
patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Oct, 2006 1 commit
-
-
Diego Biurrun authored
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jul, 2006 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 5634 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 5633 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jul, 2006 2 commits
-
-
Luca Barbato authored
Originally committed as revision 5596 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 5592 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jul, 2006 3 commits
-
-
Måns Rullgård authored
Originally committed as revision 5587 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 5585 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ivo van Poorten authored
remove test define Originally committed as revision 5582 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jul, 2006 1 commit
-
-
Michael Niedermayer authored
depending on CONFIG_SMALL this can either be compiled to a fully unrolled kernel / rfc reference style md5 routine or a single loop similar to what mplayer uses Originally committed as revision 5565 to svn://svn.ffmpeg.org/ffmpeg/trunk
-