summaryrefslogtreecommitdiff
path: root/libavcodec/lcl.c
Commit message (Collapse)AuthorAge
* Ministry of English Composition, reporting for duty (and the word is ↵Mike Melanson2005-04-24
| | | | | | "skipped", not "skiped"; "skiped" would rhyme with "hyped") Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer2005-03-06
| | | | | | with minor changes from me Originally committed as revision 4019 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
* 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
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29
| | | | | | common.h -> common.h/bitstream.h Originally committed as revision 3777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Zlib encoder: fix image orientation (was flipped), 100l in deflate errorRoberto Togni2004-09-23
| | | | | | check, put right codec type in extradata Originally committed as revision 3500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fix by (Kostya <cannonball at bw-team dot com>)Michael Niedermayer2004-09-23
| | | | Originally committed as revision 3497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Right fix for older zlib versionRoberto Togni2004-01-13
| | | | Originally committed as revision 2696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for older version of zlibRoberto Togni2004-01-13
Originally committed as revision 2695 to svn://svn.ffmpeg.org/ffmpeg/trunk