aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_mtga.c
Commit message (Expand)AuthorAge
* libmpcodecs: remove redundant audio and video decodersGravatar wm42012-08-20
* build: switch to libavutil bswap.h and intreadwrite.hGravatar Uoti Urpala2012-02-01
* Use AV_RL* macros instead of typecasts where appropriateGravatar reimar2010-11-02
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* Mark all ad_info_t/vd_info_t structure declarations as const.Gravatar diego2010-02-12
* Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* 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