Re: [FFmpeg-devel] [PATCH 3/5] doc/examples/vaapi_transcode: Simplify loop

2024-04-23 Thread myp...@gmail.com
On Wed, Apr 24, 2024 at 9:45 AM Michael Niedermayer wrote: > > Fixes: CID1428858(1/2) Logically dead code > > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > doc/examples/vaapi_transcode.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/

[FFmpeg-devel] Cease and desist

2024-04-23 Thread Rémi Denis-Courmont
To whom it may concern. Stop your harassment and withdraw your public insults against my person. In light of prompt action from the Cc, I reserve any and all legal avenues against Thilo Borgmann. Le 24 avril 2024 09:07:43 GMT+03:00, Thilo Borgmann via ffmpeg-devel a écrit : >Hi, > >> Thilo is

Re: [FFmpeg-devel] FFmpeg table at NAB

2024-04-23 Thread Thilo Borgmann via ffmpeg-devel
Hi, Thilo is calling Kieran, myself and presumably Derek and JB trolls. This seems to be a pattern against anyone who disagrees with him. please avoid top-posting on this list [1]. -Thilo [1] https://ffmpeg.org/mailing-list-faq.html#What-is-top_002dposting_003f-1 Le 22 avril 2024 04:25:2

Re: [FFmpeg-devel] Fw: Your GSoC Org has 0 Contributors ranked - deadline is 1800 UTC April 24

