- 29 Mar, 2017 1 commit
-
-
Clément Bœsch authored
See also https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80208
-
- 23 Aug, 2016 1 commit
-
-
Michael Niedermayer authored
memalign() is not guranteed to be compatible with free() or realloc() and for platforms in this category we have --enable-memalign-hack (which should be enabled automatically if such system is detected) Trying to somehow half support systems that can free() memalign memory but not reallocate it seems not worth the amount of work needed to keep 2 then incompatible allocation systems and ensure their seperation. That is unless this would affect a major platform on which we want to avoid the memalign hack code The warnings also cause wasted time and effort as people try to maintain a separation that does not exist currently. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 21 Aug, 2016 1 commit
-
-
Timothy Gu authored
-
- 02 Aug, 2016 1 commit
-
-
Timothy Gu authored
-
- 21 Jul, 2016 1 commit
-
-
Martin Storsjö authored
Clang normally disguises as GCC (defining __GNUC__), and thus get all the normal GCC specific attributes. Clang can also work as a drop-in replacement for MSVC, and in these cases, it doesn't define __GNUC__, but defines _MSC_VER instead. Even in these setups, it still supports the GCC style attributes, thus use them, especially where there isn't any MSVC specific version, or where the MSVC specific version doesn't work on clang (for DECLARE_ASM_CONST). Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 18 Jul, 2016 1 commit
-
-
Zhao Zhili authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 18 Nov, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 16 Oct, 2015 1 commit
-
-
Ganesh Ajjanagadde authored
This adds av_warn_unused_result to functions whose return codes need to be checked. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-
- 13 Aug, 2014 1 commit
-
-
Anton Khirnov authored
-
- 04 Aug, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 29 Mar, 2014 1 commit
-
-
Lukasz Marek authored
av_dynarray_add_nofree function have similar functionality as existing av_dynarray_add, but it doesn't deallocate memory on fails. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
-
- 14 Nov, 2013 1 commit
-
-
Anton Khirnov authored
-
- 26 Oct, 2013 1 commit
-
-
Vittorio Giovara authored
size_t is guaranteed to be unsigned Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 16 Sep, 2013 1 commit
-
-
Luca Barbato authored
-
- 14 Sep, 2013 1 commit
-
-
Diego Biurrun authored
-
- 05 Sep, 2013 1 commit
-
-
Diego Biurrun authored
-
- 04 Sep, 2013 1 commit
-
-
Luca Barbato authored
realloc() does not accept pointers from memalign().
-
- 04 Jun, 2013 1 commit
-
-
Martin Storsjö authored
These help avoiding overflows and simplify error handling. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 13 May, 2013 1 commit
-
-
Stefano Sabatini authored
Based on a patch by Clément Bœsch. See thread: From: Clément Bœsch <ubitux@gmail.com> Subject: [FFmpeg-devel] [PATCH 1/5] lavu: add av_dynarray_alloc_elem(). Date: Sun, 14 Apr 2013 03:07:54 +0200
-
- 10 May, 2013 1 commit
-
-
Stefano Sabatini authored
-
- 07 May, 2013 2 commits
-
-
Stefano Sabatini authored
Also extend documentation accordingly.
-
Stefano Sabatini authored
In particular, mention the fact that the amortized element addition cost is constant.
-
- 02 May, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 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
-
- 09 Sep, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 14 Jul, 2012 1 commit
-
-
Luca Barbato authored
Both function ease allocating large arrays implementing the overflow check inside it.
-
- 25 Dec, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 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
-
- 28 Sep, 2011 2 commits
-
-
Nicolas George authored
av_realloc_f helps avoiding memory-leaks in typical uses of realloc. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Nicolas George authored
av_size_mult helps checking for overflow when computing the size of a memory area. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 24 Sep, 2011 1 commit
-
-
Laurent Aimar authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 15 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 29 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 19 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 23 Mar, 2011 1 commit
-
-
Mans Rullgard authored
With unknown attribute warnings disabled, these checks are no longer needed. Removing them improves readability while having no effect on generated code. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 02 Mar, 2011 2 commits
-
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
__ICC is not supported on all platforms, this is an Intel documentation bug that is supposed to be fixed in a future release. (Intel issue 612289)
-