summaryrefslogtreecommitdiff
path: root/libavcodec/rv34.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | avcodec/rv30: fix switching back to the original resolutionMichael Niedermayer2015-08-171-0/+2
* | avcodec/rv30: cleanup rpr handlingMichael Niedermayer2014-01-041-1/+1
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-1/+1
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-101-0/+2
|\ \ | |/
| * rv40dsp: implement prescaled versions for biweight.Christophe GISQUET2012-04-101-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-151-1/+1
|\ \ | |/
| * rv34: use uint16_t for RV34DecContext.deblock_coefsJanne Grunau2012-02-141-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-111-1/+2
|\ \ | |/
| * rv34: frame-level multi-threadingJanne Grunau2012-01-101-0/+2
| * rv34: use get_bits_left()Janne Grunau2012-01-101-1/+0
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-131-0/+8
|\ \ | |/
| * 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