[FFmpeg-devel] [PATCH] avformat/nut: add support for P010 pixel format

2021-05-31 Thread Valerii Zapodovnikov
This is used for dshow, though may be swapped endianness there. Fixes #8454. fate-pixdesc-p010le and be will have to be updated. --- libavcodec/raw.c | 3 +++ libavformat/nut.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/libavcodec/raw.c b/libavcodec/raw.c index 079d5c5d10..7efc0156ca

Re: [FFmpeg-devel] [PATCH] avformat/nut: add support for P010 pixel format

2021-06-02 Thread Michael Niedermayer
On Tue, Jun 01, 2021 at 07:02:39AM +0300, Valerii Zapodovnikov wrote: > This is used for dshow, though may be swapped endianness there. > Fixes #8454. fate-pixdesc-p010le and be will have to be updated. > --- > libavcodec/raw.c | 3 +++ > libavformat/nut.c | 3 +++ > 2 files changed, 6 insertions

Re: [FFmpeg-devel] [PATCH] avformat/nut: add support for P010 pixel format

2021-06-02 Thread Valerii Zapodovnikov
I don't really care about your nut container, FATE just complains that something in raw.c is not in nut.c. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email f

Re: [FFmpeg-devel] [PATCH] avformat/nut: add support for P010 pixel format

2021-06-03 Thread Michael Niedermayer
On Wed, Jun 02, 2021 at 07:08:24PM +0300, Valerii Zapodovnikov wrote: > I don't really care about your nut container, FATE just complains that > something in raw.c is not in nut.c. If you care about the discrepancy then you have to fix it. your patch just moves the discrepancy to be between the nu

Re: [FFmpeg-devel] [PATCH] avformat/nut: add support for P010 pixel format

2021-06-03 Thread Valerii Zapodovnikov
The bigger problem are FATE hashes. I am not able to fill them here. As to send patches against another repo, I can do that, no problem with --subject-prefix="PATCH nut". Also, I do not see a problem with the spec, the spec says that it has priority, not the code. I am not doing this patch for nut

Re: [FFmpeg-devel] [PATCH] avformat/nut: add support for P010 pixel format

2021-06-05 Thread Valerii Zapodovnikov
Okay, I will send a patch to just raw.c to check it out, if it will not work I will send against http://lists.mplayerhq.hu/pipermail/nut-devel/2020-December/thread.html Again, who can do FATE hashes for me? Please? ___ ffmpeg-devel mailing list ffmpeg-de

Re: [FFmpeg-devel] [PATCH] avformat/nut: add support for P010 pixel format

2021-06-05 Thread Michael Niedermayer
On Sat, Jun 05, 2021 at 11:29:24AM +0300, Valerii Zapodovnikov wrote: > Okay, I will send a patch to just raw.c to check it out, if it will not > work I will send against > http://lists.mplayerhq.hu/pipermail/nut-devel/2020-December/thread.html > > Again, who can do FATE hashes for me? Please? if

Re: [FFmpeg-devel] [PATCH] avformat/nut: add support for P010 pixel format

2021-06-05 Thread Valerii Zapodovnikov
GEN=1 is nice, but why diff is no longer working on patchwork itself? See: https://patchwork.ffmpeg.org/check/18368/ ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above,