Re: [FFmpeg-devel] [PATCH] doc/infra: List at what companies the name servers are hosted and who provides the servers

2024-11-27 Thread compn
On Thu, 28 Nov 2024 01:27:10 +0200 Nikolay Aleksandrov wrote: > - I am an active contributor to multiple open source projects, mostly > related to the Linux kernel and its networking subsystem where I'm a > maintainer of a few subsystems, you can find me in the Linux kernel's > MAINTAINERS file

Re: [FFmpeg-devel] [PATCH v2] avformat/mov: use dvdclut for YUV to RGB conversion of DVD subtitle palettes

2024-11-27 Thread Michael Niedermayer
On Wed, Nov 27, 2024 at 11:41:27AM -0600, Marth64 wrote: > v2 fixes overallocation of dvdsub_clut (typo) > > Signed-off-by: Marth64 > --- > libavformat/mov.c | 69 +-- > 1 file changed, 19 insertions(+), 50 deletions(-) seems to break build LD f

Re: [FFmpeg-devel] [PATCH v2] avformat/mov: use dvdclut for YUV to RGB conversion of DVD subtitle palettes

2024-11-27 Thread Marth64
> seems to break build Fixed in v3 (and replaced 16 in loop with the relevant constant, == 16). Thank you. ___ 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 v3] avformat/mov: use dvdclut for YUV to RGB conversion of DVD subtitle palettes

2024-11-27 Thread Marth64
Signed-off-by: Marth64 --- libavformat/Makefile | 3 +- libavformat/mov.c| 69 2 files changed, 21 insertions(+), 51 deletions(-) diff --git a/libavformat/Makefile b/libavformat/Makefile index 7ca68a7036..dd96bf7ba8 100644 --- a/libavformat/Makef

Re: [FFmpeg-devel] [PATCH] doc/infra: List at what companies the name servers are hosted and who provides the servers

2024-11-27 Thread Michael Niedermayer
Hi Vittorio On Wed, Nov 27, 2024 at 03:56:05PM -0500, Vittorio Giovara wrote: > On Wed, Nov 27, 2024 at 11:56 AM Michael Niedermayer > wrote: > > > Hi Kieran > > > > On Wed, Nov 27, 2024 at 12:01:03AM +, Kieran Kunhya via ffmpeg-devel > > wrote: > > > On Tue, 26 Nov 2024, 23:32 Michael Niede

Re: [FFmpeg-devel] [PATCH] doc/infra: List at what companies the name servers are hosted and who provides the servers

2024-11-27 Thread Kieran Kunhya via ffmpeg-devel
On Wed, 27 Nov 2024, 16:56 Michael Niedermayer, wrote: > Hi Kieran > > On Wed, Nov 27, 2024 at 12:01:03AM +, Kieran Kunhya via ffmpeg-devel > wrote: > > On Tue, 26 Nov 2024, 23:32 Michael Niedermayer, > > wrote: > > > > > Signed-off-by: Michael Niedermayer > > > --- > > > doc/infra.txt | 6

Re: [FFmpeg-devel] [PATCH 2/2] doc/encoders: very basic FFv1 documentation

