Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-15indeo: Sanitize ff_ivi_init_planes fail pathsLuca Barbato
2013-07-15indeo5: return proper error codesLuca Barbato
2013-07-13indeo: Bound-check before applying transformLuca Barbato
2013-07-01Revert "indeo5: reject negative motion vectors"Luca Barbato
2013-07-01indeo5: reject negative motion vectorsLuca Barbato
2012-10-29lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-29indeo5: check tile size in decode_mb_info().Michael Niedermayer
2012-09-29indeo5dec: Make sure we have had a valid gop header.Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-20factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-01-25indeo5: prevent null pointer dereference on broken filesJanne Grunau
2012-01-04Place some START_TIMER invocations in separate blocks.Diego Biurrun
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-07-17Fix Doxygen @param command attribute syntax.Diego Biurrun
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-11Move indeo5-specific quant table selection to decode_gop_hdr.Maxim Poliakovski
2010-06-10Remove unused parameter.Maxim Poliakovski
2010-05-27Add the forgotten ff_ prefix to the shareable scan patterns.Maxim Poliakovski
2010-05-26move indeo5 scan patterns into ivi_common.cMaxim Poliakovski
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-17Correct reference buffer switching in Indeo 5 decoder.Maxim Poliakovski
2010-03-17document two variables in Indeo5 decoding contextKostya Shishkov
2010-03-08Make Indeo 5 decoder more robust on bitstream errors.Maxim Poliakovski
2010-03-07Band quant tables should not be assigned inside band tile loop,Maxim Poliakovski
2010-02-27Encapsulate VLC information needed for decoding blocks and macroblocks inKostya Shishkov
2010-02-2310l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock andKostya Shishkov
2010-02-22Macroblock and block Huffman code sets are to be used by both Indeo 4 andKostya Shishkov
2010-02-19remove ivi5_scans8x8[0], it duplicates ff_zigzag_directStefan Gehrer
2010-02-11Move 'chksum' declaration to the only block where that variable is usedKostya Shishkov
2010-02-11Move band checksum verifying into preprocessor condition, so compiler won'tKostya Shishkov
2010-02-09Indeo 5 decoderKostya Shishkov