summaryrefslogtreecommitdiff
path: root/libavcodec/flashsv.c
Commit message (Collapse)AuthorAge
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
| | | | Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare zlib dependency in the Makefile, not in the source.Diego Biurrun2007-01-21
| | | | Originally committed as revision 7610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Really fix my never ending mistakes.Benjamin Larsson2007-01-21
| | | | Originally committed as revision 7609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't break compilation on systems without zlib.Benjamin Larsson2007-01-21
| | | | Originally committed as revision 7608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The block_size might be used incorrectly if it is not updated.Benjamin Larsson2007-01-21
| | | | Originally committed as revision 7607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.Benjamin Larsson2007-01-21
| | | | Originally committed as revision 7597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-01
Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk