[FFmpeg-devel] Re: [PATCH] web: Add funding.json

2025-09-02 Thread Michael Niedermayer via ffmpeg-devel
Hi Remi On Sun, Aug 31, 2025 at 11:53:01AM +0300, Rémi Denis-Courmont via ffmpeg-devel wrote: [...] > > And the General Assembly can change the person(s) who control the wallet > > For example the GA could simply choose any people it wants > > these people then could make

[FFmpeg-devel] Re: Can a GetByteContext have a "sub" context?

2025-09-02 Thread Peter Ross via ffmpeg-devel
On Tue, Sep 02, 2025 at 08:03:14AM +0200, Manuel Lauss via ffmpeg-devel wrote: > Hello, > > Is it possible to have a "sub" context with a limited byte range for a > super-context? > i.e. I read 4 bytes from context c1, these are a length, c2 = > GetByteCo

[FFmpeg-devel] Re: [PATCH] avformat/demux: avoid unconditional ID3v2 tag consumption

2025-09-02 Thread Kyle Swanson via ffmpeg-devel
On Wed, Aug 20, 2025 at 2:09 PM Kyle Swanson wrote: > > Hi, > > On Wed, Jul 23, 2025 at 10:51 AM Nil Fons Miret via ffmpeg-devel > wrote: > > Pinging this patch from a couple weeks ago. To be clear, I am not sure > > how people typically use ffmpeg's ID3v2 suppo

[FFmpeg-devel] Re: [PATCH 0/2] libavfilter/vf_minterpolate: Minor speedup

2025-09-02 Thread Michael Niedermayer via ffmpeg-devel
On Fri, Aug 29, 2025 at 08:19:39PM +, Zsolt Vadász via ffmpeg-devel wrote: > > This patch series makes vf_minterpolate approximately 5% faster, > according to my tests, which I performed on a Ryzen 7 PRO 4750U, > compiling with GCC 15.2.1, using -O2. > > Zsolt Vadasz (2

[FFmpeg-devel] [PATCH] configure: provide vulkan cflags (PR #20399)

2025-09-02 Thread Stephane Cerveau via ffmpeg-devel
ig_header_only vulkan_1_4 "vulkan >= 1.4.317" "vulkan/vulkan.h" "defined VK_VERSION_1_4" || -check_cpp_condition vulkan_1_4 "vulkan/vulkan.h" "defined(VK_VERSION_1_5) || (defined(VK_VERSION_1_4) && VK_HEADER_VERSION >= 317)"

[FFmpeg-devel] Can a GetByteContext have a "sub" context?

2025-09-01 Thread Manuel Lauss via ffmpeg-devel
h? Thanks! Manuel _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] .forgejo/CODEOWNERS: add myself for various files (PR #20400)

2025-09-02 Thread Niklas Haas via ffmpeg-devel
rks # == .*d3d12va.* @jianhuaw -.*vulkan.* @lynne +.*vulkan.* @lynne @haasn # tests # = -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avformat/whip: add PRIORITY and ICE_CONTROLLING for STUN binding request (PR #20405)

2025-09-02 Thread Jack Lau via ffmpeg-devel
avio_wb16(pb, STUN_ATTR_MESSAGE_INTEGRITY); /* attribute type message integrity */ avio_wb16(pb, 20); /* size of message integrity */ -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH v2] web: Add funding.json

2025-09-03 Thread Michael Niedermayer via ffmpeg-devel
Hi Derek On Wed, Sep 03, 2025 at 02:19:28PM +0100, Derek Buitenhuis via ffmpeg-devel wrote: > On 9/3/2025 2:06 PM, Michael Niedermayer via ffmpeg-devel wrote: > > Applied after discussion in the General Assembly. > > There where no objections. > > There were multiple ob

[FFmpeg-devel] Re: [PATCH v2] web: Add funding.json

2025-09-03 Thread Derek Buitenhuis via ffmpeg-devel
On 9/3/2025 3:47 PM, Michael Niedermayer via ffmpeg-devel wrote: > Hi Derek > > On Wed, Sep 03, 2025 at 02:19:28PM +0100, Derek Buitenhuis via ffmpeg-devel > wrote: >> On 9/3/2025 2:06 PM, Michael Niedermayer via ffmpeg-devel wrote: >>> Applied after discussion in the

[FFmpeg-devel] Re: [PATCH v2] web: Add funding.json

2025-09-03 Thread Derek Buitenhuis via ffmpeg-devel
t BTW.) - Derek _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH v2] web: Add funding.json

2025-09-03 Thread Michael Niedermayer via ffmpeg-devel
Hi Derek On Wed, Sep 03, 2025 at 02:19:28PM +0100, Derek Buitenhuis via ffmpeg-devel wrote: > On 9/3/2025 2:06 PM, Michael Niedermayer via ffmpeg-devel wrote: > > Applied after discussion in the General Assembly. > > There where no objections. [...] > Moving it to a priva

[FFmpeg-devel] Re: [PATCH v2] web: Add funding.json

2025-09-03 Thread Derek Buitenhuis via ffmpeg-devel
On 9/3/2025 3:29 PM, Michael Niedermayer via ffmpeg-devel wrote: > Hi Derek > > On Wed, Sep 03, 2025 at 02:19:28PM +0100, Derek Buitenhuis via ffmpeg-devel > wrote: >> On 9/3/2025 2:06 PM, Michael Niedermayer via ffmpeg-devel wrote: >>> Applied after discussion in the

[FFmpeg-devel] Re: [PATCH v2] web: Add funding.json

