[FFmpeg-devel] [PATCH] fate: add scale filters for big-endian architectures.
Andreas Rheinhardt
andreas.rheinhardt at gmail.com
Wed Sep 16 22:03:05 EEST 2020
Michael Niedermayer:
> On Mon, Sep 14, 2020 at 09:26:53PM +0200, Nicolas George wrote:
>> Filters mostly work in native endianness, but they must output
>> a specified endianness, usually little: that requires a final
>> conversion for big endian.
>>
>> I do not know what's the deal with gif-deal: inserting explicitly
> ^^^^^^^^
> I think this is a typo
I thought the same upon reading, but we really have a gif-deal test and
it is the only one where Nicolas has enabled auto_conversion_filters.
>
>
>> the filters that are implicitly inserted result in less frames in
>> output. Probably a strange problem of duration.
>>
>> Signed-off-by: Nicolas George <george at nsup.org>
>> ---
>> tests/fate/bmp.mak | 6 +++---
>> tests/fate/dnxhd.mak | 4 ++--
>> tests/fate/filter-video.mak | 18 +++++++++---------
>> tests/fate/fits.mak | 8 ++++----
>> tests/fate/gif.mak | 10 +++++-----
>> tests/fate/h264.mak | 34 +++++++++++++++++-----------------
>> tests/fate/hevc.mak | 12 ++++++------
>> tests/fate/image.mak | 2 +-
>> tests/fate/microsoft.mak | 4 ++--
>> tests/fate/pixlet.mak | 2 +-
>> tests/fate/prores.mak | 16 ++++++++--------
>> tests/fate/video.mak | 16 ++++++++--------
>> tests/fate/vpx.mak | 4 ++--
>> 13 files changed, 68 insertions(+), 68 deletions(-)
>
> confirmed to work on qemu mips
> so should be ok
>
> thx
>
> [...]
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>
More information about the ffmpeg-devel
mailing list