Re: [FFmpeg-devel] [PATCH] doc/t2h: Support texinfo 7.0

2023-11-06 Thread Stefano Sabatini
On date Tuesday 2023-11-07 00:36:14 +0100, Stefano Sabatini wrote: > On date Sunday 2023-11-05 13:53:38 +, p...@frankplowman.com wrote: > > From: Frank Plowman > > > > Texinfo 7.0, released in November 2022, changed the names of various > > functions. Compiling docs with Texinfo 7.0 results

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Vittorio Giovara
On Mon, Nov 6, 2023 at 6:05 PM Nicolas George wrote: > Vittorio Giovara (12023-11-06): > > Stop twisting people's words and implying things they never said :) > > This is not you presenting excuses. > Correct, it's you trying to win arguments with aggressive communication > And thank you for

Re: [FFmpeg-devel] [PATCH] avformat: move internal AVStream related functions and structs to a separate header

2023-11-06 Thread Andreas Rheinhardt
James Almer: > Signed-off-by: James Almer > --- > libavformat/Makefile | 1 + > libavformat/avformat.c | 214 -- > libavformat/demux.h| 29 > libavformat/internal.h | 291 +-- > libavformat/stream.c | 243

[FFmpeg-devel] [PATCH] Use existing function to parse time

2023-11-06 Thread Dave Johansen
--- libavformat/hlsenc.c | 32 +++- 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index e1714d4eed..1baefe852f 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -35,6 +35,7 @@ #include

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Vittorio Giovara
On Mon, Nov 6, 2023 at 4:46 PM Nicolas George wrote: > Vittorio Giovara (12023-11-06): > > Nice try but pointing out your logical fallacies is not being rude, but > > rather is just showing you how easily your message can be misinterpreted, > > You have done nothing of the sort. You have just

Re: [FFmpeg-devel] [PATCH] doc/t2h: Support texinfo 7.0

2023-11-06 Thread Stefano Sabatini
On date Sunday 2023-11-05 13:53:38 +, p...@frankplowman.com wrote: > From: Frank Plowman > > Texinfo 7.0, released in November 2022, changed the names of various > functions. Compiling docs with Texinfo 7.0 results in warnings and > improperly formatted documentation. More old names appear

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Nicolas George
Vittorio Giovara (12023-11-06): > I'm not misrepresenting anybody's words, Me: “I never doubted that Paul's patches do make the bug go away in your test case.” You: “you insisted it wasn't there” This is precisely misrepresenting my words. So stop lying and present excuses. -- Nicolas

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Vittorio Giovara
On Mon, Nov 6, 2023 at 5:49 PM Nicolas George wrote: > Vittorio Giovara (12023-11-06): > > I'm not misrepresenting anybody's words, > > Me: “I never doubted that Paul's patches do make the bug go away in your > test case.” > > You: “you insisted it wasn't there” > > This is precisely

Re: [FFmpeg-devel] [PATCHv2 1/2] avcodec: LEAD MCMP decoder

2023-11-06 Thread Peter Ross
On Mon, Oct 16, 2023 at 08:43:30AM +1100, Peter Ross wrote: > Partially fixes ticket #798 > > Reviewed-by: James Almer > Reviewed-by: Michael Niedermayer > Signed-off-by: Peter Ross + Paul will push later tonight. thanks everyone for helping out. -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760

Re: [FFmpeg-devel] [PATCH v2 1/1] tools/general_assembly.pl - add options to print names, emails or both

2023-11-06 Thread Stefano Sabatini
On date Monday 2023-11-06 18:41:54 +, ffmpeg-devel Mailing List wrote: > Signed-off-by: Cosmin Stejerean > --- > tools/general_assembly.pl | 43 +-- > 1 file changed, 41 insertions(+), 2 deletions(-) > > diff --git a/tools/general_assembly.pl

[FFmpeg-devel] [PATCH] MAINTAINERS: add myself as a mediacodec and videotoolbox maintainer

2023-11-06 Thread Zhao Zhili
From: Zhao Zhili Signed-off-by: Zhao Zhili --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index b66c3d09a6..3430e1722b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -268,11 +268,11 @@ Codecs: Hardware acceleration: dxva2*

