]> git.sesse.net Git - ffmpeg/history - libavutil/mem.h
rc4: extend av_rc4_init() doxy
[ffmpeg] / libavutil / mem.h
2014-08-13 Anton Khirnovmem: add av_strndup() for duplicating substrings
2013-11-14 Anton KhirnovMove av_fast_{m,re}alloc from lavc to lavu.
2013-10-26 Vittorio Giovaramem: do not check for negative size
2013-09-16 Luca Barbatomem: Introduce av_reallocp
2013-09-14 Diego Biurrunmem: Document the non-compatibility of av_realloc(...
2013-09-05 Diego Biurrunmem: Improve documentation wording and spelling
2013-09-04 Luca Barbatomem: Document the av_realloc family of functions properly
2013-06-04 Martin Storsjömem: Add av_realloc_array and av_reallocp_array
2012-10-25 Diego Biurrunavutil: Move memcpy_backptr() to mem.c
2012-10-20 Diego Biurrunavutil/mem: K&R formatting cosmetics
2012-09-09 Mans Rullgardmem: fix typo in check for __ICC
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-14 Luca Barbatomem: introduce av_malloc_array and av_mallocz_array
2011-11-22 Luca Barbatodoxy: provide a start page and document libavutil
2011-07-15 Diego Biurrunmem.h: switch doxygen parameter order to match function...
2011-04-19 Anton Khirnovlavu: remove misc disabled cruft
2011-03-23 Mans RullgardRemove unnecessary icc version checks
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-31 Mans RullgardRename attribute_used to av_used and move it to attribu...
2010-12-22 Stefano SabatiniAdd av_file_map() and av_file_unmap() functions.
2010-12-04 Michael NiedermayerChange the argument of memory allocation functions...
2010-11-10 Carl Eugen HoyosIntel C compiler 12.0 does not suport these attributes...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-26 Måns RullgårdAdd missing avutil.h include to libavutil/mem.h
2010-06-16 Carl Eugen Hoyosicc 12 finally fixed attribute(used) so gcc's DECLARE_A...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-03-06 Måns RullgårdMove DECLARE_ALIGNED_{8,16} macros to mem.h
2010-01-22 Måns RullgårdDECLARE_ALIGNED macro for TMS470 compiler
2010-01-21 Måns RullgårdMake DECLARE_ALIGNED macros work with external array...
2010-01-01 Stefano SabatiniRemove residual use of the doxygen markup which is...
2009-07-09 Ramiro PollaMove DECLARE_ALIGNED and DECLARE_ASM_CONST back from...
2009-06-27 Carl Eugen HoyosIcc 11.1 does not support attributes force_align_arg_po...
2009-06-06 Stefano SabatiniRemove '\p', '\c' and '\e' doxygen markup from doxy...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-25 Diego BiurrunMove DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.
2009-01-24 Diego BiurrunDirectly #include a bunch of indirectly #included headers.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-21 Carl Eugen HoyosSilence the following icc warnings:
2008-12-20 Carl Eugen HoyosUse AV_GCC_VERSION_AT_LEAST() to simplify gcc version...
2008-10-02 Carl Eugen HoyosAllow using DECLARE_ALIGNED with Sun cc.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-06-05 Måns Rullgårdalloc_size attribute is new to gcc 4.3; don't use it...
2008-06-03 Rafaël CarréFix embarassing __GNU__ vs. __GNUC__ typo in preprocess...
2008-03-19 Zuxy MengCosmetic change: remove the whitespace after 'defined'
2008-03-19 Zuxy Meng'malloc' attribute isn't supported in old gcc.
2008-03-19 Zuxy MengApply "alloc_size" attribute to av_alloc, av_realloc...
2008-03-19 Zuxy MengReapply r12489: Add pure, const and malloc attributes...
2008-03-18 Benoit Fouetrevert r12489.
2008-03-18 Zuxy MengPure, const and malloc attributes to libavutil.
2008-03-08 Diego Biurrun#error in case we do not know how to provide alignment.
2008-02-25 Eddie PangFix MSVC identification, patch by Eddie Pang.
2008-02-25 Michael NiedermayerMake code C conformant.
2008-02-25 Diego Biurruncosmetics: prettyprint
2008-02-20 Eddie Pang10l: Correctly use preprocessor conditionals.
2008-02-13 Diego BiurrunAdd fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.
2008-02-13 Diego BiurrunMark MSVC compiler macros as such.
2008-02-13 Diego BiurrunDisentangle nested preprocessor directives.
2008-02-09 Carl Eugen HoyosAllow compilation with icc 10.1.
2008-01-27 Reimar DöffingerAdd and use DECLARE_ASM_CONST for constants used in...
2007-11-02 Stefano SabatiniDoxyfication, patch by Stefano Sabatini %stefano P...
2007-11-01 Stefano Sabatinidoxy/cosmetics fixes. Patch by Stefano Sabatini %stefan...
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-15 Diego Biurrunmisc Doxygen spelling/grammar fixes
2007-09-09 Stefano SabatiniDocument libavutil/mem.h:av_strdup.
2007-03-12 Panagiotis IssarisMove the memory related functions out of common.h into...