- 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)
-
- 31 Jan, 2011 2 commits
-
-
Mans Rullgard authored
This is consistent with most of the other attribute macros. Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 365e3c78)
-
Mans Rullgard authored
This is consistent with most of the other attribute macros. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 22 Dec, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 26073 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 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
-
- 10 Nov, 2010 1 commit
-
-
Carl Eugen Hoyos authored
Intel C compiler 12.0 does not suport these attributes: may_alias, force_align_arg_pointer and alloc_size. Originally committed as revision 25716 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
-