]> git.sesse.net Git - ffmpeg/history - libavcodec/flashsv.c
cosmetics: use a better function name than uncouple_channels()
[ffmpeg] / libavcodec / flashsv.c
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-05-02 Benjamin LarssonLong name spelling fixes
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-22 Diego Biurruntypo: occured --> occurred
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-04-07 Nicholas TungRemove superfluous setting of has_b_frames in codecs...
2007-01-21 Diego BiurrunDeclare zlib dependency in the Makefile, not in the...
2007-01-21 Benjamin LarssonReally fix my never ending mistakes.
2007-01-21 Benjamin LarssonDon't break compilation on systems without zlib.
2007-01-21 Benjamin LarssonThe block_size might be used incorrectly if it is not...
2007-01-21 Benjamin LarssonGet rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-06-01 Benjamin LarssonFlash Screen Video decoder (fourcc:FSV1)