21 Commits (796dff07de606bae25815a615932d162b708169d)

Author SHA1 Message Date
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Ramiro Polla 1f91cdce0b Use posix_memalign() if available. 16 years ago
Michael Niedermayer 19757f6169 indent 17 years ago
Michael Niedermayer fdf35f265a make av_strdup(NULL) return NULL 17 years ago
Michael Niedermayer ed0d3048c0 Merge declaratio and initialization. 17 years ago
Michael Niedermayer 11362767b8 Merge declaration and initialization. 17 years ago
Diego Biurrun 2cab640129 typo fixes 17 years ago
Diego Biurrun 7ce6892373 misc spelling fixes 17 years ago
avcoder 90d30570d8 Avoid void*-arithmetic. 17 years ago
Panagiotis Issaris d7f654692a Move unaltered av_freep() comments to the header file. 18 years ago
Panagiotis Issaris f690ee715d Move unaltered av_free() comments to the header file. 18 years ago
Panagiotis Issaris d6def91a3b Move unaltered av_realloc() comments to the header file. 18 years ago
Panagiotis Issaris 9a07029916 Move unaltered av_malloc() comments to the header file. 18 years ago
Diego Biurrun eafcac6ac8 cosmetics: Fix another common typo, dependAnt --> dependEnt. 18 years ago
Måns Rullgård 9ddbcae667 rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configure 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Luca Barbato 79e47000c8 move memory functions from avcodec to avutil 18 years ago
Michael Niedermayer 0a7c36af54 revert aligned realloc() changesm this should be identical to r5784 18 years ago
Michael Niedermayer 732692d94c trying to fix av_realloc() 18 years ago
Michael Niedermayer 75c413ae77 align av_realloc() 18 years ago
Luca Abeni cea8f6f323 Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil 18 years ago
Diego Biurrun da2e9781bb spelling typo 18 years ago
Herve W a949360163 * Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no 18 years ago
Diego Biurrun 7d77d5f639 spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (dot) com 18 years ago
Dieter ed96aeea64 long is better than int for pointer differences 19 years ago
Diego Biurrun 4f59b684a6 Remove all stray tabs and trailing whitespace, this time for good. 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Michael Niedermayer 1499e0bee9 av_freep() recommandition 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Michael Niedermayer d5f121e2a5 10l (gcc 2.95 fix) 20 years ago
Michael Niedermayer 0ecca7a49f various security fixes and precautionary checks 20 years ago
Michael Niedermayer c07a22fb9f realloc(NULL) fix 20 years ago
Michael Niedermayer da9b170c6f optional and disabled by default memalign hack for SSE/SSE2 on that alternative OS 21 years ago
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Fabrice Bellard 8e1e6f31c1 use av_malloc() functions - added av_strdup and av_realloc() 22 years ago
Michael Niedermayer b7a22d846b cleanup 22 years ago
Michael Niedermayer 6772518310 finetuneing thresholds/factors 22 years ago
Zdenek Kabelac 18f770162b * fixing some minor const warnings 22 years ago
Michael Niedermayer 8f2b21a80f fixing memalign 22 years ago
Fabrice Bellard d01fe86dac put memory functions in a separate file so that the user can redefinite them without modifying the library 23 years ago