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

Git pushed a change to branch master
in repository ffmpeg.

    from 80cd067715 avutil/x86util: don't produce empty object files on 
win{32,64}
     new dc8183377c avutil/tests/file: replace trivial test with error-path 
coverage
     new 9bf999c24f avcodec/tests: add encoder-parser API test for H.261
     new e3bcb9ac76 avformat/tests: add FATE tests for yuv4mpegpipe pixel 
formats

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:
 libavutil/tests/file.c            |  41 +++-
 tests/api/Makefile                |   1 +
 tests/api/api-enc-parser-test.c   | 389 ++++++++++++++++++++++++++++++++++++++
 tests/fate/api.mak                |   6 +
 tests/fate/lavf-video.mak         |   5 +
 tests/fate/libavutil.mak          |   5 +
 tests/ref/fate/api-enc-parser     |   5 +
 tests/ref/fate/api-enc-parser-cif |   5 +
 tests/ref/lavf/gray.y4m           |   3 +
 tests/ref/lavf/yuv411p.y4m        |   3 +
 tests/ref/lavf/yuv422p.y4m        |   3 +
 tests/ref/lavf/yuv444p.y4m        |   3 +
 12 files changed, 464 insertions(+), 5 deletions(-)
 create mode 100644 tests/api/api-enc-parser-test.c
 create mode 100644 tests/ref/fate/api-enc-parser
 create mode 100644 tests/ref/fate/api-enc-parser-cif
 create mode 100644 tests/ref/lavf/gray.y4m
 create mode 100644 tests/ref/lavf/yuv411p.y4m
 create mode 100644 tests/ref/lavf/yuv422p.y4m
 create mode 100644 tests/ref/lavf/yuv444p.y4m

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

Reply via email to