aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/lcl.c
AgeCommit message (Collapse)Author
2007-04-07Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung
patch by Nicholas Tung, ntung ntung com Originally committed as revision 8647 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård
Originally committed as revision 6356 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-04-24Ministry of English Composition, reporting for duty (and the word is ↵Mike Melanson
"skipped", not "skiped"; "skiped" would rhyme with "hyped") Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-06AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer
with minor changes from me Originally committed as revision 4019 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
Originally committed as revision 3872 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-15Use avcodec_check_dimensions instead of custom hackRoberto Togni
Originally committed as revision 3836 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-09Check pointers before writing to memory, fix possible integer overflowsRoberto Togni
Force alignement for mszh and zlib decoders Originally committed as revision 3817 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-29common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer
common.h -> common.h/bitstream.h Originally committed as revision 3777 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-09-23Zlib encoder: fix image orientation (was flipped), 100l in deflate errorRoberto Togni
check, put right codec type in extradata Originally committed as revision 3500 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-09-23segfault fix by (Kostya <cannonball at bw-team dot com>)Michael Niedermayer
Originally committed as revision 3497 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-01-13Right fix for older zlib versionRoberto Togni
Originally committed as revision 2696 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-01-13Fix for older version of zlibRoberto Togni
Originally committed as revision 2695 to svn://svn.ffmpeg.org/ffmpeg/trunk