diff mbox series

[FFmpeg-devel,2/2] web: add a news entry for VVC

Message ID 20240105104936.10817-2-anton@khirnov.net
State New
Headers show
Series [FFmpeg-devel,1/2] web: add a news entry for IAMF | expand

Checks

Context Check Description
yinshiyou/configure_loongarch64 warning Failed to apply patch
andriy/configure_x86 warning Failed to apply patch

Commit Message

Anton Khirnov Jan. 5, 2024, 10:49 a.m. UTC
---
 src/index | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Kieran Kunhya Jan. 5, 2024, 4:27 p.m. UTC | #1
On Fri, 5 Jan 2024 at 10:50, Anton Khirnov <anton@khirnov.net> wrote:

> ---
>  src/index | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/src/index b/src/index
> index a2536ff..98cc516 100644
> --- a/src/index
> +++ b/src/index
> @@ -35,6 +35,14 @@
>      News
>    </h1>
>
> +  <h3 id="vvcdec">January 3rd, 2024, native VVC decoder</h3>
> +  <p>
> +  The <code>libavcodec</code> library now contains a native VVC
> (Versatile Video Coding)
> +  decoder, supporting a large subset of the codec's features. Further
> optimizations and
> +  support for more features are coming soon. The code was written by Nuo
> Mi, Xu Mu,
> +  Frank Plowman, Shaun Loo, and Wu Jianhua.
> +  </p>
> +
>    <h3 id="iamf">December 18th, 2023, IAMF support</h3>
>    <p>
>    The <code>libavformat</code> library can now read and write <a href="
> https://aomediacodec.github.io/iamf/">IAMF</a>
> --
> 2.42.0
>

LGTM
Nuo Mi Jan. 6, 2024, 1:13 a.m. UTC | #2
On Sat, Jan 6, 2024 at 12:27 AM Kieran Kunhya <kierank@obe.tv> wrote:

> On Fri, 5 Jan 2024 at 10:50, Anton Khirnov <anton@khirnov.net> wrote:
>
> > ---
> >  src/index | 8 ++++++++
> >  1 file changed, 8 insertions(+)
> >
> > diff --git a/src/index b/src/index
> > index a2536ff..98cc516 100644
> > --- a/src/index
> > +++ b/src/index
> > @@ -35,6 +35,14 @@
> >      News
> >    </h1>
> >
> > +  <h3 id="vvcdec">January 3rd, 2024, native VVC decoder</h3>
> > +  <p>
> > +  The <code>libavcodec</code> library now contains a native VVC
> > (Versatile Video Coding)
> > +  decoder, supporting a large subset of the codec's features. Further
> > optimizations and
> > +  support for more features are coming soon. The code was written by Nuo
> > Mi, Xu Mu,
> > +  Frank Plowman, Shaun Loo, and Wu Jianhua.
> > +  </p>
> > +
> >    <h3 id="iamf">December 18th, 2023, IAMF support</h3>
> >    <p>
> >    The <code>libavformat</code> library can now read and write <a href="
> > https://aomediacodec.github.io/iamf/">IAMF</a>
> > --
> > 2.42.0
> >
>
> LGTM
>
+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".
>
diff mbox series

Patch

diff --git a/src/index b/src/index
index a2536ff..98cc516 100644
--- a/src/index
+++ b/src/index
@@ -35,6 +35,14 @@ 
     News
   </h1>
 
+  <h3 id="vvcdec">January 3rd, 2024, native VVC decoder</h3>
+  <p>
+  The <code>libavcodec</code> library now contains a native VVC (Versatile Video Coding)
+  decoder, supporting a large subset of the codec's features. Further optimizations and
+  support for more features are coming soon. The code was written by Nuo Mi, Xu Mu,
+  Frank Plowman, Shaun Loo, and Wu Jianhua.
+  </p>
+
   <h3 id="iamf">December 18th, 2023, IAMF support</h3>
   <p>
   The <code>libavformat</code> library can now read and write <a href="https://aomediacodec.github.io/iamf/">IAMF</a>