78 Commits (73e8e8dbf969b9a0bc1591abcfeba474a42e47bc)

Author SHA1 Message Date
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Diego Biurrun e589e4b82d Remove unused static tables and static inline functions. 14 years ago
Reinhard Tartler 21a19b7912 doxygen: Prefer member groups over grouping into modules 14 years ago
Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Anton Khirnov e7021c0ed5 lavc: remove FF_API_HURRY_UP cruft 14 years ago
Anton Khirnov 8ed2ae09a2 lavc: mark hurry_up for removal on next major bump 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Ronald S. Bultje 2e27959879 Move ff_emulated_edge_mc() into DSPContext. 14 years ago
Diego Biurrun 423c254c18 Disambiguate bitstream groups for AAC and RV30/RV40. 15 years ago
Eli Friedman 85b76ce990 Fix "initialization from incompatible pointer type" warning in rv34. 15 years ago
Måns Rullgård 9bfb72d9e9 rv34: kill VLAs 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Vitor Sessak e8ff21fdf5 Revert commit 22378. 15 years ago
Kostya Shishkov 95bd18eeca Check for reference frames so RV 3/4 won't segfault trying to copy data from 15 years ago
Kostya Shishkov d90aeeaf56 Call avcodec_set_dimensions() instead of simply setting avctx->width/height 15 years ago
Kostya Shishkov ec10d2d539 Update dimensions in AVCodecContext when RV3/4 frame dimensions change 15 years ago
Kostya Shishkov 1369582777 Convert ZERO8x2 macro into inline function 15 years ago
Kostya Shishkov b7eb7ef6b5 Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bit 15 years ago
Kostya Shishkov 20622c4a8a Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing block 15 years ago
Kostya Shishkov 39c601b5e7 RV3/4 intra types array causes alignment issues (at least on ARM5), thus change 16 years ago
Kostya Shishkov 9c4b5eb8ce Revert changing VLC initialization type for RV3/4 decoder. 16 years ago
Kostya Shishkov 3df18b3ed1 Get rid of monstrous static table and initialize VLCs for RV3/4 dynamically. 16 years ago
Kostya Shishkov a456df258e 100l: VLC table array should not be const 16 years ago
Kostya Shishkov 547b6a4cc7 Make RV3/4 VLC tables use new static initialization method 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Kostya Shishkov 0304109df6 Correct MV prediction for B-frame blocks in RV4 decoder 16 years ago
Kostya Shishkov 923ed9748c Fix direct and skip MB motion compensation in RV4: 16 years ago
Kostya Shishkov 7a47495079 cosmetics: reindent after last commit 16 years ago
Kostya Shishkov 77f7156d85 Since motion vectors for intra blocks are always zero, do not try to retrieve them. 16 years ago
Kostya Shishkov 7fa70598e8 Enable dropping frames for RV3/4 16 years ago
Kostya Shishkov 86dd3974e5 In RV3/4 nonzero MB offset for the first slice also indicates error 16 years ago
Kostya Shishkov 432f1f11ea Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too. 16 years ago
Kostya Shishkov 3ffabd4e49 Silence two pointer assignment compiler warnings in rv34.c 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun dc8a7c93d3 Add missing void keyword to parameterless function declarations. 16 years ago
Kostya Shishkov 1aa7335149 Fix Doxygen comments for RV3/4 decoder. 16 years ago
Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 16 years ago
Kostya Shishkov 592beefe99 It turned out that RV30 uses motion vectors for forward motion B-frame 16 years ago
Kostya Shishkov ffedb5c19a 352l: correct calculating number of bits for storing macroblock offset in RV3/4 16 years ago
Kostya Shishkov 17b17c53f4 add const qualifier to some pointers for input data 16 years ago
Kostya Shishkov bb39171beb use precalculated mb_pos where available 16 years ago
Kostya Shishkov 6c3fca6479 Merge deblocking pattern with CBP for RV30/40 loop filtering 16 years ago
Kostya Shishkov 26bc319c1d Generate correct deblock pattern for RV30 16 years ago
Kostya Shishkov 0dfcc36818 Do not attempt to decode RV30/40 B-frames without anchors. 16 years ago
Kostya Shishkov 3e16cde430 Fix reading out of buffer during RV30/40 deblock mask calculation 16 years ago
Kostya Shishkov 958a2b5d6b 34l: forgot to change one case of chroma MC for RV40 16 years ago
Kostya Shishkov 1799d5223e Check RV30/40 slice offsets to be inside buffer. 16 years ago
Kostya Shishkov a1c1c78019 Update ff_rv34_decode_frame() arguments definition 16 years ago
Kostya Shishkov de8cac167d Invoke future RV30/40 loop filter for already decoded rows instead of 16 years ago