]> git.sesse.net Git - ffmpeg/history - libavcodec/cscd.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / cscd.c
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-29 Ronald S. Bultjecscd: use negative error values to indicate decode_init...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-09-10 Reimar DöffingerFix 24 bpp CSCD decoding, as for Windows bitmaps in...
2010-09-09 Reimar DöffingerFix indentation.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
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