[FFmpeg-devel] [PATCH] mxf : allow using codecs RAWVIDEO and V210 (with more rgb format and correct stored width/height)

2021-08-09 Thread Michael Krebs
* Let older tags on the same place as originally * Add new fate tests for rawvideo and v210 and update checksum for mxf tests * Add more rgb format (to allow r210 raw format) * Correct stored width and height when rawvideo or v210 encoder are used --- libavformat/mxf.c | 19

[FFmpeg-devel] [PATCH] mxf : allow using codecs RAWVIDEO and V210 (commit squashed)

2021-08-06 Thread Michael Krebs
* Let older tags on the same place as originally * Add new fate tests for rawvideo and v210 and update checksum for mxf tests --- libavformat/mxf.c | 17 +++ libavformat/mxf.h | 1 + libavformat/mxfenc.c| 184 ++

Re: [FFmpeg-devel] [PATCH] mxf : allow using codecs RAWVIDEO and V210

2021-08-04 Thread Andreas Rheinhardt
Tomas Härdin: >> -static int64_t mxf_write_cdci_common(AVFormatContext *s, AVStream *st, >> const UID key) >> +static int64_t mxf_write_generic_desc(AVFormatContext *s, AVStream *st, >> const UID key) >> { >> MXFStreamContext *sc = st->priv_data; >> AVIOContext *pb = s->pb; >> @@ -1115

Re: [FFmpeg-devel] [PATCH] mxf : allow using codecs RAWVIDEO and V210

2021-08-04 Thread Tomas Härdin
> -static int64_t mxf_write_cdci_common(AVFormatContext *s, AVStream *st, const > UID key) > +static int64_t mxf_write_generic_desc(AVFormatContext *s, AVStream *st, > const UID key) > { > MXFStreamContext *sc = st->priv_data; > AVIOContext *pb = s->pb; > @@ -1115,7 +1133,7 @@ static i

[FFmpeg-devel] [PATCH] mxf : allow using codecs RAWVIDEO and V210

2021-08-04 Thread Michael Krebs
--- libavformat/mxf.c| 17 libavformat/mxf.h| 1 + libavformat/mxfenc.c | 181 +-- 3 files changed, 156 insertions(+), 43 deletions(-) diff --git a/libavformat/mxf.c b/libavformat/mxf.c index 36d662b58c..677d69e3ab 100644 --- a/libavformat/m