This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from 03931e8865 libavfilter/vf_amf_common: free the frame allocated by
av_frame_alloc on error
new 2d9c8a9382 tests/fate/libavutil: add FATE test for buffer
new 215799e369 tests/fate/libavutil: add FATE test for
hdr_dynamic_vivid_metadata
new 9b47495dee tests/fate/libavutil: add FATE test for tdrdi
new fa3d20072b tests/fate/libavutil: add FATE test for timestamp
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 | 4 +
libavutil/tests/buffer.c | 251 +++++++++++++++++++++++++++
libavutil/tests/hdr_dynamic_vivid_metadata.c | 100 +++++++++++
libavutil/tests/tdrdi.c | 92 ++++++++++
libavutil/tests/timestamp.c | 75 ++++++++
tests/fate/libavutil.mak | 16 ++
tests/ref/fate/buffer | 57 ++++++
tests/ref/fate/hdr_dynamic_vivid_metadata | 14 ++
tests/ref/fate/tdrdi | 14 ++
tests/ref/fate/timestamp | 23 +++
11 files changed, 654 insertions(+)
create mode 100644 libavutil/tests/buffer.c
create mode 100644 libavutil/tests/hdr_dynamic_vivid_metadata.c
create mode 100644 libavutil/tests/tdrdi.c
create mode 100644 libavutil/tests/timestamp.c
create mode 100644 tests/ref/fate/buffer
create mode 100644 tests/ref/fate/hdr_dynamic_vivid_metadata
create mode 100644 tests/ref/fate/tdrdi
create mode 100644 tests/ref/fate/timestamp
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]