summaryrefslogtreecommitdiff
path: root/libavcodec/rv34.h
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* rv40dsp: implement prescaled versions for biweight.Christophe GISQUET2012-04-10
* rv34: use uint16_t for RV34DecContext.deblock_coefsJanne Grunau2012-02-14
* rv34: frame-level multi-threadingJanne Grunau2012-01-10
* rv34: use get_bits_left()Janne Grunau2012-01-10
* Add weighted motion compensation for RV40 B-framesKostya Shishkov2011-08-11
* RV3/4: calculate B-frame motion weights once per frameKostya Shishkov2011-08-11
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-11
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya Shishkov2009-07-01
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Update ff_rv34_decode_frame() arguments definitionKostya Shishkov2008-12-02
* Invoke future RV30/40 loop filter for already decoded rows instead ofKostya Shishkov2008-11-29
* Calculating an additional MV-based deblocking pattern is the sameKostya Shishkov2008-11-07
* RV3 and RV4 decoders set some deblocking coefs for each macroblock,Kostya Shishkov2008-10-20
* Register RV-[34] block specific feature for long future loop filterKostya Shishkov2008-10-05
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Calculate motion vector information based on PTS provided in slice headerKostya Shishkov2008-04-28
* Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple ofDiego Biurrun2008-02-04
* Save coded block patterns for future loop filtering.Kostya Shishkov2008-01-18
* RV30/40 decoding coreKostya Shishkov2007-12-16