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

Roy Funderburk royffmpeg at funderburk.us
Wed Jun 14 23:01:27 EEST 2023


Hi,

I updated the libavcodec patch per Paul Mahol's reviews:

dtsuhd_common.c:496 get_bits_long instead of get_bits used for reading 36 bits

dtsuhd_common.c:224 get_bits_var changed to accept arrays in VarBits structure, allowing arrays with all values less than 256 to use uint8_t arrays.

Also removed bitfields from structures.

Regards,
-Roy
-------------- next part --------------
An embedded message was scrubbed...
From: Roy Funderburk <royffmpeg at funderburk.us>
Subject: [PATCH] avcodec: Add DTS-UHD parser.
Date: Sat, 15 Apr 2023 13:04:42 -0700
Size: 46714
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20230614/da1883a1/attachment.eml>
-------------- next part --------------
An embedded message was scrubbed...
From: Roy Funderburk <royffmpeg at funderburk.us>
Subject: [PATCH] avformat: Add DTS-UHD demuxer and movenc support.
Date: Sat, 15 Apr 2023 13:04:42 -0700
Size: 12533
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20230614/da1883a1/attachment-0001.eml>


More information about the ffmpeg-devel mailing list