Re: [FFmpeg-devel] [PATCH v5] avcodec/cbs_vp8: Add support for VP8 codec bitstream

2023-11-06 Thread Dai, Jianhui J
> -Original Message- > From: ffmpeg-devel On Behalf Of > Ronald S. Bultje > Sent: Monday, November 6, 2023 8:08 PM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH v5] avcodec/cbs_vp8: Add support for > VP8 codec bitstream > > Hi,

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Nicolas George
Vittorio Giovara (12023-11-06): > Stop twisting people's words and implying things they never said :) This is not you presenting excuses. > And thank you for ignoring my request to stay on topic There is no topic to stay on: I will review this bug when time permits, and you do not know anything

[FFmpeg-devel] [PATCH] avformat/hlsenc: Only prevent init_time from being used when splitting by time

2023-11-06 Thread Dave Johansen
--- libavformat/hlsenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 4ef84c05c1..3548299770 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -3090,7 +3090,7 @@ static int hls_init(AVFormatContext *s)

[FFmpeg-devel] [PATCH v1] avcodec/vp8: Move the static data to vp8.c

2023-11-06 Thread Dai, Jianhui J
This commit reorganizes the vp8data.[c|h] files, moving all of the static data to vp8.c and keeping only the extern data in vp8data.[c|h]. It also exports the ff_vp8_token_default_probs variable. Signed-off-by: Jianhui Dai --- libavcodec/vp8.c | 602 -

[FFmpeg-devel] [PATCH] nlmeans_vulkan: fix offsets calculation and various stride issues

2023-11-06 Thread Lynne
We calculated offsets as pairs, but addressed them in the shader as single float values, while reading them as ivec2s. Also removes unused code (was provisionally added if cooperative matrices could be used, but that turned out to be impossible). Patch attached. >From

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add myself as a mediacodec and videotoolbox maintainer

2023-11-06 Thread Rick Kern
On Mon, Nov 6, 2023 at 10:20 PM Zhao Zhili wrote: > From: Zhao Zhili > > Signed-off-by: Zhao Zhili > --- > MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b66c3d09a6..3430e1722b 100644 > --- a/MAINTAINERS > +++

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Nicolas George
Vittorio Giovara (12023-11-06): > Correct, it's you trying to win arguments with aggressive communication No. You came into an argument without knowing the first thing about it and you decided to side with the guy who wants to violate the project's policy about review. Your behavior in this

Re: [FFmpeg-devel] [RFC] Release 6.1

2023-11-06 Thread Lynne
Oct 29, 2023, 06:57 by d...@lynne.ee: > Oct 29, 2023, 05:51 by mich...@niedermayer.cc: > >> On Sat, Oct 28, 2023 at 09:23:45PM +0200, Lynne wrote: >> >>> Oct 28, 2023, 18:49 by mich...@niedermayer.cc: >>> >>> > On Thu, Jul 06, 2023 at 06:04:41PM +0200, Lynne wrote: >>> > >>> >> It's been a while

Re: [FFmpeg-devel] trac spam

2023-11-06 Thread Michael Koch
Please delete: Comment 14 in ticket 2104 Comment 2 in ticket 5154 User "ballid" The duplicated search patterns in regex filter did work as expected (-20 points), but the spammer got +20 points from captcha. I've updated the search patterns. Michael

[FFmpeg-devel] [PATCH 2/2] doc/community: improve wording

2023-11-06 Thread Anton Khirnov
By intent, and in practice, the "active contributor" criterium applies to the person authoring the commits, not the one pushing them into the repository. --- doc/community.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/community.texi b/doc/community.texi index

[FFmpeg-devel] [PATCH 1/2] doc/community: update the rules according to voting results

2023-11-06 Thread Anton Khirnov
Cf.: * http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2023-October/316054.html * http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2023-November/316618.html --- doc/community.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/community.texi b/doc/community.texi index

Re: [FFmpeg-devel] trac spam

2023-11-06 Thread Michael Koch
Please delete also user "bunnylid". He did not yet write anything, but he did register with the same IP adress as the other spammer, only a few minutes earlier. Michael ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] trac spam

