summaryrefslogtreecommitdiff
path: root/libavcodec/flashsv.c
Commit message (Expand)AuthorAge
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
* Declare zlib dependency in the Makefile, not in the source.Diego Biurrun2007-01-21
* Really fix my never ending mistakes.Benjamin Larsson2007-01-21
* Don't break compilation on systems without zlib.Benjamin Larsson2007-01-21
* The block_size might be used incorrectly if it is not updated.Benjamin Larsson2007-01-21
* Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.Benjamin Larsson2007-01-21
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-01