Changeset 951 in SHVCSoftware for branches/SHM-dev/cfg


Ignore:
Timestamp:
3 Jan 2015, 01:49:56 (10 years ago)
Author:
qualcomm
Message:

Some fixes for implementation of support for profile tier and level for each layer in an output layer set.
Additionally, add conformance checking such that enhancement layers of an output layer set support the same profile.

submitted by Hendry (fhendry@…)

Location:
branches/SHM-dev/cfg
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/cfg/encoder_intra_main.cfg

    r941 r951  
    77NumProfileTierLevel           : 3
    88#Profile for the whole bitstream
    9 Profile0                      : main       
     9Profile0                      : scalable-main       
    1010#Profile for the base layer --- this will be ignored when BL is not HEVC
    1111Profile1                      : main
    1212#Profile for the enhancement layer
    13 Profile2                      : main
     13Profile2                      : scalable-main
    1414
    1515#======== Unit definition ================
  • branches/SHM-dev/cfg/encoder_intra_main10.cfg

    r941 r951  
    77NumProfileTierLevel           : 3
    88#Profile for the whole bitstream
    9 Profile0                      : main10       
     9Profile0                      : scalable-main10       
    1010#Profile for the base layer --- this will be ignored when BL is not HEVC
    1111Profile1                      : main10
    1212#Profile for the enhancement layer
    13 Profile2                      : main10
     13Profile2                      : scalable-main10
    1414
    1515#======== Unit definition ================
  • branches/SHM-dev/cfg/encoder_lowdelay_main.cfg

    r941 r951  
    77NumProfileTierLevel           : 3
    88#Profile for the whole bitstream
    9 Profile0                      : main       
     9Profile0                      : scalable-main       
    1010#Profile for the base layer --- this will be ignored when BL is not HEVC
    1111Profile1                      : main
    1212#Profile for the enhancement layer
    13 Profile2                      : main
     13Profile2                      : scalable-main
    1414
    1515#======== Unit definition ================
  • branches/SHM-dev/cfg/encoder_lowdelay_main10.cfg

    r941 r951  
    77NumProfileTierLevel           : 3
    88#Profile for the whole bitstream
    9 Profile0                      : main10
     9Profile0                      : scalable-main10
    1010#Profile for the base layer --- this will be ignored when BL is not HEVC
    1111Profile1                      : main10
    1212#Profile for the enhancement layer
    13 Profile2                      : main10
     13Profile2                      : scalable-main10
    1414
    1515#======== Unit definition ================
  • branches/SHM-dev/cfg/encoder_randomaccess_main.cfg

    r941 r951  
    77NumProfileTierLevel           : 3
    88#Profile for the whole bitstream
    9 Profile0                      : main       
     9Profile0                      : scalable-main       
    1010#Profile for the base layer --- this will be ignored when BL is not HEVC
    1111Profile1                      : main
    1212#Profile for the enhancement layer
    13 Profile2                      : main
     13Profile2                      : scalable-main
    1414
    1515#======== Unit definition ================
  • branches/SHM-dev/cfg/encoder_randomaccess_main10.cfg

    r941 r951  
    77NumProfileTierLevel           : 3
    88#Profile for the whole bitstream
    9 Profile0                      : main10       
     9Profile0                      : scalable-main10       
    1010#Profile for the base layer --- this will be ignored when BL is not HEVC
    1111Profile1                      : main10
    1212#Profile for the enhancement layer
    13 Profile2                      : main10
     13Profile2                      : scalable-main10
    1414
    1515#======== Unit definition ================
Note: See TracChangeset for help on using the changeset viewer.