2023-11-06 Thread Anton Khirnov
Quoting Michael Niedermayer (2023-10-27 19:53:08) > On Fri, Oct 27, 2023 at 02:44:10PM +0200, Michael Koch wrote: > > Is it possible to make the "Bad Content" page invisible? It would be better > > if the spammer can't see the filtering rules. > > everything is possible but its not a standard

Re: [FFmpeg-devel] [PATCH v3 1/3] [PoC]avformat: introduce AVStreamGroup

2023-11-06 Thread Anton Khirnov
Hi, Quoting James Almer (2023-10-30 16:23:52) > Signed-off-by: James Almer > --- > No changes since last version. I'm resending this for the IAMF demuxer. > > I need opinions or reviews for this. We need to get this right from the start > and i don't want to push something that will afterwards

Re: [FFmpeg-devel] [PATCH 2/2] doc/community: improve wording

2023-11-06 Thread Anton Khirnov
Quoting Gyan Doshi (2023-11-06 11:08:02) > > > On 2023-11-06 02:03 pm, Anton Khirnov wrote: > > By intent, and in practice, the "active contributor" criterium applies > > to the person authoring the commits, not the one pushing them into the > > repository. > > s/criterium/criterion The former,

Re: [FFmpeg-devel] [ANN] Poll Results: GA voters list updates

2023-11-06 Thread Anton Khirnov
Quoting Anton Khirnov (2023-11-06 10:57:45) > Follows the updated voter list that will be used from today until > 2024-01-01. Just realized this wording is too strict, as the list may be extended with extra members after the next vote. So the final list will be a superset of the above one. --

Re: [FFmpeg-devel] [PATCH v5] avcodec/cbs_vp8: Add support for VP8 codec bitstream

