]> git.sesse.net Git - ffmpeg/history - libavcodec/ivi_common.h
dashenc: Simplify code by using a local variable
[ffmpeg] / libavcodec / ivi_common.h
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-07-13 Luca Barbatoindeo: Bound-check before applying transform
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-23 Diego BiurrunRemove pointless av_cold attributes in header files
2012-12-14 Anton Khirnovivi_common: make some functions and tables static.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-06 Diego BiurrunGive all anonymously typedeffed structs in headers...
2012-09-29 Anton Khirnovivi_common: make ff_ivi_process_empty_tile() static.
2012-09-29 Michael Niedermayerindeo5dec: Make sure we have had a valid gop header.
2012-05-20 Diego Biurrunindeo: Make ivi_calc_band_checksum() static, it is...
2012-05-20 Diego Biurrunindeo: Drop unused debug function ivi_check_band().
2012-05-20 Kostya Shishkovindeo: check for invalid motion vectors
2012-05-20 Kostya Shishkovindeo: track tile macroblock size
2012-05-20 Kostya Shishkovfactor out common decoding code for Indeo 4 and Indeo 5
2011-12-30 Diego Biurruncosmetics: Drop unnecessary parentheses around return...
2011-12-05 Diego Biurrundoxygen: eliminate Qt-style doxygen syntax
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
2011-06-02 Diego BiurrunRemove pointless #ifdefs around function declarations...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-17 Diego BiurrunFix Doxygen @param command attribute syntax.
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-11 Maxim PoliakovskiMove transform declarations out of IVIBandDesc so indeo...
2010-06-08 Maxim PoliakovskiPrepare Indeo4 (step 1): upscale indeo5 base tables...
2010-05-30 Maxim PoliakovskiRemove unused variables.
2010-05-26 Maxim PoliakovskiAdd the forgotten ff_ prefix to the shareable scan...
2010-05-26 Maxim Poliakovskimove indeo5 scan patterns into ivi_common.c
2010-05-19 Maxim PoliakovskiFix signedness of q_delta field of the IVIMbInfo.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-02-27 Kostya ShishkovEncapsulate VLC information needed for decoding blocks...
2010-02-27 Kostya ShishkovMake it clear that ff_ivi_init_static_vlc() does not...
2010-02-22 Kostya ShishkovMacroblock and block Huffman code sets are to be used...
2010-02-15 Maxim PoliakovskiRemove outdated comment.
2010-01-30 Kostya ShishkovIndeo Video Interactive 4 and 5 common code and DSP...