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

Git pushed a change to branch master
in repository ffmpeg.

    from a6f573a1db avcodec/x86/h264_deblock: Avoid mmx register in 
deblock_h_luma_8
     new 2a61dbb99f tests/fate/libavutil: add FATE test for pixdesc
     new b799c7772b tests/fate/libavutil: add FATE test for downmix_info
     new 58c47ca583 tests/fate/libavutil: add FATE test for hdr_dynamic_metadata
     new 17c109e8d9 tests/fate/libavutil: add FATE test for side_data

The 4 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                    |   8 +
 libavutil/Makefile                     |   3 +
 libavutil/tests/.gitignore             |   3 +
 libavutil/tests/downmix_info.c         |  89 ++++
 libavutil/tests/hdr_dynamic_metadata.c | 723 +++++++++++++++++++++++++++++++++
 libavutil/tests/pixdesc.c              | 174 +++++++-
 libavutil/tests/side_data.c            | 328 +++++++++++++++
 tests/fate/libavutil.mak               |  16 +
 tests/ref/fate/downmix_info            |   8 +
 tests/ref/fate/hdr_dynamic_metadata    | 146 +++++++
 tests/ref/fate/pixdesc                 | 283 +++++++++++++
 tests/ref/fate/side_data               |  60 +++
 12 files changed, 1830 insertions(+), 11 deletions(-)
 create mode 100644 libavutil/tests/downmix_info.c
 create mode 100644 libavutil/tests/hdr_dynamic_metadata.c
 create mode 100644 libavutil/tests/side_data.c
 create mode 100644 tests/ref/fate/downmix_info
 create mode 100644 tests/ref/fate/hdr_dynamic_metadata
 create mode 100644 tests/ref/fate/pixdesc
 create mode 100644 tests/ref/fate/side_data

-- 
To stop receiving notification emails like this one, please contact
[email protected].
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to