]> git.sesse.net Git - ffmpeg/history - libavcodec/indeo4.c
h264: er: Copy from the previous reference only if compatible
[ffmpeg] / libavcodec / indeo4.c
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-03-30 Diego Biurrunindeo: Give Indeo4/5 shared code a more consistent...
2014-06-26 Dirk Ausserhausindeo4: B-frames decoding
2014-06-23 Dirk Ausserhausindeo45: use is_indeo4 context flag instead of checking...
2014-06-01 Dirk AusserhausDecode both parts of Indeo4 IP frames
2014-06-01 Dirk AusserhausMove Indeo4 frametypes into common header.
2013-10-12 Luca Barbatoindeo4: Check the inherited quant_mat
2013-10-12 Luca Barbatoindeo4: Check the block size if reusing the band config...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-07-15 Luca Barbatoindeo: Sanitize ff_ivi_init_planes fail paths
2013-07-13 Luca Barbatoindeo: Bound-check before applying transform
2013-07-13 Luca Barbatoindeo4: Validate scantable dimension
2013-07-13 Luca Barbatoindeo4: Check the quantization matrix index
2013-07-13 Luca Barbatoindeo4: Do not access missing reference MV
2013-05-28 Kostya Shishkovindeo4: reuse context block VLC for band instead of...
2013-05-28 Kostya Shishkovindeo4: add missing Haar and slanted transforms
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2012-10-29 Anton Khirnovlavc: add CODEC_CAP_DR1 to all video decoders missing...
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-06-09 Kostya Shishkovindeo4: handle frame type 1 properly
2012-05-20 Kostya Shishkovfactor out common decoding code for Indeo 4 and Indeo 5
2012-03-21 Ronald S. Bultjeindeo4: fix out-of-bounds function call.
2012-01-12 Kostya Shishkovindeo4: add some missing static and const qualifiers
2011-12-30 Diego Biurruncosmetics: Drop unnecessary parentheses around return...
2011-12-29 Kostya Shishkovindeo4: remove two unused variables
2011-12-28 Kostya ShishkovIndeo 4 decoder