Re: [libav-devel] [PATCH 2/4] checkasm/h264: add loop filter tests

2019-01-26 Thread Martin Storsjö
On Tue, 1 Jan 2019, Janne Grunau wrote: --- tests/checkasm/h264dsp.c | 124 +++ 1 file changed, 124 insertions(+) This newly added test seems to fail on macOS. I haven't debugged through it properly yet, but disabling the use of checkasm_checked_call seems

Re: [libav-devel] [PATCH] libopenh264dec: Use a newer decoding entry point function

2019-01-26 Thread Martin Storsjö
On Sat, 26 Jan 2019, Janne Grunau wrote: On 2019-01-25 10:39:13 +0200, Martin Storsjö wrote: The "new" entry point actually has existed since OpenH264 1.4 in 2015, but with B-frames, this entry point is essential for actually getting the right frames returned and reordered. The name of this

Re: [libav-devel] [PATCH] libopenh264dec: Use a newer decoding entry point function

2019-01-26 Thread Janne Grunau
On 2019-01-25 10:39:13 +0200, Martin Storsjö wrote: > The "new" entry point actually has existed since OpenH264 1.4 in > 2015, but with B-frames, this entry point is essential for actually > getting the right frames returned and reordered. > > The name of this function, DecodeFrameNoDelay, is

Re: [libav-devel] [GASPP PATCH] Name read-only data sections .rdata, convert both .rdata and .rodata in the same way

2019-01-26 Thread Janne Grunau
On 2019-01-11 15:24:56 +0200, Martin Storsjö wrote: > --- > gas-preprocessor.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl > index 4131c46..0137718 100755 > --- a/gas-preprocessor.pl > +++ b/gas-preprocessor.pl > @@ -1198,7