> 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?
__
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
> >
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
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
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
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