Changeset 1412 in 3DVCSoftware for branches/HTM-16.2-dev/source/Lib/TLibCommon/SEI.cpp
- Timestamp:
- 12 Apr 2018, 11:12:21 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.2-dev/source/Lib/TLibCommon/SEI.cpp
r1405 r1412 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 6, ITU/ISO/IEC6 * Copyright (c) 2010-2017, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 124 124 case SEI::BUFFERING_PERIOD: return "Buffering period"; 125 125 case SEI::PICTURE_TIMING: return "Picture timing"; 126 case SEI::PAN_SCAN_RECT: return "Pan-scan rectangle"; // not currently decoded127 case SEI::FILLER_PAYLOAD: return "Filler payload"; // not currently decoded128 case SEI::USER_DATA_REGISTERED_ITU_T_T35: return "User data registered"; // not currently decoded126 case SEI::PAN_SCAN_RECT: return "Pan-scan rectangle"; 127 case SEI::FILLER_PAYLOAD: return "Filler payload"; 128 case SEI::USER_DATA_REGISTERED_ITU_T_T35: return "User data registered"; 129 129 case SEI::USER_DATA_UNREGISTERED: return "User data unregistered"; 130 130 case SEI::RECOVERY_POINT: return "Recovery point"; 131 case SEI::SCENE_INFO: return "Scene information"; // not currently decoded132 case SEI:: FULL_FRAME_SNAPSHOT: return "Picture snapshot"; // not currently decoded133 case SEI::PROGRESSIVE_REFINEMENT_SEGMENT_START: return "Progressive refinement segment start"; // not currently decoded134 case SEI::PROGRESSIVE_REFINEMENT_SEGMENT_END: return "Progressive refinement segment end"; // not currently decoded135 case SEI::FILM_GRAIN_CHARACTERISTICS: return "Film grain characteristics"; // not currently decoded136 case SEI::POST_FILTER_HINT: return "Post filter hint"; // not currently decoded131 case SEI::SCENE_INFO: return "Scene information"; 132 case SEI::PICTURE_SNAPSHOT: return "Picture snapshot"; 133 case SEI::PROGRESSIVE_REFINEMENT_SEGMENT_START: return "Progressive refinement segment start"; 134 case SEI::PROGRESSIVE_REFINEMENT_SEGMENT_END: return "Progressive refinement segment end"; 135 case SEI::FILM_GRAIN_CHARACTERISTICS: return "Film grain characteristics"; 136 case SEI::POST_FILTER_HINT: return "Post filter hint"; 137 137 case SEI::TONE_MAPPING_INFO: return "Tone mapping information"; 138 138 case SEI::KNEE_FUNCTION_INFO: return "Knee function information"; 139 139 case SEI::FRAME_PACKING: return "Frame packing arrangement"; 140 140 case SEI::DISPLAY_ORIENTATION: return "Display orientation"; 141 case SEI::GREEN_METADATA: return "Green metadata information"; 141 142 case SEI::SOP_DESCRIPTION: return "Structure of pictures information"; 142 143 case SEI::ACTIVE_PARAMETER_SETS: return "Active parameter sets"; … … 153 154 case SEI::CHROMA_RESAMPLING_FILTER_HINT: return "Chroma sampling filter hint"; 154 155 case SEI::COLOUR_REMAPPING_INFO: return "Colour remapping info"; 155 #if U0033_ALTERNATIVE_TRANSFER_CHARACTERISTICS_SEI 156 case SEI::DEINTERLACE_FIELD_IDENTIFICATION: return "Deinterlace field identification"; 157 case SEI::CONTENT_LIGHT_LEVEL_INFO: return "Content light level info"; 158 case SEI::DEPENDENT_RAP_INDICATION: return "Dependent RAP indication"; 159 case SEI::CODED_REGION_COMPLETION: return "Coded region completion"; 156 160 case SEI::ALTERNATIVE_TRANSFER_CHARACTERISTICS: return "Alternative transfer characteristics"; 157 #endif 161 case SEI::AMBIENT_VIEWING_ENVIRONMENT: return "Ambient viewing environment"; 158 162 159 163 #if NH_MV 160 case SEI::DEINTERLACED_FIELD_IDENTIFICATION: return "Deinterlaced field identification";161 164 case SEI::LAYERS_NOT_PRESENT: return "Layers not present"; 162 165 case SEI::INTER_LAYER_CONSTRAINED_TILE_SETS: return "Inter-layer constrained tile sets";
Note: See TracChangeset for help on using the changeset viewer.