]> git.sesse.net Git - ffmpeg/history - libavcodec/tscc2.c
mpeg12dec: move setting first_field to mpeg_field_start()
[ffmpeg] / libavcodec / tscc2.c
2016-11-24 Alexandra Hájkovátscc2: Convert to the new bitstream reader
2016-06-07 Diego Biurrunget_bits: Move BITSTREAM_READER_LE definition before...
2016-03-25 Diego Biurrunlavc: Deduplicate zigzag_scan table
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2014-03-22 Diego Biurrunavcodec: more correct printf specifiers
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-22 Anton Khirnovtscc2: allocate AVFrame properly.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-12 Michael Niedermayertscc2: Fix an out of array access
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-27 Kostya Shishkovtscc2: fix typo in array index
2012-07-18 Kostya Shishkovtscc2: do not add/subtract 128 bias during DCT
2012-07-18 Kostya Shishkovtscc2: fix typo in DCT
2012-07-17 Kostya Shishkovtscc2: DCT output should not be clipped
2012-07-11 Kostya ShishkovTechSmith Screen Codec 2 decoder