[FFmpeg-devel] [PATCH 09/20] swscale/output: add UYVA output support
James Almer
jamrial at gmail.com
Wed Oct 9 01:51:23 EEST 2024
On 10/8/2024 7:35 PM, Michael Niedermayer wrote:
> On Tue, Oct 08, 2024 at 07:13:27PM -0300, James Almer wrote:
>> On 10/8/2024 7:06 PM, Michael Niedermayer wrote:
>>> On Mon, Oct 07, 2024 at 09:29:44AM -0300, James Almer wrote:
>>>> Signed-off-by: James Almer <jamrial at gmail.com>
>>>> ---
>>>> libswscale/output.c | 56 ++++++++++++++++++++++++
>>>> libswscale/utils.c | 2 +-
>>>> tests/ref/fate/filter-pixdesc-uyva | 1 +
>>>> tests/ref/fate/filter-pixfmts-copy | 1 +
>>>> tests/ref/fate/filter-pixfmts-crop | 1 +
>>>> tests/ref/fate/filter-pixfmts-field | 1 +
>>>> tests/ref/fate/filter-pixfmts-fieldorder | 1 +
>>>> tests/ref/fate/filter-pixfmts-hflip | 1 +
>>>> tests/ref/fate/filter-pixfmts-il | 1 +
>>>> tests/ref/fate/filter-pixfmts-null | 1 +
>>>> tests/ref/fate/filter-pixfmts-pad | 1 +
>>>> tests/ref/fate/filter-pixfmts-scale | 1 +
>>>> tests/ref/fate/filter-pixfmts-transpose | 1 +
>>>> tests/ref/fate/filter-pixfmts-vflip | 1 +
>>>> 14 files changed, 69 insertions(+), 1 deletion(-)
>>>> create mode 100644 tests/ref/fate/filter-pixdesc-uyva
>>>
>>> seems breaking this:
>>>
>>> TEST filter-pixfmts-scale
>>> --- ./tests/ref/fate/filter-pixfmts-scale 2024-10-09 00:03:04.066341619 +0200
>>> +++ tests/data/fate/filter-pixfmts-scale 2024-10-09 00:03:24.594518771 +0200
>>> @@ -97,7 +97,7 @@
>>> rgba 85bb5d03cea1c6e8002ced3373904336
>>> rgba64be ee73e57923af984b31cc7795d13929da
>>> rgba64le 783d2779adfafe3548bdb671ec0de69e
>>> -uyva ee83c7ba25cfc997de70a4e5b3eb398f
>>> +uyva 1337927982389ee952714a91decd1474
>>> uyvy422 aeb4ba4f9f003ae21f6d18089198244f
>>> vuya ffa817e283bf6a0b6fba21b07523ccaa
>>> vuyx a6ff68f46c6b4b7595ec91b2a497df8e
>>> Test filter-pixfmts-scale failed. Look at tests/data/fate/filter-pixfmts-scale.err for details.
>>> make: *** [tests/Makefile:312: fate-filter-pixfmts-scale] Error 1
>>
>> I can't reproduce, i get ee83c7ba25cfc997de70a4e5b3eb398f at this point in
>> the set.
>
> ok, ignore it then, ill retest in the next iteration, quite possible i mixed something up
Applied the pixfmt additions to lavu and just sent a new set with the
rest of the changes.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20241008/2d0e73ef/attachment.sig>
More information about the ffmpeg-devel
mailing list