diff mbox series

[FFmpeg-devel,4/4] Changelog: Add LC3/LC3plus decoding/encoding support

Message ID 20240327222145.601148-4-asoulier@google.com
State New
Headers show
Series [FFmpeg-devel,1/4] configure: Add option for enabling LC3/LC3plus wrapper | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Antoine Soulier March 27, 2024, 10:21 p.m. UTC
Signed-off-by: Antoine Soulier <asoulier@google.com>
---
 Changelog | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Sabatini March 28, 2024, 5:56 p.m. UTC | #1
On date Wednesday 2024-03-27 22:21:45 +0000, ffmpeg-devel Mailing List wrote:
> Signed-off-by: Antoine Soulier <asoulier@google.com>
> ---
>  Changelog | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Changelog b/Changelog
> index 934241a965..2282f8ca76 100644
> --- a/Changelog
> +++ b/Changelog
> @@ -37,6 +37,7 @@ version <next>:
>  - Support PacketTypeMetadata of PacketType in enhanced flv format
>  - ffplay with hwaccel decoding support (depends on vulkan renderer via libplacebo)
>  - dnn filter libtorch backend
> +- LC3/LC3plus decoding/encoding using external library liblc3

You might merge this with the codec patch (also since 7.0 was cut this
will be in the next release)
diff mbox series

Patch

diff --git a/Changelog b/Changelog
index 934241a965..2282f8ca76 100644
--- a/Changelog
+++ b/Changelog
@@ -37,6 +37,7 @@  version <next>:
 - Support PacketTypeMetadata of PacketType in enhanced flv format
 - ffplay with hwaccel decoding support (depends on vulkan renderer via libplacebo)
 - dnn filter libtorch backend
+- LC3/LC3plus decoding/encoding using external library liblc3
 
 
 version 6.1: