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