2024-04-23 Thread Thilo Borgmann via ffmpeg-devel
Hi, adding people who "want to mentor" to CC thx On Wed, Apr 24, 2024 at 01:50:31AM +0200, Michael Niedermayer wrote: Hi all I just got the mail below. I assume the other admins are going to rank them before the deadline like they did last year. (but i can of course not assume that because t

Re: [FFmpeg-devel] [PATCH 2/5] doc/examples/qsv_transcode: Simplify loop

2024-04-23 Thread Xiang, Haihao
On Wo, 2024-04-24 at 03:45 +0200, Michael Niedermayer wrote: > Fixes: CID1428858(2/2) Logically dead code > > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- >  doc/examples/qsv_transcode.c | 4 +--- >  1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/d

Re: [FFmpeg-devel] [PATCH 5/5] doc/examples/qsv_transcode: Initialize pointer before free

2024-04-23 Thread Xiang, Haihao
On Wo, 2024-04-24 at 03:45 +0200, Michael Niedermayer wrote: > Fixees: CID1517023 Uninitialized pointer read > > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- >  doc/examples/qsv_transcode.c | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/d

Re: [FFmpeg-devel] [PATCH 4/5] doc/examples/qsv_transcode: Simplify str_to_dict() loop

2024-04-23 Thread Xiang, Haihao
On Wo, 2024-04-24 at 03:45 +0200, Michael Niedermayer wrote: > Fixes: CID1517022 Logically dead code > > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- >  doc/examples/qsv_transcode.c | 3 +-- >  1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/doc/exa

Re: [FFmpeg-devel] [PATCH v1] lavc/qsvdec: Use FFmpeg default 1/25 framerate if can't derive it from bitstream

2024-04-23 Thread Xiang, Haihao
On Do, 2024-04-18 at 16:15 +0800, fei.w.wang-at-intel@ffmpeg.org wrote: > From: Fei Wang > > Fix error: > $ ffmpeg -hwaccel qsv -i input.h265 -f null - > ... > [null @ 0x55da1a629200] Application provided invalid, non monotonically > increasing dts to muxer in stream 0: 3 >= 3 > > Signed-off

Re: [FFmpeg-devel] [PATCH] libavutil/hwcontext_qsv: Make qsv hardware transfers thread safe

2024-04-23 Thread Xiang, Haihao
On Wo, 2024-04-17 at 09:46 -0500, Mark Samuelson wrote: > The QSV hardware context currently uses pthreads to lock initilization, > which is not available on windows builds.  Instead, use the AVMutex > object.  Also lock uses of the realigned_upload_frame and > realigned_download_frame objects, so

Re: [FFmpeg-devel] [PATCH] lavc/vp9: Fix regression introduced in 0ba05857

2024-04-23 Thread Xiang, Haihao
On Di, 2024-04-23 at 14:14 +0200, Andreas Rheinhardt wrote: > Xiang, Haihao: > > From: Haihao Xiang > > > > It is possible that ff_progress_frame_await() is called but > > ff_progress_frame_report() isn't called when a hardware acceleration > > method is used, so a thread for vp9 decoding might g

[FFmpeg-devel] [PATCH 5/5] doc/examples/qsv_transcode: Initialize pointer before free

2024-04-23 Thread Michael Niedermayer
Fixees: CID1517023 Uninitialized pointer read Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer --- doc/examples/qsv_transcode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/qsv_transcode.c b/doc/examples/qsv_transcode.c index 8e843ddd84c..6

[FFmpeg-devel] [PATCH 4/5] doc/examples/qsv_transcode: Simplify str_to_dict() loop

2024-04-23 Thread Michael Niedermayer
Fixes: CID1517022 Logically dead code Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer --- doc/examples/qsv_transcode.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/examples/qsv_transcode.c b/doc/examples/qsv_transcode.c index a4440a3403f..8e843dd

[FFmpeg-devel] [PATCH 3/5] doc/examples/vaapi_transcode: Simplify loop

2024-04-23 Thread Michael Niedermayer
Fixes: CID1428858(1/2) Logically dead code Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer --- doc/examples/vaapi_transcode.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/examples/vaapi_transcode.c b/doc/examples/vaapi_transcode.c index 8367cb30

[FFmpeg-devel] [PATCH 2/5] doc/examples/qsv_transcode: Simplify loop

2024-04-23 Thread Michael Niedermayer
Fixes: CID1428858(2/2) Logically dead code Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer --- doc/examples/qsv_transcode.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/examples/qsv_transcode.c b/doc/examples/qsv_transcode.c index 8e7d2899f12..a

[FFmpeg-devel] [PATCH 1/5] doc/examples/demux_decode: Simplify loop

2024-04-23 Thread Michael Niedermayer
Fixes: CID1463550 Logically dead code Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer --- doc/examples/demux_decode.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/examples/demux_decode.c b/doc/examples/demux_decode.c index f26611d8f4f..64f5547bc

Re: [FFmpeg-devel] [PATCH 3/3] avfilter/signature_lookup: Dont copy uninitialized stuff around

2024-04-23 Thread Michael Niedermayer
On Mon, Apr 22, 2024 at 01:07:01AM +0200, Michael Niedermayer wrote: > Fixes: CID1403238 Uninitialized pointer read > Fixes: CID1403239 Uninitialized pointer read > > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > libavfilter/signature_lookup.c | 4 ++-- > 1 file

Re: [FFmpeg-devel] [PATCH 1/3] avfilter/signature_lookup: Fix 2 differences to the refernce SW

2024-04-23 Thread Michael Niedermayer
On Mon, Apr 22, 2024 at 01:06:59AM +0200, Michael Niedermayer wrote: > Fixes: CID1403227 Division or modulo by float zero > > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > libavfilter/signature_lookup.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [FFmpeg-devel] Fw: Your GSoC Org has 0 Contributors ranked - deadline is 1800 UTC April 24

2024-04-23 Thread Michael Niedermayer
Hi adding people who "want to mentor" to CC thx On Wed, Apr 24, 2024 at 01:50:31AM +0200, Michael Niedermayer wrote: > Hi all > > I just got the mail below. I assume the other admins are going to rank them > before the deadline like they did last year. (but i can of course not assume > that bec

[FFmpeg-devel] Fw: Your GSoC Org has 0 Contributors ranked - deadline is 1800 UTC April 24

2024-04-23 Thread Michael Niedermayer
Hi all I just got the mail below. I assume the other admins are going to rank them before the deadline like they did last year. (but i can of course not assume that because there is no time if that doesnt happen) I have not followed GSoC last year or this year much ... Either way, if you are a me

Re: [FFmpeg-devel] [PATCH] doc: use HOSTEXESUF when calling binary

2024-04-23 Thread Timo Rothenpieler
On 24.04.2024 00:01, James Almer wrote: On 4/23/2024 6:57 PM, Timo Rothenpieler wrote: This is neccesary on WSL, and has no averse effects in normal environments. ---   doc/Makefile | 2 +-   1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 67586e4b74.

Re: [FFmpeg-devel] [PATCH] doc: use HOSTEXESUF when calling binary

2024-04-23 Thread James Almer
On 4/23/2024 6:57 PM, Timo Rothenpieler wrote: This is neccesary on WSL, and has no averse effects in normal environments. --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 67586e4b74..98d29f1c66 100644 --- a/doc/Makefile +++

[FFmpeg-devel] [PATCH] doc: use HOSTEXESUF when calling binary

2024-04-23 Thread Timo Rothenpieler
This is neccesary on WSL, and has no averse effects in normal environments. --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 67586e4b74..98d29f1c66 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -60,7 +60,7 @@ GENTEXI := $(GENT

Re: [FFmpeg-devel] [PATCH v2] lavu/opt: Clarify that AVOptions is not indended for general use

2024-04-23 Thread Michael Niedermayer
On Tue, Apr 23, 2024 at 06:23:04PM -0300, James Almer wrote: > On 4/23/2024 5:53 PM, Michael Niedermayer wrote: > > On Tue, Apr 23, 2024 at 05:24:03PM -0300, James Almer wrote: > > > On 4/23/2024 8:15 AM, Michael Niedermayer wrote: > > > > On Tue, Apr 23, 2024 at 11:10:43AM +0100, Andrew Sayers wro

Re: [FFmpeg-devel] Request for Official GitHub Mirror of rtmpdump for Enhanced Security

2024-04-23 Thread Michael Niedermayer
Hi On Tue, Apr 23, 2024 at 07:04:08PM +, Javier Matos Denizac via ffmpeg-devel wrote: > Dear FFmpeg team, > > > My name is Javier Matos, and I am part of the vcpkg team at Microsoft. vcpkg > is an open-source package manager designed to help developers manage C++ > libraries across platf

Re: [FFmpeg-devel] [PATCH v2] lavu/opt: Clarify that AVOptions is not indended for general use

2024-04-23 Thread James Almer
On 4/23/2024 5:53 PM, Michael Niedermayer wrote: On Tue, Apr 23, 2024 at 05:24:03PM -0300, James Almer wrote: On 4/23/2024 8:15 AM, Michael Niedermayer wrote: On Tue, Apr 23, 2024 at 11:10:43AM +0100, Andrew Sayers wrote: On Tue, Apr 23, 2024 at 12:04:34PM +0200, Anton Khirnov wrote: Quoting

Re: [FFmpeg-devel] [PATCH v2] lavu/opt: Clarify that AVOptions is not indended for general use

2024-04-23 Thread Michael Niedermayer
On Tue, Apr 23, 2024 at 05:24:03PM -0300, James Almer wrote: > On 4/23/2024 8:15 AM, Michael Niedermayer wrote: > > On Tue, Apr 23, 2024 at 11:10:43AM +0100, Andrew Sayers wrote: > > > On Tue, Apr 23, 2024 at 12:04:34PM +0200, Anton Khirnov wrote: > > > > Quoting Andrew Sayers (2024-04-23 11:51:00)

Re: [FFmpeg-devel] [PATCH v2] lavu/opt: Clarify that AVOptions is not indended for general use

2024-04-23 Thread Stefano Sabatini
Il mar 23 apr 2024, 13:18 Michael Niedermayer ha scritto: > On Tue, Apr 23, 2024 at 01:15:52PM +0200, Michael Niedermayer wrote: > > On Tue, Apr 23, 2024 at 11:10:43AM +0100, Andrew Sayers wrote: > > > On Tue, Apr 23, 2024 at 12:04:34PM +0200, Anton Khirnov wrote: > > > > Quoting Andrew Sayers (2

Re: [FFmpeg-devel] [PATCH v2] lavu/opt: Clarify that AVOptions is not indended for general use

2024-04-23 Thread James Almer
On 4/23/2024 8:15 AM, Michael Niedermayer wrote: On Tue, Apr 23, 2024 at 11:10:43AM +0100, Andrew Sayers wrote: On Tue, Apr 23, 2024 at 12:04:34PM +0200, Anton Khirnov wrote: Quoting Andrew Sayers (2024-04-23 11:51:00) On Tue, Apr 23, 2024 at 11:21:27AM +0200, Anton Khirnov wrote: lavu/opt: C

Re: [FFmpeg-devel] [PATCH v2] lavu/opt: Clarify that AVOptions is not indended for general use

2024-04-23 Thread Andrew Sayers
On Tue, Apr 23, 2024 at 07:52:49PM +0100, Andrew Sayers wrote: > On Tue, Apr 23, 2024 at 10:28:38AM -0700, Vittorio Giovara wrote: > > On Tue, Apr 23, 2024 at 4:55 AM Andrew Sayers > > wrote: > > > > > The hypothetical me wants not to throw away a week's work > > > because he did everything throu

Re: [FFmpeg-devel] [PATCH 2/2] avutil/opt: add support for children objects in av_opt_serialize

2024-04-23 Thread James Almer
On 4/15/2024 9:51 AM, James Almer wrote: On 4/12/2024 8:16 PM, James Almer wrote: Signed-off-by: James Almer ---   libavutil/opt.c   | 65 +--   libavutil/opt.h   |  1 +   libavutil/tests/opt.c | 47 +--   tests/ref/fate/

[FFmpeg-devel] Request for Official GitHub Mirror of rtmpdump for Enhanced Security

2024-04-23 Thread Javier Matos Denizac via ffmpeg-devel
Dear FFmpeg team, My name is Javier Matos, and I am part of the vcpkg team at Microsoft. vcpkg is an open-source package manager designed to help developers manage C++ libraries across platforms in a consistent manner. I am reaching out to inquire if FFmpeg could host an official GitHub mirror

Re: [FFmpeg-devel] [PATCH v2] lavu/opt: Clarify that AVOptions is not indended for general use

2024-04-23 Thread Andrew Sayers
On Tue, Apr 23, 2024 at 10:28:38AM -0700, Vittorio Giovara wrote: > On Tue, Apr 23, 2024 at 4:55 AM Andrew Sayers > wrote: > > > The hypothetical me wants not to throw away a week's work > > because he did everything through AVOptions then came across some edge case > > that doesn't fit into the

Re: [FFmpeg-devel] [PATCH v2] lavu/opt: Clarify that AVOptions is not indended for general use

2024-04-23 Thread Vittorio Giovara
On Tue, Apr 23, 2024 at 4:55 AM Andrew Sayers wrote: > The hypothetical me wants not to throw away a week's work > because he did everything through AVOptions then came across some edge case > that doesn't fit into the AVOptions model. Out of curiosity, what are those edge cases? -- Vittorio _

Re: [FFmpeg-devel] [PATCH v2] lavu/opt: Clarify that AVOptions is not indended for general use

2024-04-23 Thread Michael Niedermayer
On Tue, Apr 23, 2024 at 12:54:53PM +0100, Andrew Sayers wrote: > On Tue, Apr 23, 2024 at 01:18:28PM +0200, Michael Niedermayer wrote: > > On Tue, Apr 23, 2024 at 01:15:52PM +0200, Michael Niedermayer wrote: > > > On Tue, Apr 23, 2024 at 11:10:43AM +0100, Andrew Sayers wrote: > > > > On Tue, Apr 23,

[FFmpeg-devel] Modifying mpegts.c to add support for JPEGXS - how to inject video descriptor from PMT into stream

2024-04-23 Thread ffmpeg
Hi Folks I am trying to add decode support for VSF TR-07 (JPEGXS in transport stream), using the intel JPEGXS project for the codec part. The Intel code gets JPEGXS working fine in FFMPEG via mkv or mp4 files but it doesnt implement transport stream support for the new codec so TR07 doesnt wo

[FFmpeg-devel] [PATCH] avcodec/mediacodecenc: Flush bsf after create extradata

2024-04-23 Thread Zhao Zhili
From: Zhao Zhili Avoid leaving any data inside bsf while also avoid keep bsf in EOF state. --- libavcodec/mediacodecenc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/mediacodecenc.c b/libavcodec/mediacodecenc.c index c87a0d86c5..bbf570e7be 100644 --- a/libavcodec/mediacodecenc

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/codec_par: always clear extradata_size in avcodec_parameters_to_context()

2024-04-23 Thread James Almer
On 4/20/2024 8:43 PM, James Almer wrote: Missed in d383ae43c266b160348db04f2fd17ccf30286784. Signed-off-by: James Almer --- libavcodec/codec_par.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/codec_par.c b/libavcodec/codec_par.c index 212cb97d77..790ea01d10 100644 --- a/lib

[FFmpeg-devel] [PATCH] avfilter/f_sidedata: synchronize with side data list

2024-04-23 Thread Niklas Haas
From: Niklas Haas Add all recently added frame data types, as well as the new name for DETECTION_BBOXES as an alias to the older DETECTION_BOUNDING_BOXES. --- libavfilter/f_sidedata.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/libavfilter/f_sidedata.c b/libavfi

Re: [FFmpeg-devel] [PATCH] lavc/vp9: Fix regression introduced in 0ba05857

2024-04-23 Thread Andreas Rheinhardt
Xiang, Haihao: > From: Haihao Xiang > > It is possible that ff_progress_frame_await() is called but > ff_progress_frame_report() isn't called when a hardware acceleration > method is used, so a thread for vp9 decoding might get stuck. > > Signed-off-by: Haihao Xiang > --- > libavcodec/vp9.c |

Re: [FFmpeg-devel] [RFC] 5 year plan & Inovation

2024-04-23 Thread Rémi Denis-Courmont
Le 21 avril 2024 23:40:08 GMT+03:00, Michael Niedermayer a écrit : >On Sun, Apr 21, 2024 at 05:11:36PM +0800, Rémi Denis-Courmont wrote: >> >> >> Le 17 avril 2024 21:58:32 GMT+08:00, Michael Niedermayer >> a écrit : >> >Hi all >> > >> >The pace of inovation in FFmpeg has been slowing down.

Re: [FFmpeg-devel] [PATCH v2] lavu/opt: Clarify that AVOptions is not indended for general use

2024-04-23 Thread Andrew Sayers
On Tue, Apr 23, 2024 at 01:18:28PM +0200, Michael Niedermayer wrote: > On Tue, Apr 23, 2024 at 01:15:52PM +0200, Michael Niedermayer wrote: > > On Tue, Apr 23, 2024 at 11:10:43AM +0100, Andrew Sayers wrote: > > > On Tue, Apr 23, 2024 at 12:04:34PM +0200, Anton Khirnov wrote: > > > > Quoting Andrew

Re: [FFmpeg-devel] [PATCH v2] lavu/opt: Clarify that AVOptions is not indended for general use

2024-04-23 Thread Michael Niedermayer
On Tue, Apr 23, 2024 at 01:15:52PM +0200, Michael Niedermayer wrote: > On Tue, Apr 23, 2024 at 11:10:43AM +0100, Andrew Sayers wrote: > > On Tue, Apr 23, 2024 at 12:04:34PM +0200, Anton Khirnov wrote: > > > Quoting Andrew Sayers (2024-04-23 11:51:00) > > > > On Tue, Apr 23, 2024 at 11:21:27AM +0200

Re: [FFmpeg-devel] [PATCH v2] lavu/opt: Clarify that AVOptions is not indended for general use

2024-04-23 Thread Michael Niedermayer
On Tue, Apr 23, 2024 at 11:10:43AM +0100, Andrew Sayers wrote: > On Tue, Apr 23, 2024 at 12:04:34PM +0200, Anton Khirnov wrote: > > Quoting Andrew Sayers (2024-04-23 11:51:00) > > > On Tue, Apr 23, 2024 at 11:21:27AM +0200, Anton Khirnov wrote: > > > > > lavu/opt: Clarify that AVOptions is not inde

Re: [FFmpeg-devel] [PATCH v2] lavu/opt: Clarify that AVOptions is not indended for general use

2024-04-23 Thread Andrew Sayers
On Tue, Apr 23, 2024 at 12:04:34PM +0200, Anton Khirnov wrote: > Quoting Andrew Sayers (2024-04-23 11:51:00) > > On Tue, Apr 23, 2024 at 11:21:27AM +0200, Anton Khirnov wrote: > > > > lavu/opt: Clarify that AVOptions is not indended for general use > > > > > > They _are_ intended for general use t

Re: [FFmpeg-devel] [PATCH v2] lavu/opt: Clarify that AVOptions is not indended for general use

2024-04-23 Thread Anton Khirnov
Quoting Andrew Sayers (2024-04-23 11:51:00) > On Tue, Apr 23, 2024 at 11:21:27AM +0200, Anton Khirnov wrote: > > > lavu/opt: Clarify that AVOptions is not indended for general use > > > > They _are_ intended for general use though. > > In that case I'm confused... > > Let's say I make a desktop

Re: [FFmpeg-devel] [PATCH v2] lavu/opt: Clarify that AVOptions is not indended for general use

2024-04-23 Thread Andrew Sayers
On Tue, Apr 23, 2024 at 11:21:27AM +0200, Anton Khirnov wrote: > > lavu/opt: Clarify that AVOptions is not indended for general use > > They _are_ intended for general use though. In that case I'm confused... Let's say I make a desktop app to transcode videos. Obviously I would use AVOptions to

Re: [FFmpeg-devel] [RFC] 5 year plan & Inovation

2024-04-23 Thread Andrew Sayers
On Tue, Apr 23, 2024 at 10:02:58AM +0200, Lynne wrote: > Apr 23, 2024, 09:47 by ffmpeg-de...@pileofstuff.org: > > > On Tue, Apr 23, 2024 at 02:20:51AM +0200, Michael Niedermayer wrote: > > > >> On Thu, Apr 18, 2024 at 10:46:35AM +0200, Stefano Sabatini wrote: > >> > On date Wednesday 2024-04-17 15

Re: [FFmpeg-devel] [PATCH v2] lavu/opt: Clarify that AVOptions is not indended for general use

2024-04-23 Thread Anton Khirnov
> lavu/opt: Clarify that AVOptions is not indended for general use They _are_ intended for general use though. -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visi

[FFmpeg-devel] [PATCH v2 1/1] libavdevice/decklink: extend available actions on signal loss

2024-04-23 Thread Michael Riedl
Deprecate the option 'draw_bars' in favor of the new option 'signal_loss_action', which controls the behavior when the input signal is not available (including the behavior previously available through draw_bars). The default behavior remains unchanged to be backwards compatible. The new option is

[FFmpeg-devel] [PATCH v2 0/1] Updated decklink patch

2024-04-23 Thread Michael Riedl
Hi, This patch adds the possibility to specify an action to be taken when a signal loss is detected on a decklink device. I have updated the patch from September 2023 to latest master branch (as of today). I would be grateful if this patch could be reviewed and merged. Kind regards, Michael M

Re: [FFmpeg-devel] [RFC] 5 year plan & Inovation

2024-04-23 Thread Lynne
Apr 23, 2024, 09:47 by ffmpeg-de...@pileofstuff.org: > On Tue, Apr 23, 2024 at 02:20:51AM +0200, Michael Niedermayer wrote: > >> On Thu, Apr 18, 2024 at 10:46:35AM +0200, Stefano Sabatini wrote: >> > On date Wednesday 2024-04-17 15:58:32 +0200, Michael Niedermayer wrote: >> > > Hi all >> > > >> >

Re: [FFmpeg-devel] [RFC] 5 year plan & Inovation

2024-04-23 Thread Andrew Sayers
On Tue, Apr 23, 2024 at 02:20:51AM +0200, Michael Niedermayer wrote: > On Thu, Apr 18, 2024 at 10:46:35AM +0200, Stefano Sabatini wrote: > > On date Wednesday 2024-04-17 15:58:32 +0200, Michael Niedermayer wrote: > > > Hi all > > > > > > The pace of inovation in FFmpeg has been slowing down. > > >

Re: [FFmpeg-devel] [PATCHSET] AAC decoder refactor

2024-04-23 Thread Lynne
Apr 22, 2024, 09:20 by d...@lynne.ee: > Apr 22, 2024, 00:19 by mich...@niedermayer.cc: > >> On Fri, Apr 12, 2024 at 11:11:53AM +0200, Lynne wrote: >> >>> Apr 12, 2024, 00:45 by mich...@niedermayer.cc: >>> >>> > On Thu, Apr 11, 2024 at 07:42:37AM +0200, Lynne wrote: >>> > >>> >> Apr 10, 2024, 23:57