Re: [FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2022-01-01 Thread Pierre-Anthony Lemieux
On Sat, Jan 1, 2022 at 11:32 AM Marton Balint wrote: > > > > On Wed, 22 Dec 2021, Pierre-Anthony Lemieux wrote: > > > On Wed, Dec 22, 2021 at 4:38 AM Tomas Härdin wrote: > >> > >> tis 2021-12-21 klockan 21:24 +0100 skrev Marton Balint: > >> > > >> > > >> > It is not matter of performance, we

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2022-01-01 Thread Marton Balint
On Wed, 22 Dec 2021, Pierre-Anthony Lemieux wrote: On Wed, Dec 22, 2021 at 4:38 AM Tomas Härdin wrote: tis 2021-12-21 klockan 21:24 +0100 skrev Marton Balint: > > > It is not matter of performance, we should not introduce a hack such > as > reordering PCM channels in a demuxer if there is

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2021-12-22 Thread Pierre-Anthony Lemieux
On Wed, Dec 22, 2021 at 4:38 AM Tomas Härdin wrote: > > tis 2021-12-21 klockan 21:24 +0100 skrev Marton Balint: > > > > > > On Tue, 21 Dec 2021, Tomas Härdin wrote: > > > > > tis 2021-12-21 klockan 11:44 +0100 skrev Marc-Antoine ARNAUD: > > > > Le ven. 17 déc. 2021 à 19:12, Marton Balint a > > >

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2021-12-22 Thread Tomas Härdin
tis 2021-12-21 klockan 21:24 +0100 skrev Marton Balint: > > > On Tue, 21 Dec 2021, Tomas Härdin wrote: > > > tis 2021-12-21 klockan 11:44 +0100 skrev Marc-Antoine ARNAUD: > > > Le ven. 17 déc. 2021 à 19:12, Marton Balint a > > > écrit : > > > > > > > > > > > > > > > On Fri, 17 Dec 2021,

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2021-12-21 Thread Marton Balint
On Tue, 21 Dec 2021, Tomas Härdin wrote: tis 2021-12-21 klockan 11:44 +0100 skrev Marc-Antoine ARNAUD: Le ven. 17 déc. 2021 à 19:12, Marton Balint a écrit : > > > On Fri, 17 Dec 2021, Marc-Antoine ARNAUD wrote: > > > Hi all, > > > > Can I have an update on this patch submission ? > >

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2021-12-21 Thread Tomas Härdin
tis 2021-12-21 klockan 11:44 +0100 skrev Marc-Antoine ARNAUD: > Le ven. 17 déc. 2021 à 19:12, Marton Balint a écrit : > > > > > > > On Fri, 17 Dec 2021, Marc-Antoine ARNAUD wrote: > > > > > Hi all, > > > > > > Can I have an update on this patch submission ? > > > Is something required to be

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2021-12-21 Thread Marc-Antoine ARNAUD
Le ven. 17 déc. 2021 à 19:12, Marton Balint a écrit : > > > On Fri, 17 Dec 2021, Marc-Antoine ARNAUD wrote: > > > Hi all, > > > > Can I have an update on this patch submission ? > > Is something required to be done before it can be merged ? > > New channel layout API is on its way, which makes

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2021-12-17 Thread Marton Balint
On Fri, 17 Dec 2021, Marc-Antoine ARNAUD wrote: Hi all, Can I have an update on this patch submission ? Is something required to be done before it can be merged ? New channel layout API is on its way, which makes in-demuxer channel reordering uneeded. Therefore the reordering option

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2021-12-17 Thread Marc-Antoine ARNAUD
Hi all, Can I have an update on this patch submission ? Is something required to be done before it can be merged ? Thanks you, Marc-Antoine Le ven. 3 déc. 2021 à 10:57, Marc-Antoine Arnaud a écrit : > > --- > doc/demuxers.texi | 10 ++ > libavformat/mxf.h | 3 + >

[FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2021-12-03 Thread Marc-Antoine Arnaud
--- doc/demuxers.texi | 10 ++ libavformat/mxf.h | 3 + libavformat/mxfdec.c | 335 +- libavformat/version.h | 2 +- 4 files changed, 343 insertions(+), 7 deletions(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2021-11-28 Thread Pierre-Anthony Lemieux
On Sun, Nov 28, 2021 at 4:56 PM Marton Balint wrote: > > > > On Thu, 25 Nov 2021, Marc-Antoine Arnaud wrote: > > > --- > > doc/demuxers.texi | 10 ++ > > libavformat/mxf.h | 1 + > > libavformat/mxfdec.c | 293 +- > > libavformat/version.h | 2 +-

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2021-11-28 Thread Marton Balint
On Thu, 25 Nov 2021, Marc-Antoine Arnaud wrote: --- doc/demuxers.texi | 10 ++ libavformat/mxf.h | 1 + libavformat/mxfdec.c | 293 +- libavformat/version.h | 2 +- 4 files changed, 299 insertions(+), 7 deletions(-) I went through this, and

[FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2021-11-25 Thread Marc-Antoine Arnaud
--- doc/demuxers.texi | 10 ++ libavformat/mxf.h | 1 + libavformat/mxfdec.c | 293 +- libavformat/version.h | 2 +- 4 files changed, 299 insertions(+), 7 deletions(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index

[FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2021-11-23 Thread Marc-Antoine Arnaud
--- doc/demuxers.texi | 10 ++ libavformat/mxf.h | 1 + libavformat/mxfdec.c | 293 +- libavformat/version.h | 2 +- 4 files changed, 299 insertions(+), 7 deletions(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2021-11-13 Thread Marton Balint
On Wed, 10 Nov 2021, Marc-Antoine Arnaud wrote: --- doc/demuxers.texi | 10 ++ libavformat/mxf.h | 1 + libavformat/mxfdec.c | 284 +- libavformat/version.h | 2 +- 4 files changed, 290 insertions(+), 7 deletions(-) [...] @@ -2688,6

[FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information

2021-11-10 Thread Marc-Antoine Arnaud
--- doc/demuxers.texi | 10 ++ libavformat/mxf.h | 1 + libavformat/mxfdec.c | 284 +- libavformat/version.h | 2 +- 4 files changed, 290 insertions(+), 7 deletions(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index