| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vc1_pred: Fix indentation | Andreas Rheinhardt | 2024-06-12 | 1 | -13/+13 |
* | avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic | Andreas Rheinhardt | 2024-06-12 | 1 | -1/+1 |
* | avcodec/vc1_pred: Remove unused function parameter | Andreas Rheinhardt | 2024-06-12 | 1 | -9/+9 |
* | avcodec/mpegvideo: Add const where appropriate | Andreas Rheinhardt | 2024-06-12 | 1 | -20/+18 |
* | avcodec/mpegvideo: Shorten variable names | Andreas Rheinhardt | 2024-06-12 | 1 | -107/+107 |
* | avcodec/vc1_pred: Remove unused function parameter | Andreas Rheinhardt | 2021-10-02 | 1 | -1/+1 |
* | avcodec/vc1_pred: Fix invalid shifts in scaleforopp() | Michael Niedermayer | 2019-09-28 | 1 | -2/+2 |
* | avcodec/vc1_pred: Fix refdist in scaleforopp() | Michael Niedermayer | 2019-09-06 | 1 | -1/+2 |
* | avcodec/vc1_pred: Fix invalid shift in scaleforsame() | Michael Niedermayer | 2019-07-31 | 1 | -1/+1 |
* | avcodec/vc1: fix B predictor validity for 4-MV MBs | Jerome Borsboom | 2019-01-14 | 1 | -0/+2 |
* | avcodec/vc1: fix decoding of old WMV3 format | Jerome Borsboom | 2019-01-12 | 1 | -1/+4 |
* | avcodec/vc1: shuffle calculation of MV predictor candidates | Jerome Borsboom | 2019-01-12 | 1 | -6/+7 |
* | avcodec/vc1: correct forgotten v->blocks_off | Jerome Borsboom | 2018-04-25 | 1 | -1/+1 |
* | avcodec/vc1_pred: set ref_field_type earlier | Jerome Borsboom | 2018-04-21 | 1 | -4/+4 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
| * | vc1_pred: Always initialize px and py in ff_vc1_pred_mv_intfr() | Vittorio Giovara | 2015-04-19 | 1 | -5/+3 |
* | | avcodec/vc1_pred: Fix undefined shifts | Michael Niedermayer | 2015-03-17 | 1 | -7/+9 |
* | | avcodec/vc1_pred: Fix undefined shift in ff_vc1_pred_mv() | Michael Niedermayer | 2015-03-11 | 1 | -2/+4 |
* | | avcodec/vc1_pred: few branchless optimizations | zhaoxiu.zeng | 2015-02-14 | 1 | -45/+23 |
* | | Merge commit 'bc75b64cff37d58f3944e2da3da45c37f35f019a' | Michael Niedermayer | 2014-11-25 | 1 | -5/+2 |
|\| |
|
| * | vc1pred: remove logically dead code | Vittorio Giovara | 2014-11-25 | 1 | -6/+2 |
* | | Merge commit '04d14c9b68b03e8dbc6e3003c1ee06892dd32576' | Michael Niedermayer | 2014-10-08 | 1 | -28/+30 |
|/ |
|
* | vc1: Split the decoder in components | Luca Barbato | 2014-10-08 | 1 | -0/+959 |