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-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ö
2012-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-07indeo5: Fix null pointer dereference.Michael Niedermayer
2011-12-29indeo5: fix division by 0 in ff_ivi_init_tiles()Michael Niedermayer
2011-12-28indeo5: fix null pointer crash with ref_mbMichael Niedermayer
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-21indeo5: Fix null pointer dereferenceMichael 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-06-03Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-15Check symbol validity to avoid a crash, fixes issue 2523.Daniel Kang
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-10Quant changes only once per MB so move the corresponding scale factor assignmentMaxim Poliakovski
2010-06-08Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those in...Maxim Poliakovski
2010-05-31Make dequantization equation use less registers on some CPUs.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-08Scale tile dimensions in case both local decoding and scalability modeMaxim Poliakovski
2010-03-07When tracking non-zero coefficients during Indeo 5 decoding, make sureMaxim Poliakovski
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-2310l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock andKostya Shishkov
2010-02-23Declare indeo VLC table storage with correct typeMåns Rullgård
2010-02-22Macroblock and block Huffman code sets are to be used by both Indeo 4 andKostya Shishkov
2010-01-30Indeo Video Interactive 4 and 5 common code and DSP functions.Kostya Shishkov