This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from 2f9d3ce5a2 avcodec/h261dec: Don't pretend decoding a skipped
macroblock can fail
new c23d56b173 avcodec/codec_desc: add a codec prop to signal enhancement
layers
new 8add479cd3 avcodec/parser: set avctx->pix_fmt for codecs with the
enhancement prop set
new c6057f4d96 fftools/ffmpeg_mux_init: don't autoselect video codecs
known to lack decoders
new 58052b484e avcodec/codec_desc: make LCEVC a video media type
new 0cd4bb2f96 avcodec: add an LCEVC parser
new b9cb948ec1 avformat/mpegts: add support for LCEVC streams
new ebf70aa854 avformat/demux: update Stream Groups in
avformat_find_stream_info() from parsed values
The 7 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 | 2 +
doc/APIchanges | 3 +
fftools/ffmpeg_mux_init.c | 4 +-
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 4 +
libavcodec/codec_desc.c | 3 +-
libavcodec/codec_desc.h | 8 ++
libavcodec/lcevc_parser.c | 290 ++++++++++++++++++++++++++++++++++++++++++++++
libavcodec/parser.c | 6 +
libavcodec/parsers.c | 1 +
libavcodec/version.h | 2 +-
libavformat/avformat.h | 5 +-
libavformat/demux.c | 19 +++
libavformat/mov.c | 4 -
libavformat/mpegts.c | 92 ++++++++++++++-
libavformat/mpegts.h | 5 +-
libavformat/version.h | 4 +-
libavformat/wtvdec.c | 2 +-
18 files changed, 437 insertions(+), 18 deletions(-)
create mode 100644 libavcodec/lcevc_parser.c
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]