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

Git pushed a change to branch master
in repository ffmpeg.

    from 5fac8addc5 avutil/log: use atomics to load and store logging level, 
flags and callback pointer
     new 4243e6c870 avcodec/codec_id: add JPEG-XS
     new 52c097065c avcodec: add a JPEG-XS parser
     new 08db850159 avcodec: add JPEG-XS decoder and encoder using libsvtjpegxs
     new 3b1214a897 avformat: add a raw JPEG-XS muxer and demuxer
     new 536475ea05 avformat/mpegts: add support for JPEG-XS streams
     new b8ee68cffe doc/APIchanges: add an entry for JPEG-XS codec id

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:
 Changelog                          |   3 +
 configure                          |   5 +
 doc/APIchanges                     |   3 +
 libavcodec/Makefile                |   3 +
 libavcodec/allcodecs.c             |   2 +
 libavcodec/codec_desc.c            |   9 ++
 libavcodec/codec_id.h              |   1 +
 libavcodec/{ffv1enc.h => jpegxs.h} |  35 ++---
 libavcodec/jpegxs_parser.c         | 207 ++++++++++++++++++++++++++
 libavcodec/libsvtjpegxsdec.c       | 292 ++++++++++++++++++++++++++++++++++++
 libavcodec/libsvtjpegxsenc.c       | 298 +++++++++++++++++++++++++++++++++++++
 libavcodec/parsers.c               |   1 +
 libavcodec/version.h               |   4 +-
 libavformat/allformats.c           |   1 +
 libavformat/img2.c                 |   1 +
 libavformat/img2dec.c              |  10 ++
 libavformat/img2enc.c              |   2 +-
 libavformat/mpegts.c               | 107 ++++++++++++-
 libavformat/mpegts.h               |   7 +-
 libavformat/mpegtsenc.c            |   2 +-
 libavformat/version.h              |   2 +-
 21 files changed, 968 insertions(+), 27 deletions(-)
 copy libavcodec/{ffv1enc.h => jpegxs.h} (50%)
 create mode 100644 libavcodec/jpegxs_parser.c
 create mode 100644 libavcodec/libsvtjpegxsdec.c
 create mode 100644 libavcodec/libsvtjpegxsenc.c

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

Reply via email to