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

Git pushed a change to branch master
in repository ffmpeg.

    from 72e5fc4b80 ffbuild/version.sh: rename VERSION file to FF_VERSION
     new 359bd3b8af avcodec: add AVCodecContext.skip_pred
     new 51903077f7 avcodec/h264dec: decode only metadata when prediction and 
IDCT are discarded
     new e721377b23 fate/h264: test metadata-only decoding

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:
 doc/APIchanges                       |   3 +
 doc/codecs.texi                      |  10 +-
 libavcodec/avcodec.h                 |  10 ++
 libavcodec/h264_slice.c              |  11 +-
 libavcodec/h264dec.c                 |   5 +-
 libavcodec/h264dec.h                 |  11 ++
 libavcodec/options_table.h           |   1 +
 libavcodec/pthread_frame.c           |   1 +
 libavcodec/version.h                 |   2 +-
 tests/fate/h264.mak                  |   9 ++
 tests/ref/fate/h264-skip-pred        | 231 +++++++++++++++++++++++++++++++++++
 tests/ref/fate/h264-skip-pred-fields | 119 ++++++++++++++++++
 tests/ref/fate/h264-skip-pred-pts    |  25 ++++
 13 files changed, 432 insertions(+), 6 deletions(-)
 create mode 100644 tests/ref/fate/h264-skip-pred
 create mode 100644 tests/ref/fate/h264-skip-pred-fields
 create mode 100644 tests/ref/fate/h264-skip-pred-pts

-- 
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