On Fri, Aug 09, 2024 at 09:43:53AM +0200, Lluís Batlle i Rossell wrote:
> On Fri, Aug 09, 2024 at 11:49:54AM +0800, Zhao Zhili wrote:
> > > vaapi drivers often lack proper image converesions and not all
> > > situations allow vagetimage or vaputimage with the image formats
> > > reported by the api
Kacper Michajlow:
> On Fri, 9 Aug 2024 at 22:51, Michael Niedermayer
> wrote:
>>
>> On Wed, Aug 07, 2024 at 03:42:46PM +0200, Kacper Michajłow wrote:
>>> Can happen after calling avformat_find_stream_info() when the codec
>>> fails to open, but return value is 0 and subsequent uses of this contex
On 10 Aug 2024, at 8:13, gnattu via ffmpeg-devel wrote:
> Hardware frames with RGB colorspace will not have a YCbCrMatrixKey.
> Currently, it will spam the console with warning if rgb frame is
> uploaded.
Thanks, LGTM
>
> Signed-off-by: Gnattu OC
> ---
> libavutil/hwcontext_videotoolbox.c | 2
On 8/9/2024 5:09 PM, Michael Niedermayer wrote:
Hi
On Fri, Aug 09, 2024 at 03:56:42AM +0200, Kacper Michajlow wrote:
On Fri, 9 Aug 2024 at 00:06, Michael Niedermayer wrote:
On Thu, Aug 08, 2024 at 02:13:12PM -0300, James Almer wrote:
[...]
If decoders are fed with uninitialized buffers tha
---
doc/APIchanges | 9 +
libavutil/hwcontext_vulkan.c | 8
libavutil/hwcontext_vulkan.h | 12
libavutil/version.h | 3 ++-
4 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 046828ded1..173f3
On Sat, 10 Aug 2024 at 11:25, Andreas Rheinhardt
wrote:
>
> Kacper Michajlow:
> > On Fri, 9 Aug 2024 at 22:51, Michael Niedermayer
> > wrote:
> >>
> >> On Wed, Aug 07, 2024 at 03:42:46PM +0200, Kacper Michajłow wrote:
> >>> Can happen after calling avformat_find_stream_info() when the codec
> >>
This approach has the major advantage that only parsing can fail (due to
a malformed specifier or memory allocation failure). Since parsing is
done generically, while matching is per-option, this will allow to
remove substantial amounts of error checking code in following commits.
The new code als
---
fftools/ffmpeg.h | 49 ---
fftools/ffmpeg_demux.c| 39 -
fftools/ffmpeg_mux_init.c | 71 ---
fftools/ffmpeg_opt.c | 5 ++-
4 files changed, 91 insertions(+), 73 deletions(-)
diff --git a/fftools
Makes optional map handling less hacky, fixes combining optional maps
with metadata matching on tags/values containing the '?' character/
Forward errors from stream specifier parsing, previously the code would
ignore them.
---
fftools/ffmpeg_opt.c | 54 ++--
Stream specifiers were originally designed exclusively for CLI use and
were not intended to be public API. Handling them in avformat places
major restrictions on how they are used. E.g. if ffmpeg CLI wishes to
override some stream parameters, it has to change the demuxer fields
(since avformat_matc
Removes a lot of error checking code, as matching cannot fail.
---
fftools/cmdutils.c| 8 ++
fftools/cmdutils.h| 6 +-
fftools/ffmpeg.h | 16 +--
fftools/ffmpeg_demux.c| 87 -
fftools/ffmpeg_mux_init.c | 198 ++
This has multiple advantages:
* The macro has multiple parameters that often have similar or identical
values, yet very different meanings (one is the name of the
OptionsContext member where the parsed options are stored, the other
the name of the variable into which the result is written); t
From Andreas Rheinhardt:
> 发件人: ffmpeg-devel 代表 Andreas Rheinhardt
>
> 发送时间: 2024年8月8日 13:19
> 收件人: ffmpeg-devel@ffmpeg.org
> 主题: Re: [FFmpeg-devel] [PATCH v2 2/3] avcodec/vvc/cabac: remove vvc_refill2
>
> toq...@outlook.com:
>> From: Wu Jianhua
>>
>> See https://github.com/ffvvc/FFmpeg/issues
From: Wu Jianhua
>From Jun Zhao :
> Should we relocate this to the decoder? Other codecs typically set this
> parameter in the decoder.
Signed-off-by: Wu Jianhua
---
libavcodec/vvc/dec.c| 1 +
libavcodec/vvc_parser.c | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/li
From: Wu Jianhua
The vvc_refill2 is the same as the refill2 in cabac_functions.
Remove it to reduce duplicated codes.
Signed-off-by: Wu Jianhua
---
libavcodec/cabac_functions.h | 2 +-
libavcodec/vvc/cabac.c | 28 +---
2 files changed, 2 insertions(+), 28 deletio
From: Wu Jianhua
See
https://patchwork.ffmpeg.org/project/ffmpeg/patch/tyspr06mb64337c4a9adf5312e6648543aa...@tyspr06mb6433.apcprd06.prod.outlook.com/#81892
Signed-off-by: Wu Jianhua
---
libavcodec/vvc/dsp.h | 28 ++--
libavcodec/vvc/dsp_template.c | 2 +-
li
Increases specifier parsing code coverage a little bit.
Signed-off-by: James Almer
---
tests/fate/iamf.mak | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/fate/iamf.mak b/tests/fate/iamf.mak
index 164fd78bf6..bbf465bec6 100644
--- a/tests/fate/iamf.mak
+++ b/tests/f
Same as in avcodec/get_buffer.c
Should help in debugging use of uninitialized memory.
Signed-off-by: James Almer
---
libavfilter/video.c | 12
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/libavfilter/video.c b/libavfilter/video.c
index 89d0797ab5..afd3dc3dc3 100644
18 matches
Mail list logo