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
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
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
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
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
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 |
> 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.