summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.h
Commit message (Collapse)AuthorAge
* 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