summaryrefslogtreecommitdiffstats
path: root/libavformat/qtpalette.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove alpha channel from default colorspace tables, since it is unused. SeeRonald S. Bultje2009-03-221-279/+279
| | | | | | "qtpalette.h" thread on mailinglist. Originally committed as revision 18144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
| | | | | | | | | 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
* Fix make checkheaders.Diego Biurrun2007-12-031-0/+2
| | | | Originally committed as revision 11156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_qt_default_palette_* arrays "static const"Reimar Döffinger2007-12-021-3/+3
| | | | Originally committed as revision 11139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing license headers.Diego Biurrun2007-02-271-0/+16
| | | | Originally committed as revision 8149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-2/+2
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefix globalMichael Niedermayer2004-04-101-3/+3
| | | | Originally committed as revision 2994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added palette support to the QT demuxer; registered SMC video decoderMike Melanson2003-11-101-0/+295
with QT system Originally committed as revision 2489 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud