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
2015-08-17avcodec/rv30: fix switching back to the original resolutionMichael Niedermayer
2014-01-04avcodec/rv30: cleanup rpr handlingMichael Niedermayer
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-10rv40dsp: implement prescaled versions for biweight.Christophe GISQUET
2012-02-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-14rv34: use uint16_t for RV34DecContext.deblock_coefsJanne Grunau
2012-01-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-11rv34: frame-level multi-threadingJanne Grunau
2012-01-10rv34: use get_bits_left()Janne Grunau
2011-08-13Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer
2011-08-12Add weighted motion compensation for RV40 B-framesKostya Shishkov
2011-08-12RV3/4: calculate B-frame motion weights once per frameKostya Shishkov
2011-08-12Move RV3/4-specific DSP functions into their own contextKostya Shishkov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-07-01RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya Shishkov
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-02Update ff_rv34_decode_frame() arguments definitionKostya Shishkov
2008-11-29Invoke future RV30/40 loop filter for already decoded rows instead ofKostya Shishkov
2008-11-07Calculating an additional MV-based deblocking pattern is the sameKostya Shishkov
2008-10-20RV3 and RV4 decoders set some deblocking coefs for each macroblock,Kostya Shishkov
2008-10-05Register RV-[34] block specific feature for long future loop filterKostya Shishkov
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-04-28Calculate motion vector information based on PTS provided in slice headerKostya Shishkov
2008-02-04Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple ofDiego Biurrun
2008-01-18Save coded block patterns for future loop filtering.Kostya Shishkov
2007-12-16RV30/40 decoding coreKostya Shishkov