Commit History

Author SHA1 Message Date
  Michael Niedermayer 7c888ae746 Merge commit 'cce3e0a49f0dd030262c28d9c53de0bd2fd909c4' 11 years ago
  Anton Khirnov cce3e0a49f Move av_fast_{m,re}alloc from lavc to lavu. 11 years ago
  Michael Niedermayer 3fcc2684e4 Merge commit 'b284e1ffe343d6697fb950d1ee517bafda8a9844' 11 years ago
  Vittorio Giovara b284e1ffe3 mem: do not check for negative size 11 years ago
  Michael Niedermayer c74c3fb142 Merge commit '3feb3d6ce4be0a09a9f8f13d613bed25b523b6e7' 11 years ago
  Luca Barbato 3feb3d6ce4 mem: Introduce av_reallocp 11 years ago
  Michael Niedermayer 61b3b58720 Merge remote-tracking branch 'qatar/master' 11 years ago
  Diego Biurrun 9997a812e7 mem: Document the non-compatibility of av_realloc() and av_malloc() 11 years ago
  Michael Niedermayer 92424a45d0 Merge commit 'b634b36fcebfe16b837b6c4044f5d5cb99a75040' 11 years ago
  Diego Biurrun b634b36fce mem: Improve documentation wording and spelling 11 years ago
  Michael Niedermayer 1c10e89c51 Merge commit 'b4ec7a5fee644ad9882e10c097817b65447b8e55' 11 years ago
  Luca Barbato b4ec7a5fee mem: Document the av_realloc family of functions properly 11 years ago
  Michael Niedermayer 30b491f1c9 Merge commit '3b4feac1ec14f861bdd7f494f288f4d8dd7f449e' 11 years ago
  Martin Storsjö fc962d4e7a mem: Add av_realloc_array and av_reallocp_array 11 years ago
  Stefano Sabatini e3984166a4 lavu/mem: add av_dynarray2_add() 11 years ago
  Stefano Sabatini eeb9a4928d lavu/mem.h: fix typo 11 years ago
  Stefano Sabatini ee9794ed20 lavu/mem: fix potential int overflow and crash in av_dynarray_add() 11 years ago
  Stefano Sabatini c773adee3f lavu/mem: extend documentation for av_dynarray_add() 11 years ago
  Michael Niedermayer 89b5039ff2 avutil/mem: add av_memdup() 11 years ago
  Michael Niedermayer aa604e8e33 Merge remote-tracking branch 'qatar/master' 12 years ago
  Diego Biurrun 5bac2d0c30 avutil: Move memcpy_backptr() to mem.c 12 years ago
  Michael Niedermayer 6912e7a008 Merge remote-tracking branch 'qatar/master' 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
  Michael Niedermayer c581cb4e4f Merge remote-tracking branch 'qatar/master' 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Michael Niedermayer fbe02459dc Merge remote-tracking branch 'qatar/master' 12 years ago
  Luca Barbato f3e5e6f05b mem: introduce av_malloc_array and av_mallocz_array 12 years ago
  Michael Niedermayer 5a8e994287 mem: add av_max_alloc() to limit the maximum amount that may be allocated in one piece 12 years ago
  Michael Niedermayer 0b9a69f244 Merge remote-tracking branch 'qatar/master' 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
  Michael Niedermayer 042f9d62ca Merge remote-tracking branch 'qatar/master' 13 years ago
  Diego Biurrun 66f6bab7ad mem.h: switch doxygen parameter order to match function prototype 13 years ago
  Michael Niedermayer ffb5a0d533 Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' 13 years ago
  Anton Khirnov 35ceaa7376 Move ff_dynarray_add to lavu and make it public. 13 years ago
  Michael Niedermayer efb5fa79f5 Merge remote branch 'qatar/master' 13 years ago
  Anton Khirnov 490a022d86 lavu: remove misc disabled cruft 13 years ago
  Michael Niedermayer 2fd41c9067 Merge remote-tracking branch 'newdev/master' 13 years ago
  Mans Rullgard 820818a330 Remove unnecessary icc version checks 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Carl Eugen Hoyos d667be2cea Attribute used is correctly supported by the Intel C compiler since version 11.1. 13 years ago
  Carl Eugen Hoyos a5b13b1423 Use macro __INTEL_COMPILER instead of __ICC. 13 years ago
  Mans Rullgard 0374152f89 Rename attribute_used to av_used and move it to attributes.h 13 years ago
  Mans Rullgard 365e3c7878 Rename attribute_used to av_used and move it to attributes.h 13 years ago
  Stefano Sabatini 0328b9ea39 Add av_file_map() and av_file_unmap() functions. 13 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