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 AE9CD471FA for ; Sun, 29 Oct 2023 01:07:19 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2C00968CAF5; Sun, 29 Oct 2023 03:07:17 +0200 (EET) Received: from mail-qv1-f53.google.com (mail-qv1-f53.google.com [209.85.219.53]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 597B668CA4B for ; Sun, 29 Oct 2023 03:07:11 +0200 (EET) Received: by mail-qv1-f53.google.com with SMTP id 6a1803df08f44-6711ed1a64cso4508746d6.2 for ; Sat, 28 Oct 2023 18:07:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1698541629; x=1699146429; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=qnnIRQeZbkq/qOcWV+zCH8ARx2fgjTeZdQ328RTHXpg=; b=QnyrijPwleHGmUwRVenceuTPsAdfpy+Ct876MrrIQ7WoQiB4HgCkurtRCx/voYnH7p z8PwKrlUfVmMnoDZVIOh7VhY0R9aKL5s2Qh0Pyh1zHlrLmSdpc6YovduFPe+oAX9kepk dx2og3fSopS8mSfERrRCwqN6fxlS06GaIeUIV3IsDRNdidmaBIWZK+IJ2jZEiboFY4zg vJPDBBUz72zAQggYnb7M04GnbDAmjhBIuBpEekRmOXJQgL+30oWM5b95JIblntPKlTNn 3WdCPZz0WxUXQyo6Fni09zFO2jUXX2LNwwaM7lLUJ8/sg9iYuk2B7VAMuCYxFlD49Fdl WC8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698541629; x=1699146429; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=qnnIRQeZbkq/qOcWV+zCH8ARx2fgjTeZdQ328RTHXpg=; b=VywZDiLNotPfntlqEUEGdn3MbG+03ZABYcgPs+bWMFPQP9Wjlqtl6NAoIAdCsagpWX ahUe6t+RqK9ovExhSoExLIKLrthiQ2fiPYyWalY8xSxMKMjrsXLWd82Nx/EqSoENs6a9 9h/YEwqBb1905+jsjPM3GqE6Z6K3t5M80rEL49uB91EJgae1DWCosAPgF5faCPRi/L/d 5jnkmoXpn/Lr060CMR1CaL2nAoxH/gRXYr5iWYyrpRxYlIZq87wSDkI1FHAu1kfLRUl9 BuyRnKxPHfi4PjqJYY/lwX7fLR6ivZkSv22zSjBd4mJxaEfIVwBRw32RllRT/DLXcdS0 GRfw== X-Gm-Message-State: AOJu0YzX+3gWQ/6OFxFOc+wmQ7hNguQ5uBxL9P7YsJ3CUOXxWZ/1l3WP NHeCd+qOPvUkNFfRlsUlFezNLakFS7Y= X-Google-Smtp-Source: AGHT+IExCG9N2phINhdryUUqp6lXRH2ShxZBf4lkcDKSi8xAkX93YdTJwXLuoStAMBYY0so+A2GWhw== X-Received: by 2002:a0c:aa15:0:b0:66d:ba99:ba1e with SMTP id d21-20020a0caa15000000b0066dba99ba1emr7340979qvb.52.1698541629218; Sat, 28 Oct 2023 18:07:09 -0700 (PDT) Received: from localhost.localdomain (host197.190-225-105.telecom.net.ar. [190.225.105.197]) by smtp.gmail.com with ESMTPSA id l6-20020a0cd6c6000000b006577e289d37sm2084105qvi.2.2023.10.28.18.07.08 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 28 Oct 2023 18:07:08 -0700 (PDT) From: James Almer To: ffmpeg-devel@ffmpeg.org Date: Sat, 28 Oct 2023 22:06:41 -0300 Message-ID: <20231029010641.7297-1-jamrial@gmail.com> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] web: move 4.1 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: our downstream list shows no maintained users of that release https://trac.ffmpeg.org/wiki/Downstreams Signed-off-by: James Almer --- src/download | 37 ------------------------------------- src/olddownload | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/src/download b/src/download index 32f8338..d1f437c 100644 --- a/src/download +++ b/src/download @@ -484,43 +484,6 @@ libpostproc 55. 5.100 -

FFmpeg 4.1.11 "al-Khwarizmi"

- -

- 4.1.11 was released on 2023-06-07. It is the latest stable FFmpeg release - from the 4.1 release branch, which was cut from master on 2018-11-02. -

-

It includes the following library versions: -

-
-libavutil      56. 22.100
-libavcodec     58. 35.100
-libavformat    58. 20.100
-libavdevice    58.  5.100
-libavfilter     7. 40.101
-libswscale      5.  3.100
-libswresample   3.  3.100
-libpostproc    55.  3.100
- - -

FFmpeg 3.4.13 "Cantor"

diff --git a/src/olddownload b/src/olddownload index 187848e..6d270ec 100644 --- a/src/olddownload +++ b/src/olddownload @@ -42,6 +42,43 @@ libpostproc 56. 3.100 +

FFmpeg 4.1.11 "al-Khwarizmi"

+ +

+ 4.1.11 was released on 2023-06-07. It is the latest stable FFmpeg release + from the 4.1 release branch, which was cut from master on 2018-11-02. +

+

It includes the following library versions: +

+
+libavutil      56. 22.100
+libavcodec     58. 35.100
+libavformat    58. 20.100
+libavdevice    58.  5.100
+libavfilter     7. 40.101
+libswscale      5.  3.100
+libswresample   3.  3.100
+libpostproc    55.  3.100
+ + +

FFmpeg 4.0.6 "Wu"

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