Re: [FFmpeg-devel] [PATCH] [MXF] - Add "footer_with_hmd" option

2024-02-21 Thread Tomas Härdin
ons 2024-02-21 klockan 08:47 +0100 skrev Cédric Le Barz: > > > -Message d'origine- > De : ffmpeg-devel De la part de > Tomas Härdin > Envoyé : lundi 19 février 2024 11:40 > À : FFmpeg development discussions and patches > > Objet : Re: [F

Re: [FFmpeg-devel] [PATCH] [MXF] - Add "footer_with_hmd" option

2024-02-21 Thread Cédric Le Barz
-Message d'origine- De : ffmpeg-devel De la part de Tomas Härdin Envoyé : lundi 19 février 2024 11:40 À : FFmpeg development discussions and patches Objet : Re: [FFmpeg-devel] [PATCH] [MXF] - Add "footer_with_hmd" option fre 2024-02-09 klockan 11:58 +0100 skrev Cédric

Re: [FFmpeg-devel] [PATCH] [MXF] - Add "footer_with_hmd" option

2024-02-19 Thread Tomas Härdin
fre 2024-02-09 klockan 11:58 +0100 skrev Cédric Le Barz: > Add "footer_with_hmd" option: this option activates the writing of > the > header metadata in the footer partition. Sounds useful for writing MXF to a stream. Could use a test. /Tomas ___ ffmp

[FFmpeg-devel] [PATCH] [MXF] - Add "footer_with_hmd" option

2024-02-09 Thread Cédric Le Barz
Add "footer_with_hmd" option: this option activates the writing of the header metadata in the footer partition. Cédric --- Begin Message --- Signed-off-by: Cedric Le Barz --- ffmpeg/libavformat/mxfenc.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ffmpeg/libavfo

[FFmpeg-devel] [PATCH] [MXF] - Add "footer_with_hmd" option

2024-01-26 Thread Cédric Le Barz
Add "footer_with_hmd" option: this option activates the writing of the header metadata in the footer partition. --- Begin Message --- Signed-off-by: Cedric Le Barz --- ffmpeg/libavformat/mxfenc.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ffmpeg/libavformat/mxfenc