This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from 77ddfcfeb1 Changelog: move an entry wrongly put in the 8.1 section to
next
new 0878ae59f9 avformat/movenc: add support for LCEVC track muxing
new 9f9db1f673 avformat/options: add missing AVOption for
AVStreamGroupLCEVC
new 539fc854e7 fftools/ffmpeg_mux_init: add support for LCEVC Stream Group
muxing
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:
Changelog | 1 +
fftools/ffmpeg_mux_init.c | 6 +-
libavcodec/Makefile | 1 +
libavformat/Makefile | 4 +-
.../half2float.c => libavformat/h2645_parse.c | 2 +-
libavformat/lcevc.c | 278 +++++++++++++++++++++
libavutil/reverse.h => libavformat/lcevc.h | 11 +-
libavfilter/fflcms2.c => libavformat/lcevctab.c | 2 +-
libavformat/movenc.c | 81 +++++-
libavformat/options.c | 2 +
libavformat/version.h | 2 +-
11 files changed, 377 insertions(+), 13 deletions(-)
copy libavcodec/half2float.c => libavformat/h2645_parse.c (95%)
create mode 100644 libavformat/lcevc.c
copy libavutil/reverse.h => libavformat/lcevc.h (79%)
copy libavfilter/fflcms2.c => libavformat/lcevctab.c (95%)
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]