]> git.sesse.net Git - ffmpeg/history - libavcodec/mss3.c
mpeg12dec: avoid signed overflow in bitrate calculation
[ffmpeg] / libavcodec / mss3.c
2016-09-29 Diego Biurrunmss*: Change type of array stride parameters to ptrdiff_t
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2014-03-22 Diego Biurrundsputil: Move ff_zigzag_direct and ff_crop_tab declarat...
2013-11-16 Anton Khirnovmss3: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
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-07-09 Kostya Shishkovmss3: use standard zigzag table
2012-07-09 Kostya Shishkovmss3: split DSP functions that are used in MTS2(MSS4...
2012-07-06 Kostya Shishkovmss3: add forgotten 'static' qualifier for private...
2012-07-02 Kostya ShishkovMS ATC Screen (aka MSS3) decoder