* [FFmpeg-devel] [PATCH] Changelog: fix typos for 7.0 section
@ 2024-04-04 15:08 Marth64
2024-04-04 15:42 ` James Almer
2024-04-04 15:44 ` Stefano Sabatini
0 siblings, 2 replies; 4+ messages in thread
From: Marth64 @ 2024-04-04 15:08 UTC (permalink / raw)
To: ffmpeg-devel; +Cc: Marth64
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
- 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:
--
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".
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [FFmpeg-devel] [PATCH] Changelog: fix typos for 7.0 section
2024-04-04 15:08 [FFmpeg-devel] [PATCH] Changelog: fix typos for 7.0 section Marth64
@ 2024-04-04 15:42 ` James Almer
2024-04-04 15:44 ` Stefano Sabatini
1 sibling, 0 replies; 4+ messages in thread
From: James Almer @ 2024-04-04 15:42 UTC (permalink / raw)
To: ffmpeg-devel
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.
_______________________________________________
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".
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [FFmpeg-devel] [PATCH] Changelog: fix typos for 7.0 section
2024-04-04 15:08 [FFmpeg-devel] [PATCH] Changelog: fix typos for 7.0 section Marth64
2024-04-04 15:42 ` James Almer
@ 2024-04-04 15:44 ` Stefano Sabatini
2024-04-04 15:44 ` Marth64
1 sibling, 1 reply; 4+ messages in thread
From: Stefano Sabatini @ 2024-04-04 15:44 UTC (permalink / raw)
To: FFmpeg development discussions and patches; +Cc: Marth64
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.
_______________________________________________
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".
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-04-04 15:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-04 15:08 [FFmpeg-devel] [PATCH] Changelog: fix typos for 7.0 section Marth64
2024-04-04 15:42 ` James Almer
2024-04-04 15:44 ` Stefano Sabatini
2024-04-04 15:44 ` Marth64
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git