[FFmpeg-devel] [PATCH] avformat/avcodec: Add DTS-UHD demuxer and parser, movenc support.

Michael Niedermayer michael at niedermayer.cc
Sat Apr 15 17:56:40 EEST 2023


On Fri, Apr 14, 2023 at 08:39:41AM -0700, Roy Funderburk wrote:
> Parsing and demuxing of DTS-UHD input files per ETSI TS 102 114 is added
> as demuxer "dtsuhd".  movenc supports DTS-UHD audio track.
> 
> Signed-off-by: Roy Funderburk <Roy.Funderburk at xperi.com>
> ---
>  Changelog                  |   1 +
>  configure                  |   1 +
>  doc/general_contents.texi  |   1 +
>  libavcodec/Makefile        |   1 +
>  libavcodec/codec_desc.c    |   7 +
>  libavcodec/codec_id.h      |   1 +
>  libavcodec/dtsuhd_common.c | 991 +++++++++++++++++++++++++++++++++++++
>  libavcodec/dtsuhd_common.h |  84 ++++
>  libavcodec/dtsuhd_parser.c | 141 ++++++
>  libavcodec/parsers.c       |   1 +
>  libavformat/Makefile       |   1 +
>  libavformat/allformats.c   |   1 +
>  libavformat/dtshddec.c     |   2 +-
>  libavformat/dtsuhddec.c    | 214 ++++++++
>  libavformat/movenc.c       |  32 ++
>  libavformat/version.h      |   2 +-
>  16 files changed, 1479 insertions(+), 2 deletions(-)
>  create mode 100644 libavcodec/dtsuhd_common.c
>  create mode 100644 libavcodec/dtsuhd_common.h
>  create mode 100644 libavcodec/dtsuhd_parser.c
>  create mode 100644 libavformat/dtsuhddec.c
> 
> diff --git a/Changelog b/Changelog
> index a40f32c23f..f683b49bb2 100644
> --- a/Changelog
> +++ b/Changelog
> @@ -3,6 +3,7 @@ releases are sorted from youngest to oldest.
>   version <next>:
>  - libaribcaption decoder
> +- DTS-UHD demuxer
>   version 6.0:
>  - Radiance HDR image support
> diff --git a/configure b/configure

checking file Changelog
patch: **** malformed patch at line 147: diff --git a/configure b/configure



[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No snowflake in an avalanche ever feels responsible. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20230415/18c02e86/attachment.sig>


More information about the ffmpeg-devel mailing list