summaryrefslogtreecommitdiff
path: root/libavcodec/mem.c
Commit message (Expand)AuthorAge
* spelling typoDiego Biurrun2006-07-05
* * Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's noHerve W2006-06-30
* spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (dot) comDiego Biurrun2006-06-30
* long is better than int for pointer differencesDieter2006-01-30
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-24
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* av_freep() recommanditionMichael Niedermayer2006-01-04
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* 10l (gcc 2.95 fix)Michael Niedermayer2005-01-12
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* realloc(NULL) fixMichael Niedermayer2004-07-27
* optional and disabled by default memalign hack for SSE/SSE2 on that alternati...Michael Niedermayer2004-06-06
* per file doxyMichael Niedermayer2003-03-06
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-23
* cleanupMichael Niedermayer2003-01-21
* finetuneing thresholds/factorsMichael Niedermayer2003-01-19
* * fixing some minor const warningsZdenek Kabelac2002-11-12
* fixing memalignMichael Niedermayer2002-09-15
* put memory functions in a separate file so that the user can redefinite them ...Fabrice Bellard2002-06-11