From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 7D3B04487C for ; Sat, 29 Oct 2022 19:43:12 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 30FC268BC9D; Sat, 29 Oct 2022 22:43:09 +0300 (EEST) Received: from btbn.de (btbn.de [136.243.74.85]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D587E68B83A for ; Sat, 29 Oct 2022 22:43:02 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 54A0B2B9872 for ; Sat, 29 Oct 2022 21:42:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1667072578; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=uz7IOEYstVlqID/75P5m3cluB2I8uItgPQ+6lS0msw0=; b=T+vkzEl/DuJEyBhJpwx5U0X+eNh7Xt5uwD9o2TbjIXh7uUALxd9I+j00ACFblS9q5JAz9t S0YDYI6u6owoQnhnR53TaPPG1E3oHYrXRXV9Ja820CriYdpZBW6ewDX82g+CqSU/gGFpCW V0TBjC/1jTtwAg54nv2/kOGxz7sXJg05lQi0tvORV8l1o22k7Ut8meFuVCys273LuJMmzz ECGgUFbPTanBi1TmRk9cQhazPxn+tluZntczG4bcQIWZ9RO+tF40YFYH8E5lvUtmeJXaYi UF3RLjB7hb+StLmS/41UI6B0CHVjPc+JqTUOCEMIXfQUv9WafejyHczqduevzw== Message-ID: Date: Sat, 29 Oct 2022 21:42:56 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20221028182333.GJ4048598@pb2> From: Timo Rothenpieler In-Reply-To: Subject: Re: [FFmpeg-devel] FFmpeg 5.0 X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 29.10.2022 20:29, Neal Gompa wrote: > On Fri, Oct 28, 2022 at 2:23 PM Michael Niedermayer > wrote: >> >> Hi >> >> According to our >> https://trac.ffmpeg.org/wiki/Downstreams >> >> Noone and nothing is using 5.0 >> should i make another release of 5.0 ? >> should i move 5.0 to olddownloads ? >> >> does anyone use it ? plan to use it or know of someone using it ? >> > > Fedora 36 still uses FFmpeg 5.0 as I discovered there was an ABI break > that made upgrading to FFmpeg 5.1 not possible for F36. FFmpeg 5.1 is > used for Fedora 37, though. Adding new functions does not break ABI, we've been over this in the past. There is no guarantees made, and cannot be made, about running something against an older set of libraries than at compile time. _______________________________________________ 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".