summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert_template.h
Commit message (Collapse)AuthorAge
* typo fixesDiego Biurrun2007-07-17
| | | | Originally committed as revision 9719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency renaming: rgba32 --> rgb32Diego Biurrun2007-02-12
| | | | Originally committed as revision 7957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed rgba32_to routines to support both alpha and non-alpha formatsAlex Beregszaszi2006-11-14
| | | | Originally committed as revision 7066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
| | | | Originally committed as revision 6992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>)Drew Hess2003-09-29
| | | | Originally committed as revision 2318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added img_get_alpha_info()Fabrice Bellard2003-04-21
| | | | Originally committed as revision 1809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* almost exhaustive image conversion supportFabrice Bellard2003-04-21
Originally committed as revision 1802 to svn://svn.ffmpeg.org/ffmpeg/trunk