[FFmpeg-devel] [PATCH] fate: add overlay filter tests with alpha

Marton Balint cus at passwd.hu
Thu Aug 17 01:15:52 EEST 2017



On Wed, 16 Aug 2017, Michael Niedermayer wrote:

> On Wed, Aug 16, 2017 at 09:21:36PM +0200, Marton Balint wrote:
>>
>> On Wed, 16 Aug 2017, Michael Niedermayer wrote:
>>
>>> On Wed, Aug 16, 2017 at 01:03:46AM +0200, Marton Balint wrote:
>>>>
>>>> On Wed, 16 Aug 2017, Michael Niedermayer wrote:
>>>>
>>>>> On Sun, Aug 13, 2017 at 10:00:04PM +0200, Marton Balint wrote:
>>>>>> Signed-off-by: Marton Balint <cus at passwd.hu>
>>>>>> ---
>>>>>> tests/fate/filter-video.mak                   | 19 +++++++++++++++++++
>>>>>> tests/ref/fate/filter-overlay_gbrap_gbrap     |  6 ++++++
>>>>>> tests/ref/fate/filter-overlay_gbrp_gbrap      |  6 ++++++
>>>>>> tests/ref/fate/filter-overlay_rgb_rgba        |  6 ++++++
>>>>>> tests/ref/fate/filter-overlay_rgba_rgba       |  6 ++++++
>>>>>> tests/ref/fate/filter-overlay_yuv420_yuva420  |  6 ++++++
>>>>>> tests/ref/fate/filter-overlay_yuv422_yuva422  |  6 ++++++
>>>>>> tests/ref/fate/filter-overlay_yuv444_yuva444  |  6 ++++++
>>>>>> tests/ref/fate/filter-overlay_yuva420_yuva420 |  6 ++++++
>>>>>> tests/ref/fate/filter-overlay_yuva422_yuva422 |  6 ++++++
>>>>>> tests/ref/fate/filter-overlay_yuva444_yuva444 |  6 ++++++
>>>>>> 11 files changed, 79 insertions(+)
>>>>>> create mode 100644 tests/ref/fate/filter-overlay_gbrap_gbrap
>>>>>> create mode 100644 tests/ref/fate/filter-overlay_gbrp_gbrap
>>>>>> create mode 100644 tests/ref/fate/filter-overlay_rgb_rgba
>>>>>> create mode 100644 tests/ref/fate/filter-overlay_rgba_rgba
>>>>>> create mode 100644 tests/ref/fate/filter-overlay_yuv420_yuva420
>>>>>> create mode 100644 tests/ref/fate/filter-overlay_yuv422_yuva422
>>>>>> create mode 100644 tests/ref/fate/filter-overlay_yuv444_yuva444
>>>>>> create mode 100644 tests/ref/fate/filter-overlay_yuva420_yuva420
>>>>>> create mode 100644 tests/ref/fate/filter-overlay_yuva422_yuva422
>>>>>> create mode 100644 tests/ref/fate/filter-overlay_yuva444_yuva444
>>>>>
>>>>> fails on arm & mips qemu
>>>>
>>>> If you add -sws_flags +accurate_rnd+bitexact to the framecrc command
>>>> does that help?
>>>
>>> yes, the following works:
>>
>> Err, the diff you sent contains hash changes as well, are those
>> needed for fate to pass? Because if they do, then adding the flags
>> does not fix the problem.
>
> you need the hash changes or theres a difference between platforms

Ah, got it. Thanks for testing, pushed with the flags fix and the hash 
updates.

Regards,
Marton


More information about the ffmpeg-devel mailing list