On Tue, 10 Dec 2024, Zhao Zhili wrote:
From: Zhao Zhili
Replace sqxtn+smin+smax by sqxtun+umin.
---
libavcodec/aarch64/vvc/inter.S | 41 +++---
1 file changed, 18 insertions(+), 23 deletions(-)
Both these patches look good to me, thanks!
// Martin
___
On Tue, 10 Dec 2024, Zhao Zhili wrote:
From: Zhao Zhili
Fix test failure:
./tests/checkasm/checkasm --test=vvc_alf 3607569773
---
libavcodec/aarch64/vvc/alf.S | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
After pushing (and after leaving it in git master for a little while),
this
From: Zhao Zhili
Replace sqxtn+smin+smax by sqxtun+umin.
---
libavcodec/aarch64/vvc/inter.S | 41 +++---
1 file changed, 18 insertions(+), 23 deletions(-)
diff --git a/libavcodec/aarch64/vvc/inter.S b/libavcodec/aarch64/vvc/inter.S
index b6b079b569..7a752019ee 100644
From: Zhao Zhili
Fix test failure:
./tests/checkasm/checkasm --test=vvc_alf 3607569773
---
libavcodec/aarch64/vvc/alf.S | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/aarch64/vvc/alf.S b/libavcodec/aarch64/vvc/alf.S
index c624093640..8801b3afb6 100644
--- a/li
Hi,
On Mon, Dec 9, 2024 at 5:02 PM Martin Storsjö wrote:
> Share the checkasm_check_pixel macro from hevc_pel in checkasm.h,
> to allow other tests to use the same. (To use it in other tests,
> those tests need to have a similar setup for high bitdepth pixels,
> with a local variable named "bit_
Hi Jan,
Thanks for your respond.
You’re right, it is really makes sense to process this behavior at the WebVTT
muxer.
Unfortunately WebVTT specs don’t foresee the feature like ’show until next’.
So it would look like in the patch below.
Thanks,
Vladimir
Signed-off-by: Vladimir Kharchevin
---
Share the checkasm_check_pixel macro from hevc_pel in checkasm.h,
to allow other tests to use the same. (To use it in other tests,
those tests need to have a similar setup for high bitdepth pixels,
with a local variable named "bit_depth".)
This simplifies the code for checking the output, and can
If running tests with "make -j fate", the execution will stop
after the first failing test. To get an overview of the whole
test suite, one rather would run "make -k -j fate", which then
again buries the results about what tests actually failed further
up in the console log.
Add a target so one ca
On 2024-12-08 12:36 +0100, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer
> ---
> src/template_head2 | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/template_head2 b/src/template_head2
> index 0394ace..51da347 100644
> --- a/src/template_head2
> +++ b/src/template_he
On 12/8/24 2:23 PM, Jan Ekström wrote:
On Sun, Dec 1, 2024 at 4:21 PM Leo Izen wrote:
The PNGv3 Specification Draft [1] has changed the capitalization
of mDCV and cLLI chunks (formerly mDCv and cLLi). This patch updates
FFmpeg to work with the new chunk names while retaining decode-side
comp
This makes the behavior of av_file_map() the same on Windows as it is on
other platforms. The file is opened as read-only, but the mapping is
copy-on-write, allowing the user to write to the memory pages returned
by av_file_map().
This commit fixes libavutil\tests\file.c test, which would crash wh
Hi all,
the vote has been started (with a slight delay due to server issues). If
you are in the GA (the tools/general_assembly.pl script lists your
name), you should receive an email soon. If you do not, complain in this
thread.
--
Anton Khirnov
___
ffm
On Mon, Dec 9, 2024 at 1:24 PM Vladimir Kharchevin
wrote:
>
> When importing text subtitles from libzvbi_teletext stream the duration of
> subtitle
> frames is -1 by default or fixed value per codec setting.
> For hls webvtt stream it makes disappear time always 1193:02:47.295 for every
> subtit
On Mon, 9 Dec 2024, Ronald S. Bultje wrote:
Hi,
On Mon, Dec 9, 2024 at 9:17 AM Martin Storsjö wrote:
On Mon, 9 Dec 2024, Ronald S. Bultje wrote:
> Secondly, can we share checkasm_check_pixel in a more general location so
> other codecs can use it too?
Ideally, yes.
But the problem is in t
Hi,
On Mon, Dec 9, 2024 at 9:17 AM Martin Storsjö wrote:
> On Mon, 9 Dec 2024, Ronald S. Bultje wrote:
>
> > Secondly, can we share checkasm_check_pixel in a more general location so
> > other codecs can use it too?
>
> Ideally, yes.
>
> But the problem is in the way multi-bitdepth codecs are ha
On Mon, 9 Dec 2024, Ronald S. Bultje wrote:
Secondly, can we share checkasm_check_pixel in a more general location so
other codecs can use it too?
Ideally, yes.
But the problem is in the way multi-bitdepth codecs are handled in
ffmpeg/checkasm, compared to how it is done in dav1d. In dav1d w
Hello,
On Mon, Dec 9, 2024 at 7:25 AM Martin Storsjö wrote:
> This simplifies the code for checking the output, and can print
> the failing output (including a map of matching/mismatching
> elements) if checkasm is run with the -v/--verbose option.
>
First off: yay \o/
Secondly, can we share c
This simplifies the code for checking the output, and can print
the failing output (including a map of matching/mismatching
elements) if checkasm is run with the -v/--verbose option.
This is similar to what was done for hevc_pel in
8ff4a4a4f4f73c5e276fa0cbe6cd5a148ebdd4ae.
---
tests/checkasm/vvc_
When importing text subtitles from libzvbi_teletext stream the duration of
subtitle
frames is -1 by default or fixed value per codec setting.
For hls webvtt stream it makes disappear time always 1193:02:47.295 for every
subtitle.
Suggested to add hls option fix_teletext_durations to fix this b
19 matches
Mail list logo