summaryrefslogtreecommitdiffstats
path: root/libavcodec/indeo3.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
| | | | Originally committed as revision 6355 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: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-6/+6
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-42/+42
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net)Michael Niedermayer2005-03-061-3/+6
| | | | Originally committed as revision 4016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian ↵Sebastian Jedruszkiewicz2005-02-271-30/+45
| | | | | | Jedruszkiewicz) Originally committed as revision 3990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-5/+0
| | | | Originally committed as revision 3872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-0/+4
| | | | Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-061-1/+2
| | | | Originally committed as revision 3563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* greyscale decoding (option to skip u,v planes) supportAlex Beregszaszi2004-09-211-0/+8
| | | | Originally committed as revision 3487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* data_size = 0 cleanupMichael Niedermayer2004-05-211-1/+0
| | | | Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2004-02-071-0/+6
| | | | Originally committed as revision 2764 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
* fixes levis.aviMichael Niedermayer2003-09-251-4/+4
| | | | | | dunno if this is correct ... Originally committed as revision 2302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use const data - began to make code more portableFabrice Bellard2003-09-091-17/+20
| | | | Originally committed as revision 2247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning and compatibility fixes.Falk Hüffner2003-05-241-1/+0
| | | | Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* release buffer cleanupMichael Niedermayer2003-05-061-2/+3
| | | | Originally committed as revision 1839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* code redundancy reduction, courtesy of suxen_drol -at- hotmail.comMike Melanson2003-04-191-199/+106
| | | | Originally committed as revision 1790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* native Indeo3 decoder implementationMike Melanson2003-04-151-0/+1210
Originally committed as revision 1777 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud