This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from c60ac8f256 avfilter/dnn: implement batching for Torch backend
new 9dcb14d982 tests/fate/id3v2.mak: add test for XXX lang in COMM and
USLT frames, fix comment for -sort test.
new 9998dc7cc0 fftools/ffmpeg_mux_init.c: Add comment-* version of the
filtered iTunes id3v2 tags that are actually encoded as comments.
new eb107d8772 libavformat/id3v2.c: Factor out support for reading lyrics
and comment tags.
new b0c702aec2 libavformat/id3v2: deprecate legacy COMM descriptor-as-key
behavior
new b79eae1af4 libavformat/id3v2enc.c: add write support for COMM/USLT
descriptor+lang keys
The 5 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 | 6 +
fftools/ffmpeg_mux_init.c | 3 +
libavformat/Makefile | 19 +-
libavformat/avformat.h | 19 ++
libavformat/id3v2.c | 143 ++++++------
libavformat/id3v2enc.c | 285 +++++++++++++++++------
libavformat/version.h | 2 +-
libavformat/version_major.h | 2 +
tests/fate/id3v2.mak | 32 ++-
tests/ref/fate/generic-tags-remux-mp3 | 2 +-
tests/ref/fate/id3v2-comm | 4 +-
tests/ref/fate/id3v2-comm-dashed-descriptor | 4 +-
tests/ref/fate/id3v2-comm-descriptor | 4 +-
tests/ref/fate/id3v2-comm-descriptor-no-lang | 6 +-
tests/ref/fate/id3v2-comm-foo-lang-as-descriptor | 4 +
tests/ref/fate/id3v2-comm-invalid-lang | 4 +-
tests/ref/fate/id3v2-comm-lang-as-descriptor | 6 +-
tests/ref/fate/id3v2-comm-long-descriptor | 4 +-
tests/ref/fate/id3v2-comm-multi-invalid-lang | 4 +-
tests/ref/fate/id3v2-comm-raw-key | 4 +-
tests/ref/fate/id3v2-comm-sort | 4 +-
tests/ref/fate/id3v2-comm-sort- | 4 +
tests/ref/fate/id3v2-comm-sort-eng | 4 +
tests/ref/fate/id3v2-lang-und | 4 +
tests/ref/fate/id3v2-lang-xxx | 4 +
tests/ref/fate/id3v2-lang-xxx-remux | 4 +
tests/ref/fate/id3v2-lyrics | 4 +-
tests/ref/fate/id3v2-reenc-remux-keep | 7 +-
tests/ref/fate/id3v2-wma-comm | 7 +-
tests/ref/fate/id3v2-wma-comm-asf_o | 7 +-
30 files changed, 427 insertions(+), 179 deletions(-)
create mode 100644 tests/ref/fate/id3v2-comm-foo-lang-as-descriptor
create mode 100644 tests/ref/fate/id3v2-comm-sort-
create mode 100644 tests/ref/fate/id3v2-comm-sort-eng
create mode 100644 tests/ref/fate/id3v2-lang-und
create mode 100644 tests/ref/fate/id3v2-lang-xxx
create mode 100644 tests/ref/fate/id3v2-lang-xxx-remux
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]