102 Commits (8db203a9dd73072da3e8e131209362317c70ade0)

Author SHA1 Message Date
Michael Niedermayer fc91eeab0b avutil/mem: Add av_fast_mallocz() 9 years ago
Ganesh Ajjanagadde cf52ae003b avutil/mem: add av_warn_unused_result 9 years ago
Anton Khirnov 8ddc32629a mem: add av_strndup() for duplicating substrings 10 years ago
Michael Niedermayer 8f6d36b3cb avutil/mem: document NULL related saftey of av_freep() 10 years ago
Lukasz Marek cd50a44beb lavu/mem: add av_dynarray_add_nofree function 11 years ago
Anton Khirnov cce3e0a49f Move av_fast_{m,re}alloc from lavc to lavu. 11 years ago
Vittorio Giovara b284e1ffe3 mem: do not check for negative size 11 years ago
Luca Barbato 3feb3d6ce4 mem: Introduce av_reallocp 11 years ago
Diego Biurrun 9997a812e7 mem: Document the non-compatibility of av_realloc() and av_malloc() 11 years ago
Diego Biurrun b634b36fce mem: Improve documentation wording and spelling 11 years ago
Luca Barbato b4ec7a5fee mem: Document the av_realloc family of functions properly 11 years ago
Martin Storsjö fc962d4e7a mem: Add av_realloc_array and av_reallocp_array 12 years ago
Stefano Sabatini e3984166a4 lavu/mem: add av_dynarray2_add() 12 years ago
Stefano Sabatini eeb9a4928d lavu/mem.h: fix typo 12 years ago
Stefano Sabatini ee9794ed20 lavu/mem: fix potential int overflow and crash in av_dynarray_add() 12 years ago
Stefano Sabatini c773adee3f lavu/mem: extend documentation for av_dynarray_add() 12 years ago
Michael Niedermayer 89b5039ff2 avutil/mem: add av_memdup() 12 years ago
Diego Biurrun 5bac2d0c30 avutil: Move memcpy_backptr() to mem.c 12 years ago
Diego Biurrun 5532cf3178 avutil/mem: K&R formatting cosmetics 12 years ago
Mans Rullgard 8c5ed7a66a mem: fix typo in check for __ICC 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Luca Barbato f3e5e6f05b mem: introduce av_malloc_array and av_mallocz_array 13 years ago
Michael Niedermayer 5a8e994287 mem: add av_max_alloc() to limit the maximum amount that may be allocated in one piece 13 years ago
Luca Barbato 757cd8d876 doxy: provide a start page and document libavutil 13 years ago
Nicolas George 5cd754bca2 Introduce av_realloc_f. 13 years ago
Nicolas George b2600509fe Introduce av_size_mult. 13 years ago
Laurent Aimar ccecab4a0d Add av_calloc() helper. 13 years ago
Diego Biurrun 66f6bab7ad mem.h: switch doxygen parameter order to match function prototype 14 years ago
Anton Khirnov 35ceaa7376 Move ff_dynarray_add to lavu and make it public. 14 years ago
Anton Khirnov 490a022d86 lavu: remove misc disabled cruft 14 years ago
Mans Rullgard 820818a330 Remove unnecessary icc version checks 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Carl Eugen Hoyos d667be2cea Attribute used is correctly supported by the Intel C compiler since version 11.1. 14 years ago
Carl Eugen Hoyos a5b13b1423 Use macro __INTEL_COMPILER instead of __ICC. 14 years ago
Mans Rullgard 0374152f89 Rename attribute_used to av_used and move it to attributes.h 14 years ago
Mans Rullgard 365e3c7878 Rename attribute_used to av_used and move it to attributes.h 14 years ago
Stefano Sabatini 0328b9ea39 Add av_file_map() and av_file_unmap() functions. 14 years ago
Michael Niedermayer b47541c7a3 Change the argument of memory allocation functions from unsigned int to size_t 14 years ago
Carl Eugen Hoyos 086e997e34 Intel C compiler 12.0 does not suport these attributes: may_alias, force_align_arg_pointer and alloc_size. 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Måns Rullgård 276fc8a4e2 Add missing avutil.h include to libavutil/mem.h 15 years ago
Carl Eugen Hoyos ed00fe49d7 icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Måns Rullgård 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
Måns Rullgård 4b9905d1dc Move DECLARE_ALIGNED_{8,16} macros to mem.h 15 years ago
Måns Rullgård 34e52abb62 DECLARE_ALIGNED macro for TMS470 compiler 15 years ago
Måns Rullgård 8a24e98d50 Make DECLARE_ALIGNED macros work with external array specifiers 15 years ago
Stefano Sabatini 702d0a9e85 Remove residual use of the doxygen markup which is deprecated, 15 years ago
Ramiro Polla 16c2e21488 Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to 16 years ago