]> git.sesse.net Git - ffmpeg/history - libavcodec/indeo5.c
lavu: Remove bit packing from AVComponentDescriptor
[ffmpeg] / libavcodec / indeo5.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
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-04-04 Diego BiurrunRemove a number of unnecessary dsputil.h #includes
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-15 Luca Barbatoindeo5: return proper error codes
2013-07-13 Luca Barbatoindeo: Bound-check before applying transform
2013-07-01 Luca BarbatoRevert "indeo5: reject negative motion vectors"
2013-07-01 Luca Barbatoindeo5: reject negative motion vectors
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-09-29 Michael Niedermayerindeo5: check tile size in decode_mb_info().
2012-09-29 Michael Niedermayerindeo5dec: Make sure we have had a valid gop header.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-20 Kostya Shishkovfactor out common decoding code for Indeo 4 and Indeo 5
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-01-25 Janne Grunauindeo5: prevent null pointer dereference on broken...
2012-01-04 Diego BiurrunPlace some START_TIMER invocations in separate blocks.
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
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-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 indeo5-specific quant table selection to decode_go...
2010-06-10 Maxim PoliakovskiRemove unused parameter.
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-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-17 Maxim PoliakovskiCorrect reference buffer switching in Indeo 5 decoder.
2010-03-17 Kostya Shishkovdocument two variables in Indeo5 decoding context
2010-03-08 Maxim PoliakovskiMake Indeo 5 decoder more robust on bitstream errors.
2010-03-07 Maxim PoliakovskiBand quant tables should not be assigned inside band...
2010-02-27 Kostya ShishkovEncapsulate VLC information needed for decoding blocks...
2010-02-23 Kostya Shishkov10l trocadero: Indeo 5 decoder did not free custom...
2010-02-22 Kostya ShishkovMacroblock and block Huffman code sets are to be used...
2010-02-19 Stefan Gehrerremove ivi5_scans8x8[0], it duplicates ff_zigzag_direct
2010-02-11 Kostya ShishkovMove 'chksum' declaration to the only block where that...
2010-02-11 Kostya ShishkovMove band checksum verifying into preprocessor conditio...
2010-02-09 Kostya ShishkovIndeo 5 decoder