Re: [FFmpeg-devel] [PATCH v2] avformat/nut: Store display matrix side data

2020-12-11 Thread Matthias Neugebauer
> Am 06.11.2020 um 22:25 schrieb Michael Niedermayer : > > see: > > https://git.ffmpeg.org/nut.git > svn://svn.mplayerhq.hu/nut > https://lists.ffmpeg.org/mailman/listinfo/nut-devel > > thx I submitted a patch for nut.txt some time ago. Is there still something missing on my part? __

Re: [FFmpeg-devel] [PATCH v2] avformat/nut: Store display matrix side data

2020-12-11 Thread Paul B Mahol
Perhaps Michael failed to see it, if nut stuff is still not merged ping Michael directly. On Fri, Dec 11, 2020 at 9:35 AM Matthias Neugebauer wrote: > > > Am 06.11.2020 um 22:25 schrieb Michael Niedermayer > : > > > > see: > > > > https://git.ffmpeg.org/nut.git > > svn://svn.mplayerhq.hu/nut > >

Re: [FFmpeg-devel] [PATCH v2] avformat/nut: Store display matrix side data

2020-11-06 Thread Michael Niedermayer
On Thu, Nov 05, 2020 at 04:48:31PM +0100, Matthias Neugebauer wrote: > Am 04.11.2020 um 19:24 schrieb Michael Niedermayer : > > > > Is this FFmpeg specific or why is the X- prefix preferred over adding > > this to nut.txt ? > > > > thx > > No, side data such as the display matrix is commonly use

Re: [FFmpeg-devel] [PATCH v2] avformat/nut: Store display matrix side data

2020-11-05 Thread Matthias Neugebauer
Am 04.11.2020 um 19:24 schrieb Michael Niedermayer : > > Is this FFmpeg specific or why is the X- prefix preferred over adding > this to nut.txt ? > > thx No, side data such as the display matrix is commonly used in other formats and outside of FFmpeg. Having it in the NUT spec is probably bette

Re: [FFmpeg-devel] [PATCH v2] avformat/nut: Store display matrix side data

2020-11-04 Thread Michael Niedermayer
On Wed, Nov 04, 2020 at 02:14:08AM +0100, Matthias Neugebauer wrote: > Stream side data such as display matrix is currently lost when using NUT. > > Signed-off-by: Matthias Neugebauer > --- > libavformat/nutdec.c | 9 + > libavformat/nutenc.c | 18 ++ > 2 files changed, 27

Re: [FFmpeg-devel] [PATCH v2] avformat/nut: Store display matrix side data

2020-11-03 Thread Matthias Neugebauer
Stream side data such as display matrix is currently lost when using NUT. Signed-off-by: Matthias Neugebauer --- libavformat/nutdec.c | 9 + libavformat/nutenc.c | 18 ++ 2 files changed, 27 insertions(+) diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c index 53a05