[FFmpeg-devel] [PATCH] avcodec/utvideodec: decode to GBR(A)P

wm4 nfxjfg at googlemail.com
Mon Jun 26 13:07:54 EEST 2017


On Mon, 26 Jun 2017 11:33:31 +0200
Paul B Mahol <onemda at gmail.com> wrote:

> This is actually internal utvideo format.
> Allows to make use of SIMD for median prediction for rgb(a) formats,
> thus speeding up decoding.
> Simplifies code, eases further developement and maintenance.
> 
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  libavcodec/utvideodec.c                   | 283 +++---------------------------
>  tests/ref/fate/utvideo_rgb_left           |   8 +-
>  tests/ref/fate/utvideo_rgb_median         |  10 +-
>  tests/ref/fate/utvideo_rgba_left          |  10 +-
>  tests/ref/fate/utvideo_rgba_median        |  10 +-
>  tests/ref/fate/utvideo_rgba_single_symbol |   2 +-
>  6 files changed, 49 insertions(+), 274 deletions(-)

Holy shit, that's a nice find.


More information about the ffmpeg-devel mailing list