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 1686647482 for ; Mon, 8 Jan 2024 21:13:41 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8247A68CD3F; Mon, 8 Jan 2024 23:13:38 +0200 (EET) Received: from mail-oi1-f225.google.com (mail-oi1-f225.google.com [209.85.167.225]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3425768C426 for ; Mon, 8 Jan 2024 23:13:32 +0200 (EET) Received: by mail-oi1-f225.google.com with SMTP id 5614622812f47-3bbd1fab03cso2217746b6e.1 for ; Mon, 08 Jan 2024 13:13:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxyid.net; s=google; t=1704748410; x=1705353210; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=SuWGnPenjOHBb6LgZMt0lMcXvjyiqz/xDoXYYeJUGOI=; b=b8+p8ScYa55VpisggmjFWBJeLmzN8yqgjOSu4FbDa22+ql65djYYZyZxDHDoAhrtMj 4WlYy5gRFCBSg2R2JCI7TKQ2WEermgTEieJ/Sh3TQoSpv4/E+adWy1FirxEP4BQkU9u1 KZpjVIz7pb2jqDwO2rk1PHwko8ptrJrpnMe1ZsREDbZM+ZOmaQHfwUamOmuRXr2CIRiD w1517aVlYs22bGRkYhcPlhdGBBuWgZvPGvf3dtbDQPgOMBDczZNMommnjj1T6zowARYd /PgtPMbKd8mu8RzZ0NryVJ/x1u3Wep8lAmyzJ38GEkd1JZSNyb1VvzIPWJCILjjJ/z0B gpkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704748410; x=1705353210; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=SuWGnPenjOHBb6LgZMt0lMcXvjyiqz/xDoXYYeJUGOI=; b=u6YFQ7IfD0yTXkg1i6W9U0pji+bep8h3usgFIGhcHZ1JwEyULrYchEm2XcJnFP5/Fb M/iwJ6uhqpAZlSjsbdyuYdUTo/d42dUN1A6YWOfzOk4GyGC7fE0dT7d15hKgzQoNixYV htmIH7Om6QYIeKEUaiAgJ8weU4M4IKLvit8PA0s8Z4NUr1n1lcn63Rbm2wZiAmrREtCh piJ+X+N1oMN29t1cd8qLo8ts090wiBig7YR4hJ6m2ohGhJ28XOUi/JYxGnmuF2IfKnFp lUhK3KeS8hewthlGPYQXhfUbPzw6kHhLoGnp5TRnqTxhER4jvqzHuv7YXh1eznuKvGnU 2cMQ== X-Gm-Message-State: AOJu0YxISlfcADxOkJcAxcLJr94TcAJbCquvu+QJAtFZrVolyN2tCUvN 2N3hRa7QF7Z67Y2+O0be9PS8bIXM+L/im/OpuXZgHC54TCPmT+k/a6xb99iAHzgAjA== X-Google-Smtp-Source: AGHT+IG4+UJ8srtcChCa++IDe14lPNMfpnaaKInJ4fzFpdfJ4SkyZKs7OOBiZJ4243kvnS4qJp8ZQGVW+BwD X-Received: by 2002:a05:6808:1b1f:b0:3bd:3a7d:a234 with SMTP id bx31-20020a0568081b1f00b003bd3a7da234mr257355oib.117.1704748410525; Mon, 08 Jan 2024 13:13:30 -0800 (PST) Received: from wsx-cc1-001.. (c-76-141-0-17.hsd1.il.comcast.net. [76.141.0.17]) by smtp-relay.gmail.com with ESMTPS id e2-20020ad45362000000b006808a094993sm36035qvv.75.2024.01.08.13.13.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Jan 2024 13:13:30 -0800 (PST) X-Relaying-Domain: proxyid.net From: Marth64 To: ffmpeg-devel@ffmpeg.org Date: Mon, 8 Jan 2024 15:13:18 -0600 Message-Id: <20240108211317.1821287-1-marth64@proxyid.net> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] web/index: fix invalid line-break (BR) tags 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 Cc: Marth64 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: Signed-off-by: Marth64 --- src/index | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/index b/src/index index 98cc516..a949270 100644 --- a/src/index +++ b/src/index @@ -113,11 +113,11 @@

Internally, we have had a number of changes too. The FFT, MDCT, DCT and DST implementation used for codecs - and filters has been fully replaced with the faster libavutil/tx (full article about it coming soon).
- This also led to a reduction in the the size of the compiled binary, which can be noticeable in small builds.
+ and filters has been fully replaced with the faster libavutil/tx (full article about it coming soon).
+ This also led to a reduction in the the size of the compiled binary, which can be noticeable in small builds.
There was a very large reduction in the total amount of allocations being done on each frame throughout video decoders, - reducing overhead.
- RISC-V optimizations for many parts of our DSP code have been merged, with mainly the large decoders being left.
+ reducing overhead.
+ RISC-V optimizations for many parts of our DSP code have been merged, with mainly the large decoders being left.
There was an effort to improve the correctness of timestamps and frame durations of each packet, increasing the accurracy of variable frame rate video.

@@ -1471,15 +1471,15 @@ Following our previous post regarding our participation on this year's OPW (Outreach Program for Women), we are now reaching out to our users (both individuals and companies) to help us gather the needed money to - secure our spot in the program.
+ secure our spot in the program.
We need to put together 6K USD as a minimum but securing more funds would - help us towards getting more than one intern.
+ help us towards getting more than one intern.
You can donate by credit card using Click&Pledge and selecting the "OPW" option. If you would like to donate by money transfer or by check, please get in touch by e-mail and we will get back to you - with instructions.
Thanks! + with instructions.
Thanks!

July 20, 2014, New website

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