Commit 0c4b3c87 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

Merge branch 'main' of forge.3gpp.org:ivas-codec-pc/ivas-codec into hrtf_binary

parents 6d70cb66 30322ca2
Loading
Loading
Loading
Loading
+12 −7
Original line number Diff line number Diff line
@@ -3,16 +3,15 @@
# Compiler output Unix
IVAS_cod
IVAS_dec
IVAS_rend
IVAS_crend_unit_test
obj/
*.a
*.o
*.P

# default CMake
build/**/*
build*/**/*
build/
build*/

# Compiler output VS2017
IVAS_cod.exe
@@ -46,20 +45,26 @@ scripts/ivas_pytests/tests/unit_tests/crend/Release_*/
scripts/td_object_renderer/object_renderer_standalone/renderer_standalone
scripts/td_object_renderer/object_renderer_standalone/renderer_standalone.exe

# Prerenderer
scripts/prerenderer/IVAS_prerenderer
scripts/prerenderer/IVAS_prerenderer.exe

# General/scripts
.DS_Store
.vscode
.cache
*.log
*.bak
scripts/c-code_instrument/
scripts/ifdef_instrument.list
scripts/ref/
scripts/test/
scripts/out/
scripts/self_test_summary.txt
tests/renderer/cut
tests/renderer/ref
tests/dut
tests/ref
scripts/testv/*_cut*.pcm
# default reference binary name
IVAS_cod_ref
IVAS_dec_ref

# Python files that pop up when running scripts
__pycache__/
+823 −126

File changed.

Preview size limit exceeded, changes collapsed.

+19 −0
Original line number Diff line number Diff line
### Basic info

- Commit SHA: 
- Platform: 

### Bug description


### Ways to reproduce

(Clear steps or refer to a failing automated test, e.g. with a pipeline link)



<!--- Below are labels that will be added but are not shown in description. This is a template to help fill them.
      Add further information to the first row and remove and add labels as necessary.  -->

/label ~Priority:: ~Company: ~Subpart:
/label ~Type:Bug ~Status::ToDo
+7 −0
Original line number Diff line number Diff line
(Generic issue template)

<!--- Below are labels that will be added but are not shown in description. This is a template to help fill them.
      Add further information to the first row and remove and add labels as necessary.  -->

/label ~Priority:: ~Company: ~Subpart: ~Type:
/label ~Status::ToDo
+12 −0
Original line number Diff line number Diff line
<!--- Basic information that is useful -->
- Related issues:
- Requested reviewers: 

### Description


<!--- Labels that are added. Fill as necessary. -->
/label ~Priority:: ~Company: ~Subpart: ~Type: ~Status::

<!--- Alternatively to labels, you can use "/copy_metadata #number" to get labels from an issue -->
Loading