| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace AVFrame pointer type punning by proper struct member assignments. | Diego Biurrun | 2012-03-01 | 1 | -3/+3 |
* | vc1parse: call vc1_init_common(). | Ronald S. Bultje | 2012-02-18 | 1 | -2/+2 |
* | vc1: prevent using last_frame as a reference for I/P first frame. | Ronald S. Bultje | 2012-02-15 | 1 | -2/+9 |
* | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | vc1: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -26/+26 |
* | msmpeg4: Add ff_ prefixes to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -5/+5 |
* | vc1: prevent null pointer dereference on broken files | Janne Grunau | 2012-02-01 | 1 | -1/+1 |
* | vc1dec.c: Don't use uninitialized values of dmv_[x, y] | Mashiat Sarker Shakkhar | 2012-01-27 | 1 | -0/+1 |
* | 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 |