summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_mtga.c
Commit message (Expand)AuthorAgeFilesLines
* build: switch to libavutil bswap.h and intreadwrite.hUoti Urpala2012-02-011-1/+2
* Use AV_RL* macros instead of typecasts where appropriatereimar2010-11-021-3/+3
* Do not cast the results of malloc/calloc/realloc.diego2010-02-261-1/+1
* cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
* Mark all ad_info_t/vd_info_t structure declarations as const.diego2010-02-121-1/+1
* Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-1/+19
* 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