summaryrefslogtreecommitdiff
path: root/libavcodec/8bps.c
Commit message (Collapse)AuthorAge
* 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: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 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
* fix segfault (bug #1165640)Michael Niedermayer2005-07-11
| | | | Originally committed as revision 4435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
| | | | Originally committed as revision 3872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l, forgot to remove duplicated error messageRoberto Togni2005-01-15
| | | | Originally committed as revision 3838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use avcodec_check_dimensions instead of custom hackRoberto Togni2005-01-15
| | | | Originally committed as revision 3836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check pointers before writing to memory, fix possible integer overflowsRoberto Togni2005-01-09
| | | | | | Force alignement for mszh and zlib decoders Originally committed as revision 3817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8BPS decoderRoberto Togni2003-11-07
Originally committed as revision 2486 to svn://svn.ffmpeg.org/ffmpeg/trunk