On Fri, Aug 12, 2022 at 12:51 AM Soft Works wrote:
>
>
> > -Original Message-
> > From: ffmpegagent
> > Sent: Saturday, June 25, 2022 11:58 AM
> > To: ffmpeg-devel@ffmpeg.org
> > Cc: Michael Niedermayer ; Andreas Rheinhardt
> > ; Soft Works ;
> > Andriy Gelman ; softworkz
> >
> > Subjec
Paul B Mahol (12022-08-21):
> We should more forward and merge this considerable subtitle work instead of
> waiting for broken promises from other inactive developers.
>
Then push to your fork.
--
Nicolas George
signature.asc
Description: PGP signature
__
On Sun, 21 Aug 2022, at 11:41, Paul B Mahol wrote:
> We should more forward and merge this considerable subtitle work
Are there parts of this work that have reach majority consensus?
--
Jean-Baptiste Kempf - President
+33 672 704 734
___
ffmpeg-dev
On Fri, Aug 19, 2022 at 12:36 AM Michael Niedermayer
wrote:
> Fixes: out of array access
> Fixes:
> 50014/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SPEEDHQ_fuzzer-4748914632294400
>
> Alternatively the buffer size can be increased
>
> Found-by: continuous fuzzing process
> https://github.
>> + struct representation* common_pls;
>> + pthread_mutex_t* common_mutex;
>> + pthread_cond_t* common_condition;
> Should add #if HAVE_THREADS to check if the pthread supported.
You are right, I will add HAVE_THREADS checks.
___
ffmpeg-devel mailing li
On Sun, Aug 21, 2022 at 12:54:57PM +0200, Paul B Mahol wrote:
> On Fri, Aug 19, 2022 at 12:36 AM Michael Niedermayer
> wrote:
>
> > Fixes: out of array access
> > Fixes:
> > 50014/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SPEEDHQ_fuzzer-4748914632294400
> >
> > Alternatively the buffer si
There's no warranty that vpx_codec_encode() will generate a list with the same
amount of packets for both the yuv planes encoder and the alpha plane encoder,
so queueing packets based on what the main encoder returns will fail when the
amount of packets in both lists differ.
Queue all data packets
Fixes FATE-failures with the the filter-2xbr filter-3xbr filter-4xbr
filter-ep2x filter-ep3x filter-hq2x filter-hq3x filter-hq4x
filter-paletteuse-bayer filter-paletteuse-bayer0
filter-paletteuse-nodither and filter-paletteuse-sierra2_4a tests
when using 32bit x86 with CPUFLAGS ranging from "mmx+mm
Initializing DASH streams is currently slow, because each individual stream is
opened and probed sequentially. With DASH streams often having somewhere
between 10-20 streams, this can easily take up to half a minute. This patch
adds an "init-threads" option, specifying the max number of threads
Don't silently replace it with the default layout for the amount of channels
from the requested layout.
Should fix ticket #9869
Signed-off-by: James Almer
---
fftools/ffmpeg_opt.c | 38 +-
1 file changed, 37 insertions(+), 1 deletion(-)
diff --git a/fftools/
From: Manuel Stoeckl
These new formats are equivalent to rgba64 and bgra64, except
that the contents of the alpha channel are ignored.
These formats are equivalent to the Linux DRM formats XBGR16161616 and
XRGB16161616; these are used by Wayland compositors to either provide
high bit depth image
From: Manuel Stoeckl
These reuse existing code from conversions to/from formats like
RGBA64 in the case where the alpha channel was unneeded.
Signed-off-by: Manuel Stoeckl
---
libswscale/input.c | 12 +++
libswscale/output.c | 41 +
> On Aug 19, 2022, at 11:14 PM, James Almer wrote:
>
> On 6/24/2022 4:05 AM, Steven Liu wrote:
>> "zhilizhao(赵志立)" 于2022年6月24日周五 14:59写道:
>>>
>>>
>>>
On Jun 24, 2022, at 1:59 PM, Steven Liu wrote:
because the AudioConverterFillComplexBuffer can return 0 or 1 if
success
"zhilizhao(赵志立)" 于2022年8月22日周一 10:49写道:
>
>
>
> > On Aug 19, 2022, at 11:14 PM, James Almer wrote:
> >
> > On 6/24/2022 4:05 AM, Steven Liu wrote:
> >> "zhilizhao(赵志立)" 于2022年6月24日周五 14:59写道:
> >>>
> >>>
> >>>
> On Jun 24, 2022, at 1:59 PM, Steven Liu wrote:
>
> because the Audio
Should fix ticket #9834
Signed-off-by: James Almer
---
libavcodec/libsvtav1.c | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/libavcodec/libsvtav1.c b/libavcodec/libsvtav1.c
index 234c24ca7a..4c403a98d4 100644
--- a/libavcodec/libsvtav1.c
+++ b/libavcodec/libsvtav1.c
@
From: Haihao Xiang
User may get better experience after providing corresponding senario hint
to encoder for the encoding session. See [1] for scenario support in the
SDK
[1]https://github.com/Intel-Media-SDK/MediaSDK/blob/master/doc/mediasdk-man.md#scenarioinfo
---
doc/encoders.texi| 30
16 matches
Mail list logo