Aug 1, 2023, 16:21 by b...@bcheng.me:
> The Vulkan spec wants ScalingList8x8 as defined by ITU spec, which is in
> a different order from how ffmpeg parses it.
>
> v2: generalize for 444 case
> v3: fix whitespace
> ---
> libavcodec/vulkan_h264.c | 6 --
> 1 file changed, 4 insertions(+), 2 de
>Aug 4, 2023, 15:50 by tong1.wu-at-intel@ffmpeg.org:
>
>> From: Wu Jianhua
>>
>> Signed-off-by: Wu Jianhua
>> Signed-off-by: Tong Wu
>> ---
>> configure | 5 +
>> doc/APIchanges | 7 +
>> libavutil/Makefile | 3 +
Note: There is a slight difference in the handling of
the max_file_size option: The earlier code used it to mean
to limit the size of the buffer to allocate; the new code
treats it more literally as maximum size to read from
the input.
Signed-off-by: Andreas Rheinhardt
---
libavformat/sbgdec.c |
lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments with Clang
libswscale/ppc/yuv2rgb_altivec.c:288:36: error: redeclaration of 'vec_xl' must
have the 'overloadable' attribute
---
libswscale/ppc/yuv2rgb_altivec.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib
On 03/08/2023 07:01, fei.w.wang-at-intel@ffmpeg.org wrote:
From: Fei Wang
Signed-off-by: Fei Wang
---
Changelog |1 +
configure |3 +
doc/encoders.texi | 13 +
libavcodec/Makefile |1 +
libavcodec/allcodecs.c
On 03/08/2023 07:01, fei.w.wang-at-intel@ffmpeg.org wrote:
From: Fei Wang
To support more reference frames from different directions.
Signed-off-by: Fei Wang
---
libavcodec/vaapi_encode.c | 112 +---
libavcodec/vaapi_encode.h | 15 +++--
libavc
On 03/08/2023 07:01, fei.w.wang-at-intel@ffmpeg.org wrote:
From: Fei Wang
Signed-off-by: Fei Wang
---
libavcodec/vaapi_encode.c | 37 -
1 file changed, 24 insertions(+), 13 deletions(-)
diff --git a/libavcodec/vaapi_encode.c b/libavcodec/vaapi_encode
On 2023-08-07 3:30 p.m., Michael Niedermayer wrote:
On Mon, Aug 07, 2023 at 03:04:35PM -0400, Brad Smith wrote:
On 2023-07-20 3:17 p.m., Brad Smith wrote:
On 7/7/2023 3:16 PM, Brad Smith wrote:
On 2023-07-01 2:58 p.m., Brad Smith wrote:
On 2023-06-23 7:36 p.m., Brad Smith wrote:
On 2023-06-2
On Mon, Aug 07, 2023 at 03:04:35PM -0400, Brad Smith wrote:
> On 2023-07-20 3:17 p.m., Brad Smith wrote:
> > On 7/7/2023 3:16 PM, Brad Smith wrote:
> > > On 2023-07-01 2:58 p.m., Brad Smith wrote:
> > > > On 2023-06-23 7:36 p.m., Brad Smith wrote:
> > > > > On 2023-06-23 7:35 p.m., Michael Niederma
To whom it may concern,
It has come to Remlab Tmi's attention that the FATE samples suite has recently
been abused to contain non-multimedia files. This is a breach of your trust and
we feel that this is totally inappropriate. The FATE instances were explicitly
setup and sponsored by Tmi Remlab
On 2023-07-20 3:17 p.m., Brad Smith wrote:
On 7/7/2023 3:16 PM, Brad Smith wrote:
On 2023-07-01 2:58 p.m., Brad Smith wrote:
On 2023-06-23 7:36 p.m., Brad Smith wrote:
On 2023-06-23 7:35 p.m., Michael Niedermayer wrote:
On Fri, Jun 23, 2023 at 06:56:30PM -0400, Brad Smith wrote:
On 2023-06-2
Hi,
Adds the new avfilter `libvmaf_cuda`, integrating the new vmaf_cuda_*
apis in libvmaf. Patch attached.
Thanks,
Kyle
0001-avfilter-add-libvmaf_cuda.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.
---
libavcodec/cbs_h266_syntax_template.c | 19 +--
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/libavcodec/cbs_h266_syntax_template.c
b/libavcodec/cbs_h266_syntax_template.c
index b26d7c1a72..4075897b9a 100644
--- a/libavcodec/cbs_h266_syntax_template.c
+++ b/li
---
libavcodec/cbs_h266.h | 1 +
libavcodec/cbs_h266_syntax_template.c | 41 +--
2 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/libavcodec/cbs_h266.h b/libavcodec/cbs_h266.h
index 87a2d02cfd..3a6f6d96b5 100644
--- a/libavcodec/cbs_h266.h
+
---
libavcodec/cbs_h266.h | 3 ++
libavcodec/cbs_h266_syntax_template.c | 43 +--
2 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/libavcodec/cbs_h266.h b/libavcodec/cbs_h266.h
index 1d80c74feb..87a2d02cfd 100644
--- a/libavcodec/cbs_h266.h
On Mon, Aug 7, 2023 at 11:17 PM James Almer wrote:
> On 8/7/2023 11:55 AM, Nuo Mi wrote:
> > if sh_picture_header_in_slice_header_flag is true
> > sh_lmcs_used_flag and sh_explicit_scaling_list_used_flag are infered
> from ph
> > ---
> > libavcodec/cbs_h266_syntax_template.c | 24 ++
James Almer:
> On 8/3/2023 3:01 AM, fei.w.wang-at-intel@ffmpeg.org wrote:
>> From: Fei Wang
>>
>> Signed-off-by: Fei Wang
>> ---
>> update:
>> 1. Rename libavcodec/av1_levels*.
>> 2. Use array instead of handle for AV1LevelDescriptor.name.
>> 3. Compile libavcodec/av1_levels* only when enable v
Le sunnuntaina 6. elokuuta 2023, 22.53.23 EEST Michael Niedermayer a écrit :
> > > > Did you ask people to do that?
> > >
> > > yes, multiple times.
> > > Also normally patch objections come with a path forward, that was not
> > > the case here.
> >
> > Not necessarily, sometimes preventing a bad
On 8/7/2023 11:55 AM, Nuo Mi wrote:
if sh_picture_header_in_slice_header_flag is true
sh_lmcs_used_flag and sh_explicit_scaling_list_used_flag are infered from ph
---
libavcodec/cbs_h266_syntax_template.c | 24 ++--
1 file changed, 14 insertions(+), 10 deletions(-)
diff --
---
libavcodec/cbs_h266.h | 3 +++
libavcodec/cbs_h266_syntax_template.c | 17 +
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/libavcodec/cbs_h266.h b/libavcodec/cbs_h266.h
index 0196f46bc0..1d80c74feb 100644
--- a/libavcodec/cbs_h266.h
+++ b/liba
---
libavcodec/cbs_h266_syntax_template.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/cbs_h266_syntax_template.c
b/libavcodec/cbs_h266_syntax_template.c
index 7277154c40..43b3346359 100644
--- a/libavcodec/cbs_h266_syntax_template.c
+++ b/libavcodec/cbs_h266_syntax_template.c
@
if !ph_deblocking_params_present_flag is true,
ph_deblocking_filter_disabled_flag infered from pps
if !sh_deblocking_params_present_flag is true,
sh_deblocking_filter_disabled_flag infered from ph
---
libavcodec/cbs_h266_syntax_template.c | 76 ++-
1 file changed, 28 inse
if pps_alf_info_in_ph_flag is true
sh_alf_enabled_flag infered from ph
---
libavcodec/cbs_h266_syntax_template.c | 81 ---
1 file changed, 47 insertions(+), 34 deletions(-)
diff --git a/libavcodec/cbs_h266_syntax_template.c
b/libavcodec/cbs_h266_syntax_template.c
index 85
if sh_picture_header_in_slice_header_flag is true
sh_lmcs_used_flag and sh_explicit_scaling_list_used_flag are infered from ph
---
libavcodec/cbs_h266_syntax_template.c | 24 ++--
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/libavcodec/cbs_h266_syntax_templat
On 8/3/2023 3:01 AM, fei.w.wang-at-intel@ffmpeg.org wrote:
From: Fei Wang
Signed-off-by: Fei Wang
---
update:
1. Rename libavcodec/av1_levels*.
2. Use array instead of handle for AV1LevelDescriptor.name.
3. Compile libavcodec/av1_levels* only when enable vaapi av1 encoder.
libavcodec/Make
No real changes from V1, just used a CMP_TARGET
for the FATE tests, and changed the _new suffix to _ref
for the references.
New references are here, to be uploaded to FATE under the same names:
https://files.lynne.ee/streaming_CBR-7K_ref.pcm
https://files.lynne.ee/streaming_CBR-11K_ref.pcm
https:/
NAK
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
On Do, 2023-08-03 at 14:01 +0800, fei.w.wang-at-intel@ffmpeg.org wrote:
> From: Fei Wang
>
> Signed-off-by: Fei Wang
> ---
> libavcodec/av1.h | 7 +++
> libavcodec/cbs_av1_syntax_template.c | 4 ++--
> 2 files changed, 9 insertions(+), 2 deletions(-)
>
> diff --git
v2: Add description in encoders.texi
---
doc/encoders.texi | 3 +++
libavcodec/vaapi_encode.c | 1 +
libavcodec/vaapi_encode.h | 9 -
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 25d6b7f09e..f146942aa5 100644
--- a/doc/e
29 matches
Mail list logo