This patch series adds fate tests for probing MXF D10 (top field first) and DV25 (bottom field first) file properties. Patch #2 is taken from https://ffmpeg.org/pipermail/ffmpeg-devel/2016-October/200607.html and has been augmented with the missing XSD update.
The fate samples can be downloaded at the following URLs wrapped into a ZIP file and should be put into folder "$FATE_SAMPLES/mxf". Avid-00005.mxf: http://mxf.irt.de/files/download.php?action=getFile&repository=manufacturers&id=85 Sony-00001.mxf: http://mxf.irt.de/files/download.php?action=getFile&repository=manufacturers&id=134 Rodger Combs (1): ffprobe: report field order for video streams Tobias Rapp (2): avformat/mxfdec: Detect field_order based on video_line_map fate: Add MXF D10/DV25 probe tests doc/ffprobe.xsd | 1 + ffprobe.c | 13 ++++ libavformat/mxfdec.c | 75 +++++++++++++++++----- tests/fate/mxf.mak | 19 +++++- tests/ref/fate/concat-demuxer-extended-lavf-mxf | 2 +- .../ref/fate/concat-demuxer-extended-lavf-mxf_d10 | 2 +- tests/ref/fate/concat-demuxer-simple1-lavf-mxf | 2 +- tests/ref/fate/concat-demuxer-simple1-lavf-mxf_d10 | 2 +- tests/ref/fate/concat-demuxer-simple2-lavf-ts | 2 +- tests/ref/fate/ffprobe_compact | 4 +- tests/ref/fate/ffprobe_csv | 4 +- tests/ref/fate/ffprobe_default | 2 + tests/ref/fate/ffprobe_flat | 2 + tests/ref/fate/ffprobe_ini | 2 + tests/ref/fate/mxf-probe-d10 | 3 + tests/ref/fate/mxf-probe-dv25 | 4 ++ 16 files changed, 114 insertions(+), 25 deletions(-) create mode 100644 tests/ref/fate/mxf-probe-d10 create mode 100644 tests/ref/fate/mxf-probe-dv25 -- 1.9.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel