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 |
Context | Check | Description |
---|---|---|
yinshiyou/configure_loongarch64 | warning | Failed to apply patch |
andriy/configure_x86 | warning | Failed to apply patch |
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
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 --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>