summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_mtga.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-18/+18
* Do not #include libavutil/common.h. It is not used directly and mpbswap.hdiego2008-04-011-1/+0
* Do not use fast_memcpy when data is read again immediately afterwards.reimar2007-06-051-2/+2
* Do not use fast_memcpy for small size copy, esp. when the size is constantreimar2007-06-051-1/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-5/+5
* Include string.h for memcpy, fastmemcpy.h alone is not enough.reimar2007-05-161-0/+1
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* Software Scaler headers usage cleanuplucabe2006-06-181-1/+0
* increment is a signed number (-1 or +1)arpi2003-03-151-1/+1
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-1/+0
* - fixed some bugs in RLE decoderarpi2002-09-151-52/+39
* query_format support by Tilman Sauerbeck <tsauerbeck@users.sourceforge.net>alex2002-09-131-111/+85
* TGA images (-mf on:type=tga) supportarpi2002-09-101-0/+274