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

Git pushed a change to branch master
in repository ffmpeg.

    from b5c7c7d273 avcodec/cbs_h266_syntax_template: tighten 
sh_num_tiles_in_slice_minus1 upper bound
     new 910d796430 libavformat/id3v2: wire FF_FDEBUG_ID3V2 frame debugging
     new 85cc813412 libavformat/tests/id3v2: add test program for raw ID3v2 
frame debugging
     new 0f2e693956 tests/fate/id3v2.mak: add new tests for comm, lyrics, txx 
and wma comments.

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:
 libavformat/Makefile                         |  3 +-
 libavformat/avformat.h                       |  1 +
 libavformat/id3v2.c                          | 18 +++++++
 libavformat/tests/.gitignore                 |  1 +
 libavformat/tests/id3v2.c                    | 75 ++++++++++++++++++++++++++++
 tests/fate/id3v2.mak                         | 75 +++++++++++++++++++++++++++-
 tests/ref/fate/id3v2-comm                    |  4 ++
 tests/ref/fate/id3v2-comm-dashed-descriptor  |  2 +
 tests/ref/fate/id3v2-comm-descriptor         |  2 +
 tests/ref/fate/id3v2-comm-descriptor-no-lang |  2 +
 tests/ref/fate/id3v2-comm-invalid-lang       |  2 +
 tests/ref/fate/id3v2-comm-lang-as-descriptor |  2 +
 tests/ref/fate/id3v2-comm-long-descriptor    |  2 +
 tests/ref/fate/id3v2-comm-multi-invalid-lang |  2 +
 tests/ref/fate/id3v2-comm-raw-key            |  2 +
 tests/ref/fate/id3v2-comm-raw-key-suffix     |  2 +
 tests/ref/fate/id3v2-comm-sort               |  2 +
 tests/ref/fate/id3v2-lyrics                  |  4 ++
 tests/ref/fate/id3v2-txxx                    |  2 +
 tests/ref/fate/id3v2-wma-comm                | 24 +++++++++
 20 files changed, 224 insertions(+), 3 deletions(-)
 create mode 100644 libavformat/tests/id3v2.c
 create mode 100644 tests/ref/fate/id3v2-comm
 create mode 100644 tests/ref/fate/id3v2-comm-dashed-descriptor
 create mode 100644 tests/ref/fate/id3v2-comm-descriptor
 create mode 100644 tests/ref/fate/id3v2-comm-descriptor-no-lang
 create mode 100644 tests/ref/fate/id3v2-comm-invalid-lang
 create mode 100644 tests/ref/fate/id3v2-comm-lang-as-descriptor
 create mode 100644 tests/ref/fate/id3v2-comm-long-descriptor
 create mode 100644 tests/ref/fate/id3v2-comm-multi-invalid-lang
 create mode 100644 tests/ref/fate/id3v2-comm-raw-key
 create mode 100644 tests/ref/fate/id3v2-comm-raw-key-suffix
 create mode 100644 tests/ref/fate/id3v2-comm-sort
 create mode 100644 tests/ref/fate/id3v2-lyrics
 create mode 100644 tests/ref/fate/id3v2-txxx
 create mode 100644 tests/ref/fate/id3v2-wma-comm

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

Reply via email to