| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 1 | -1/+1 |
* | vc1dec: fix invalid memory access for small video dimensions | John Brooks | 2012-01-04 | 1 | -1/+5 |
* | vc1dec: Use the right pointer type for the tmp pointer | Martin Storsjö | 2011-12-20 | 1 | -2/+1 |
* | vc1: Handle WVC1 interlaced stream | Aneesh Dogra | 2011-12-19 | 1 | -10/+15 |
* | mpegvideo: remove abort() in ff_find_unused_picture() | Andrey Utkin | 2011-12-14 | 1 | -0/+2 |
* | vc1: mark with ER_MB_ERROR bits overconsumption | Luca Barbato | 2011-12-13 | 1 | -4/+4 |
* | lavc: introduce ER_MB_END and ER_MB_ERROR | Luca Barbato | 2011-12-13 | 1 | -9/+9 |
* | error_resilience: use the ER_ namespace | Luca Barbato | 2011-12-13 | 1 | -9/+9 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -3/+3 |
* | cosmetics: drop some completely pointless parentheses | Diego Biurrun | 2011-12-07 | 1 | -1/+1 |
* | vc1: use an enum for Frame Coding Mode | Luca Barbato | 2011-11-28 | 1 | -13/+14 |
* | vc1: select interlaced scan table by FCM element | Kostya Shishkov | 2011-11-26 | 1 | -4/+4 |
* | VC1: Add bottom field offset to block_index[] to avoid rewriting (+10L) | shahriman AMS | 2011-11-09 | 1 | -4/+4 |
* | vc1dec: move an if() block. | shahriman AMS | 2011-11-09 | 1 | -10/+10 |
* | vc1dec: use correct hybrid prediction threshold. | shahriman AMS | 2011-11-09 | 1 | -4/+1 |
* | vc1dec: Partial rewrite of vc1_pred_mv() | shahriman AMS | 2011-11-09 | 1 | -109/+80 |
* | vc1dec: take ME precision into account while scaling MV predictors. | shahriman AMS | 2011-11-09 | 1 | -6/+14 |
* | VC1: restore mistakenly removed code | Mashiat Sarker Shakkhar | 2011-10-22 | 1 | -0/+4 |
* | Use correct scaling table for bwd-pred MVs in second B-field | Mashiat Sarker Shakkhar | 2011-10-19 | 1 | -9/+11 |
* | vc1: more prettyprinting cosmetics | Kostya Shishkov | 2011-10-12 | 1 | -1276/+1389 |
* | vc1dec: interlaced stream decoding support 3/3 | Mashiat Sarker Shakkhar | 2011-10-10 | 1 | -259/+1871 |
* | VC1: Support dynamic dimension changes | Alberto Delmás | 2011-08-31 | 1 | -94/+108 |
* | vc1: fix VC-1 Pulldown handling. | John Stebbins | 2011-08-25 | 1 | -0/+12 |
* | VC1: Fix first/last row checks with slices | Alberto Delmás | 2011-08-25 | 1 | -7/+7 |
* | vc1: properly zero coded_block[] edges on new slice entry. | Ronald S. Bultje | 2011-08-24 | 1 | -1/+1 |
* | Windows Media Image decoder (WMVP/WVP2) | Alberto Delmás | 2011-08-23 | 1 | -77/+327 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -40/+32 |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -112/+112 |
* | Remove unused static tables and static inline functions. | Diego Biurrun | 2011-07-04 | 1 | -1/+0 |
* | doxygen: Prefer member groups over grouping into modules | Reinhard Tartler | 2011-07-02 | 1 | -3/+3 |
* | vc1: re-initialize tables after width/height change. | John Stebbins | 2011-06-07 | 1 | -3/+16 |
* | vc1: make overlap filter for I-frames bit-exact. | Ronald S. Bultje | 2011-05-04 | 1 | -43/+236 |
* | vc1dec: use s->start/end_mb_y instead of passing them as function args. | Ronald S. Bultje | 2011-05-04 | 1 | -25/+26 |
* | Revert "VC1: merge idct8x8, coeff adjustments and put_pixels." | Ronald S. Bultje | 2011-05-04 | 1 | -33/+25 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -12/+12 |
* | lavc: remove FF_API_HURRY_UP cruft | Anton Khirnov | 2011-04-26 | 1 | -10/+0 |
* | vc1: fix fate-vc1 after previous commit. | Ronald S. Bultje | 2011-04-17 | 1 | -1/+1 |
* | wmv3dec: fix playback of complex WMV3 files using simple_idct. | Ronald S. Bultje | 2011-04-16 | 1 | -41/+50 |
* | Parse sprite data for WMVP and WVP2, and decode sprites for the latter | Alberto Delmás | 2011-04-10 | 1 | -3/+124 |
* | lavc: mark hurry_up for removal on next major bump | Anton Khirnov | 2011-04-02 | 1 | -1/+5 |
* | vc1: make P-frame deblock filter bit-exact. | Ronald S. Bultje | 2011-03-21 | 1 | -93/+203 |
* | vc1: slice support. | Ronald S. Bultje | 2011-03-21 | 1 | -24/+57 |
* | vc1: fix up memleaks in the error codepath. | Ronald S. Bultje | 2011-03-21 | 1 | -22/+19 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | VC1: Export profile/level | Hendrik Leppkes | 2011-03-12 | 1 | -4/+19 |
* | vc1: fix decoding when end sequence is present | Baptiste Coudurier | 2011-03-02 | 1 | -1/+1 |
* | VC1: merge idct8x8, coeff adjustments and put_pixels. | Ronald S. Bultje | 2011-02-21 | 1 | -25/+33 |
* | VC1: inline vc1_put_block() in vc1_decode_i_blocks(). | Ronald S. Bultje | 2011-02-21 | 1 | -35/+13 |
* | VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv(). | Ronald S. Bultje | 2011-02-20 | 1 | -3/+11 |
* | Fix invalid reads in VC1 decoder | Reimar Döffinger | 2011-02-19 | 1 | -1/+1 |