2023-11-06 Thread Ronald S. Bultje
Hi, On Mon, Nov 6, 2023 at 7:07 AM Ronald S. Bultje wrote: > On Sun, Nov 5, 2023 at 11:13 PM Dai, Jianhui J < > jianhui.j.dai-at-intel@ffmpeg.org> wrote: > >> > > +static const uint8_t vp8_token_update_probs[4][8][3][11] = { >> > >> > It would be nice if these symbols could be re-used from

Re: [FFmpeg-devel] [PATCH v5] avcodec/cbs_vp8: Add support for VP8 codec bitstream

2023-11-06 Thread Ronald S. Bultje
Hi, On Sun, Nov 5, 2023 at 11:13 PM Dai, Jianhui J < jianhui.j.dai-at-intel@ffmpeg.org> wrote: > > > +static const uint8_t vp8_token_update_probs[4][8][3][11] = { > > > > It would be nice if these symbols could be re-used from the existing vp8 > > native decoder, instead of duplicating them?

Re: [FFmpeg-devel] [PATCH 2/2] doc/community: improve wording

2023-11-06 Thread Gyan Doshi
On 2023-11-06 02:03 pm, Anton Khirnov wrote: By intent, and in practice, the "active contributor" criterium applies to the person authoring the commits, not the one pushing them into the repository. s/criterium/criterion The former, in English, is related to bicycle races.

Re: [FFmpeg-devel] [ANN] Poll Results: GA voters list updates

2023-11-06 Thread Anton Khirnov
Follows the updated voter list that will be used from today until 2024-01-01. While generating it, I noticed that Ting Fu has commits with two different emails, and no .mailmap entry. Please add one, so the script can count you correctly. If anyone finds other issues with the below list, please

Re: [FFmpeg-devel] [PATCH v2 2/2] libavformat/whip: add WebRTC-HTTP ingestion protocol (WHIP)

2023-11-06 Thread Michael Riedl
This patch is obsolete and will be superseded by today's patch for both WHIP and WHEP. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

[FFmpeg-devel] [PATCH 0/6] WebRTC sub-second live streaming support

2023-11-06 Thread Michael Riedl
This patch series adds support for WHIP and WHEP (WebRTC-HTTP ingestion protocol and WebRTC-HTTP egress protocol). It supersedes the previous patch series for WHIP. The WHIP and WHEP are defined in the following draft RFCs: - WHIP: https://datatracker.ietf.org/doc/draft-ietf-wish-whip - WHEP:

[FFmpeg-devel] [PATCH 3/6] configure: add libdatachannel as external library

2023-11-06 Thread Michael Riedl
Signed-off-by: Michael Riedl --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 8ab658f7303..187f16b425d 100755 --- a/configure +++ b/configure @@ -223,6 +223,7 @@ External library support: --enable-libcelt enable CELT decoding via libcelt

[FFmpeg-devel] [PATCH 1/6] libavformat/http: expose actual Location header value

2023-11-06 Thread Michael Riedl
This is needed for (de)muxers which need to access the Location header as transmitted when no redirection happend. Signed-off-by: Michael Riedl --- libavformat/http.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/http.c b/libavformat/http.c index c0fe7c36d91..27f9c8e3000

[FFmpeg-devel] [PATCH 2/6] libavformat/sdp: remove whitespaces in fmtp

2023-11-06 Thread Michael Riedl
Whitespaces after semicolon breaks some servers Signed-off-by: Michael Riedl --- libavformat/sdp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/sdp.c b/libavformat/sdp.c index 68889362906..5ab017b1ba5 100644 --- a/libavformat/sdp.c +++ b/libavformat/sdp.c

[FFmpeg-devel] [PATCH] avformat: move internal AVStream related functions and structs to a separate header

2023-11-06 Thread James Almer
Signed-off-by: James Almer --- libavformat/Makefile | 1 + libavformat/avformat.c | 214 -- libavformat/demux.h| 29 libavformat/internal.h | 291 +-- libavformat/stream.c | 243 +

Re: [FFmpeg-devel] [PATCH v3 1/3] [PoC]avformat: introduce AVStreamGroup

2023-11-06 Thread James Almer
On 11/6/2023 8:37 AM, Anton Khirnov wrote: Hi, Quoting James Almer (2023-10-30 16:23:52) Signed-off-by: James Almer --- No changes since last version. I'm resending this for the IAMF demuxer. I need opinions or reviews for this. We need to get this right from the start and i don't want to

[FFmpeg-devel] [PATCH 4/6] libavformat/webrtc: add common code for WebRTC streaming

2023-11-06 Thread Michael Riedl
Signed-off-by: Michael Riedl --- libavformat/webrtc.c | 398 +++ libavformat/webrtc.h | 70 2 files changed, 468 insertions(+) create mode 100644 libavformat/webrtc.c create mode 100644 libavformat/webrtc.h diff --git a/libavformat/webrtc.c

[FFmpeg-devel] [PATCH 5/6] libavformat/webrtc_demux: add WebRTC-HTTP egress protocol (WHEP) demuxer

2023-11-06 Thread Michael Riedl
Signed-off-by: Michael Riedl --- configure | 2 + libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/webrtc_demux.c | 231 + 4 files changed, 235 insertions(+) create mode 100644 libavformat/webrtc_demux.c

[FFmpeg-devel] [PATCH 6/6] libavformat/webrtc_mux: add WebRTC-HTTP ingestion protocol (WHIP) muxer

2023-11-06 Thread Michael Riedl
Signed-off-by: Michael Riedl --- configure| 2 + libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/webrtc_mux.c | 273 +++ 4 files changed, 277 insertions(+) create mode 100644 libavformat/webrtc_mux.c diff

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Vittorio Giovara
On Mon, Nov 6, 2023 at 1:50 PM Nicolas George wrote: > Paul B Mahol (12023-11-06): > > Gonna apply soon. > > No you are not. > While I appreciate the brevity of this email, I think this kind of communication is non constructive. If the mailing list is the only and universal voice of the

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Nicolas George
Vittorio Giovara (12023-11-06): > Nicolas, have you thought of providing a patch to the bug Paul is > describing? Why do you not ask Paul if he have thought of giving me time to have a chance to do so? -- Nicolas George signature.asc Description: PGP signature

Re: [FFmpeg-devel] [ANNOUNCE] upcoming vote: TC/CC elections

2023-11-06 Thread Vittorio Giovara
On Sun, Nov 5, 2023 at 5:02 AM Anton Khirnov wrote: > Hi all, > as previously discussed, we need to re-elect the members of the > Technical and Community Committees. As a reminder - the Technical > Committee (TC) resolves technical disputes, while the Community > Committee (CC) resolves personal

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Vittorio Giovara
On Mon, Nov 6, 2023 at 3:07 PM Nicolas George wrote: > Vittorio Giovara (12023-11-06): > > Nicolas, have you thought of providing a patch to the bug Paul is > > describing? > > Why do you not ask Paul if he have thought of giving me time to have a > chance to do so? > You gave no indication you

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Nicolas George
Vittorio Giovara (12023-11-06): > You gave no indication you were willing to, and I thought he gave you time Bullshit. Please do not intervene in a thread when you do not know what is going on at all. Paul has been repeatedly rude and threatened to push before review, yet it is towards me you

Re: [FFmpeg-devel] [PATCH] doc/t2h: Support texinfo 7.0

2023-11-06 Thread Frank Plowman
On 05/11/2023 21:01, Stefano Sabatini wrote: @@ -159,7 +192,18 @@ sub ffmpeg_begin_file($$$) my ($title, $description, $encoding, $date, $css_lines, $doctype, $bodytext, $copying_comment, $after_body_open, $extra_head, $program_and_version, $program_homepage, -

Re: [FFmpeg-devel] [PATCH 2/6] libavformat/sdp: remove whitespaces in fmtp

2023-11-06 Thread Kieran Kunhya
On Mon, 6 Nov 2023 at 15:19, Michael Riedl wrote: > Whitespaces after semicolon breaks some servers > Are you sure this patch doesn't break other servers? SDP is a painfully fragile format. Kieran ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] lavc/pgssubdec: Correct rendering of palette updates.

2023-11-06 Thread Cubi cibo
Impolitely pushing this out of oblivion for review. The limited capabilities of FFmpeg HDMV_PGS decoder deters the usage of advanced functionalities in hobbyist and professional applications. E.g !40981 is paramount for in-spec special effects. I have merged both !40981 and !41826 (this) in the

Re: [FFmpeg-devel] trac spam

2023-11-06 Thread Michael Niedermayer
On Mon, Nov 06, 2023 at 09:25:02AM +0100, Michael Koch wrote: > Please delete: > Comment 14 in ticket 2104 > Comment 2 in ticket 5154 > User "ballid" > > The duplicated search patterns in regex filter did work as expected (-20 > points), but the spammer got +20 points from captcha. > > I've

Re: [FFmpeg-devel] [ANN] Poll Results: GA voters list updates

2023-11-06 Thread Alexander Strasser
Hi all, hi J-B! On 2023-11-06 07:10 +0100, Jean-Baptiste Kempf wrote: > Yo, > > Time is up, results are here: > https://vote.ffmpeg.org/cgi-bin/civs/results.pl?id=E_029f7195fed7aadf Should I have been mailed about this vote? I'm pretty sure I could vote in 2020. Or am I just missing something?

Re: [FFmpeg-devel] trac spam

2023-11-06 Thread Michael Niedermayer
On Mon, Nov 06, 2023 at 10:03:38AM +0100, Michael Koch wrote: > Please delete also user "bunnylid". He did not yet write anything, but he > did register with the same IP adress as the other spammer, only a few > minutes earlier. done [...] -- Michael GnuPG fingerprint:

Re: [FFmpeg-devel] trac spam

2023-11-06 Thread Michael Niedermayer
On Mon, Nov 06, 2023 at 10:06:10AM +0100, Anton Khirnov wrote: > Quoting Michael Niedermayer (2023-10-27 19:53:08) > > On Fri, Oct 27, 2023 at 02:44:10PM +0200, Michael Koch wrote: > > > Is it possible to make the "Bad Content" page invisible? It would be > > > better > > > if the spammer can't

Re: [FFmpeg-devel] [PATCH 4/6] libavformat/webrtc: add common code for WebRTC streaming

2023-11-06 Thread Tristan Matthews
On Mon, Nov 6, 2023 at 10:20 AM Michael Riedl wrote: > > Signed-off-by: Michael Riedl > --- > libavformat/webrtc.c | 398 +++ > libavformat/webrtc.h | 70 > 2 files changed, 468 insertions(+) > create mode 100644 libavformat/webrtc.c > create

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Paul B Mahol
Gonna apply soon. ___ 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".

Re: [FFmpeg-devel] [PATCH 2/6] libavformat/sdp: remove whitespaces in fmtp

2023-11-06 Thread Rémi Denis-Courmont
Le maanantaina 6. marraskuuta 2023, 17.36.18 EET Kieran Kunhya a écrit : > On Mon, 6 Nov 2023 at 15:19, Michael Riedl > > wrote: > > Whitespaces after semicolon breaks some servers > > Are you sure this patch doesn't break other servers? SDP is a painfully > fragile format. AFAIK, you're not

Re: [FFmpeg-devel] [PATCH] doc/t2h: Support texinfo 7.0

2023-11-06 Thread Gyan Doshi
On 2023-11-05 07:23 pm, p...@frankplowman.com wrote: From: Frank Plowman Texinfo 7.0, released in November 2022, changed the names of various functions. Compiling docs with Texinfo 7.0 results in warnings and improperly formatted documentation. More old names appear to have been removed in

Re: [FFmpeg-devel] [PATCH 4/6] libavformat/webrtc: add common code for WebRTC streaming

2023-11-06 Thread Timo Rothenpieler
On 06.11.2023 16:19, Michael Riedl wrote: Signed-off-by: Michael Riedl --- libavformat/webrtc.c | 398 +++ libavformat/webrtc.h | 70 2 files changed, 468 insertions(+) create mode 100644 libavformat/webrtc.c create mode 100644

[FFmpeg-devel] [PATCH v2 1/1] tools/general_assembly.pl - add options to print names, emails or both

2023-11-06 Thread Cosmin Stejerean via ffmpeg-devel
Signed-off-by: Cosmin Stejerean --- tools/general_assembly.pl | 43 +-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/tools/general_assembly.pl b/tools/general_assembly.pl index 898a6262ef..8204d89794 100644 --- a/tools/general_assembly.pl +++

[FFmpeg-devel] [PATCH v2 0/1] tools/general_assembly.pl - add options to print names, emails or both

2023-11-06 Thread Cosmin Stejerean via ffmpeg-devel
Per http://ffmpeg.org/pipermail/ffmpeg-devel/2023-November/316480.html a list of emails should not be published as the GA membership. To facilitate publishing the GA list this updates the GA script with options to print only names, only emails (for voting) or both. Changes since v1: - added

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Nicolas George
Paul B Mahol (12023-11-06): > Gonna apply soon. No you are not. -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe,

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Vittorio Giovara
On Mon, Nov 6, 2023 at 3:28 PM Nicolas George wrote: > Vittorio Giovara (12023-11-06): > > You gave no indication you were willing to, and I thought he gave you > time > > Bullshit. Please do not intervene in a thread when you do not know what > is going on at all. Paul has been repeatedly rude

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Nicolas George
Vittorio Giovara (12023-11-06): > world, please make a minimum of effort to keep communication polite Please realize that politeness resides not only in which words we use, like “bullshit”, but also in what we say, even if it is with very mild words. For example: > while you insisted it wasn't

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Vittorio Giovara
On Mon, Nov 6, 2023 at 3:50 PM Nicolas George wrote: > Vittorio Giovara (12023-11-06): > > world, please make a minimum of effort to keep communication polite > > Please realize that politeness resides not only in which words we use, > like “bullshit”, but also in what we say, even if it is with

Re: [FFmpeg-devel] [PATCH] lavc/pgssubdec: Correct rendering of palette updates.

2023-11-06 Thread Paul B Mahol
Please provide sample(s) so this can be validated. ___ 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

Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: switch to activate

2023-11-06 Thread Nicolas George
Vittorio Giovara (12023-11-06): > Nice try but pointing out your logical fallacies is not being rude, but > rather is just showing you how easily your message can be misinterpreted, You have done nothing of the sort. You have just misrepresented my words, showing that you decided to barge into a