Message ID | 20240320080136.3964527-1-wenbin.chen@intel.com |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel] Changelog: Add libtorch | 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 date Wednesday 2024-03-20 16:01:36 +0800, wenbin.chen-at-intel.com@ffmpeg.org wrote: > From: Wenbin Chen <wenbin.chen@intel.com> > > Signed-off-by: Wenbin Chen <wenbin.chen@intel.com> > --- > Changelog | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Changelog b/Changelog > index e3ca52430c..d0c41887f3 100644 > --- a/Changelog > +++ b/Changelog > @@ -35,6 +35,7 @@ version <next>: > - AEA muxer > - ffmpeg CLI loopback decoders > - Support PacketTypeMetadata of PacketType in enhanced flv format > +- Support libtorch as DNN backend missing context, my take: libtorch backend in dnn filter or: dnn filter libtorch backend usually there is no capitalization and no verb in the items, but a description of the introduced feature
> On date Wednesday 2024-03-20 16:01:36 +0800, wenbin.chen-at- > intel.com@ffmpeg.org wrote: > > From: Wenbin Chen <wenbin.chen@intel.com> > > > > Signed-off-by: Wenbin Chen <wenbin.chen@intel.com> > > --- > > Changelog | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Changelog b/Changelog > > index e3ca52430c..d0c41887f3 100644 > > --- a/Changelog > > +++ b/Changelog > > @@ -35,6 +35,7 @@ version <next>: > > - AEA muxer > > - ffmpeg CLI loopback decoders > > > - Support PacketTypeMetadata of PacketType in enhanced flv format > > > +- Support libtorch as DNN backend > > missing context, my take: > libtorch backend in dnn filter > > or: > dnn filter libtorch backend > > usually there is no capitalization and no verb in the items, but a > description of the introduced feature I update it in the new patch. Thanks Wenbin > _______________________________________________ > 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/Changelog b/Changelog index e3ca52430c..d0c41887f3 100644 --- a/Changelog +++ b/Changelog @@ -35,6 +35,7 @@ version <next>: - AEA muxer - ffmpeg CLI loopback decoders - Support PacketTypeMetadata of PacketType in enhanced flv format +- Support libtorch as DNN backend version 6.1: