summaryrefslogtreecommitdiff
path: root/libavcodec/xan.c
Commit message (Collapse)AuthorAge
* 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: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tinfoil patch: no array is written to in bulk before counts areMike Melanson2005-08-13
| | | | | | | validated; do not free frames that are not allocated; removed all of the output modes that no one uses and only PAL8 remains Originally committed as revision 4517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-14
| | | | | | MKTAG/MKBETAG Originally committed as revision 2886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
| | | | Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)Mike Melanson2003-10-30
| | | | Originally committed as revision 2451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it'sMike Melanson2003-09-19
| | | | | | RGB not RGG) Originally committed as revision 2293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change pixel identifier conflict with AltiVec headers (patch courtesy ofMike Melanson2003-09-14
| | | | | | Magnus Damm <damm at opensource.se>) Originally committed as revision 2272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* final word on RGBA byte orderMike Melanson2003-09-13
| | | | Originally committed as revision 2268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* deploy palette control APIMike Melanson2003-09-12
| | | | Originally committed as revision 2266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy & paste strikes againMike Melanson2003-09-11
| | | | Originally committed as revision 2261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xan_wc3 decoder now works correctly; added a bunch of outputMike Melanson2003-09-11
| | | | | | colorspaces Originally committed as revision 2260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCMMike Melanson2003-09-08
Originally committed as revision 2217 to svn://svn.ffmpeg.org/ffmpeg/trunk