This is an automated email from the git hooks/post-receive script.

Git pushed a change to branch master
in repository ffmpeg.

    from 11d5f475be avformat/rtpdec_asf: reject ASF objects smaller than their 
header
     new 324617b26f tests/fate/libavutil: add FATE test for dovi_meta
     new 7ea44ca6a6 tests/fate/libavutil: add FATE test for 
mastering_display_metadata
     new 784ab15589 tests/fate/libavutil: add FATE test for video_hint

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .forgejo/CODEOWNERS                          |   6 +
 libavutil/Makefile                           |   3 +
 libavutil/tests/.gitignore                   |   3 +
 libavutil/tests/dovi_meta.c                  | 138 +++++++++++++++++++++++
 libavutil/tests/mastering_display_metadata.c | 160 +++++++++++++++++++++++++++
 libavutil/tests/video_hint.c                 | 128 +++++++++++++++++++++
 tests/fate/libavutil.mak                     |  12 ++
 tests/ref/fate/dovi_meta                     |  22 ++++
 tests/ref/fate/mastering_display_metadata    |  31 ++++++
 tests/ref/fate/video_hint                    |  21 ++++
 10 files changed, 524 insertions(+)
 create mode 100644 libavutil/tests/dovi_meta.c
 create mode 100644 libavutil/tests/mastering_display_metadata.c
 create mode 100644 libavutil/tests/video_hint.c
 create mode 100644 tests/ref/fate/dovi_meta
 create mode 100644 tests/ref/fate/mastering_display_metadata
 create mode 100644 tests/ref/fate/video_hint

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to