| Commit message (Expand) | Author | Age | Files | Lines |
* | mem: Add av_realloc_array and av_reallocp_array | Martin Storsjö | 2013-06-04 | 1 | -0/+26 |
* | avutil: Move memcpy_backptr() to mem.c | Diego Biurrun | 2012-10-25 | 1 | -0/+12 |
* | avutil/mem: K&R formatting cosmetics | Diego Biurrun | 2012-10-20 | 1 | -2/+2 |
* | mem: fix typo in check for __ICC | Mans Rullgard | 2012-09-10 | 1 | -1/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+2 |
* | mem: introduce av_malloc_array and av_mallocz_array | Luca Barbato | 2012-07-14 | 1 | -2/+35 |
* | doxy: provide a start page and document libavutil | Luca Barbato | 2011-11-22 | 1 | -0/+10 |
* | mem.h: switch doxygen parameter order to match function prototype | Diego Biurrun | 2011-07-15 | 1 | -2/+2 |
* | lavu: remove misc disabled cruft | Anton Khirnov | 2011-04-19 | 1 | -11/+3 |
* | Remove unnecessary icc version checks | Mans Rullgard | 2011-03-23 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Rename attribute_used to av_used and move it to attributes.h | Mans Rullgard | 2011-01-31 | 1 | -1/+1 |
* | Add av_file_map() and av_file_unmap() functions. | Stefano Sabatini | 2010-12-22 | 1 | -0/+2 |
* | Change the argument of memory allocation functions from unsigned int to size_t | Michael Niedermayer | 2010-12-04 | 1 | -3/+9 |
* | Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig... | Carl Eugen Hoyos | 2010-11-10 | 1 | -1/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -9/+9 |
* | Add missing avutil.h include to libavutil/mem.h | Måns Rullgård | 2010-06-26 | 1 | -0/+1 |
* | icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used. | Carl Eugen Hoyos | 2010-06-16 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 1 | -1/+1 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -3/+0 |
* | Move DECLARE_ALIGNED_{8,16} macros to mem.h | Måns Rullgård | 2010-03-06 | 1 | -0/+2 |
* | DECLARE_ALIGNED macro for TMS470 compiler | Måns Rullgård | 2010-01-22 | 1 | -0/+7 |
* | Make DECLARE_ALIGNED macros work with external array specifiers | Måns Rullgård | 2010-01-21 | 1 | -3/+3 |
* | Remove residual use of the doxygen markup which is deprecated, | Stefano Sabatini | 2010-01-01 | 1 | -1/+1 |
* | Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to | Ramiro Polla | 2009-07-09 | 1 | -0/+15 |
* | Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ... | Carl Eugen Hoyos | 2009-06-27 | 1 | -1/+1 |
* | Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should | Stefano Sabatini | 2009-06-06 | 1 | -6/+6 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | spelling/grammar/consistency review part I | Diego Biurrun | 2009-01-28 | 1 | -19/+18 |
* | Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h. | Diego Biurrun | 2009-01-25 | 1 | -17/+0 |
* | Directly #include a bunch of indirectly #included headers. | Diego Biurrun | 2009-01-24 | 1 | -0/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | Silence the following icc warnings: | Carl Eugen Hoyos | 2008-12-21 | 1 | -1/+1 |
* | Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks. | Carl Eugen Hoyos | 2008-12-20 | 1 | -2/+4 |
* | Allow using DECLARE_ALIGNED with Sun cc. | Carl Eugen Hoyos | 2008-10-02 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | alloc_size attribute is new to gcc 4.3; don't use it with lesser versions | Måns Rullgård | 2008-06-05 | 1 | -1/+1 |
* | Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition. | Rafaël Carré | 2008-06-03 | 1 | -2/+2 |
* | Cosmetic change: remove the whitespace after 'defined' | Zuxy Meng | 2008-03-19 | 1 | -1/+1 |
* | 'malloc' attribute isn't supported in old gcc. | Zuxy Meng | 2008-03-19 | 1 | -1/+1 |
* | Apply "alloc_size" attribute to av_alloc, av_realloc and av_mallocz | Zuxy Meng | 2008-03-19 | 1 | -3/+9 |
* | Reapply r12489: Add pure, const and malloc attributes to proper functions | Zuxy Meng | 2008-03-19 | 1 | -3/+9 |
* | revert r12489. | Benoit Fouet | 2008-03-18 | 1 | -9/+3 |
* | Pure, const and malloc attributes to libavutil. | Zuxy Meng | 2008-03-18 | 1 | -3/+9 |
* | #error in case we do not know how to provide alignment. | Diego Biurrun | 2008-03-08 | 1 | -1/+2 |
* | Fix MSVC identification, patch by Eddie Pang. | Eddie Pang | 2008-02-25 | 1 | -1/+1 |
* | Make code C conformant. | Michael Niedermayer | 2008-02-25 | 1 | -1/+1 |
* | cosmetics: prettyprint | Diego Biurrun | 2008-02-25 | 1 | -9/+9 |
* | 10l: Correctly use preprocessor conditionals. | Eddie Pang | 2008-02-20 | 1 | -2/+2 |