> -Original Message-
> From: ffmpeg-devel On Behalf Of
> wenbin.chen-at-intel@ffmpeg.org
> Sent: Tuesday, November 21, 2023 10:20 AM
> To: ffmpeg-devel@ffmpeg.org
> Subject: [FFmpeg-devel] [PATCH 2/2] libavfilter/vf_dnn_detect: Add yolo
> support
>
> From: Wenbin Chen
>
> Add yol
> On Nov 25, 2023, at 05:32, David Bohman wrote:
>
> On Fri, Nov 24, 2023 at 9:01 AM Zhao Zhili wrote:
>>
>>> On Nov 24, 2023, at 23:40, David Bohman wrote:
>>>
>>> This is to fix a build failure on macOS < 10.13.
>>>
>> It looks like kVTCompressionPropertyKey_EncoderID is the root cause o
From: Zhao Zhili
---
libavcodec/videotoolboxenc.c | 65 +---
1 file changed, 38 insertions(+), 27 deletions(-)
diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
index b8a07e4e44..fbd33fd3f9 100644
--- a/libavcodec/videotoolboxenc.c
+++ b/li
From: Zhao Zhili
---
libavcodec/videotoolboxenc.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
index b0e827d14a..b8a07e4e44 100644
--- a/libavcodec/videotoolboxenc.c
+++ b/libavcodec/videotoolboxenc.c
@@ -119,6
On Sun, Nov 12, 2023 at 6:48 PM Nuo Mi wrote:
>
>
> On Sun, Nov 12, 2023 at 6:36 PM Nuo Mi wrote:
>
>> vvc decoder plug-in to avcodec.
>> split frames into slices/tiles and send them to vvc_thread for further
>> decoding
>> reorder and wait for the frame decoding to be done and output the frame
Fixes compilation failures after 567c67c6c8cb9be083f56198bfa979e4bda84c99.
Signed-off-by: James Almer
---
libavcodec/mips/ac3dsp_mips.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/mips/ac3dsp_mips.c b/libavcodec/mips/ac3dsp_mips.c
index 3ea3acc185..e97a412922 100644
--- a/li
On Fri, Nov 24, 2023 at 06:03:29PM -0300, James Almer wrote:
> On 11/24/2023 6:01 PM, Michael Niedermayer wrote:
> > On Wed, Nov 22, 2023 at 04:49:13PM -0300, James Almer wrote:
> > > Should simplify asm implementations, and prevent UB on at least win64.
> > >
> > > Signed-off-by: James Almer
> >
On Wed, Nov 22, 2023 at 02:20:59PM -0800, Dale Curtis wrote:
> Fixes https://crbug.com/1499669:
> runtime error: signed integer overflow: 9223372036853334272 + 1375731456
this looks a bit close to AV_NOPTS_VALUE but its not actually that close
> cannot be represented in type 'int64_t' (aka 'lon
On Thu, Nov 23, 2023 at 08:15:00PM +0100, Anton Khirnov wrote:
> As previously for decoding, this is merely "scaffolding" for moving to a
> fully threaded architecture and does not yet make filtering truly
> parallel - the main thread will currently wait for the filtering thread
> to finish its wor
On Thu, Nov 23, 2023 at 08:15:08PM +0100, Anton Khirnov wrote:
> Change the main loop and every component (demuxers, decoders, filters,
> encoders, muxers) to use the previously added transcode scheduler. Every
> instance of every such component was already running in a separate
> thread, but now t
On Fri, Nov 24, 2023 at 9:01 AM Zhao Zhili wrote:
>
> > On Nov 24, 2023, at 23:40, David Bohman wrote:
> >
> > This is to fix a build failure on macOS < 10.13.
> >
> It looks like kVTCompressionPropertyKey_EncoderID is the root cause of build
> failure.
> I prefer use compat_keys, so it can be b
On 11/24/2023 6:01 PM, Michael Niedermayer wrote:
On Wed, Nov 22, 2023 at 04:49:13PM -0300, James Almer wrote:
Should simplify asm implementations, and prevent UB on at least win64.
Signed-off-by: James Almer
---
libavcodec/ac3dsp.c | 2 +-
libavcodec/ac3dsp.h | 2
On Thu, Nov 23, 2023 at 12:47:26PM +0100, Thilo Borgmann via ffmpeg-devel wrote:
> Still images fixed, includes FATE tests, VP8 decoder decoupled so there are
> no more data races, fixed more asserts.
>
> Patch 5/7 is still there for making changes in lavc/webp reviewable but shall
> be stashed
On Wed, Nov 22, 2023 at 04:49:13PM -0300, James Almer wrote:
> Should simplify asm implementations, and prevent UB on at least win64.
>
> Signed-off-by: James Almer
> ---
> libavcodec/ac3dsp.c | 2 +-
> libavcodec/ac3dsp.h | 2 +-
> libavcodec/arm/ac3dsp_init_arm.c | 2
> On Nov 24, 2023, at 23:40, David Bohman wrote:
>
> This is to fix a build failure on macOS < 10.13.
>
> This is a build failure in release 6.1. The issue also exists at the
> top of the master branch, and the patch applies there.
> ---
> libavcodec/videotoolboxenc.c | 2 +-
> 1 file changed,
This is to fix a build failure on macOS < 10.13.
This is a build failure in release 6.1. The issue also exists at the
top of the master branch, and the patch applies there.
---
libavcodec/videotoolboxenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/videotoolbox
Hi,
On Fri, Nov 24, 2023 at 4:39 AM Paul B Mahol wrote:
> Can not access irc anymore.
>
If my understanding is correct, this was caused by the +r channel mode,
which means your nick needs to be registered with channel services before
you can join the channel.
We (me & Anton, mostly) decided to
I don't quite understand the commit message.
It should start with "avcodec/nvenc:" and then state what it's changing
and why.
On 24/11/2023 08:04, GOOR, Jean-Noel wrote:
Signed-off-by: GOOR, Jean-Noël
---
libavcodec/nvenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
On 11/24/2023 9:35 AM, Timo Rothenpieler wrote:
On 24/11/2023 10:38, Paul B Mahol wrote:
Can not access irc anymore.
Does it tell you which specific ban affects you?
A bunch of likely way too broad bans were installed yesterday.
He's on irc right now.
On 24/11/2023 10:38, Paul B Mahol wrote:
Can not access irc anymore.
Does it tell you which specific ban affects you?
A bunch of likely way too broad bans were installed yesterday.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.o
Hi Logan,
On Fri, 24 Nov 2023, Logan.Lyu wrote:
And can you try those .patch files I attached in every email? I downloaded
the attachment from the ffmpeg-devel mailing list I subscribed to and applied
it, and it seems to work.
Oh, I see - I didn't notice the attached patch. As the patch al
Hi, Martin,
This is indeed a weird mistake... I don't know how to fixed it...
And can you try those .patch files I attached in every email? I
downloaded the attachment from the ffmpeg-devel mailing list I
subscribed to and applied it, and it seems to work.
If the method mentioned above sti
On Fri, Nov 24, 2023 at 10:38 AM Paul B Mahol wrote:
> Can not access irc anymore.
>
Time to work only on my fork.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above
Can not access irc anymore.
___
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".
If there are no objections, I would like to merge it in 2-3 days
___
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 subje
25 matches
Mail list logo