Re: [FFmpeg-devel] [PATCH 4/4] cbs_h265: Add a lot more SEI parsing support

2018-11-11 Thread James Almer
On 10/27/2018 6:39 PM, Mark Thompson wrote: > Supports both prefix and suffix SEI, decoding all of the common SEI > types and some more obscure ones. Most of this is tested by the > existing tests in fate. It would be neat to make the *_metadata filters not decompose unit types it doesn't care ab

[FFmpeg-devel] [PATCH 4/4] cbs_h265: Add a lot more SEI parsing support

2018-10-27 Thread Mark Thompson
Supports both prefix and suffix SEI, decoding all of the common SEI types and some more obscure ones. Most of this is tested by the existing tests in fate. --- libavcodec/cbs_h2645.c| 20 +- libavcodec/cbs_h265.h | 124 +++ libavcodec/cbs_h265_syntax_template.