Re: [FFmpeg-devel] [PATCH] avcodec/libsvtav1: send the EOS signal without a one frame delay to allow for the library to operate in a low-delay mode

2024-02-27 Thread James Almer
On 2/27/2024 7:22 PM, Cosmin Stejerean via ffmpeg-devel wrote: On Feb 27, 2024, at 1:49 PM, James Almer wrote: SVT-AV1 1.8.0 has this value set to 1.8.0, same as in the current git head commit. Is this in preparation for an upcoming release? Yes, this is in preparation for release 2.0

Re: [FFmpeg-devel] [PATCH] avcodec/libsvtav1: send the EOS signal without a one frame delay to allow for the library to operate in a low-delay mode

2024-02-27 Thread Cosmin Stejerean via ffmpeg-devel
> On Feb 27, 2024, at 1:49 PM, James Almer wrote: > >>> SVT-AV1 1.8.0 has this value set to 1.8.0, same as in the current git head >>> commit. Is this in preparation for an upcoming release? >> Yes, this is in preparation for release 2.0 which is targeted for next week. >>

Re: [FFmpeg-devel] [PATCH] avcodec/libsvtav1: send the EOS signal without a one frame delay to allow for the library to operate in a low-delay mode

2024-02-27 Thread James Almer
On 2/27/2024 6:36 PM, Cosmin Stejerean via ffmpeg-devel wrote: On Feb 27, 2024, at 1:19 PM, James Almer wrote: SVT-AV1 1.8.0 has this value set to 1.8.0, same as in the current git head commit. Is this in preparation for an upcoming release? Yes, this is in preparation for release 2.0

Re: [FFmpeg-devel] [PATCH] avcodec/libsvtav1: send the EOS signal without a one frame delay to allow for the library to operate in a low-delay mode

2024-02-27 Thread Cosmin Stejerean via ffmpeg-devel
> On Feb 27, 2024, at 1:19 PM, James Almer wrote: > > SVT-AV1 1.8.0 has this value set to 1.8.0, same as in the current git head > commit. Is this in preparation for an upcoming release? Yes, this is in preparation for release 2.0 which is targeted for next week.

Re: [FFmpeg-devel] [PATCH] avcodec/libsvtav1: send the EOS signal without a one frame delay to allow for the library to operate in a low-delay mode

2024-02-27 Thread James Almer
On 2/23/2024 8:21 PM, Cosmin Stejerean via ffmpeg-devel wrote: From: Cosmin Stejerean Co-authored-by: Amir Naghdinezhad Signed-off-by: Cosmin Stejerean --- libavcodec/libsvtav1.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavcodec/libsvtav1.c

[FFmpeg-devel] [PATCH] avcodec/libsvtav1: send the EOS signal without a one frame delay to allow for the library to operate in a low-delay mode

2024-02-23 Thread Cosmin Stejerean via ffmpeg-devel
From: Cosmin Stejerean Co-authored-by: Amir Naghdinezhad Signed-off-by: Cosmin Stejerean --- libavcodec/libsvtav1.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavcodec/libsvtav1.c b/libavcodec/libsvtav1.c index 3b41f5a39e..1eda63200c 100644 --- a/libavcodec/libsvtav1.c