- 04 Dec, 2012 1 commit
-
-
Anton Khirnov authored
-
- 23 Nov, 2012 1 commit
-
-
Mans Rullgard authored
- Add special cases for offsets of 2, 3, or 4 bytes. This means the offset is always >4 in the generic case, allowing 32-bit copies to be used there. - Don't use memcpy() for sizes less than 16 bytes. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 25 Oct, 2012 1 commit
-
-
Diego Biurrun authored
The function is used elsewhere and does not belong with the LZO code.
-
- 20 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 10 Jul, 2012 1 commit
-
-
Martin Storsjö authored
This makes the behaviour consistent between debug and release mode. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 19 Jun, 2012 1 commit
-
-
Ronald S. Bultje authored
The check uses check_func_header, since this function is conditionally available depending on the targeted MSVCRT version. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 10 Apr, 2012 1 commit
-
-
Martin Storsjö authored
Plain POSIX malloc(0) is allowed to return either NULL or a non-NULL pointer. The calling code should be ready to handle a NULL return as a correct return (instead of a failure) if the size to allocate was 0 - this makes sure the condition is handled in a consistent way across platforms. This also avoids calling posix_memalign(&ptr, 32, 0) on OS X, which returns an invalid pointer (a non-NULL pointer that causes crashes when passed to av_free). Abort in debug mode, to help track down issues related to incorrect handling of this case. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 28 Jan, 2012 1 commit
-
-
Alex Converse authored
-
- 26 Apr, 2011 1 commit
-
-
Vitor Sessak authored
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-
- 19 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 03 Feb, 2011 1 commit
-
-
Clément Bœsch authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 04 Dec, 2010 1 commit
-
-
Michael Niedermayer authored
with the next major bump in libavutil. Originally committed as revision 25871 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Apr, 2010 1 commit
-
-
Diego Biurrun authored
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jan, 2010 1 commit
-
-
Måns Rullgård authored
This makes it easy to use a replacement allocator instead of the system default one. Originally committed as revision 21509 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Feb, 2009 1 commit
-
-
Patrik Kullman authored
fails, patch by Patrik Kullman, patrik yes nu. Originally committed as revision 17495 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2009 1 commit
-
-
Diego Biurrun authored
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 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
-
- 25 Jan, 2009 3 commits
-
-
Diego Biurrun authored
Originally committed as revision 16794 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 16792 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
This eliminates the need to work around common.h overriding certain system functions which are required in this header. Originally committed as revision 16776 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16748 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16684 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
-
- 07 Jan, 2009 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 16488 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 May, 2008 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 13251 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 13250 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Apr, 2008 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 12677 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 12676 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Mar, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Mar, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Feb, 2008 1 commit
-
-
avcoder authored
Patch by mvplayer: ffmpeg gmail com Originally committed as revision 11932 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Mar, 2007 4 commits
-
-
Panagiotis Issaris authored
Originally committed as revision 8253 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Panagiotis Issaris authored
Originally committed as revision 8252 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Panagiotis Issaris authored
Originally committed as revision 8251 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Panagiotis Issaris authored
Originally committed as revision 8250 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Feb, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 8114 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Nov, 2006 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 7025 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
-
- 25 Sep, 2006 1 commit
-
-
Luca Barbato authored
Originally committed as revision 6330 to svn://svn.ffmpeg.org/ffmpeg/trunk
-