summaryrefslogtreecommitdiffstats
path: root/libavcodec/xan.c
Commit message (Collapse)AuthorAgeFilesLines
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-2/+1
| | | | Originally committed as revision 9169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
| | | | Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-051-2/+2
| | | | Originally committed as revision 8894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-071-1/+0
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typosDiego Biurrun2007-04-071-1/+1
| | | | Originally committed as revision 8642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-5/+5
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | 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-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-9/+9
| | | | 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-131-419/+85
| | | | | | | 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-121-0/+3
| | | | 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-141-7/+0
| | | | | | 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-031-5/+5
| | | | 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-301-28/+36
| | | | 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-191-97/+40
| | | | | | 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-141-9/+9
| | | | | | 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-131-11/+1
| | | | Originally committed as revision 2268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* deploy palette control APIMike Melanson2003-09-121-6/+6
| | | | Originally committed as revision 2266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy & paste strikes againMike Melanson2003-09-111-1/+1
| | | | 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-111-40/+322
| | | | | | 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-081-0/+605
Originally committed as revision 2217 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud