speex has no header in flv container, libspeexdec reports 'Invalid channel
count'
when decoding a flv file as the channels is not initialized. Reproduce this
issue with:
1) ffmpeg -f lavfi -i anullsrc -ac 1 -ar 16000 -acodec libspeex test.flv
2) ffplay -acodec libspeex test.flv
Signed-off-by: hu
On Fri, 15 Jul 2022, Michael Niedermayer wrote:
On Fri, Jul 15, 2022 at 10:56:03PM +0300, Martin Storsjö wrote:
On Fri, 15 Jul 2022, Swinney, Jonathan wrote:
If the max height is just 16, then this should be fine. I assumed that h
could have a much higher value (>1024), but if that is not the
On Fri, Jul 15, 2022 at 10:56:03PM +0300, Martin Storsjö wrote:
> On Fri, 15 Jul 2022, Swinney, Jonathan wrote:
>
> > If the max height is just 16, then this should be fine. I assumed that h
> > could have a much higher value (>1024), but if that is not the case,
> > then this is a useful optimiza
On Fri, 15 Jul 2022, Swinney, Jonathan wrote:
If the max height is just 16, then this should be fine. I assumed that h
could have a much higher value (>1024), but if that is not the case,
then this is a useful optimization.
At least according to the me_cmp.h header, which says:
/* Motion est
This patch prevents the libjxl encoder wrapper from failing to
encode images when the input video has untagged primaries. It will
instead assume BT.709/sRGB primaries and print a warning.
Signed-off-by: Leo Izen
---
libavcodec/libjxlenc.c | 9 +++--
1 file changed, 7 insertions(+), 2 deletio
This patch prevents the libjxl encoder wrapper from failing to
encode images when the input video has untagged primaries. It will
instead assume BT.709/sRGB primaries and print a warning.
Signed-off-by: Leo Izen
---
libavcodec/libjxlenc.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/
Hi Michael,
Thanks for looking at this. I fixed the test issue.
Alan
On Fri, Jul 15, 2022 at 4:59 PM Alan Kelly wrote:
> ff_shuffle_filter_coefficients shuffles the tail as required.
> ---
> libswscale/utils.c| 19 ---
> libswscale/x86/swscale.c | 6 ++
> tests/c
This is done in ff_shuffle_filter_coefficients.
---
tests/checkasm/sw_scale.c | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/tests/checkasm/sw_scale.c b/tests/checkasm/sw_scale.c
index 798990a6cf..7be107bef1 100644
--- a/tests/checkasm/sw_scale.c
+++ b/tests/checkasm/sw_sc
ff_shuffle_filter_coefficients shuffles the tail as required.
---
libswscale/utils.c| 19 ---
libswscale/x86/swscale.c | 6 ++
tests/checkasm/sw_scale.c | 2 +-
3 files changed, 19 insertions(+), 8 deletions(-)
diff --git a/libswscale/utils.c b/libswscale/utils.c
in