h265nal
h265nal copied to clipboard
Library and Tool to parse H265 NAL units
My project failed to compile due to a naming conflict: both the h264nal and h265nal libraries include a file named `rtc_common.h`. This prevents successful compilation when attempting to use both...
Sorry to open an issue for this, but I was wondering if you have considered using work in h264nal and h265nal as the basis for a similar project to parse...
The maximum value for `log2_max_mv_length_horizontal` is given by `kLog2MaxMvLengthHorizontalMax` in `include/h265_vui_parameters_parser.h` and is currently set to 15 which is in line with the current H.265 spec but versions of the...