[FFmpeg-devel] [PATCH v2 0/3] Enhancement NAL type debug

Jun Zhao mypopydev at gmail.com
Mon May 14 12:45:06 EEST 2018


v2: - cover all h264/hevc NAL unit type
    - use table replace switch when map NAL type to string/name

Jun Zhao (3):
  lavc/h2645_parse: log more HEVC NAL type.
  lavc/h2645_parse: rename the nal_unit_name to hevc_nal_unit_name.
  lavc/h2645_parse: add h264_nal_unit_name for h264 NAL type.

 libavcodec/h264.h        |  23 +++++++-
 libavcodec/h2645_parse.c | 147 ++++++++++++++++++++++++++++++++++++-----------
 libavcodec/hevc.h        |  26 ++++++++-
 3 files changed, 162 insertions(+), 34 deletions(-)

-- 
2.7.4



More information about the ffmpeg-devel mailing list