Commit History

Author SHA1 Message Date
  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' 12 years ago
  Luca Barbato 757cd8d876 doxy: provide a start page and document libavutil 12 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 13 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. 13 years ago
  Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 14 years ago
  Måns Rullgård 276fc8a4e2 Add missing avutil.h include to libavutil/mem.h 14 years ago
  Carl Eugen Hoyos ed00fe49d7 icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used. 14 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 14 years ago
  Måns Rullgård 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 14 years ago
  Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 14 years ago
  Måns Rullgård 4b9905d1dc Move DECLARE_ALIGNED_{8,16} macros to mem.h 14 years ago
  Måns Rullgård 34e52abb62 DECLARE_ALIGNED macro for TMS470 compiler 14 years ago
  Måns Rullgård 8a24e98d50 Make DECLARE_ALIGNED macros work with external array specifiers 14 years ago
  Stefano Sabatini 702d0a9e85 Remove residual use of the doxygen markup which is deprecated, 14 years ago
  Ramiro Polla 16c2e21488 Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to 15 years ago
  Carl Eugen Hoyos 06be9d9d8e Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and cold. 15 years ago
  Stefano Sabatini bf7e799c9e Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should 15 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 15 years ago
  Diego Biurrun 89c9ff504b spelling/grammar/consistency review part I 15 years ago
  Diego Biurrun 4ce9492339 Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h. 15 years ago
  Diego Biurrun dfcb6b56f9 Directly #include a bunch of indirectly #included headers. 15 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 years ago
  Carl Eugen Hoyos af4c0bcb6e Silence the following icc warnings: 15 years ago
  Carl Eugen Hoyos 52476c1bee Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks. 15 years ago
  Carl Eugen Hoyos aaa0df02d3 Allow using DECLARE_ALIGNED with Sun cc. 16 years ago
  Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
  Måns Rullgård 40c13fecfa alloc_size attribute is new to gcc 4.3; don't use it with lesser versions 16 years ago
  Rafaël Carré d326dd9797 Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition. 16 years ago
  Zuxy Meng e6e70d9bdc Cosmetic change: remove the whitespace after 'defined' 16 years ago
  Zuxy Meng 0fd48faca5 'malloc' attribute isn't supported in old gcc. 16 years ago
  Zuxy Meng cca6d953c2 Apply "alloc_size" attribute to av_alloc, av_realloc and av_mallocz 16 years ago
  Zuxy Meng 85074d3c93 Reapply r12489: Add pure, const and malloc attributes to proper functions 16 years ago