Merge pull request #1045 from mstorsjo/share-read-config
Merge pull request #1046 from mstorsjo/share-tables
Merge pull request #1049 from ethanhugg/frameleak
Merge pull request #1048 from ethanhugg/maxnal-revert
Fix for memory leak of input frames in encoder.
Revert "add max nal size setting in gmp wrapper"
Merge pull request #1037 from mstorsjo/unify-align-macros
Merge pull request #1039 from mstorsjo/unify-msvc-project-files
Merge pull request #1041 from mstorsjo/upgrade-ios-projects
Merge pull request #1042 from mstorsjo/avoid-ios-build-warnings
Merge pull request #1040 from mstorsjo/gitignore-msvc
Merge pull request #1030 from mstorsjo/cpuid-32bit-param
Merge pull request #1035 from mstorsjo/aarch64-cpufeatures
Merge pull request #1033 from mstorsjo/aarch64-typofix
Merge pull request #1034 from mstorsjo/aarch64-combined-satd-sad
Merge pull request #1038 from mstorsjo/avoid-manual-alignment
Share one implementation of the CReadConfig class between the decoder and encoder console apps
Move a struct to the actual place where it's used
Move common tables and definitions into the common library
Rename a decoder macro to the name used in the encoder
Rename data types in the decoder to match the name used in the encoder
Rename some decoder tables to match the name used in the encoder
Remove an unused constant
Don't load undefined bits into rcx before calling the cpuid instruction
Mark xcode projects as upgraded to/checked for the latest version
Avoid warnings when building for iOS
Ignore files generated by MSVC
Remove custom, manual linker options for the encoder in the MSVC project files
Write map files to the default directory instead of a custom directory
Set ProgramDatabaseFile to the default used in all other project files
Use ENFORCE_STACK_ALIGN_1D instead of manually doing stack buffer alignment
Remove the now unused macros __align16, ALIGNED_DECLARE_MATRIX_1D and ALIGNED_DECLARE_MATRIX_2D
Use the ALIGNED_DECLARE macro instead of __align16
Use the common syntax of using ALIGNED_DECLARE to declare arrays
Merge pull request #1032 from mstorsjo/typofix
Merge pull request #1029 from ruil2/update_param
Implement WelsCPUFeatureDetect for AArch64
Prefer modes in the same order as the reference, in the aarch64 combined intra satd/sad
Fix a typo in arm64 assembly macros, ARCH64 -> AARCH64
Fix a typo, Chorma -> Chroma
Merge pull request #1025 from huili2/EC_return_error
Merge pull request #1014 from zhilwang/arm64-intraSad
Merge pull request #1024 from ruil2/trace_fix
Merge pull request #1023 from ruil2/remove_check
change void* to explicit type definition
Merge pull request #1019 from mstorsjo/android-build-deps
Merge pull request #1027 from mstorsjo/fix-chmod
Merge pull request #1028 from mstorsjo/fix-arm64-asm
Clear the executable bit from new assembly source files
Fix building intra_pred_sad_3_opt_aarch64_neon.S with gnu binutils
only supports fixed LTR_NUM for screen and camera
Merge pull request #1020 from mstorsjo/simplify-64bit-suffix
Merge pull request #1021 from mstorsjo/remove-unused-declarations
Merge pull request #1022 from mstorsjo/const-tables
Merge pull request #1018 from ruil2/remove_check
Merge pull request #1017 from ruil2/remove_check
Make some tables const where easily possible
Remove a stray function declaration
Remove an unused and undeclared global table
Remove an unused global non-const table
Use the ULL prefix for 64 bit constants on MSVC as well
Generate dependencies while building for android
Merge pull request #1016 from syureyi/iosat
Merge pull request #1015 from huili2/astyle_all_UT
Merge pull request #1005 from huili2/rc_overflow
Add arm64 neon code for intraSad&Satd
Merge pull request #1012 from mstorsjo/round-scalefactor
Use WELS_ROUND in the neon version of GeneralBilinearAccurateDownsampler
Merge pull request #1010 from mstorsjo/fix-log-format
Merge pull request #1009 from mstorsjo/remove-unused-var
Merge pull request #1008 from mstorsjo/plugin-build
Merge pull request #1006 from ruil2/bug_fix
Merge pull request #1013 from ruil2/command_db
Merge pull request #1011 from mstorsjo/ignore-gmp
Merge pull request #1007 from ruil2/gmp_idr
fix defect7654 that the encoder won't generate IDR when temporal layer setting changes
Add the external directory gmp-api to gitignore
Remove an unused variable
Print an intX_t by casting to int64_t
Don't build an unused libmodule.a file
Use a less generic name for linking to STL when building the plugin for android
Make sure that libgmpopenh264.so is removed on "make clean"
Inject STL_INCLUDES via MODULE_INCLUDES for the gmp plugin
prevent int32 multiplication overflow
Merge pull request #1001 from huili2/reflist_warning_remove
Merge pull request #1002 from ganyangbbl/slicectx_bugfix
Merge pull request #1004 from emannion/android_plugin