Loading .gitignore +0 −8 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ IVAS_cod IVAS_dec IVAS_rend IVAS_crend_unit_test obj/ *.a *.o Loading @@ -17,7 +16,6 @@ build*/**/* IVAS_cod.exe IVAS_dec.exe IVAS_rend.exe IVAS_crend_unit_test.exe *.user .vs/ Debug_*/ Loading @@ -25,12 +23,6 @@ Release_*/ *.obj *.pdb # Unittests scripts/ivas_pytests/tests/unit_tests/crend/IVAS_crend_unit_test scripts/ivas_pytests/tests/unit_tests/crend/IVAS_crend_unit_test.exe scripts/ivas_pytests/tests/unit_tests/crend/Debug_*/ scripts/ivas_pytests/tests/unit_tests/crend/Release_*/ # Standalone TD object renderer scripts/td_object_renderer/object_renderer_standalone/renderer_standalone scripts/td_object_renderer/object_renderer_standalone/renderer_standalone.exe Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -690,7 +690,7 @@ clang-format-check: # --------------------------------------------------------------- # check bitexactness to EVS windows binaries be-2-evs-windows: .be-2-evs-windows: # Temporarily disabled -- Ericsson Windows runner used for HL activities which the reduces capacity for this job. To be resumed after selection extends: - .rules-main-push tags: Loading Workspace_msvc/lib_rend.vcxproj +4 −0 Original line number Diff line number Diff line Loading @@ -202,14 +202,18 @@ <ClCompile Include="..\lib_rend\ivas_sba_rendering.c" /> <ClCompile Include="..\lib_rend\ivas_allrad_dec.c" /> <ClCompile Include="..\lib_rend\ivas_crend.c" /> <ClCompile Include="..\lib_rend\ivas_dirac_ana.c" /> <ClCompile Include="..\lib_rend\ivas_efap.c" /> <ClCompile Include="..\lib_rend\ivas_limiter.c" /> <ClCompile Include="..\lib_rend\ivas_masa_merge.c" /> <ClCompile Include="..\lib_rend\ivas_mcmasa_ana.c" /> <ClCompile Include="..\lib_rend\ivas_objectRenderer.c" /> <ClCompile Include="..\lib_rend\ivas_objectRenderer_hrFilt.c" /> <ClCompile Include="..\lib_rend\ivas_objectRenderer_mix.c" /> <ClCompile Include="..\lib_rend\ivas_objectRenderer_sfx.c" /> <ClCompile Include="..\lib_rend\ivas_objectRenderer_sources.c" /> <ClCompile Include="..\lib_rend\ivas_objectRenderer_vec.c" /> <ClCompile Include="..\lib_rend\ivas_omasa_ana.c" /> <ClCompile Include="..\lib_rend\ivas_orient_trk.c" /> <ClCompile Include="..\lib_rend\ivas_output_init.c" /> <ClCompile Include="..\lib_rend\ivas_render_config.c" /> Loading Workspace_msvc/lib_util.vcxproj +2 −0 Original line number Diff line number Diff line Loading @@ -157,6 +157,7 @@ <ClCompile Include="..\lib_util\masa_file_writer.c" /> <ClCompile Include="..\lib_util\mime_io.c" /> <ClCompile Include="..\lib_util\render_config_reader.c" /> <ClCompile Include="..\lib_util\rotation_file_reader.c" /> <ClCompile Include="..\lib_util\rtpdump.c" /> <ClCompile Include="..\lib_util\tsm_scale_file_reader.c" /> </ItemGroup> Loading @@ -181,6 +182,7 @@ <ClInclude Include="..\lib_util\masa_file_reader.h" /> <ClInclude Include="..\lib_util\masa_file_writer.h" /> <ClInclude Include="..\lib_util\render_config_reader.h" /> <ClInclude Include="..\lib_util\rotation_file_reader.h" /> <ClInclude Include="..\lib_util\rtpdump.h" /> <ClInclude Include="..\lib_util\tinywavein_c.h" /> <ClInclude Include="..\lib_util\tinywaveout_c.h" /> Loading apps/decoder.c +274 −77 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
.gitignore +0 −8 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ IVAS_cod IVAS_dec IVAS_rend IVAS_crend_unit_test obj/ *.a *.o Loading @@ -17,7 +16,6 @@ build*/**/* IVAS_cod.exe IVAS_dec.exe IVAS_rend.exe IVAS_crend_unit_test.exe *.user .vs/ Debug_*/ Loading @@ -25,12 +23,6 @@ Release_*/ *.obj *.pdb # Unittests scripts/ivas_pytests/tests/unit_tests/crend/IVAS_crend_unit_test scripts/ivas_pytests/tests/unit_tests/crend/IVAS_crend_unit_test.exe scripts/ivas_pytests/tests/unit_tests/crend/Debug_*/ scripts/ivas_pytests/tests/unit_tests/crend/Release_*/ # Standalone TD object renderer scripts/td_object_renderer/object_renderer_standalone/renderer_standalone scripts/td_object_renderer/object_renderer_standalone/renderer_standalone.exe Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -690,7 +690,7 @@ clang-format-check: # --------------------------------------------------------------- # check bitexactness to EVS windows binaries be-2-evs-windows: .be-2-evs-windows: # Temporarily disabled -- Ericsson Windows runner used for HL activities which the reduces capacity for this job. To be resumed after selection extends: - .rules-main-push tags: Loading
Workspace_msvc/lib_rend.vcxproj +4 −0 Original line number Diff line number Diff line Loading @@ -202,14 +202,18 @@ <ClCompile Include="..\lib_rend\ivas_sba_rendering.c" /> <ClCompile Include="..\lib_rend\ivas_allrad_dec.c" /> <ClCompile Include="..\lib_rend\ivas_crend.c" /> <ClCompile Include="..\lib_rend\ivas_dirac_ana.c" /> <ClCompile Include="..\lib_rend\ivas_efap.c" /> <ClCompile Include="..\lib_rend\ivas_limiter.c" /> <ClCompile Include="..\lib_rend\ivas_masa_merge.c" /> <ClCompile Include="..\lib_rend\ivas_mcmasa_ana.c" /> <ClCompile Include="..\lib_rend\ivas_objectRenderer.c" /> <ClCompile Include="..\lib_rend\ivas_objectRenderer_hrFilt.c" /> <ClCompile Include="..\lib_rend\ivas_objectRenderer_mix.c" /> <ClCompile Include="..\lib_rend\ivas_objectRenderer_sfx.c" /> <ClCompile Include="..\lib_rend\ivas_objectRenderer_sources.c" /> <ClCompile Include="..\lib_rend\ivas_objectRenderer_vec.c" /> <ClCompile Include="..\lib_rend\ivas_omasa_ana.c" /> <ClCompile Include="..\lib_rend\ivas_orient_trk.c" /> <ClCompile Include="..\lib_rend\ivas_output_init.c" /> <ClCompile Include="..\lib_rend\ivas_render_config.c" /> Loading
Workspace_msvc/lib_util.vcxproj +2 −0 Original line number Diff line number Diff line Loading @@ -157,6 +157,7 @@ <ClCompile Include="..\lib_util\masa_file_writer.c" /> <ClCompile Include="..\lib_util\mime_io.c" /> <ClCompile Include="..\lib_util\render_config_reader.c" /> <ClCompile Include="..\lib_util\rotation_file_reader.c" /> <ClCompile Include="..\lib_util\rtpdump.c" /> <ClCompile Include="..\lib_util\tsm_scale_file_reader.c" /> </ItemGroup> Loading @@ -181,6 +182,7 @@ <ClInclude Include="..\lib_util\masa_file_reader.h" /> <ClInclude Include="..\lib_util\masa_file_writer.h" /> <ClInclude Include="..\lib_util\render_config_reader.h" /> <ClInclude Include="..\lib_util\rotation_file_reader.h" /> <ClInclude Include="..\lib_util\rtpdump.h" /> <ClInclude Include="..\lib_util\tinywavein_c.h" /> <ClInclude Include="..\lib_util\tinywaveout_c.h" /> Loading