Re: [FFmpeg-devel] [PATCH] tests: Fix enhanced-flv-hevc-hdr10 on big endian systems

2025-04-05 Thread Zhao Zhili
Ping. Fate on powerpc is still broken. > On Mar 21, 2025, at 12:11, Zhao Zhili wrote: > >> >> On Mar 21, 2025, at 05:50, James Almer wrote: >> >> On 3/20/2025 10:17 AM, Zhao Zhili wrote: >>> From: Zhao Zhili >>> hevc decoder output native endian yuv420p10. yuv420p10 is alias of >>> yuv420p10

Re: [FFmpeg-devel] [PATCH] tests: Fix enhanced-flv-hevc-hdr10 on big endian systems

2025-04-04 Thread Sean McGovern
Hi, On Thu, Mar 20, 2025 at 9:17 AM Zhao Zhili wrote: > > From: Zhao Zhili > > hevc decoder output native endian yuv420p10. yuv420p10 is alias of > yuv420p10le on little endian system, and yuv420p10be on big endian > system. > --- > tests/fate/flvenc.mak | 2 +- > tests/ref/fa

[FFmpeg-devel] [PATCH] tests: Fix enhanced-flv-hevc-hdr10 on big endian systems

2025-04-04 Thread Zhao Zhili
From: Zhao Zhili hevc decoder output native endian yuv420p10. yuv420p10 is alias of yuv420p10le on little endian system, and yuv420p10be on big endian system. --- tests/fate/flvenc.mak | 2 +- tests/ref/fate/enhanced-flv-hevc-hdr10 | 19 --- 2 files changed, 1 i

Re: [FFmpeg-devel] [PATCH] tests: Fix enhanced-flv-hevc-hdr10 on big endian systems

2025-03-29 Thread Andreas Rheinhardt
Zhao Zhili: > Ping. Fate on powerpc is still broken. > I still think that we should strip le/be in ffprobe. The documentation of bitexact requires it for the cases where decoders output native endianness and if we can't distinguish the cases of native endianness vs explicit source endianness (and

Re: [FFmpeg-devel] [PATCH] tests: Fix enhanced-flv-hevc-hdr10 on big endian systems

2025-03-29 Thread Sean McGovern
Hi, On Sat, Mar 29, 2025, 13:07 Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Zhao Zhili: > > Ping. Fate on powerpc is still broken. > > > > I still think that we should strip le/be in ffprobe. The documentation > of bitexact requires it for the cases where decoders output native

Re: [FFmpeg-devel] [PATCH] tests: Fix enhanced-flv-hevc-hdr10 on big endian systems

2025-03-28 Thread James Almer
On 3/20/2025 10:17 AM, Zhao Zhili wrote: From: Zhao Zhili hevc decoder output native endian yuv420p10. yuv420p10 is alias of yuv420p10le on little endian system, and yuv420p10be on big endian system. --- tests/fate/flvenc.mak | 2 +- tests/ref/fate/enhanced-flv-hevc-hdr10 |

Re: [FFmpeg-devel] [PATCH] tests: Fix enhanced-flv-hevc-hdr10 on big endian systems

2025-03-20 Thread Zhao Zhili
> On Mar 21, 2025, at 05:50, James Almer wrote: > > On 3/20/2025 10:17 AM, Zhao Zhili wrote: >> From: Zhao Zhili >> hevc decoder output native endian yuv420p10. yuv420p10 is alias of >> yuv420p10le on little endian system, and yuv420p10be on big endian >> system. >> --- >> tests/fate/flvenc.