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

Git pushed a change to branch master
in repository ffmpeg.

    from dfd11985e8 Add silence ut
     new b64d0c6db6 tests/fate: Add tests for generic metadata tags
     new ac4fc01d6f libavformat: Add generic `disc_subtitle` tag
     new 0abe230566 libavformat: Add generic `disc_subtitle` tag mapping for asf
     new 752abe97ab libavformat: Add generic `disc_subtitle` tag mapping for 
ID3v2
     new 504c135f8c libavformat: Add generic `disc_subtitle` tag mapping for 
MOV/MP4
     new 8d817a1150 libavformat: Add generic `disc_subtitle` tag mapping for 
Vorbis

The 6 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/asf.c                               |  3 ++
 libavformat/avformat.h                          |  1 +
 libavformat/id3v2.c                             |  1 +
 libavformat/mov.c                               |  6 +++
 libavformat/movenc.c                            | 40 ++++++++++++++
 libavformat/vorbiscomment.c                     | 10 ++--
 tests/Makefile                                  |  1 +
 tests/fate-run.sh                               | 12 +++++
 tests/fate/generic-tags.mak                     | 31 +++++++++++
 tests/generic-tags.ffmeta                       | 22 ++++++++
 tests/ref/fate/generic-tags-remux-asf           | 49 +++++++++++++++++
 tests/ref/fate/generic-tags-remux-mov           | 70 +++++++++++++++++++++++++
 tests/ref/fate/generic-tags-remux-mp3           | 34 ++++++++++++
 tests/ref/fate/generic-tags-remux-riff          | 19 +++++++
 tests/ref/fate/generic-tags-remux-vorbiscomment | 27 ++++++++++
 15 files changed, 322 insertions(+), 4 deletions(-)
 create mode 100644 tests/fate/generic-tags.mak
 create mode 100644 tests/generic-tags.ffmeta
 create mode 100644 tests/ref/fate/generic-tags-remux-asf
 create mode 100644 tests/ref/fate/generic-tags-remux-mov
 create mode 100644 tests/ref/fate/generic-tags-remux-mp3
 create mode 100644 tests/ref/fate/generic-tags-remux-riff
 create mode 100644 tests/ref/fate/generic-tags-remux-vorbiscomment

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

Reply via email to