diff mbox series

[FFmpeg-devel] Changelog: fix typos for 7.0 section

Message ID 20240404150820.2208644-1-marth64@proxyid.net
State New
Headers show
Series [FFmpeg-devel] Changelog: fix typos for 7.0 section | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Marth64 April 4, 2024, 3:08 p.m. UTC
If it's not too late, I thought these fixes would make
the section look nicer for this big release.

---
 Changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

James Almer April 4, 2024, 3:42 p.m. UTC | #1
On 4/4/2024 12:08 PM, Marth64 wrote:
> If it's not too late, I thought these fixes would make
> the section look nicer for this big release.
> 
> ---
>   Changelog | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Changelog b/Changelog
> index a65c8ceee5..7ed638514b 100644
> --- a/Changelog
> +++ b/Changelog
> @@ -40,17 +40,17 @@ version 7.0:
>   - ffmpeg CLI loopback decoders
>   - Support PacketTypeMetadata of PacketType in enhanced flv format
>   - ffplay with hwaccel decoding support (depends on vulkan renderer via libplacebo)
> -- dnn filter libtorch backend
> +- dnn filter now has libtorch backend

This one is unnecessary

>   - Android content URIs protocol
>   - AOMedia Film Grain Synthesis 1 (AFGS1)
> -- RISC-V optimizations for AAC, FLAC, JPEG-2000,LPC, RV4.0, SVQ, VC1, VP8 and more
> +- RISC-V optimizations for AAC, FLAC, JPEG-2000, LPC, RV4.0, SVQ, VC1, VP8, and more
>   - Loongarch optimizations for HEVC decoding
>   - Important AArch64 optimizations for HEVC
>   - IAMF support inside MP4/ISOBMFF
>   - Support for HEIF/AVIF still images and tiled still images
>   - Dolby Vision profile 10 support in AV1
>   - Support for Ambient Viewing Environment metadata in MP4/ISOBMFF
> -- HDR10 metadata passthrough when encoding with libx264, libx265 and libsvtav1
> +- HDR10 metadata passthrough when encoding with libx264, libx265, and libsvtav1

But these two are ok. Will apply them. Thanks.
Stefano Sabatini April 4, 2024, 3:44 p.m. UTC | #2
On date Thursday 2024-04-04 10:08:21 -0500, Marth64 wrote:
> If it's not too late, I thought these fixes would make
> the section look nicer for this big release.
> 
> ---
>  Changelog | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Changelog b/Changelog
> index a65c8ceee5..7ed638514b 100644
> --- a/Changelog
> +++ b/Changelog
> @@ -40,17 +40,17 @@ version 7.0:
>  - ffmpeg CLI loopback decoders
>  - Support PacketTypeMetadata of PacketType in enhanced flv format
>  - ffplay with hwaccel decoding support (depends on vulkan renderer via libplacebo)

> -- dnn filter libtorch backend
> +- dnn filter now has libtorch backend

nit+: I believe this is not needed, if no verb is specified the item
implicitly represents what was added in nominal form, no need to use a
verb or a time adverb in this case.

>  - Android content URIs protocol
>  - AOMedia Film Grain Synthesis 1 (AFGS1)
> -- RISC-V optimizations for AAC, FLAC, JPEG-2000,LPC, RV4.0, SVQ, VC1, VP8 and more
> +- RISC-V optimizations for AAC, FLAC, JPEG-2000, LPC, RV4.0, SVQ, VC1, VP8, and more
>  - Loongarch optimizations for HEVC decoding
>  - Important AArch64 optimizations for HEVC
>  - IAMF support inside MP4/ISOBMFF
>  - Support for HEIF/AVIF still images and tiled still images
>  - Dolby Vision profile 10 support in AV1
>  - Support for Ambient Viewing Environment metadata in MP4/ISOBMFF
> -- HDR10 metadata passthrough when encoding with libx264, libx265 and libsvtav1
> +- HDR10 metadata passthrough when encoding with libx264, libx265, and libsvtav1

LGTM otherwise.
Marth64 April 4, 2024, 3:44 p.m. UTC | #3
Works for me. Looks great now. Thank you!
diff mbox series

Patch

diff --git a/Changelog b/Changelog
index a65c8ceee5..7ed638514b 100644
--- a/Changelog
+++ b/Changelog
@@ -40,17 +40,17 @@  version 7.0:
 - ffmpeg CLI loopback decoders
 - Support PacketTypeMetadata of PacketType in enhanced flv format
 - ffplay with hwaccel decoding support (depends on vulkan renderer via libplacebo)
-- dnn filter libtorch backend
+- dnn filter now has libtorch backend
 - Android content URIs protocol
 - AOMedia Film Grain Synthesis 1 (AFGS1)
-- RISC-V optimizations for AAC, FLAC, JPEG-2000,LPC, RV4.0, SVQ, VC1, VP8 and more
+- RISC-V optimizations for AAC, FLAC, JPEG-2000, LPC, RV4.0, SVQ, VC1, VP8, and more
 - Loongarch optimizations for HEVC decoding
 - Important AArch64 optimizations for HEVC
 - IAMF support inside MP4/ISOBMFF
 - Support for HEIF/AVIF still images and tiled still images
 - Dolby Vision profile 10 support in AV1
 - Support for Ambient Viewing Environment metadata in MP4/ISOBMFF
-- HDR10 metadata passthrough when encoding with libx264, libx265 and libsvtav1
+- HDR10 metadata passthrough when encoding with libx264, libx265, and libsvtav1
 
 
 version 6.1: