summaryrefslogtreecommitdiff
path: root/libavcodec/mem.c
Commit message (Collapse)AuthorAge
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-01-21
| | | | Originally committed as revision 1487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* finetuneing thresholds/factorsMichael Niedermayer2003-01-19
| | | | | | | nicer mb decission a few minor improvements & fixes Originally committed as revision 1472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing some minor const warningsZdenek Kabelac2002-11-12
| | | | Originally committed as revision 1205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing memalignMichael Niedermayer2002-09-15
| | | | Originally committed as revision 949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put memory functions in a separate file so that the user can redefinite them ↵Fabrice Bellard2002-06-11
without modifying the library Originally committed as revision 684 to svn://svn.ffmpeg.org/ffmpeg/trunk