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

2021-08-11 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 (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 ++

[FFmpeg-devel] [PATCH] mxf : correct previous commit

2021-08-05 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/mxfenc.c| 37 +++-- tests/fate/lavf-container.mak | 7 + tests/ref/fate/copy-trac4914| 2

[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