summaryrefslogtreecommitdiff
path: root/libavcodec/s3tc.c
Commit message (Collapse)AuthorAge
* txd: port to bytestream2 APIPaul B Mahol2012-03-12
| | | | | | | Protects against overreads. Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* s3tc: fix shift overflow by using unsigned constantMans Rullgard2011-11-26
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AV_RL* instead of le2me_*Aurelien Jacobs2008-02-01
| | | | Originally committed as revision 11802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group all copyright and author notices together.Diego Biurrun2007-07-05
| | | | Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic S3TC DXT1 and DXT3 decoding functionsIvo van Poorten2007-05-07
Originally committed as revision 8925 to svn://svn.ffmpeg.org/ffmpeg/trunk