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-12-29ivi_common: Fix use of uninitialized warningsMichael Niedermayer
2012-12-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-14Merge commit '07acdd651d1e2f4cfa5f610e616e70e323bb69cd'Michael Niedermayer
2012-12-14ivi_common: check that scan pattern is set before using it.Anton Khirnov
2012-12-14ivi_common: use proper logging context in ivi_decode_blocks().Anton Khirnov
2012-12-14ivi_common: make some functions and tables static.Anton Khirnov
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-23replace av_log(0, by av_log(NULL,Michael Niedermayer
2012-11-10ivi_common: check ref_tile size, fix out of array accessesMichael Niedermayer
2012-11-10ivi_common: more MV Checks, fixes out of array readsMichael Niedermayer
2012-11-09ivi_common: dont dereference null pointers.Michael Niedermayer
2012-11-04ivi_common: dc_transform is needed for intraMichael Niedermayer
2012-10-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-26ivi_common: Drop unused function parameter from decode_band()Diego Biurrun
2012-10-13Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer
2012-10-12Move av_reverse table to libavcodecDiego Biurrun
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-10indeo4/5: remove constant parameter num_bands from wavelet recompositionJanne Grunau
2012-09-30Merge commit 'd05f72c75445969cd7bdb1d860635c9880c67fb6'Michael Niedermayer
2012-09-29indeo4/5: check empty tile size in decode_mb_info().Anton Khirnov
2012-09-29ivi_common: make ff_ivi_process_empty_tile() static.Anton Khirnov
2012-09-29Merge commit 'b146d74730ab9ec5abede9066f770ad851e45fbc'Michael Niedermayer
2012-09-29indeo4: update AVCodecContext width/height on size changeMichael Niedermayer
2012-09-29indeo5dec: Make sure we have had a valid gop header.Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-21ivi_common: skip null frames for all indeo variantsMichael Niedermayer
2012-05-21Merge remote-tracking branch 'qatar/master'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: check that band output buffer existsKostya Shishkov
2012-05-20indeo: clear allocated band buffersKostya Shishkov
2012-05-20indeo: track tile macroblock sizeKostya Shishkov
2012-05-20indeo: check custom Huffman tables for errorsKostya Shishkov
2012-05-20factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov
2012-04-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-20ivi_common: Initialize a variable at declaration in ff_ivi_decode_blocks().Diego Biurrun
2012-04-18indeo: Make sure the to be used vlc table has been initilaized.Michael Niedermayer
2012-04-15ff_ivi_decode_blocks: fix negative scan_pos case.Michael Niedermayer
2012-04-15indeo: Check allocated tile size in ff_ivi_process_empty_tile()Michael Niedermayer
2012-04-15indeo4: check transform size.Michael Niedermayer
2012-04-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-03-26indeo5: check motion vectors.Michael Niedermayer
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö