Message ID | 20220519150101.30333-1-michael@niedermayer.cc |
---|---|
State | Accepted |
Commit | 7bfbd24e71ff523afa1d7e6512cbc70b5d542dc6 |
Headers | show |
Series | [FFmpeg-devel] Changelog: Add line for IPFS | expand |
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 |
On Thu, May 19, 2022 at 5:01 PM Michael Niedermayer <michael@niedermayer.cc> wrote: > Noticed-and-suggested-by: Mark Gaiser <markg85@gmail.com> > Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> > --- > Changelog | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Changelog b/Changelog > index 4d42a0f681..869f05de34 100644 > --- a/Changelog > +++ b/Changelog > @@ -2,6 +2,7 @@ Entries are sorted chronologically from oldest to youngest > within each release, > releases are sorted from youngest to oldest. > > version 5.1: > +- add ipfs/ipns protocol support > - dialogue enhance audio filter > - dropped obsolete XvMC hwaccel > - pcm-bluray encoder > -- > 2.17.1 > Ah, so a diff for this too, oke. +1 from me Thanx! Mark > > _______________________________________________ > 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". >
On Mon, May 23, 2022 at 10:23:45PM +0200, Mark Gaiser wrote: > On Thu, May 19, 2022 at 5:01 PM Michael Niedermayer <michael@niedermayer.cc> > wrote: > > > Noticed-and-suggested-by: Mark Gaiser <markg85@gmail.com> > > Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> > > --- > > Changelog | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Changelog b/Changelog > > index 4d42a0f681..869f05de34 100644 > > --- a/Changelog > > +++ b/Changelog > > @@ -2,6 +2,7 @@ Entries are sorted chronologically from oldest to youngest > > within each release, > > releases are sorted from youngest to oldest. > > > > version 5.1: > > +- add ipfs/ipns protocol support > > - dialogue enhance audio filter > > - dropped obsolete XvMC hwaccel > > - pcm-bluray encoder > > -- > > 2.17.1 > > > > Ah, so a diff for this too, oke. > +1 from me will apply thx [...]
diff --git a/Changelog b/Changelog index 4d42a0f681..869f05de34 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,7 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. version 5.1: +- add ipfs/ipns protocol support - dialogue enhance audio filter - dropped obsolete XvMC hwaccel - pcm-bluray encoder
Noticed-and-suggested-by: Mark Gaiser <markg85@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> --- Changelog | 1 + 1 file changed, 1 insertion(+)