- 03 Aug, 2016 1 commit
-
-
Timothy Gu authored
-
- 02 Aug, 2016 1 commit
-
-
Timothy Gu authored
Doxygen gets confused by this.
-
- 30 Oct, 2015 1 commit
-
-
Ganesh Ajjanagadde authored
av_gcd is now always defined regardless of input. This documents this change in the "documented API". Two benefits (closely related): 1. The function is robust, and there is no need to worry about INT64_MIN, etc. 2. Clients of av_gcd, like av_reduce, can now be made fully correct. Currently, av_reduce can trigger undefined behavior if e.g num is INT64_MIN due to integer overflow in the FFABS. Furthermore, this undefined behavior is completely undocumented, and could be a fuzzer's paradise. The FFABS was needed in the past as av_gcd was undefined for negative inputs. In order to make av_reduce robust, it is essential to guarantee that av_gcd works for all int64_t. Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-
- 03 Jun, 2014 1 commit
-
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Feb, 2014 1 commit
-
-
Matt Oliver authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Jan, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Jan, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Jan, 2013 2 commits
-
-
Clément Bœsch authored
-
Michael Niedermayer authored
Reviewed-by:
Clément Bœsch <ubitux@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Oct, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Jul, 2012 1 commit
-
-
Ronald S. Bultje authored
Some compilers, MSVC among them, don't recognize the divisions by zero as meaning infinity/nan. These macros should, according to the standard, expand to constant expressions, but this shouldn't matter for our usage. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 22 Jun, 2012 1 commit
-
-
Carl Eugen Hoyos authored
This reverts commit a2b186a1. The defines were present for several years, removing them without a version bump may break API. (Fixes MPlayer compilation.)
-
- 20 Jun, 2012 1 commit
-
-
Janne Grunau authored
While these defines are not defined by the C standard they are standardized as X/Open System Interfaces Extension. We use the appropiate _XOPEN_SOURCE define to make them available. They seem to be available on all FATE configs since the constants are used in files where mathematics.h is not included.
-
- 20 Feb, 2012 1 commit
-
-
Justin Ruggles authored
-
- 22 Nov, 2011 1 commit
-
-
Luca Barbato authored
Introduce a basic layout, the subpages are currently left empty. Split libavutil in multiple groups as example of the structure
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 22 Jul, 2010 1 commit
-
-
Stefano Sabatini authored
irrational number. Originally committed as revision 24439 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jun, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jun, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 23593 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jun, 2010 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 23551 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Apr, 2010 1 commit
-
-
Alex Converse authored
Originally committed as revision 22825 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Mar, 2010 1 commit
-
-
Benoit Fouet authored
Originally committed as revision 22729 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
-
- 21 Feb, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 21946 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Feb, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 21924 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Feb, 2010 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 21671 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Dec, 2009 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 20939 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 20935 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Aug, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19611 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jan, 2009 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 16844 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 16653 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Aug, 2008 1 commit
-
-
Stefano Sabatini authored
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Aug, 2008 2 commits
-
-
Aurelien Jacobs authored
Originally committed as revision 14727 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 14725 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Mar, 2008 1 commit
-
-
Zuxy Meng authored
in libavutil. Fix a compilation failure in r12489. Originally committed as revision 12498 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Mar, 2008 2 commits
-
-
Benoit Fouet authored
Originally committed as revision 12490 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zuxy Meng authored
Patch by Zuxy Meng: zuxy meng gmail com Original thread: [FFmpeg-devel] [PATCH] Pure, const and malloc attributes to libavutil Date: 03/18/2008 6:09 AM Originally committed as revision 12489 to svn://svn.ffmpeg.org/ffmpeg/trunk
-