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-07-13indeo: Bound-check before applying transformLuca Barbato
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-23Remove pointless av_cold attributes in header filesDiego Biurrun
2012-12-14ivi_common: make some functions and tables static.Anton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-09-29ivi_common: make ff_ivi_process_empty_tile() static.Anton Khirnov
2012-09-29indeo5dec: Make sure we have had a valid gop header.Michael Niedermayer
2012-05-20indeo: Make ivi_calc_band_checksum() static, it is only used in one file.Diego Biurrun
2012-05-20indeo: Drop unused debug function ivi_check_band().Diego Biurrun
2012-05-20indeo: check for invalid motion vectorsKostya Shishkov
2012-05-20indeo: track tile macroblock sizeKostya Shishkov
2012-05-20factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov
2011-12-31cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun
2011-12-05doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-06-03Remove pointless #ifdefs around function declarations in a header.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-17Fix Doxygen @param command attribute syntax.Diego Biurrun
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-11Move transform declarations out of IVIBandDesc so indeo4 can use them as well.Maxim Poliakovski
2010-06-08Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those in...Maxim Poliakovski
2010-05-30Remove unused variables.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-05-19Fix signedness of q_delta field of the IVIMbInfo.Maxim Poliakovski
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-27Encapsulate VLC information needed for decoding blocks and macroblocks inKostya Shishkov
2010-02-27Make it clear that ff_ivi_init_static_vlc() does not need argumentsKostya Shishkov
2010-02-22Macroblock and block Huffman code sets are to be used by both Indeo 4 andKostya Shishkov
2010-02-15Remove outdated comment.Maxim Poliakovski
2010-01-30Indeo Video Interactive 4 and 5 common code and DSP functions.Kostya Shishkov