From: Michael Niedermayer <michael@niedermayer.cc> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] FFmpeg release 6.1 Date: Wed, 20 Sep 2023 20:00:02 +0200 Message-ID: <20230920180002.GK8640@pb2> (raw) In-Reply-To: <20230920144719.GB115703@haasn.xyz> [-- Attachment #1.1: Type: text/plain, Size: 1906 bytes --] On Wed, Sep 20, 2023 at 02:47:19PM +0200, Niklas Haas wrote: > On Tue, 19 Sep 2023 21:16:08 +0200 Michael Niedermayer <michael@niedermayer.cc> wrote: > > what about merging libplacebo into FFmpeg for example ? > > As far as iam concerned you can have absolute final power about anything > > in that libplacebo inside FFmpeg. > > To respond quickly to this point, > > I'm not sure what merging libplacebo would improve to the status quo. As Code in libavfilter could more deeply depend on / integrate with libplacebo > far as I can tell, it would only make my life harder, at least if you > expect me to start caring about patches sent to the mailing list (as > opposed to using PR/MRs as I do currently). Well, _I_ dont mind how you manage libplacebo. > > I'm not sure what the goal would be, either, except dragging more code > into FFmpeg. Code that can easily live outside it, because the degree of > interoperation between the two is minimal. All relevant distros already > package both libplacebo and FFmpeg, so the "ease of distribution" ship > has sailed. Well the goal is to have some sort of lib that unifies swscale, libplacebo and similar into code that provides high performance, high quality, CPU and GPU based convertion. And this really needs to be "close" to libavfilter if libavfilter would use it. > > It would also make libplacebo releases now tied to FFmpeg releases, > which is an obvious downgrade for my own reverse dependents and a > significant downgrade to my current release process. We must avoid downgrades > The FFmpeg ABI > policy also seems wholly incompatible with the libplacebo ABI policy. i am not sure what the libplacebo ABI policy is thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Observe your enemies, for they first find out your faults. -- Antisthenes [-- Attachment #1.2: signature.asc --] [-- Type: application/pgp-signature, Size: 195 bytes --] [-- Attachment #2: Type: text/plain, Size: 251 bytes --] _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2023-09-20 18:00 UTC|newest] Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-04-10 22:14 Michael Niedermayer 2023-04-10 22:16 ` James Almer 2023-04-11 8:46 ` Neal Gompa 2023-09-19 17:18 ` Niklas Haas 2023-09-19 19:16 ` Michael Niedermayer 2023-09-19 21:58 ` Lynne 2023-09-20 0:38 ` Neal Gompa 2023-09-20 2:24 ` Xiang, Haihao 2023-09-20 17:24 ` Michael Niedermayer 2023-09-20 17:43 ` Kieran Kunhya 2023-09-20 18:10 ` Michael Niedermayer 2023-09-20 22:47 ` Kieran Kunhya 2023-09-21 3:19 ` Jean-Baptiste Kempf 2023-09-21 12:51 ` Michael Niedermayer 2023-09-20 12:47 ` Niklas Haas 2023-09-20 18:00 ` Michael Niedermayer [this message] 2023-09-21 11:46 ` Dawid Kozinski/Multimedia (PLT) /SRPOL/Staff Engineer/Samsung Electronics 2023-09-21 16:21 ` [FFmpeg-devel] FFmpeg release 6.1 (SDR Plans) Michael Niedermayer 2023-09-21 16:33 ` Kieran Kunhya via ffmpeg-devel 2023-09-21 17:16 ` Nicolas George 2023-09-21 18:14 ` Vittorio Giovara 2023-09-21 18:19 ` Nicolas George 2023-09-21 18:47 ` Vittorio Giovara 2023-09-21 18:51 ` Nicolas George 2023-09-21 18:54 ` Vittorio Giovara 2023-09-21 19:04 ` Nicolas George 2023-09-21 19:08 ` Paul B Mahol 2023-09-26 18:14 ` Nicolas George 2023-09-21 19:18 ` Vittorio Giovara 2023-09-21 19:37 ` Nicolas George 2023-09-21 19:44 ` Paul B Mahol 2023-09-21 18:56 ` Michael Niedermayer 2023-09-26 19:59 ` Rémi Denis-Courmont 2023-09-21 16:39 ` Paul B Mahol 2023-09-22 13:55 ` Gijs Peskens 2023-09-22 16:32 ` Michael Niedermayer 2023-09-23 6:49 ` Neal Gompa 2023-09-23 10:55 ` Michael Niedermayer 2023-09-23 23:31 ` Neal Gompa 2023-09-24 9:12 ` Nicolas George 2023-09-24 11:56 ` Paul B Mahol 2023-09-24 12:17 ` Nicolas George 2023-09-24 17:33 ` Paul B Mahol 2023-09-24 17:45 ` [FFmpeg-devel] libavdevice (was: FFmpeg release 6.1 (SDR Plans)) Nicolas George 2023-09-24 17:49 ` Paul B Mahol 2023-09-24 17:54 ` Nicolas George 2023-09-24 18:05 ` Paul B Mahol 2023-09-24 18:09 ` Nicolas George 2023-09-25 11:20 ` Paul B Mahol 2023-09-26 18:12 ` Nicolas George 2023-09-25 8:24 ` [FFmpeg-devel] FFmpeg release 6.1 (SDR Plans) Kieran Kunhya 2023-09-26 20:17 ` Rémi Denis-Courmont
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20230920180002.GK8640@pb2 \ --to=michael@niedermayer.cc \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git