summaryrefslogtreecommitdiff
path: root/libavcodec/rv34.c
Commit message (Expand)AuthorAge
...
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-13
* rv34: move 4x4 dequant to RV34DSPContextMans Rullgard2011-12-13
* rv34: align temporary block of "dct" coefsMans Rullgard2011-12-01
* rv34: fix signed multiplication overflowMans Rullgard2011-11-26
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* rv34: move inverse transform functions to DSP contextJanne Grunau2011-10-12
* rv34: Check for invalid slices offsetsLaurent Aimar2011-09-22
* rv34: Check for invalid slice offsetsLaurent Aimar2011-09-20
* rv34: Fix potential overreadsLaurent Aimar2011-09-19
* rv34: Fix buffer size used for MC of B frames after a resolution changeLaurent Aimar2011-09-19
* rv34: Avoid NULL dereference on corrupted bitstreamLaurent Aimar2011-09-19
* Fixed size given to init_get_bits().Laurent Aimar2011-09-15
* rv34: check that subsequent slices have the same type as first one.Kostya Shishkov2011-09-12
* rv34: free+allocate buffer instead of reallocating it to preserve alignmentKostya Shishkov2011-08-12
* 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
* Pretty-print RV3/4 decoder sourceKostya Shishkov2011-08-09
* Correct chroma vector calculation for RealVideo 3.Kostya Shishkov2011-08-02
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* Remove unused static tables and static inline functions.Diego Biurrun2011-07-04
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-26
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-28
* Disambiguate bitstream groups for AAC and RV30/RV40.Diego Biurrun2010-07-02
* Fix "initialization from incompatible pointer type" warning in rv34.Eli Friedman2010-06-30
* rv34: kill VLAsMåns Rullgård2010-06-25
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Revert commit 22378.Vitor Sessak2010-03-09
* Check for reference frames so RV 3/4 won't segfault trying to copy data fromKostya Shishkov2010-03-09
* Call avcodec_set_dimensions() instead of simply setting avctx->width/heightKostya Shishkov2009-11-24
* Update dimensions in AVCodecContext when RV3/4 frame dimensions changeKostya Shishkov2009-11-22
* Convert ZERO8x2 macro into inline functionKostya Shishkov2009-08-30
* Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bitKostya Shishkov2009-08-30
* Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing blockKostya Shishkov2009-08-30
* RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya Shishkov2009-07-01
* Revert changing VLC initialization type for RV3/4 decoder.Kostya Shishkov2009-04-27
* Get rid of monstrous static table and initialize VLCs for RV3/4 dynamically.Kostya Shishkov2009-04-25
* 100l: VLC table array should not be constKostya Shishkov2009-04-21
* Make RV3/4 VLC tables use new static initialization methodKostya Shishkov2009-04-21
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Correct MV prediction for B-frame blocks in RV4 decoderKostya Shishkov2009-03-15
* Fix direct and skip MB motion compensation in RV4:Kostya Shishkov2009-03-13
* cosmetics: reindent after last commitKostya Shishkov2009-02-25
* Since motion vectors for intra blocks are always zero, do not try to retrieve...Kostya Shishkov2009-02-25
* Enable dropping frames for RV3/4Kostya Shishkov2009-02-14