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

Git pushed a change to branch master
in repository ffmpeg.

    from 4efbbd1543 forgejo/inject-pr-samples: properly flush and close 
injected sample before hashing
     new a289647297 avcodec/h264dec: add data partitioning fields to 
H264SliceContext
     new f017d0eefb avcodec/h264_slice: parse slice_id from partition A
     new 0e00e1b3d8 avcodec/h264: decode slice data partitions B and C
     new 3e59635d1e avcodec/h264_parser: recognise partition A as a picture 
start
     new 74f1a4a160 avcodec: add FF_BUG_H264_DP_NNZ
     new e13b837091 avcodec/h264: derive nC for partitioned constrained-intra 
slices
     new 5212830ee8 Changelog,doc: note H.264 data partitioning support
     new 3b5b6298fb fate/h264: add slice data partitioning tests

The 8 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:
 Changelog                                        |  1 +
 doc/APIchanges                                   |  3 +
 doc/codecs.texi                                  |  3 +
 doc/general_contents.texi                        |  3 +-
 libavcodec/avcodec.h                             |  1 +
 libavcodec/h264_cavlc.c                          | 32 +++++++-
 libavcodec/h264_mvpred.h                         | 28 +++++--
 libavcodec/h264_parser.c                         |  2 +
 libavcodec/h264_slice.c                          | 99 ++++++++++++++++++++++--
 libavcodec/h264dec.c                             | 57 +++++++++++++-
 libavcodec/h264dec.h                             | 21 ++++-
 libavcodec/options_table.h                       |  1 +
 libavcodec/version.h                             |  4 +-
 tests/fate/h264.mak                              | 12 +++
 tests/ref/fate/h264-data-partitioning            | 15 ++++
 tests/ref/fate/h264-data-partitioning-ab         | 15 ++++
 tests/ref/fate/h264-data-partitioning-cip        | 15 ++++
 tests/ref/fate/h264-data-partitioning-cip-strict | 15 ++++
 18 files changed, 305 insertions(+), 22 deletions(-)
 create mode 100644 tests/ref/fate/h264-data-partitioning
 create mode 100644 tests/ref/fate/h264-data-partitioning-ab
 create mode 100644 tests/ref/fate/h264-data-partitioning-cip
 create mode 100644 tests/ref/fate/h264-data-partitioning-cip-strict

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