2024-11-27 Thread Michael Niedermayer
Hi On Tue, Nov 26, 2024 at 11:48:54AM +0100, Anton Khirnov wrote: > Quoting Michael Niedermayer (2024-10-15 00:46:50) > > +@item qtable > > +-1 (default, automatic), 0 use 8bit default, 1, use >8bit default > > int seems like the wrong type then. well, you are correct, (maybe not they way you me

Re: [FFmpeg-devel] [PATCH] doc/infra: List at what companies the name servers are hosted and who provides the servers

2024-11-27 Thread Michael Niedermayer
Hi On Wed, Nov 27, 2024 at 10:20:07PM +0100, Michael Niedermayer wrote: [...] > > > Also even when SMS is not used as 2FA, ownership of phone and email > > > can sometimes be enough to reset a password & 2FA > > i did actually look into this a few months ago > and the authenticator often isnt hel

Re: [FFmpeg-devel] [PATCH] doc/infra: List at what companies the name servers are hosted and who provides the servers

2024-11-27 Thread Vittorio Giovara
On Wed, Nov 27, 2024 at 4:20 PM Michael Niedermayer wrote: > Hi Vittorio > > On Wed, Nov 27, 2024 at 03:56:05PM -0500, Vittorio Giovara wrote: > > On Wed, Nov 27, 2024 at 11:56 AM Michael Niedermayer < > mich...@niedermayer.cc> > > wrote: > > > > > Hi Kieran > > > > > > On Wed, Nov 27, 2024 at 12

Re: [FFmpeg-devel] [PATCH] doc/infra: List at what companies the name servers are hosted and who provides the servers

2024-11-27 Thread Timo Rothenpieler
On 27.11.2024 00:31, Michael Niedermayer wrote: Signed-off-by: Michael Niedermayer --- doc/infra.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/infra.txt b/doc/infra.txt index 08dcf04c307..71ad7a7db02 100644 --- a/doc/infra.txt +++ b/doc/infra.txt @@ -9,9 +9

[FFmpeg-devel] [PATCH v2 05/11] doc/ffprobe.xsd: add captions_eia608 disposition attribute

2024-11-27 Thread Marth64
Signed-off-by: Marth64 --- doc/ffprobe.xsd | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index 64e2d88574..4f9e912539 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -256,6 +256,7 @@ + -- 2.34.1 __

[FFmpeg-devel] [PATCH] avformat/bdmvdec: add BDMV demuxer, powered by libbluray (experimental)

2024-11-27 Thread Marth64
Experimental for now to give it time to mature. Documentation to follow. This is intended to become the replacement to the limited avformat/bluray protocol handler that exists today. Signed-off-by: Marth64 --- configure|4 +- libavformat/Makefile |1 + libavformat/al

Re: [FFmpeg-devel] [PATCH] doc/infra: List at what companies the name servers are hosted and who provides the servers

2024-11-27 Thread Michael Niedermayer
Hi Kieran On Wed, Nov 27, 2024 at 12:01:03AM +, Kieran Kunhya via ffmpeg-devel wrote: > On Tue, 26 Nov 2024, 23:32 Michael Niedermayer, > wrote: > > > Signed-off-by: Michael Niedermayer > > --- > > doc/infra.txt | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff -

[FFmpeg-devel] [PATCH v2] avformat/mov: use dvdclut for YUV to RGB conversion of DVD subtitle palettes

2024-11-27 Thread Marth64
v2 fixes overallocation of dvdsub_clut (typo) Signed-off-by: Marth64 --- libavformat/mov.c | 69 +-- 1 file changed, 19 insertions(+), 50 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 24feadb95b..955391cae3 100644 --- a/libavfo

[FFmpeg-devel] [PATCH] avformat/mov: use dvdclut for YUV to RGB conversion of DVD subtitle palettes

2024-11-27 Thread Marth64
Signed-off-by: Marth64 --- libavformat/mov.c | 69 +-- 1 file changed, 19 insertions(+), 50 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 24feadb95b..e749d92ca1 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -60,6 +60

[FFmpeg-devel] [PATCH] avformat/dvdvideodec: check return code of ff_dvdclut_yuv_to_rgb()

2024-11-27 Thread Marth64
Signed-off-by: Marth64 --- libavformat/dvdvideodec.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavformat/dvdvideodec.c b/libavformat/dvdvideodec.c index 4d11480dfd..9c7b224a78 100644 --- a/libavformat/dvdvideodec.c +++ b/libavformat/dvdvideodec.c @@ -1299,6 +1299,7

Re: [FFmpeg-devel] [PATCH] doc/infra: List at what companies the name servers are hosted and who provides the servers

2024-11-27 Thread Vittorio Giovara
On Wed, Nov 27, 2024 at 11:56 AM Michael Niedermayer wrote: > Hi Kieran > > On Wed, Nov 27, 2024 at 12:01:03AM +, Kieran Kunhya via ffmpeg-devel > wrote: > > On Tue, 26 Nov 2024, 23:32 Michael Niedermayer, > > wrote: > > > > > Signed-off-by: Michael Niedermayer > > > --- > > > doc/infra.tx

Re: [FFmpeg-devel] Discussion about mails from 9 years ago Was: [PATCH 1/2] doc/community: Add a standard set of rules for software development mailing lists

2024-11-27 Thread compn
On Tue, 26 Nov 2024 14:50:00 +0100 "Jean-Baptiste Kempf" wrote: > Hello, > A conference where you paid NOTHING and got your flights + hotels paid to the > other side of the world, while you are inactive on all open source projects. thanks for inviting me and paying for my trip! for sure, and pr

[FFmpeg-devel] [PATCH 1/3] vulkan/common: Fix off-by-one error in flush_put_bits

2024-11-27 Thread IndecisiveTurtle
If caller wrote a divisible by eight number of bits it would write an extra byte. Also increment by to_write instead of BUF_BYTES which overly pads the bitstream. --- libavcodec/vulkan/common.comp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/vulkan/common.com

[FFmpeg-devel] [PATCH 3/3] vulkan/common: Add put_bytes_count

2024-11-27 Thread IndecisiveTurtle
--- libavcodec/vulkan/common.comp | 5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/vulkan/common.comp b/libavcodec/vulkan/common.comp index e0874d304f..799aa86f64 100644 --- a/libavcodec/vulkan/common.comp +++ b/libavcodec/vulkan/common.comp @@ -172,3 +172,8 @@ uint64_t put_bits

[FFmpeg-devel] [PATCH 2/3] vulkan/common: Use u32vec2 buffer type instead of u64

2024-11-27 Thread IndecisiveTurtle
According to the GL_EXT_buffer_reference spec alignment "must be a power of two and be greater than or equal to the largest scalar/component type in the block." This means by using u32vec2 we can drop the requirement alignment from 8 bytes to 4 bytes and save a pack64 call in reverse8 (though I

[FFmpeg-devel] [PATCH] avformat/mov: merge stts and ctts arrays into one

2024-11-27 Thread James Almer
Should reduce memory usage as well as remove code duplication. Signed-off-by: James Almer --- libavformat/isom.h | 15 +- libavformat/mov.c | 544 + 2 files changed, 221 insertions(+), 338 deletions(-) diff --git a/libavformat/isom.h b/libavformat/i

Re: [FFmpeg-devel] [PATCH] doc/infra: List at what companies the name servers are hosted and who provides the servers

2024-11-27 Thread Nikolay Aleksandrov
On 11/28/24 00:50, Vittorio Giovara wrote: > On Wed, Nov 27, 2024 at 4:20 PM Michael Niedermayer > wrote: > >> Hi Vittorio >> >> On Wed, Nov 27, 2024 at 03:56:05PM -0500, Vittorio Giovara wrote: >>> On Wed, Nov 27, 2024 at 11:56 AM Michael Niedermayer < >> mich...@niedermayer.cc> >>> wrote: >>> >

Re: [FFmpeg-devel] [PATCH] doc/infra: List at what companies the name servers are hosted and who provides the servers

2024-11-27 Thread Michael Niedermayer
Hi Vittorio On Wed, Nov 27, 2024 at 05:50:56PM -0500, Vittorio Giovara wrote: [...] > And it took three weeks > of drama on the mailing list to obtain this information. And you think this > is not obscurity. The request for teh hosting locations was sent Nov 20 22:36:15 EET 2024 https://lists.ffm

Re: [FFmpeg-devel] [PATCH] tests/fate/filter-video: don't convert owdenoise test to mpeg range

2024-11-27 Thread Ramiro Polla
On Sun, Oct 20, 2024 at 8:41 PM Michael Niedermayer wrote: > On Thu, Oct 17, 2024 at 01:13:39PM +0200, Ramiro Polla wrote: > > On Sun, Sep 29, 2024 at 5:38 PM Ramiro Polla wrote: > > > > > > --- > > > The new owdenoise-scenwin-jpeg.raw reference file is available at > > > https://0x0.st/XguT.raw

Re: [FFmpeg-devel] [PATCH] doc/infra: List at what companies the name servers are hosted and who provides the servers

2024-11-27 Thread Michael Niedermayer
Hi Kieran On Wed, Nov 27, 2024 at 10:18:45PM +, Kieran Kunhya via ffmpeg-devel wrote: [...] > Hi Michael, > > Just so I understand correctly, when Josh or Marvin want to be roots I still do not remember marvin asking for root, but iam a few days behind in some of the threads. > it > requir

[FFmpeg-devel] [PATCH v2 11/11] avformat/APIchanges: bump for AV_DISPOSITION_CAPTIONS_EIA608

2024-11-27 Thread Marth64
Signed-off-by: Marth64 --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index fac0fff8ea..e06a74a457 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07 API chan

[FFmpeg-devel] [PATCH v2 04/11] avformat/options: support AV_DISPOSITION_CAPTIONS_EIA608 as an option

2024-11-27 Thread Marth64
Signed-off-by: Marth64 --- libavformat/options.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/options.c b/libavformat/options.c index c8f3390306..309a903c32 100644 --- a/libavformat/options.c +++ b/libavformat/options.c @@ -224,7 +224,8 @@ const AVClass *avfor

[FFmpeg-devel] [PATCH v2 01/11] avformat/avformat: add AV_DISPOSITION_CAPTIONS_EIA608 to represent video streams with CC

2024-11-27 Thread Marth64
Signed-off-by: Marth64 --- libavformat/avformat.h | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index cedfd82170..9a3fb2b585 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -718,6 +718,10 @@ typedef struct AVIndexEntry

[FFmpeg-devel] [PATCH] doc/demuxers/dvdvideo: seeking is supported, remove outdated statement

2024-11-27 Thread Marth64
Signed-off-by: Marth64 --- doc/demuxers.texi | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 86a9158e59..cc81c615dd 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -292,7 +292,6 @@ DVD-Video demuxer, powered by libdvdnav and libdvdread. Ca

[FFmpeg-devel] [PATCH v2 02/11] avformat/demux: set AV_DISPOSITION_CAPTIONS_EIA608 when FF_CODEC_PROPERTY_CLOSED_CAPTIONS is present

2024-11-27 Thread Marth64
Signed-off-by: Marth64 --- libavformat/demux.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/demux.c b/libavformat/demux.c index cba1f2e4df..61a163b267 100644 --- a/libavformat/demux.c +++ b/libavformat/demux.c @@ -2976,6 +2976,9 @@ int avformat_find_stream_info(AVFormatConte

[FFmpeg-devel] [PATCH v2 00/11] fix broken CC detection and ffprobe fields (cover letter)

2024-11-27 Thread Marth64
As it stands today, ffprobe has two stream-level fields (closed_captions and film_grain) that do not work. Their value is always 0 because ffprobe cannot access the internal codec properties in the stream context when it is setting up its internal streams. Additionally, avformat/dump used to su

[FFmpeg-devel] [PATCH v2 06/11] fftools/ffprobe: remove film_grain and closed_captions properties

2024-11-27 Thread Marth64
ffprobe cannot access the inner codec context when setting up the streams, so the values for these fields are always 0. Signed-off-by: Marth64 --- fftools/ffprobe.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c index 14b98d22a1..2cb3476656 100644 ---

[FFmpeg-devel] [PATCH v2 03/11] avformat/dump: print the indicator for AV_DISPOSITION_CAPTIONS_EIA608

2024-11-27 Thread Marth64
It is added at the beginning since the presence of the substream is significant. Signed-off-by: Marth64 --- libavformat/dump.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/dump.c b/libavformat/dump.c index b7125a652f..81a5e033cb 100644 --- a/libavformat/dump.c +++ b/libavfor

[FFmpeg-devel] [PATCH v2 09/11] avformat/demux: copy AVCodecContext properties in codec_close()

2024-11-27 Thread Marth64
After avformat_find_stream_info() calls codec_close(), the properties are not copied in the newly created skeleton context returned by codec_close(). This breaks display of the properties when viewing stream information afterward e.g. via av_dump_format(). Copy the old properties over, thus fixing

[FFmpeg-devel] [PATCH v2 10/11] avcodec/avcodec: don't print Closed Captions indicator

2024-11-27 Thread Marth64
This is now printed at a disposition level. Signed-off-by: Marth64 --- libavcodec/avcodec.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/avcodec.c b/libavcodec/avcodec.c index 1fa8704c9d..2dc9b165fb 100644 --- a/libavcodec/avcodec.c +++ b/libavcodec/avcodec.c @@ -647,8 +647,6

[FFmpeg-devel] [PATCH v2 07/11] doc/ffprobe.xsd: remove film_grain and closed_captions properties

2024-11-27 Thread Marth64
Signed-off-by: Marth64 --- doc/ffprobe.xsd | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index 4f9e912539..ec75ef44cf 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -282,8 +282,6 @@ - - -- 2.34.1 ___

Re: [FFmpeg-devel] [PATCH] doc/infra: List at what companies the name servers are hosted and who provides the servers

2024-11-27 Thread Vittorio Giovara
On Wed, Nov 27, 2024 at 6:46 PM Michael Niedermayer wrote: > Hi Vittorio > > On Wed, Nov 27, 2024 at 05:50:56PM -0500, Vittorio Giovara wrote: > [...] > > And it took three weeks > > of drama on the mailing list to obtain this information. And you think > this > > is not obscurity. > > The reques

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/mediacodecenc: add async mode support

2024-11-27 Thread Anton Khirnov
Quoting Zhao Zhili (2024-11-27 08:42:34) > > > >> + > >> +ff_mutex_unlock(&s->input_mutex); > >> +ff_cond_signal(&s->input_cond); > > > > This looks wrong - you should signal while holding the mutex, otherwise > > the consumer may miss the signal. Same for the other two signalling > > sit

Re: [FFmpeg-devel] ID3v2 demuxer

2024-11-27 Thread Tomas Härdin
ons 2024-11-27 klockan 08:34 +0100 skrev Anton Khirnov: > > It's just an essence stream. > > You spent too much time around MXF, consider exorcism. I assume this > piece of jargon means "raw/elementary stream", correct me if I'm > wrong. Blasphemy. But yes, it is MXF parlance for that. It also us

Re: [FFmpeg-devel] [PATCH v2 0/3] Add WASM simd support

2024-11-27 Thread Zhao Zhili
Ping. > On Nov 20, 2024, at 20:44, Zhao Zhili wrote: > > From: Zhao Zhili > > v2: > 1. Remove unused include > 2. Remove words on intrinsics vs handwritten assembly in wasm context. > > Zhao Zhili (3): > configure: Add wasm as a fake arch > tests/checkasm: Add partial support for wasm > av

Re: [FFmpeg-devel] [External] Re: Crash in Niagara Workbench Streaming with FFmpeg 7.0.1+ (H.264 Codec) on Initial Attempts

2024-11-27 Thread Frank Plowman
Hi Rahul, Any error information, including that from FFmpeg, would have to be made available by Niagara, so I can't guide you on how you might access it. Cheers, Frank On 26/11/2024 14:11, Kumar, Rahul via ffmpeg-devel wrote: > I tried to stream H264 video outside Niagara(attached file) Looks li

[FFmpeg-devel] [PATCH] avcodec/dovi_rpu: make ff_dovi_configure_ext() take an AVCodecContext as input argument

2024-11-27 Thread James Almer
There's a single AVCodecParameters user vs two (or strictly speaking, five) for AVCodecContext, so move the roundtrip logic to the single user instead. Signed-off-by: James Almer --- libavcodec/bsf/dovi_rpu.c | 18 ++- libavcodec/dovi_rpu.h | 4 +-- libavcodec/dovi_rpuenc.c | 63 ++

[FFmpeg-devel] [PATCH] avcodec/libaomenc: fix use after free of sidedata

2024-11-27 Thread Marvin Scholz
Move the ff_dovi_configure to happen before ff_encode_add_cpb_side_data as the former reallocates the sidedata so the pointer returned from ff_encode_add_cpb_side_data would be invalid. --- libavcodec/libaomenc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcode

Re: [FFmpeg-devel] [PATCH] doc/infra: More details about hosting and security

2024-11-27 Thread Nikolay Aleksandrov
On 25/11/2024 21:53, Jean-Baptiste Kempf wrote: > On Mon, 25 Nov 2024, at 17:42, Michael Niedermayer wrote: >> +Main server security: >> +- >> +Telepoint is one of the largest Bulgarian DC providers with multiple >> sibling companies offering >> +Internet, SDH, DWDM, peering ex

Re: [FFmpeg-devel] [PATCH] avcodec/libaomenc: fix use after free of sidedata

2024-11-27 Thread epirat07
On 27 Nov 2024, at 14:35, Marvin Scholz wrote: > Move the ff_dovi_configure to happen before ff_encode_add_cpb_side_data > as the former reallocates the sidedata so the pointer returned from > ff_encode_add_cpb_side_data would be invalid. > --- > libavcodec/libaomenc.c | 8 > 1 file ch