Commit History

Author SHA1 Message Date
  Reimar Döffinger 1a65d50ee7 mem.c: fix wrong comment. 12 years ago
  Michael Niedermayer c065255bba Merge remote-tracking branch 'qatar/master' 12 years ago
  Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 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
  Hanspeter Niederstrasser bed04e2b03 Correct use of OSX to Mac OS X and properly format yasm providers on Mac OS X 12 years ago
  Michael Niedermayer fc11927890 mem: fix memalign hack av_realloc() 12 years ago
  Nicolas George 5cd754bca2 Introduce av_realloc_f. 13 years ago
  Laurent Aimar ccecab4a0d Add av_calloc() helper. 12 years ago
  Michael Niedermayer a39bd458a0 mem: Trying to workaround posix_memalign() bug on OSX 13 years ago
  Stefano Sabatini 6b4c0be558 mem: define the MAX_MALLOC_SIZE constant and use it in place of INT_MAX 13 years ago
  Ivan Kalvachev 518cdff81f Fix posix_memalign() usage when libavutil is compiled outside FFmpeg. 13 years ago
  Michael Niedermayer 08675bb399 mem: Choose alignment at compile time depending on AVX enabledness. 13 years ago
  Michael Niedermayer c8981edd90 Only add 1 byte to av_malloc(0) when it actually returned NULL 13 years ago
  Michael Niedermayer 91ff05f6ac Make av_realloc(0) behave like our av_malloc(0) 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 5a36783bc4 Fix all malloc(0) issues 13 years ago
  Michael Niedermayer d7e5aebae7 Merge remote branch 'qatar/master' 13 years ago
  Vitor Sessak 13dfce3d44 Increase alignment of av_malloc() as needed by AVX ASM. 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
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Clément Bœsch 0c8eb72ec5 Avoid pointless check before calling free 13 years ago
  Clément Bœsch dc75d6dbf2 Avoid pointless check before calling free 13 years ago
  Michael Niedermayer b47541c7a3 Change the argument of memory allocation functions from unsigned int to size_t 13 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 14 years ago
  Måns Rullgård 4ae406856f Add --malloc-prefix to apply a prefix to malloc, free etc 14 years ago
  Patrik Kullman a90de11dba Check return value of posix_memalign and explicitly set pointer to NULL if it 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 1e60e93355 10l: Add #undefs for system free/malloc/realloc, which must be used here. 15 years ago
  Diego Biurrun 77652a6aaf C files should #include the header files of the same name. 15 years ago
  Diego Biurrun 692c315e3a Do not #include common.h without necessity. 15 years ago
  Diego Biurrun dfcb6b56f9 Directly #include a bunch of indirectly #included headers. 15 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 15 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 years ago
  Ramiro Polla 1f91cdce0b Use posix_memalign() if available. 15 years ago
  Michael Niedermayer 19757f6169 indent 16 years ago
  Michael Niedermayer fdf35f265a make av_strdup(NULL) return NULL 16 years ago
  Michael Niedermayer ed0d3048c0 Merge declaratio and initialization. 16 years ago
  Michael Niedermayer 11362767b8 Merge declaration and initialization. 16 years ago
  Diego Biurrun 2cab640129 typo fixes 16 years ago
  Diego Biurrun 7ce6892373 misc spelling fixes 16 years ago
  avcoder 90d30570d8 Avoid void*-arithmetic. 16 years ago
  Panagiotis Issaris d7f654692a Move unaltered av_freep() comments to the header file. 17 years ago
  Panagiotis Issaris f690ee715d Move unaltered av_free() comments to the header file. 17 years ago
  Panagiotis Issaris d6def91a3b Move unaltered av_realloc() comments to the header file. 17 years ago
  Panagiotis Issaris 9a07029916 Move unaltered av_malloc() comments to the header file. 17 years ago
  Diego Biurrun eafcac6ac8 cosmetics: Fix another common typo, dependAnt --> dependEnt. 17 years ago
  Måns Rullgård 9ddbcae667 rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configure 17 years ago