aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_mtga.c
Commit message (Expand)AuthorAge
* Do not #include libavutil/common.h. It is not used directly and mpbswap.hGravatar diego2008-04-01
* Do not use fast_memcpy when data is read again immediately afterwards.Gravatar reimar2007-06-05
* Do not use fast_memcpy for small size copy, esp. when the size is constantGravatar reimar2007-06-05
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Include string.h for memcpy, fastmemcpy.h alone is not enough.Gravatar reimar2007-05-16
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* Software Scaler headers usage cleanupGravatar lucabe2006-06-18
* increment is a signed number (-1 or +1)Gravatar arpi2003-03-15
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* - fixed some bugs in RLE decoderGravatar arpi2002-09-15
* query_format support by Tilman Sauerbeck <tsauerbeck@users.sourceforge.net>Gravatar alex2002-09-13
* TGA images (-mf on:type=tga) supportGravatar arpi2002-09-10