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
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-07Merge commit 'c2084ffcbfc11d1b6ed3a4a0df9cafd56fbb896f'Derek Buitenhuis
2016-05-07Merge commit 'b1268e0f032a3af3912fe3fb8d3855e12d7ea83b'Derek Buitenhuis
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-24Merge commit '8072345e9f86d88fbc4a15c17cb03f1e4701c9a5'Derek Buitenhuis
2016-04-24Merge commit 'eaeba6f241e0de0e797be10f8fda967ef8489e64'Derek Buitenhuis
2016-04-24Merge commit '577393321c389ad2973bec6168a8045c94a9e099'Derek Buitenhuis
2016-04-17Merge commit '0c6a70873fc6e43194b471d112c30823b6c8d0b4'Derek Buitenhuis
2016-03-29intrax8: Use the generic horizband functionVittorio Giovara
2016-03-29intrax8: Pass macroblock coordinates to ff_intrax8_decode_pictureVittorio Giovara
2016-03-25intrax8: Keep a reference to the GetBitContext readerVittorio Giovara
2016-03-25intrax8: Pass the output frame to the decoding functionVittorio Giovara
2016-03-25intrax8: Carry over the loopfilter value in ff_intrax8_decode_pictureVittorio Giovara
2016-03-22intrax8: Move error resilience out of intrax8Vittorio Giovara
2015-08-10Merge commit '1542ec96389f32e5081c6c607e4b6f5e257ccdf2'Hendrik Leppkes
2015-08-08cosmetics: Drop spurious spaces from if clausesPaolo Bizzarri
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-05-22Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-05-17lavc/vc1: Never decode vc1 as gray if gray decoding was not enabled.Carl Eugen Hoyos
2015-05-08avcodec/vc1: Skip chroma operations if CODEC_FLAG_GRAY is setMichael Niedermayer
2015-02-28avcodec/vc1_block: Optimize vc1_decode_i_block_adv()zhaoxiu.zeng
2015-02-28avcodec/vc1_block: Optimize vc1_decode_i_block()zhaoxiu.zeng
2015-02-28avcodec/vc1_block: cosmeticszhaoxiu.zeng
2015-02-28avcodec/vc1_block: move early exit code up in ff_vc1_pred_dc()zhaoxiu.zeng
2015-02-28avcodec/vc1_block: Use av_clip_uintp2()zhaoxiu.zeng
2015-02-28avcodec/vc1_block: Optimize vc1_decode_ac_coeff()zhaoxiu.zeng
2015-02-28avcodec/vc1_block: Simplify dcdiff initializationzhaoxiu.zeng
2015-02-28avcodec/vc1_block: Simplify dir_ptr / pred initializationzhaoxiu.zeng
2015-02-28avcodec/vc1: Simplify pred/mc loopszhaoxiu.zeng
2015-02-28avcodec/vc1: Simplify dmv_y initializationzhaoxiu.zeng
2015-02-28avcodec/vc1: Simplify code setting and using extend_x/yzhaoxiu.zeng
2015-02-28avcodec/vc1: Make init_block_index() inlinezhaoxiu.zeng
2015-02-28avcodec/vc1: use uint8_t for size_tablezhaoxiu.zeng
2015-02-28avcodec/vc1: simplify offset table and accesszhaoxiu.zeng
2014-11-25Merge commit 'd25afb579facc83fd3a839f21411124d0b09f0ba'Michael Niedermayer
2014-11-25Merge commit 'b67138598ce158e3083f6295a27b63e2065d5ecb'Michael Niedermayer
2014-11-25vc1: Set the is_intra bitfield to all 1 when neededLuca Barbato
2014-11-25vc1: Simplify a little setting the intra variablesLuca Barbato
2014-10-09Merge commit '04d14c9b68b03e8dbc6e3003c1ee06892dd32576'Michael Niedermayer
2014-10-08vc1: Split the decoder in componentsLuca Barbato