summaryrefslogtreecommitdiffstats
path: root/libavcodec/rv34.c
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-11/+11
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-4/+4
* rv34: handle size changes during frame multithreadingJanne Grunau2012-02-141-64/+82
* rv34: use AVERROR return values in ff_rv34_decode_frame()Janne Grunau2012-02-141-4/+8
* rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-161-131/+96
* rv34: Intra 16x16 handlingChristophe GISQUET2012-01-161-125/+156
* rv34: Inter/intra MB code splitChristophe GISQUET2012-01-161-53/+191
* rv34: fix and optimise frame dependency checkingJanne Grunau2012-01-121-2/+3
* rv34: DC-only inverse transformChristophe GISQUET2012-01-121-37/+58
* rv34: frame-level multi-threadingJanne Grunau2012-01-101-0/+90
* rv34: use get_bits_left()Janne Grunau2012-01-101-2/+1
* rv34: fix invalid memory access for small video dimensionsJohn Brooks2012-01-041-2/+3
* rv34: joint coefficient decoding and dequantizationChristophe GISQUET2012-01-041-36/+44
* lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-131-2/+2
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-131-2/+2
* rv34: move 4x4 dequant to RV34DSPContextMans Rullgard2011-12-131-16/+2
* rv34: align temporary block of "dct" coefsMans Rullgard2011-12-011-2/+2
* rv34: fix signed multiplication overflowMans Rullgard2011-11-261-1/+1
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-1/+1
* rv34: move inverse transform functions to DSP contextJanne Grunau2011-10-121-79/+3
* rv34: Check for invalid slices offsetsLaurent Aimar2011-09-221-1/+10
* rv34: Check for invalid slice offsetsLaurent Aimar2011-09-201-4/+5
* rv34: Fix potential overreadsLaurent Aimar2011-09-191-2/+3
* rv34: Fix buffer size used for MC of B frames after a resolution changeLaurent Aimar2011-09-191-2/+2
* rv34: Avoid NULL dereference on corrupted bitstreamLaurent Aimar2011-09-191-1/+1
* Fixed size given to init_get_bits().Laurent Aimar2011-09-151-1/+1
* rv34: check that subsequent slices have the same type as first one.Kostya Shishkov2011-09-121-0/+7
* rv34: free+allocate buffer instead of reallocating it to preserve alignmentKostya Shishkov2011-08-121-1/+2
* Add weighted motion compensation for RV40 B-framesKostya Shishkov2011-08-111-11/+65
* RV3/4: calculate B-frame motion weights once per frameKostya Shishkov2011-08-111-5/+12
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-111-20/+19
* Pretty-print RV3/4 decoder sourceKostya Shishkov2011-08-091-45/+45
* Correct chroma vector calculation for RealVideo 3.Kostya Shishkov2011-08-021-2/+2
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-66/+66
* Remove unused static tables and static inline functions.Diego Biurrun2011-07-041-20/+0
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-021-79/+76
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-1/+1
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-10/+10
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-9/+0
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-0/+4
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-3/+3
* Disambiguate bitstream groups for AAC and RV30/RV40.Diego Biurrun2010-07-021-1/+1
* Fix "initialization from incompatible pointer type" warning in rv34.Eli Friedman2010-06-301-1/+1
* rv34: kill VLAsMåns Rullgård2010-06-251-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Revert commit 22378.Vitor Sessak2010-03-091-4/+0
* Check for reference frames so RV 3/4 won't segfault trying to copy data fromKostya Shishkov2010-03-091-0/+4
* Call avcodec_set_dimensions() instead of simply setting avctx->width/heightKostya Shishkov2009-11-241-2/+3
* Update dimensions in AVCodecContext when RV3/4 frame dimensions changeKostya Shishkov2009-11-221-2/+2
OpenPOWER on IntegriCloud