summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.h
Commit message (Collapse)AuthorAge
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-06
| | | | | | Also document it. Originally committed as revision 17018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add img_convert() to imgconvert.h and #include it from imgresample.c.Diego Biurrun2008-12-13
| | | | | | | This fixes an implicit declaration of img_convert() warning. taken from a patchset from Anders Grönberg, galileo.m2 gmail com Originally committed as revision 16097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing stdint.h #include to headers that use it.Diego Biurrun2008-03-13
| | | | Originally committed as revision 12429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include required headerAurelien Jacobs2008-03-03
| | | | Originally committed as revision 12307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lVitor Sessak2008-02-15
| | | | Originally committed as revision 11964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add header for declaration of ff_xxxx functions in imgconvert.cVitor Sessak2008-02-15
Originally committed as revision 11961 to svn://svn.ffmpeg.org/ffmpeg/trunk