File tree
9 files changed
+15
-10
lines changed- ext
- script
- src/main/python
9 files changed
+15
-10
lines changed+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
- .github/FUNDING.yml+13
- .github/workflows/ccp-workflow.yml+49-25
- .github/workflows/codeql.yml+82
- .gitignore+1
- .travis.yml-7
- CMakeLists.txt+71-34
- Dockerfile+5-1
- LICENSE+27
- _config.yml+1
- license.md-13
- license.txt-13
- src/apps/apps.xcodeproj/project.pbxproj-549
- src/apps/apps.xcodeproj/project.xcworkspace/contents.xcworkspacedata-7
- src/apps/apps.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist-8
- src/apps/apps.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings-8
- src/apps/apps.xcodeproj/project.xcworkspace/xcuserdata/aous.xcuserdatad/IDEFindNavigatorScopes.plist-5
- src/apps/apps.xcodeproj/project.xcworkspace/xcuserdata/aous.xcuserdatad/UserInterfaceState.xcuserstate
- src/apps/apps.xcodeproj/project.xcworkspace/xcuserdata/aous.xcuserdatad/WorkspaceSettings.xcsettings-18
- src/apps/apps.xcodeproj/project.xcworkspace/xcuserdata/aous.xcuserdatad/xcdebugger/Expressions.xcexplist-23
- src/apps/apps.xcodeproj/xcshareddata/xcschemes/Build All.xcscheme-80
- src/apps/apps.xcodeproj/xcshareddata/xcschemes/ojph_compress.xcscheme-322
- src/apps/apps.xcodeproj/xcshareddata/xcschemes/ojph_expand.xcscheme-106
- src/apps/apps.xcodeproj/xcuserdata/aous.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist-72
- src/apps/apps.xcodeproj/xcuserdata/aous.xcuserdatad/xcschemes/xcschememanagement.plist-47
- src/apps/common/ojph_img_io.h+228-37
- src/apps/ojph_compress/ojph_compress.cpp+209-15
- src/apps/ojph_expand/ojph_expand.cpp+44-9
- src/apps/others/ojph_img_io.cpp+599-13
- src/apps/others/ojph_img_io_avx2.cpp+61-35
- src/apps/others/ojph_img_io_sse41.cpp+36-21
- src/core/codestream/ojph_bitbuffer_read.h+226
- src/core/codestream/ojph_bitbuffer_write.h+155
- src/core/codestream/ojph_codeblock.cpp+182
- src/core/codestream/ojph_codeblock.h+117
- src/core/codestream/ojph_codeblock_fun.cpp+191
- src/core/codestream/ojph_codeblock_fun.h+101
- src/core/codestream/ojph_codestream.cpp+22-4.0k
- src/core/codestream/ojph_codestream_gen.cpp+130
- src/core/codestream/ojph_codestream_local.cpp+1.2k
- src/core/codestream/ojph_codestream_local.h+17-333
- src/core/codestream/ojph_params.cpp+41-2
- src/core/codestream/ojph_params_local.h+9
- src/core/codestream/ojph_precinct.cpp+545
- src/core/codestream/ojph_precinct.h+83
- src/core/codestream/ojph_resolution.cpp+862
- src/core/codestream/ojph_resolution.h+121
- src/core/codestream/ojph_subband.cpp+341
- src/core/codestream/ojph_subband.h+103
- src/core/codestream/ojph_tile.cpp+804
- src/core/codestream/ojph_tile.h+111
- src/core/codestream/ojph_tile_comp.cpp+199
- src/core/codestream/ojph_tile_comp.h+103
- src/core/coding/ojph_block_encoder.h+7
- src/core/coding/ojph_block_encoder_avx512.cpp+1.2k
- src/core/common/ojph_arch.h+25-20
- src/core/common/ojph_arg.h+1-1
- src/core/common/ojph_codestream.h+8-1
- src/core/common/ojph_mem.h+8-4
- src/core/common/ojph_params.h+18
- src/core/common/ojph_version.h+2-2
- src/core/core.xcodeproj/project.pbxproj-469
- src/core/core.xcodeproj/project.xcworkspace/contents.xcworkspacedata-7
- src/core/core.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist-8
- src/core/core.xcodeproj/project.xcworkspace/xcuserdata/aous.xcuserdatad/UserInterfaceState.xcuserstate
- src/core/core.xcodeproj/xcshareddata/xcschemes/openjph.xcscheme-105
- src/core/core.xcodeproj/xcuserdata/aous.xcuserdatad/xcschemes/xcschememanagement.plist-22
- src/core/others/ojph_arch.cpp+6-4
- src/core/others/ojph_mem.cpp+7-4
- tests/CMakeLists.txt+48-187
- tests/com_decom.sh-70
- tests/com_decom_yuv.sh-75
- tests/compare_files.cpp+96
- tests/mse_pae.cmake+36
- tests/mse_pae.cpp+60-40
- tests/test_executables.cpp+1.4k
- tests/test_helpers/Readme.md+20
- tests/test_helpers/convert_mse_pae_to_tests.cpp+564
- tests/test_helpers/ht_cmdlines.txt+97
Submodule ffmpeg updated 3574 files
- README.md+6-5
- deprecated/stb_image_resize.h
- stb_image.h+117-27
- stb_image_resize2.h+10.3k
- stb_image_resize_test/dotimings.c+224
- stb_image_resize_test/old_image_resize.h+2.7k
- stb_image_resize_test/oldir.c+56
- stb_image_resize_test/stbirtest.c+992
- stb_image_resize_test/vf_train.c+999
- stb_perlin.h+428
- tests/image_test.dsp+3-2
- tests/resample_test.cpp+9-4
- tests/resize.dsp+1-1
- tests/stb.dsp-4
- tests/test_c_compilation.c+3-2
- tests/test_cpp_compilation.cpp+1-1
- tools/README.header.md+1-1
- tools/README.list+2-1
+7-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 |
| |
15 | 19 |
| |
16 | 20 |
| |
| |||
36 | 40 |
| |
37 | 41 |
| |
38 | 42 |
| |
39 |
| - | |
| 43 | + | |
| 44 | + | |
40 | 45 |
| |
41 | 46 |
| |
42 | 47 |
| |
|
script/run.sh
100644
100755
File mode changed.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
213 |
| - | |
| 213 | + | |
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
|
0 commit comments