[FFmpeg-devel] [PATCH] libavcodec/libx264: add user data unregistered SEI encoding

Derek Buitenhuis derek.buitenhuis at gmail.com
Mon Oct 18 15:08:46 EEST 2021


On 8/6/2021 10:16 AM, Brad Hards wrote:
> MISB ST 0604 and ST 2101 require user data unregistered SEI messages
> (precision timestamps and sensor identifiers) to be included. That
> currently isn't supported for libx264. This patch adds support
> for user data unregistered SEI messages in accordance with ISO/IEC
> 14496-10:2020(E) section D.1.7 (syntax) and D.2.7 (semantics).
> 
> This code is based on a similar change for libx265 (commit
> 1f58503013720700a5adfd72c708e6275aefc165).
> ---
>  libavcodec/libx264.c | 30 ++++++++++++++++++++++++++++++
>  1 file changed, 30 insertions(+)

LGTM.

Will apply.

- Derek


More information about the ffmpeg-devel mailing list