]> git.sesse.net Git - ffmpeg/history - libavcodec/aasc.c
mimic: Convert to the new bitstream reader
[ffmpeg] / libavcodec / aasc.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2015-10-21 Vittorio Giovaramsrle: Use AVFrame instead of AVPicture
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-05-05 Andreas Cadhalpunaasc: return correct buffer size from aasc_decode_frame
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-07-28 Luca Barbatoaasc: Check minimum buffer size
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-06 Anton Khirnovaasc: fix output for msrle compression.
2013-01-06 Anton Khirnovaasc: return meaningful error codes.
2012-12-23 Anton Khirnovaasc: cosmetics, reformat
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-11 Ronald Bultjemsrle: convert MS RLE decoding function to bytestream2.
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
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-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-04-24 Kostya ShishkovRemove useless assignment during initialization for...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Kostya ShishkovSilence useless compiler warning when passing AVFrame...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-06 Kostya ShishkovAASC can contain raw data in addition to MS-RLE
2008-09-18 Kostya ShishkovFactorize out code used for MS RLE format decoding...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-04-26 Kostya ShishkovCorrect company name
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-03-27 Kostya ShishkovRemove redundant assign
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-04-03 Mike MelansonAutodesk Animator Studio Codec (AASC) video decoder...