Re: [FFmpeg-devel] [PATCH 25/26] lavc/h264: Add common code for level handling

2018-05-01 Thread Mark Thompson
On 27/04/18 06:42, Xiang, Haihao wrote: > Just for curious, will you have the common code for H.265 level handling too? I've written some matching the H.264 code, but it's not yet complete because I haven't come up with a clean way to deal with all of the different subprofiles. For example, deco

Re: [FFmpeg-devel] [PATCH 25/26] lavc/h264: Add common code for level handling

2018-04-26 Thread Xiang, Haihao
Just for curious, will you have the common code for H.265 level handling too? > Including a unit test. > --- > libavcodec/Makefile| 3 +- > libavcodec/h264_levels.c | 130 + > libavcodec/h264_levels.h | 53 > libavcodec/tests/.g

[FFmpeg-devel] [PATCH 25/26] lavc/h264: Add common code for level handling

2018-04-22 Thread Mark Thompson
Including a unit test. --- libavcodec/Makefile| 3 +- libavcodec/h264_levels.c | 130 + libavcodec/h264_levels.h | 53 libavcodec/tests/.gitignore| 1 + libavcodec/tests/h264_levels.c | 183 ++