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

Clément Bœsch u at pkh.me
Mon Jun 26 13:37:37 EEST 2017


On Mon, Jun 26, 2017 at 11:33:31AM +0200, Paul B Mahol 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(-)
> 

I think you can drop ff_ut_rgb_order

Can you also add an explanation about the FATE changes?

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170626/5c36ed71/attachment.sig>


More information about the ffmpeg-devel mailing list