summaryrefslogtreecommitdiff
path: root/libavcodec/rv34.h
Commit message (Expand)AuthorAge
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avcodec/rv30: fix switching back to the original resolutionMichael Niedermayer2015-08-17
* | avcodec/rv30: cleanup rpr handlingMichael Niedermayer2014-01-04
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-05
|\|
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-10
|\|
| * rv40dsp: implement prescaled versions for biweight.Christophe GISQUET2012-04-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-15
|\|
| * rv34: use uint16_t for RV34DecContext.deblock_coefsJanne Grunau2012-02-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-11
|\|
| * rv34: frame-level multi-threadingJanne Grunau2012-01-10
| * rv34: use get_bits_left()Janne Grunau2012-01-10
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-13
|\|
| * 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