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 09AB74C064 for ; Sun, 21 Jul 2024 13:50:30 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DC96768D744; Sun, 21 Jul 2024 16:50:26 +0300 (EEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id CA3A668AE97 for ; Sun, 21 Jul 2024 16:50:20 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 3C5C220002 for ; Sun, 21 Jul 2024 13:50:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1721569820; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=D1rod6kUwguz89JH/w0mMcDUy17+3QrpoCoqm4MlGjs=; b=LTWqQm/Jsm+p2WxyIB4fevG9JA8pJBGxWPJS0rAmNSpBz4kqSVlsLhYpqjfNr5f62sDsXi BU28D8+5XhwsllnLN/6YvZU4AAdbLHXJCNLaIhAn2jrjtahWnif0Q9Erck1wheKqD/G+WK KzquDj05hOHdw9DDP+bt5ubYI7hTjcY/8hzZs56TjgyvZEFF35L3qJR1H9qdYITcocBCGT IjwpFOGaJ0pJicAdSmr9eXHrWXhRElpimeg6KU7ZMloT/NnnLDeG5CLzHcbpP3Bk4Fq9de JU7tPprA/JC5A0N4Sghr6mQA0EYLtHkKy4R0LCkimm/bictFutFO3CEh/fP4Mw== From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Sun, 21 Jul 2024 15:50:18 +0200 Message-ID: <20240721135019.1642430-1-michael@niedermayer.cc> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 X-GND-Sasl: michael@niedermayer.cc Subject: [FFmpeg-devel] [PATCH 1/2] web: move 6.0 to olddownloads 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Only ubuntu 23.10 uses 6.0 according to downstreams and that is EOL in a few days also 23.10 users will probably upgrade to 24.04 LTS so shouldnt affect anyone --- src/download | 36 ------------------------------------ src/olddownload | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/src/download b/src/download index b16ffcf..242de79 100644 --- a/src/download +++ b/src/download @@ -377,42 +377,6 @@ libpostproc 57. 3.100 -

FFmpeg 6.0.1 "Von Neumann"

- -

- 6.0.1 was released on 2023-11-10. It is the latest stable FFmpeg release - from the 6.0 release branch, which was cut from master on 2023-02-19. -

-

It includes the following library versions: -

-
-libavutil      58.  2.100
-libavcodec     60.  3.100
-libavformat    60.  3.100
-libavdevice    60.  1.100
-libavfilter     9.  3.100
-libswscale      7.  1.100
-libswresample   4. 10.100
-libpostproc    57.  1.100
- -

FFmpeg 5.1.5 "Riemann"

diff --git a/src/olddownload b/src/olddownload index 187848e..a6b2ff2 100644 --- a/src/olddownload +++ b/src/olddownload @@ -6,6 +6,42 @@ maintaining an old release. +

FFmpeg 6.0.1 "Von Neumann"

+ +

+ 6.0.1 was released on 2023-11-10. It is the latest stable FFmpeg release + from the 6.0 release branch, which was cut from master on 2023-02-19. +

+

It includes the following library versions: +

+
+libavutil      58.  2.100
+libavcodec     60.  3.100
+libavformat    60.  3.100
+libavdevice    60.  1.100
+libavfilter     9.  3.100
+libswscale      7.  1.100
+libswresample   4. 10.100
+libpostproc    57.  1.100
+ +

FFmpeg 5.0.3 "Lorentz"

-- 2.45.2 _______________________________________________ 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".