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 C7B7A4815A for ; Wed, 10 Jan 2024 17:29:55 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 973BC68CE4C; Wed, 10 Jan 2024 19:29:52 +0200 (EET) Received: from mail-pg1-f226.google.com (mail-pg1-f226.google.com [209.85.215.226]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 291EF68CA86 for ; Wed, 10 Jan 2024 19:29:45 +0200 (EET) Received: by mail-pg1-f226.google.com with SMTP id 41be03b00d2f7-5c66b093b86so3666723a12.0 for ; Wed, 10 Jan 2024 09:29:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxyid.net; s=google; t=1704907784; x=1705512584; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=zU49lhTau6HLciweMgonmX8pYvn7BEicvfiXxn45w4w=; b=JtPiXvsWJ4CpBcco1HdnWr650p+/fqR6ladXBzIOAMcWXNKeGeNTz28oZm3ojgMqF+ sOgtqHbyu+aVD1RKM/cuasmPoYRzCeytaqJKyB7HTaR4uDGGelgZfWMpLup5GJOXHgxN rfPipOuR70/CxWCOq6fJMOjVQ4wzTUi9dOtZig6C68sda+MHrq2UMoTocisgN1EQ3mnb hkpI4vJYD08GcekJO1mp5bHyMW2ydqC9/6JslBblpUhPtK/s63oB0Noimc9y0PlBN2YJ icfvA4i0ZVi06AHhJZLY9JzFRe9bg/c1CARFP54HxNJZiXlgAhGsMHRzQYUz+ybnJwZA z1lA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704907784; x=1705512584; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=zU49lhTau6HLciweMgonmX8pYvn7BEicvfiXxn45w4w=; b=WbL3Me5zCorO1Tho1NLTm9U/fIY6h6VZxJWlXbPbG8XTnwYj6em1/Msi6iW2wU8pSH 2uw1ggBgTwBP5L2UwboLjsO+WC0BMNQWdmc3IMrFakqVbgsS02zho2eQGYCA6oXLQeEG jQgVh6BdAVbjo3UyZxlCRDdNQv9GV9HYWMjtAFyo+7v5H7BQbz4+se218AF8DianZ/WX Gsz03xymXDV/kieMez/xDUTypCok4MQdNsip323wM3P3eYTTZ6ToqSxEr7aWrF5WPfHG KfPmzOk00Y7rDS80XmUXSrtFyywwvJ2gEtB168KK9eG1rpm/esBOFohV9sqXKN7JHAbj I+gg== X-Gm-Message-State: AOJu0YwpohCjeZ51ELk3LqtXvW0A2IM6F6FD6WMfX/5t/GvtfqDdWz9y hSuug7emHGvPQnmwAEmupFe8IwIeifnKmf8xsfLcKVYKwS32blhuWFAZZjCp91DzRg== X-Google-Smtp-Source: AGHT+IHfO9wVtoNPxH3634shJR/qnWYJKbuFFLjqbWJCWhkXb8dBMdXY1hDUhyWAz2rj4pWoayWAjRjhHItr X-Received: by 2002:a17:90a:7101:b0:28c:afd9:5805 with SMTP id h1-20020a17090a710100b0028cafd95805mr601656pjk.27.1704907783857; Wed, 10 Jan 2024 09:29:43 -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 jb19-20020a170903259300b001d403969a8dsm163826plb.106.2024.01.10.09.29.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Jan 2024 09:29:43 -0800 (PST) X-Relaying-Domain: proxyid.net From: Marth64 To: ffmpeg-devel@ffmpeg.org Date: Wed, 10 Jan 2024 11:29:21 -0600 Message-Id: <20240110172920.1894399-1-marth64@proxyid.net> X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v2] web/index: fix invalid line breaks (BR) 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: Uses preferred convention for ffmpeg Signed-off-by: Marth64 --- src/index | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index b/src/index index 98cc516..edf8100 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.

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