]> git.sesse.net Git - ffmpeg/history - libavcodec/cscd.c
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.
[ffmpeg] / libavcodec / cscd.c
2009-10-13 Reimar DöffingerRemove unnecessary calls to avcodec_check_dimensions...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-02 Reimar DöffingerAdd av_ prefix to LZO stuff and thus make it officially...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-02 Reimar DöffingerSome consts for cscd decoder helper functions
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-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2006-12-09 Reimar DöffingerFix 16 bit cscd samples, 16 bit raw means RGB555 on...
2006-12-09 Reimar DöffingerTypo in error message
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-22 Reimar Döffingerfaster copy functions for lzo decoder that also need...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-12 Reimar DöffingerOur own LZO (1X) implementation, under LGPL and optimiz...
2006-01-09 Reimar DöffingerCamStudio decoder, only 32 bit lzo mode is tested