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
2012-01-04indeo5: Fix null pointer dereferences of ref_mbMichael Niedermayer
2012-01-04indeo5: Fix crash due to partially initialized gop vars.Michael Niedermayer
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-05-07lavc: set defaults in internal codec framesStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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