Loading .gitlab-ci.yml +510 −90 File changed.Preview size limit exceeded, changes collapsed. Show changes .gitlab/issue_templates/float-update-porting.md +0 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,5 @@ <!--- Remember to add issue and MR links to the status page in wiki here https://forge.3gpp.org/rep/sa4/audio/ivas-basop/-/wikis/IVAS-PC-MR-conversion-status --> - Original merge request in float repo: - Branch for float ref update: - Branch for BASOP update: /label ~Type:FloatUpdatePorting ~Status::ToDo .gitlab/merge_request_templates/float-update-porting.md +1 −1 Original line number Diff line number Diff line - Link to issue in BASOP repo: - Link to original issue in float repo: - Link to original MR in float repo: - Requested reviewers: /label Type:FloatUpdatePorting LICENSE.md +1 −1 Original line number Diff line number Diff line /****************************************************************************************************** (C) 2022-2024 IVAS codec Public Collaboration with portions copyright Dolby International AB, Ericsson AB, (C) 2022-2025 IVAS codec Public Collaboration with portions copyright Dolby International AB, Ericsson AB, Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other Loading Makefile +6 −1 Original line number Diff line number Diff line Loading @@ -86,6 +86,11 @@ CFLAGS += -fsanitize=$(usan_checks) CFLAGS += -fsanitize-recover=$(usan_checks) LDFLAGS += -fsanitize=$(usan_checks) LDFLAGS += -fsanitize-recover=$(usan_checks) ifeq "$(IGNORELIST)" "1" CFLAGS += -fsanitize-ignorelist=ubsan_ignorelist.txt LDFLAGS += -fsanitize-ignorelist=ubsan_ignorelist.txt endif endif ifeq "$(RELEASE)" "1" Loading Loading
.gitlab/issue_templates/float-update-porting.md +0 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,5 @@ <!--- Remember to add issue and MR links to the status page in wiki here https://forge.3gpp.org/rep/sa4/audio/ivas-basop/-/wikis/IVAS-PC-MR-conversion-status --> - Original merge request in float repo: - Branch for float ref update: - Branch for BASOP update: /label ~Type:FloatUpdatePorting ~Status::ToDo
.gitlab/merge_request_templates/float-update-porting.md +1 −1 Original line number Diff line number Diff line - Link to issue in BASOP repo: - Link to original issue in float repo: - Link to original MR in float repo: - Requested reviewers: /label Type:FloatUpdatePorting
LICENSE.md +1 −1 Original line number Diff line number Diff line /****************************************************************************************************** (C) 2022-2024 IVAS codec Public Collaboration with portions copyright Dolby International AB, Ericsson AB, (C) 2022-2025 IVAS codec Public Collaboration with portions copyright Dolby International AB, Ericsson AB, Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V., Huawei Technologies Co. LTD., Koninklijke Philips N.V., Nippon Telegraph and Telephone Corporation, Nokia Technologies Oy, Orange, Panasonic Holdings Corporation, Qualcomm Technologies, Inc., VoiceAge Corporation, and other Loading
Makefile +6 −1 Original line number Diff line number Diff line Loading @@ -86,6 +86,11 @@ CFLAGS += -fsanitize=$(usan_checks) CFLAGS += -fsanitize-recover=$(usan_checks) LDFLAGS += -fsanitize=$(usan_checks) LDFLAGS += -fsanitize-recover=$(usan_checks) ifeq "$(IGNORELIST)" "1" CFLAGS += -fsanitize-ignorelist=ubsan_ignorelist.txt LDFLAGS += -fsanitize-ignorelist=ubsan_ignorelist.txt endif endif ifeq "$(RELEASE)" "1" Loading