2025-09-03 Thread Michael Niedermayer via ffmpeg-devel
On Fri, Aug 29, 2025 at 05:21:00PM +0200, Michael Niedermayer via ffmpeg-devel wrote: > See: https://fundingjson.org/ > See: https://floss.fund/ > > Based on: https://www.python.org/funding.json and the example from > fundingjson.org > > It is put in the web repository so

[FFmpeg-devel] Re: [PATCH v2] web: Add funding.json

2025-09-03 Thread Michael Niedermayer via ffmpeg-devel
Hi everyone On Fri, Aug 29, 2025 at 05:21:00PM +0200, Michael Niedermayer via ffmpeg-devel wrote: > See: https://fundingjson.org/ > See: https://floss.fund/ > > Based on: https://www.python.org/funding.json and the example from > fundingjson.org > > It is put in the web

[FFmpeg-devel] Re: [PATCH v2] web: Add funding.json

2025-09-03 Thread Derek Buitenhuis via ffmpeg-devel
On 9/3/2025 2:06 PM, Michael Niedermayer via ffmpeg-devel wrote: > Applied after discussion in the General Assembly. > There where no objections. There were multiple objections on this list. Moving it to a private list because it better suits your goal is, to use a word you like

[FFmpeg-devel] [PATCH] swresample: SWR_CH_MAX as config, default 64 (PR #20412)

2025-09-03 Thread Renjianguang-mi via ffmpeg-devel
PR #20412 opened by Renjianguang-mi URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20412 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20412.patch For memory-constrained products, reduce the memory overhead of swresample. Optimizing swresample SwrContext memory: double matrix[SWR_CH

[FFmpeg-devel] [PATCH] avutil/internal: remove some compats for msvc (PR #20411)

2025-09-03 Thread Zhao Zhili via ffmpeg-devel
E_SPECIFIER "Iu" -#else #define PTRDIFF_SPECIFIER "td" #define SIZE_SPECIFIER "zu" -#endif #ifdef DEBUG # define ff_dlog(ctx, ...) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__) -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] swscale: Don't pass a concrete SwsOpPriv as parameter (PR #20413)

2025-09-03 Thread Martin Storsjö via ffmpeg-devel
(SwsOpPriv) {0});\ + NULL, &(SwsOpPriv) {0}); \ out->func = NAME; \ } while (0) -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avcodec/codec_par: remove alpha_mode (PR #20414)

2025-09-03 Thread James Almer via ffmpeg-devel
LIBAVCODEC_VERSION_MINOR 15 +#define LIBAVCODEC_VERSION_MINOR 16 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [RFC] Sponsors & Funding

2025-09-11 Thread Kieran Kunhya via ffmpeg-devel
On Fri, 12 Sept 2025, 00:26 Michael Niedermayer via ffmpeg-devel, < [email protected]> wrote: > Hi Gyan > > On Thu, Sep 11, 2025 at 01:41:24PM +0530, Gyan Doshi via ffmpeg-devel > wrote: > > > > > > On 2025-09-11 02:22 am, Michael Niedermayer via

[FFmpeg-devel] [PATCH] libavfilter/vf_remap_opencl: make kernel handle subsampled chroma (PR #20490)

2025-09-11 Thread Matthias Welwarsky via ffmpeg-devel
lane[plane].swizzle)); +kernel_arg++; + err = ff_opencl_filter_work_size_from_image(avctx, global_work, output, plane, 0); if (err < 0) -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: ensure bitrate is set in low_delay mode (PR #20488)

2025-09-10 Thread Zhao Zhili via ffmpeg-devel
BooleanTrue); -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avfilter/vf_libplacebo: two blending-related fixes (PR #20491)

2025-09-10 Thread Niklas Haas via ffmpeg-devel
pl_render_image(s->linear_rr, &target, &orig_target, &opts->params); target = orig_target; } else if (!ref) { -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [RFC] Sponsors & Funding

2025-09-11 Thread Gyan Doshi via ffmpeg-devel
On 2025-09-12 03:56 am, Michael Niedermayer via ffmpeg-devel wrote: Hi Gyan On Thu, Sep 11, 2025 at 01:41:24PM +0530, Gyan Doshi via ffmpeg-devel wrote: On 2025-09-11 02:22 am, Michael Niedermayer via ffmpeg-devel wrote: For this subject to make any sense, we need to have the entities (GA

[FFmpeg-devel] Re: [PATCH] rvv: add optimized h264 intra prediction functions (PR #20494)

2025-09-11 Thread Tristan Matthews via ffmpeg-devel
On Thu, Sep 11, 2025 at 1:29 PM tmatth via ffmpeg-devel wrote: > > PR #20494 opened by tmatth > > +endfunc > diff --git a/tests/checkasm/h264pred.c b/tests/checkasm/h264pred.c > index 53e1cdb219..7254854534 100644 > --- a/tests/checkasm/h264pred.c > +++ b/tests/checkas

[FFmpeg-devel] Re: [RFC] Sponsors & Funding

2025-09-11 Thread Michael Niedermayer via ffmpeg-devel
Hi remi On Tue, Sep 09, 2025 at 07:29:02PM +0300, Rémi Denis-Courmont via ffmpeg-devel wrote: > Le tiistaina 9. syyskuuta 2025, 15.10.37 Itä-Euroopan kesäaika Michael > Niedermayer via ffmpeg-devel a écrit : > > > 2) A legal entity with clear oversight rules that sponsor

[FFmpeg-devel] [PATCH] avformat/tls_openssl: do not cleanup tls after a successful dtls_start() (PR #20639)

2025-10-01 Thread Marton Balint via ffmpeg-devel
int flags, AVDictionary ** av_log(c, AV_LOG_VERBOSE, "Setup ok, MTU=%d\n", c->tls_shared.mtu); -ret = 0; +return 0; fail: tls_close(h); return ret; -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected]

[FFmpeg-devel] [POLL][VOTE] Sponsors & Funding

2025-10-02 Thread Michael Niedermayer via ffmpeg-devel
787040B0FAB Give a rich man 100$ and he will turn it into 1000$. Give a poor man 1000$ and he will spend it. signature.asc Description: PGP signature _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [DISCUSSION] Adding ARM64EC support to FFmpeg

2025-10-03 Thread Martin Storsjö via ffmpeg-devel
On Sat, 27 Sep 2025, Rémi Denis-Courmont via ffmpeg-devel wrote: But this will constrain the assembler is aggravating. It probably requires major changes already, but even if it doesn't, I don't think we should constrain future assembler code nor expect developers to support the JIT

[FFmpeg-devel] [GASPP PATCH 2/2] Filter out the cl.exe option -arm64EC from armasm

2025-10-03 Thread Martin Storsjö via ffmpeg-devel
-- 2.43.0 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [GASPP PATCH 1/2] Pass "-machine" options through to armasm

2025-10-03 Thread Martin Storsjö via ffmpeg-devel
cc_cmd; @gcc_cmd = grep ! /^-c$/, @gcc_cmd; @gcc_cmd = grep ! /^-I/, @gcc_cmd; -- 2.43.0 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [DISCUSSION] Adding ARM64EC support to FFmpeg

2025-10-03 Thread Martin Storsjö via ffmpeg-devel
work for me in my tests. I have an alternative suggestion on how to do the gas-preprocessor patch - I'll send those patches and CC you on them. Another alternative for gas-preprocessor would be to just look for the -arm64EC option, and inject the "-machine arm64ec" options implicitly in that case (it turns out I actually had such a patch lying around since experiments in 2021), but it's perhaps more transparent to force the caller of gas-preprocessor to provide the option. // Martin ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [POLL][VOTE] Sponsors & Funding

2025-10-03 Thread Michael Niedermayer via ffmpeg-devel
Hi Remi On Thu, Oct 02, 2025 at 07:28:48PM +0300, Rémi Denis-Courmont via ffmpeg-devel wrote: > Le torstaina 2. lokakuuta 2025, 15.55.16 Itä-Euroopan kesäaika Michael > Niedermayer via ffmpeg-devel a écrit : > > "Yes" > > - The FFmpeg project should active

[FFmpeg-devel] [PATCH] libavcodec/g723_1enc: Fix crash

2025-10-03 Thread Kovacs, Zsolt via ffmpeg-devel
have received this electronic message in error, please notify us by replying to this e-mail. 0001-libavcodec-g723_1enc-fix-crash.patch Description: 0001-libavcodec-g723_1enc-fix-crash.patch _______ ffmpeg-devel mailing list -- [email protected] To unsu

[FFmpeg-devel] Re: [POLL][VOTE] Sponsors & Funding

2025-10-03 Thread Kieran Kunhya via ffmpeg-devel
roject remain an conspiracy theory / paranoia discussion site that happens to develop multimedia? Kieran _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avutil/attributes: don't force format checking to __gnu_printf__ on mingw build (PR #20643)

2025-10-04 Thread Kacper Michajłow via ffmpeg-devel
+#ifdef AV_SCANF_FMT +#define av_scanf_format(fmtpos, attrpos) __attribute__((format(AV_SCANF_FMT, fmtpos, attrpos))) +#else # define av_scanf_format(fmtpos, attrpos) #endif -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH 3/3] avformat/whip whep: add whep support

2025-10-13 Thread Michael Niedermayer via ffmpeg-devel
Hi On Mon, Oct 13, 2025 at 12:39:44PM +0800, baigao via ffmpeg-devel wrote: > --- > configure| 1 + > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/rtc.c| 895 +-- > libavformat/

[FFmpeg-devel] [PATCH] avformat/whip: add rtp history store and find method (PR #20703)

2025-10-14 Thread Jack Lau via ffmpeg-devel
AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, ENC }, -{ "key_file", "The optional private key file path for DTLS", OFFSET(key_file), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, ENC }, +{ "key_file", "The optional private key file path for DTLS", OFFSET(key_file), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, ENC }, { NULL }, }; -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Updates to RBSP Depayloading

2025-10-16 Thread Carson Riker via ffmpeg-devel
prioritize performance, providing two mostly-identical implementations, one for each endianess. Thanks for the time, Carson Riker signature.asc Description: OpenPGP digital signature _______ ffmpeg-devel mailing list -- [email protected] To unsubs

[FFmpeg-devel] Re: Soliciting sponsorship (was: WIP: avfilter: add Bungee audio stretch filter (PR #20697))

2025-10-17 Thread Nicolas George via ffmpeg-devel
Kieran Kunhya via ffmpeg-devel (HE12025-10-14): > We should just let people have their libXXX fork of FFmpeg on Forgejo > in my opinion if we don't want to upstream the code. This is precisely why Michael added the source plugin mechanism that you criticized so much. Regards, --

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-17 Thread Michael Niedermayer via ffmpeg-devel
Hi Timo On Wed, Oct 15, 2025 at 12:28:20AM +0200, Timo Rothenpieler via ffmpeg-devel wrote: > On 14.10.2025 04:40, Michael Niedermayer via ffmpeg-devel wrote: > > Hi Everyone > > > > As we are now looking for sponsors, we also should look for tasks to fund. > >

[FFmpeg-devel] Re: [PATCH] avfilter: add raw PCM dump between AVFilter links (PR #20715)

2025-10-17 Thread Nicolas George via ffmpeg-devel
yibofang via ffmpeg-devel (HE12025-10-17): > PR #20715 opened by yibofang > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20715 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20715.patch > > This patch adds the ability to dump raw PCM audio data between AVFil

[FFmpeg-devel] [PATCH] Fix jpeg2k and dnxhr 444 MXF and MOV muxing (PR #20711)

2025-10-17 Thread Baptiste Coudurier via ffmpeg-devel
PR #20711 opened by Baptiste Coudurier (bcoudurier) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20711 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20711.patch From 8bc654b2c0f79213195140f372c83095b0e2b123 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Tue, 3 Jun 2025 17:5

[FFmpeg-devel] Re: [PATCH] avformat/whip: Drop invalid group:BUNDLE from SDP in single-stream cases

2025-10-17 Thread Jack Lau via ffmpeg-devel
> On Oct 6, 2025, at 16:06, baigao via ffmpeg-devel > wrote: > > --- > libavformat/whip.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/libavformat/whip.c b/libavformat/whip.c > index 472c6dbf16..6ace9240f9 100644 > --- a/libavfor

[FFmpeg-devel] Re: [PATCH] avformat/mpegtsenc: Limit TS invalid messages

2025-10-17 Thread Kieran Kunhya via ffmpeg-devel
On Mon, 6 Oct 2025, 04:46 Michael Niedermayer via ffmpeg-devel, < [email protected]> wrote: > Hi > > On Thu, Oct 02, 2025 at 11:36:33PM +0200, David Dominguez via ffmpeg-devel > wrote: > > mpegts_write_pes() warns when DTS - PCR is negative. This is > > done

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-17 Thread Nicolas George via ffmpeg-devel
Kieran Kunhya via ffmpeg-devel (HE12025-10-15): > FFmpeg should move to an LTS and development version like Ubuntu. > > Then companies can pay for older versions to have backports of security > fixes (like Ubuntu). Absolutely not. Quite the opposite: we should stop making releas

[FFmpeg-devel] [PATCH] general: fix warning 'av_malloc_array' sizes specified with 'sizeof' (PR #20663)

2025-10-17 Thread Baptiste Coudurier via ffmpeg-devel
00644 --- a/libavutil/side_data.c +++ b/libavutil/side_data.c @@ -151,7 +151,7 @@ static AVFrameSideData *add_side_data_from_buf_ext(AVFrameSideData ***sd, if ((unsigned)*nb_sd >= FFMIN(INT_MAX, SIZE_MAX)) return NULL; -tmp = av_realloc_array(*sd, sizeof(**sd), *nb_sd + 1); +tmp = av_realloc_array(*sd, *nb_sd + 1, sizeof(**sd)); if (!tmp) return NULL; *sd = tmp; -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] libavformat/asfdec_f: add asf video average framerate support

2025-10-17 Thread Michael Niedermayer via ffmpeg-devel
Hi On Thu, Oct 09, 2025 at 07:21:09PM +0800, ZhangXu via ffmpeg-devel wrote: > From: zhangxu > > Refer to Advanced Systems Format (ASF) Specification > > Parse AverageTimePerFrame from ExtendedStreamPropertiesObject > > Signed-off-by: ZhangXu > --- >

[FFmpeg-devel] Re: New mailing-list archive

2025-10-17 Thread Nicolas George via ffmpeg-devel
Michael Niedermayer via ffmpeg-devel (HE12025-10-13): > theres also: > https://lists.ffmpeg.org/lore/ffmpeg-devel/ This is a lot better. I do not find how to get a threaded index like we used to have, but it looks usable. Thanks. Could we have a link to this version in the information p

[FFmpeg-devel] Re: [PATCH v2] Changlog: mention add WHIP muxer (experimental)

2025-10-17 Thread Jack Lau via ffmpeg-devel
> On Oct 14, 2025, at 14:30, Gyan Doshi via ffmpeg-devel > wrote: > > > > On 2025-07-25 10:36 am, Jack Lau wrote: >> >>> On Jul 25, 2025, at 12:18, Gyan Doshi wrote: >>> >>> >>> >>> On 2025-07-25 03:29 am, Jack

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

2025-10-17 Thread Michael Niedermayer via ffmpeg-devel
Description: PGP signature _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] avfilter: add raw PCM dump between AVFilter links (PR #20715)

2025-10-17 Thread Nicolas George via ffmpeg-devel
Nicolas George via ffmpeg-devel (HE12025-10-17): > > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20715 My answer did not reach there. The promised ability to reply by mail is still missing. Regards, -- Nicolas George ___ ffmpeg-devel m

[FFmpeg-devel] Re: New mailing-list archive

2025-10-17 Thread Nicolas George via ffmpeg-devel
Nicolas George via ffmpeg-devel (HE12025-10-13): > Thanks. It sucks a little less than the first impression. But it still > sucks. The fact that it defaults to a non-monospace font, for starters, > and tries to “pretty print” the mail is terrible for our use. Also: threading. For exam

[FFmpeg-devel] Re: [PATCH v2] ogg/vorbis: implement header packet skip in chained ogg bitstreams.

2025-10-17 Thread Romain Beauxis via ffmpeg-devel
fmpeg -i > http://play.global.audio/city.ogg -c copy -f null - > ``` > > I left a question in the PR, but no other concerns. > Note I had found the above input stream from > https://dir.xiph.org/codecs/Vorbis > > Thank you! > Yalda > _________

[FFmpeg-devel] Re: [DISCUSSION] Adding ARM64EC support to FFmpeg

2025-10-17 Thread Stephen Hutchinson via ffmpeg-devel
On 10/3/25 12:39 PM, Rémi Denis-Courmont via ffmpeg-devel wrote: Le perjantaina 3. lokakuuta 2025, 18.11.55 Itä-Euroopan kesäaika Martin Storsjö a écrit : Wanting to use the libav* libraries in a hybrid x86_64/arm64ec process seems like something quite plausible though. Not something I'd g

[FFmpeg-devel] Re: [DISCUSSION] Adding ARM64EC support to FFmpeg

2025-10-17 Thread Martin Storsjö via ffmpeg-devel
On Fri, 3 Oct 2025, Rémi Denis-Courmont wrote: Le 3 octobre 2025 15:44:56 GMT+03:00, "Martin Storsjö via ffmpeg-devel" a écrit : First off, calling a C function, which turns out to be in x86_64 mode, will clobber those registers. Will it? I thought code JITed from x86_64 to AAr

[FFmpeg-devel] [PATCH] abformat/tee: fixing the default options setting (PR #20710)

2025-10-17 Thread Artem Smorodin via ffmpeg-devel
ption, field, action) do { \ AVDictionaryEntry *en = av_dict_get(options, option, NULL, 0); \ if (en) { \ -- 2.49.1 _______ ffmpeg-devel mailing list -- ffmpeg-devel@f

[FFmpeg-devel] Re: [PATCH] swscale/output: Fix unsigned cast position in yuv2* (PR #20698)

2025-10-13 Thread Kieran Kunhya via ffmpeg-devel
On Mon, 13 Oct 2025, 14:28 michaelni via ffmpeg-devel, < [email protected]> wrote: > PR #20698 opened by michaelni > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20698 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20698.pa

[FFmpeg-devel] Re: [PATCH v2] Changlog: mention add WHIP muxer (experimental)

2025-10-13 Thread Gyan Doshi via ffmpeg-devel
GSoC 2025 What's the status on this? Regards, Gyan ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avformat/dump: fix log level passed to av_log when printing stream group side data (PR #20701)

2025-10-13 Thread James Almer via ffmpeg-devel
nst double stream_start = av_q2d(st->time_base) * st->start_time; -av_log(NULL, AV_LOG_INFO, ", start %.6f", stream_start); + av_log(NULL, log_level, ", start %.6f", stream_start); } dump_disposition(st->disposition, log_level); -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avformat/mpegtsenc: Limit TS invalid messages

2025-10-02 Thread David Dominguez via ffmpeg-devel
extend_af(buf, write_pcr_bits(q, pcr)); q = get_ts_payload_start(buf); -- 2.34.1 ___________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-15 Thread Nicolas George via ffmpeg-devel
Michael Niedermayer via ffmpeg-devel (HE12025-10-14): > As we are now looking for sponsors, we also should look for tasks to fund. > PS: once we have enough yearly income we can look at hiring / funding > people fulltime. I will step into it: This is severely misguided. FFmpeg i

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-14 Thread Michael Niedermayer via ffmpeg-devel
Hi so many great awnsers, thanks everyone!!! please keep the ideas comming, we already ordered fast SSD disks to handle the load of ideas On Tue, Oct 14, 2025 at 04:40:06AM +0200, Michael Niedermayer via ffmpeg-devel wrote: > Hi Everyone > > As we are now looking for sponsors, we al

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-14 Thread Kieran Kunhya via ffmpeg-devel
On Tue, 14 Oct 2025, 23:53 Michael Niedermayer via ffmpeg-devel, < [email protected]> wrote: > Hi Timo > > On Wed, Oct 15, 2025 at 12:28:20AM +0200, Timo Rothenpieler via > ffmpeg-devel wrote: > > On 14.10.2025 04:40, Michael Niedermayer via ffmpeg-devel

[FFmpeg-devel] [PATCH] avformat/matroskadec: relax the check for cropped dimensions (PR #20653)

2025-10-18 Thread James Almer via ffmpeg-devel
pt + track->video.pixel_cropb) >= track->video.pixel_height + !track->video.pixel_height) return AVERROR_INVALIDDATA; track->video.cropped_width = track->video.pixel_width - track->video.pixel_cropl - t

[FFmpeg-devel] Re: [REFUND-REQUEST] code.ffmpeg.org hosting cost

2025-10-18 Thread Timo Rothenpieler via ffmpeg-devel
On 23.09.2025 22:44, Stefano Sabatini via ffmpeg-devel wrote: On Tue, Sep 16, 2025 at 12:41 AM Michael Niedermayer via ffmpeg-devel wrote: Hi Timo On Mon, Sep 15, 2025 at 10:20:30PM +0200, Timo Rothenpieler via ffmpeg-devel wrote: These are the hosting costs for code.ffmpeg.org so far

[FFmpeg-devel] [PATCH] fftools: silence coverity race condition warning (PR #20638)

2025-10-18 Thread Niklas Haas via ffmpeg-devel
- -pthread_mutex_unlock(&sch->schedule_lock); } +pthread_mutex_unlock(&sch->schedule_lock); + if (*in_idx == fg->nb_inputs) { int terminate = waiter_wait(sch, &fg->waiter); return terminate ? AVERROR_EOF : AVERROR(EAGAIN); -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] Miscellaneous aacdec_usac cleanups (PR #20627)

2025-10-18 Thread Kieran Kunhya via ffmpeg-devel
On Mon, 29 Sept 2025, 16:04 Lynne via ffmpeg-devel, wrote: > PR #20627 opened by Lynne > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20627 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20627.patch > > Nothing major. > > > >From 485939f5ba2051d3091bb130

[FFmpeg-devel] Re: [PATCH v2] Changlog: mention add WHIP muxer (experimental)

2025-10-18 Thread Gyan Doshi via ffmpeg-devel
On 2025-10-14 12:13 pm, Jack Lau via ffmpeg-devel wrote: On Oct 14, 2025, at 14:30, Gyan Doshi via ffmpeg-devel wrote: On 2025-07-25 10:36 am, Jack Lau wrote: On Jul 25, 2025, at 12:18, Gyan Doshi wrote: On 2025-07-25 03:29 am, Jack Lau wrote: Signed-off-by: Jack Lau

[FFmpeg-devel] [PATCH] Various avcodec/mjpegdec improvements (PR #20626)

2025-10-18 Thread Ramiro Polla via ffmpeg-devel
PR #20626 opened by Ramiro Polla (ramiro) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20626 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20626.patch This patchset is in preparation to add error recovery and multi-threaded decoding using restart markers. The most important changes

Re: [FFmpeg-devel] [PATCH] avcodec/webp: fix incorrectly returning AVERROR_INVALIDDATA when building Huffman reader (PR #20316)

2025-08-25 Thread Raphael Zumer via ffmpeg-devel
Hello, Looking for a review for this patch, as it currently breaks WebP decoding and is a 1-line fix. Thanks, RZ On 8/22/25 13:38, rzumer via ffmpeg-devel wrote: > PR #20316 opened by rzumer > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20316 > Patch URL: https://code.ffmpeg.o

[FFmpeg-devel] [PATCH] avformat/whip: simplify the udp read in whip_write_packet (PR #20339)

2025-08-25 Thread Jack Lau via ffmpeg-devel
nsert SPS/PPS before IDR\n"); -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] fate runners/clients

2025-08-25 Thread Michael Niedermayer via ffmpeg-devel
quot; only works if the folks in power share the values of you and everyone you know entirely and always will -- Tom Scott signature.asc Description: PGP signature _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listi

Re: [FFmpeg-devel] [POLL][RFC] Merge vs Cherry pick for integration of changes

2025-08-25 Thread Michael Niedermayer via ffmpeg-devel
Hi all On Sun, Aug 24, 2025 at 12:59:29PM +0200, Michael Niedermayer via ffmpeg-devel wrote: [...] > > Option M: > > This would be a merge of pauls last revission before files where > > switched to GPL and the command line tool to AGPL [...] > > Option C: &g

[FFmpeg-devel] [PATCH] vf_colorspace: Add an option to clamp trc LUT output

2025-08-25 Thread Drew Dunne via ffmpeg-devel
looks like av_clip_int16 would downcast that long to int anyway so the possibility of overflow already existed there. I've put it back to int just to match the existing behavior. _______ ffmpeg-devel mailing list [email protected] https://ffmpeg.o

[FFmpeg-devel] [PATCH] avcodec/libjxldec: submit frame after file is complete (PR #20337)

2025-08-25 Thread Leo Izen via ffmpeg-devel
4]; av_log(avctx, AV_LOG_DEBUG, "BOX event emitted\n"); @@ -587,7 +617,7 @@ static int libjxl_receive_frame(AVCodecContext *avctx, AVFrame *frame) continue; } default: - av_log(avctx, AV_LOG_ERROR, "Bad libjxl event: %d\n", jret); + av_log(avctx, AV_LOG_ERROR, "Bad libjxl event: %d\n", ctx->jret); return AVERROR_EXTERNAL; } } -- 2.49.1 ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] Legal Advice Was: [POLL][RFC] Merge vs Cherry pick for integration of changes

2025-08-24 Thread Baptiste Coudurier via ffmpeg-devel
> On Aug 24, 2025, at 4:11 AM, Kieran Kunhya via ffmpeg-devel > wrote: > > On Sun, 24 Aug 2025, 11:56 Michael Niedermayer via ffmpeg-devel, < > [email protected]> wrote: > >> Hi Kieran >> >> On Sun, Aug 24, 2025 at 07:53:45AM +0100, Kieran Ku

Re: [FFmpeg-devel] Legal Advice Was: [POLL][RFC] Merge vs Cherry pick for integration of changes

2025-08-24 Thread Kieran Kunhya via ffmpeg-devel
On Mon, 25 Aug 2025, 05:38 Baptiste Coudurier, wrote: > > > On Aug 24, 2025, at 4:11 AM, Kieran Kunhya via ffmpeg-devel < > [email protected]> wrote: > > > > On Sun, 24 Aug 2025, 11:56 Michael Niedermayer via ffmpeg-devel, < > > ffmpeg-deve

Re: [FFmpeg-devel] STF 2025 grant request (2025-09-01 target)

2025-08-25 Thread Niklas Haas via ffmpeg-devel
y be. I am also happy to do nothing. > > > > > > This activity is completely voluntary, there is no guarantee that all > > > (or any) proposals will be accepted by SPI and/or STF, and the chances > > > of success are unknown (to me). The activity was reasonably successf

Re: [FFmpeg-devel] [PATCH] add option in file.c: pkt_size to set max_packet_size

2025-08-25 Thread Zhao Zhili via ffmpeg-devel
> On Jul 31, 2025, at 17:05, yangsen5 via ffmpeg-devel > wrote: > > From: yangsen5 <[email protected]> > > Signed-off-by: yangsen5 <[email protected]> > --- > libavformat/file.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >

[FFmpeg-devel] [PATCH] avformat/apv: fix range of au_size (PR #20340)

2025-08-25 Thread Dariusz Frankiewicz via ffmpeg-devel
lid size: %"PRIu32"\n", au_size); return AVERROR_INVALIDDATA; -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] gcc:Allow RISC-V port with '-ftree-vectorize'.

2025-08-26 Thread Martin Storsjö via ffmpeg-devel
also adjust the version criteria per architecture.) // Martin _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] fftools/ffmpeg: fix gracefully shutdown

2025-08-28 Thread Patrick Wang via ffmpeg-devel
if (received_nb_signals) + break; + /* if 'q' pressed, exits */ if (stdin_interaction) if (check_keyboard_interaction(cur_time) < 0) -- 2.51.0 _______ ffmpeg-devel mailing list -- [email protected] To unsubscr

[FFmpeg-devel] [PATCH] web: Add funding.json

2025-08-28 Thread Michael Niedermayer via ffmpeg-devel
;: "v1.0.0", + +"entity": { +"type": "group", +"role": "owner", +"name": "FFmpeg", +"email": "[email protected]", +"description": "FFmpeg is the lea

[FFmpeg-devel] [PATCH] Remove path length limits from various places using av_get_frame_filename() (PR #20363)

2025-08-28 Thread Marton Balint via ffmpeg-devel
< 0) { +av_bprint_finalize(&filename, NULL); return ret; +} memset(header + ret, 0, sizeof(header) - ret); avio_skip(f[0], -ret); pd.buf = header; pd.buf_size = ret; -pd.filename = filename; +pd.filename = filename.str; ifmt = ffifmt(av_probe_input_format3(&pd, 1, &score)); if (ifmt && ifmt->read_packet == ff_img_read_packet && ifmt->raw_codec_id) @@ -457,7 +465,7 @@ int ff_img_read_packet(AVFormatContext *s1, AVPacket *pkt) if (s->ts_from_file) { struct stat img_stat; av_assert0(!s->is_pipe); // The ts_from_file option is not supported by piped input demuxers -if (stat(filename, &img_stat)) { +if (stat(filename.str, &img_stat)) { res = AVERROR(EIO); goto fail; } @@ -480,10 +488,11 @@ int ff_img_read_packet(AVFormatContext *s1, AVPacket *pkt) * as packet side_data. */ if (!s->is_pipe && s->export_path_metadata == 1) { -res = add_filename_as_pkt_side_data(filename, pkt); +res = add_filename_as_pkt_side_data(filename.str, pkt); if (res < 0) goto fail; } +av_bprint_finalize(&filename, NULL); pkt->size = 0; for (i = 0; i < 3; i++) { @@ -522,6 +531,7 @@ int ff_img_read_packet(AVFormatContext *s1, AVPacket *pkt) } fail: +av_bprint_finalize(&filename, NULL); if (!s->is_pipe) { for (i = 0; i < 3; i++) { if (f[i] != s1->pb) -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] web: Add funding.json

2025-08-28 Thread Kieran Kunhya via ffmpeg-devel
On Thu, Aug 28, 2025 at 10:11 PM Michael Niedermayer via ffmpeg-devel wrote: > + > +"funding": { > +"channels": [{ > +"guid": "ffmpeg-spi", > +"type": "other", > +"ad

[FFmpeg-devel] Re: [PATCH] avutil/bprint: fix av_bprint_strftime with %p format string reporting truncated output (PR #20330)

2025-08-26 Thread Marton Balint via ffmpeg-devel
On Tue, 26 Aug 2025, Nicolas George via ffmpeg-devel wrote: Marton Balint via ffmpeg-devel (HE12025-08-24): From f8e83bce6269c95fbad90f34434ceb641bf753d5 Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Sun, 24 Aug 2025 21:42:54 +0200 Subject: [PATCH 1/2] avutil/bprint: make av_bprintf

[FFmpeg-devel] Re: [PATCH] avutil/bprint: fix av_bprint_strftime with %p format string reporting truncated output (PR #20330)

2025-08-26 Thread Nicolas George via ffmpeg-devel
Marton Balint via ffmpeg-devel (HE12025-08-24): > >From 4532caf820dcb2bc2cbac3d4e782ad27cf9fd76b Mon Sep 17 00:00:00 2001 > From: Marton Balint > Date: Sun, 24 Aug 2025 21:35:41 +0200 > Subject: [PATCH 2/2] avutil/bprint: fix av_bprint_strftime with %p format > string reportin

[FFmpeg-devel] Re: [PATCH] avcodec/webp: fix incorrectly returning AVERROR_INVALIDDATA when building Huffman reader (PR #20316)

2025-08-26 Thread Derek Buitenhuis via ffmpeg-devel
On 8/25/2025 4:59 PM, Raphael Zumer via ffmpeg-devel wrote: > Looking for a review for this patch, as it currently breaks WebP decoding and > is a 1-line fix Reviewed and merged. This needs to be backported to 8.0 as it is a major regression in WebP decoding. -

[FFmpeg-devel] Re: [PATCH] avutil/bprint: fix av_bprint_strftime with %p format string reporting truncated output (PR #20330)

2025-08-26 Thread Marton Balint via ffmpeg-devel
On Tue, 26 Aug 2025, Nicolas George via ffmpeg-devel wrote: Marton Balint via ffmpeg-devel (HE12025-08-24): From 4532caf820dcb2bc2cbac3d4e782ad27cf9fd76b Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Sun, 24 Aug 2025 21:35:41 +0200 Subject: [PATCH 2/2] avutil/bprint: fix

[FFmpeg-devel] Re: [PATCH] avutil/bprint: fix av_bprint_strftime with %p format string reporting truncated output (PR #20330)

2025-08-26 Thread Nicolas George via ffmpeg-devel
Marton Balint via ffmpeg-devel (HE12025-08-24): > >From f8e83bce6269c95fbad90f34434ceb641bf753d5 Mon Sep 17 00:00:00 2001 > From: Marton Balint > Date: Sun, 24 Aug 2025 21:42:54 +0200 > Subject: [PATCH 1/2] avutil/bprint: make av_bprintf use av_vbprintf > > No reason

[FFmpeg-devel] [PATCH] WIP: avcodec/sanm: updates (PR #20350)

2025-08-27 Thread Manuel Lauss via ffmpeg-devel
uint16_t*, ctx->frm0, ctx->frm2); } @@ -1436,8 +1432,7 @@ static int old_codec47(SANMVideoContext *ctx, int width, int height) } if (seq == ctx->prev_seq + 1) ctx->rotate_code = new_rot; -else -ctx->rotate_code = 0; + ctx->prev_seq = seq; return 0; @@ -1691,7 +1686,7 @@ static int old_codec48(SANMVideoContext *ctx, int width, int height) "Subcodec 48 compression %d", compr); return AVERROR_PATCHWELCOME; } -ctx->rotate_code = 1;// swap frm[0] and frm[2] +ctx->rotate_code = 1;// swap frm0 and frm2 ctx->prev_seq = seq; return 0; } @@ -2496,7 +2491,7 @@ static int decode_frame(AVCodecContext *avctx, AVFrame *frame, } if (ctx->rotate_code) rotate_bufs(ctx, ctx->rotate_code); - +ctx->rotate_code = 0; return pkt->size; } -- 2.49.1 >From 33d7d6cf050e9d8c7acdafaa7fd9b14e622813fd Mon Sep 17 00:00:00 2001 From: Manuel Lauss Date: Tue, 26 Aug 2025 22:52:26 +0200 Subject: [PATCH 11/11] Revert "avcodec/sanm: Check w,h,left,top" This reverts commit 134fbfd1dcb59441e38d870ddd231772f4e8e127. As it breaks valid uses of this in Rebel Assault 1 videos. --- libavcodec/sanm.c | 5 - 1 file changed, 5 deletions(-) diff --git a/libavcodec/sanm.c b/libavcodec/sanm.c index 1bdbca3aa3..3c012a87bf 100644 --- a/libavcodec/sanm.c +++ b/libavcodec/sanm.c @@ -1793,11 +1793,6 @@ static int process_frame_obj(SANMVideoContext *ctx, GetByteContext *gb, memset(ctx->fbuf, 0, ctx->frm0_size); } -if (w + FFMAX(left, 0) > ctx->avctx->width || h + FFMAX(top, 0) > ctx->avctx->height) { -avpriv_request_sample(ctx->avctx, "overly large frame\n"); -return AVERROR_PATCHWELCOME; -} - switch (codec) { case 1: case 3: -- 2.49.1 ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] Re: [PATCH] libavfilter: Whisper audio filter

2025-08-29 Thread Vittorio Palmisano via ffmpeg-devel
file references (e.g. https://docs.fileformat.com/video/srt/). _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] dpxenc: map AVCodecContext color transfer and color primaries fields (PR #20365)

2025-08-29 Thread Peter Ross via ffmpeg-devel
e.dpx 812672 tests/data/images/rgba64le.dpx/02.rgba64le.dpx tests/data/images/rgba64le.dpx/%02d.rgba64le.dpx CRC=0xe72ce131 -- 2.49.1 _______ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avfilter/af_whisper: fix srt file format (PR #20368)

2025-08-29 Thread Vittorio Palmisano via ffmpeg-devel
(start_t / 6) % 60, (start_t / 1000) % 60, start_t % 1000, end_t / 360, (end_t / 6) % 60, -- 2.49.1 _______________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] CI

2025-08-19 Thread Michael Niedermayer via ffmpeg-devel
___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".

Re: [FFmpeg-devel] FFmpeg 8.0 Name

2025-08-20 Thread Frank Plowman via ffmpeg-devel
On 20/08/2025 08:28, Ingo Oppermann via ffmpeg-devel wrote: > >> On 20 Aug 2025, at 00:27, Jacob Lifshay via ffmpeg-devel >> wrote: >> >> >> >> On August 19, 2025 2:27:12 PM PDT, Michael Niedermayer via ffmpeg-devel >> wrote: >>> Hi all &g

Re: [FFmpeg-devel] FFmpeg 8.0 Name

2025-08-20 Thread Frank Plowman via ffmpeg-devel
On 20/08/2025 10:47, Frank Plowman via ffmpeg-devel wrote: > Some people who haven't yet had one: > * Fourier Sorry, seems a release was named Fourier all the way back in 2013. > * Shannon > * Kolmogorov > * Dirac > * Kronecker > * Huffman > * Hamming > *

Re: [FFmpeg-devel] FFmpeg 8.0 Name

2025-08-20 Thread Gyan Doshi via ffmpeg-devel
On 2025-08-20 03:17 pm, Frank Plowman via ffmpeg-devel wrote: On 20/08/2025 08:28, Ingo Oppermann via ffmpeg-devel wrote: On 20 Aug 2025, at 00:27, Jacob Lifshay via ffmpeg-devel wrote: On August 19, 2025 2:27:12 PM PDT, Michael Niedermayer via ffmpeg-devel wrote: Hi all what name

<    23   24   25   26   27   28   29   30   31   32   >