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-11-04Merge commit 'cd9b0bb07a66d3299bd62922e9dfa742219abe79' into release/0.10Michael Niedermayer
2013-11-04Merge commit 'a0b8f85f29883f538a32593bc3c6f712c972ff70' into release/0.10Michael Niedermayer
2013-09-29indeo: Sanitize ff_ivi_init_planes fail pathsLuca Barbato
2013-09-29indeo: Bound-check before applying transformLuca Barbato
2013-09-26Merge commit 'e2dcb8208e8f6cffef58a85127765047f5ef8868' into release/0.10Michael Niedermayer
2013-09-24indeo5: return proper error codesLuca Barbato
2012-10-25Merge commit '15c2e8027f4827018608badb1bff1294af1810e4' into release/0.10Michael Niedermayer
2012-10-25Merge commit 'c5ec1908597824e93bbe20137ac9662f84f3cb07' into release/0.10Michael Niedermayer
2012-10-16Merge remote-tracking branch 'qatar/release/0.8' into release/0.10Michael Niedermayer
2012-10-15indeo5: check tile size in decode_mb_info().Michael Niedermayer
2012-10-15indeo5: prevent null pointer dereference on broken filesJanne Grunau
2012-10-15indeo5dec: Make sure we have had a valid gop header.Michael Niedermayer
2012-10-15factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov
2012-09-29vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-06-09indeo5: check quant_matMichael Niedermayer
2012-01-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-25indeo5: prevent null pointer dereference on broken filesJanne Grunau
2012-01-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-04Place some START_TIMER invocations in separate blocks.Diego Biurrun
2011-12-30indeo5: Fix null pointer dereferences of ref_mbMichael Niedermayer
2011-12-28indeo5: Fix crash due to partially initialized gop vars.Michael Niedermayer
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
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