Do full register loads instead of single-lane loads in DeblockLumaEq4H_neon
Merge pull request #751 from huili2/NewSeq_replace_I
Merge pull request #750 from mstorsjo/deblocking-neon-cpu-features
Merge pull request #749 from mstorsjo/dos-newlines
Merge pull request #748 from huili2/newSeq_bugfix
Merge pull request #745 from lyao2/scrollingUT
Check for WELS_CPU_NEON before calling DeblockingBSCalcEnc_neon
Remove dos newlines in the android java code
Merge pull request #738 from mstorsjo/gnu-aarch64
Merge pull request #747 from ganyangbbl/resolution_issue
Merge pull request #746 from huili2/IDR_bugfix
Merge pull request #742 from huili2/ec_ut_copy
Merge pull request #732 from licaiguo/forJS
Merge pull request #744 from huili2/ec_IdrLoss
Merge pull request #743 from huili2/ec_refidx_return
Merge pull request #741 from varunbpatil/ref_frames
Merge pull request #740 from licaiguo/test
Fix calculation of num ref frames
Merge pull request #737 from mstorsjo/make-aarch64
Merge pull request #736 from licaiguo/update-gitignore
Merge pull request #735 from mstorsjo/cleanup-mess
Merge pull request #734 from dongzha/MC_ARM64
Add Motion Compehension ARM64 Neon Code
Add macros for the non-standard mov.16b/mov.8b/ext.16b/ext.8b
Use the correct ext syntax in the gnu version of macros
Use a plain "ret" instead of "ret lr"
Add correct arguments to the gnu version of UNPACK_FILTER_SINGLE_TAG_16BITS
Add \() to macro arguments to separate the argument from the following .8h or similar
Remove .syntax unified from the aarch64 common header
Add support for building the arm64 assembly in platform-arch.mk
Regenerate makefiles to include the new arm64 assembly files
Exclude the new arm64 include file
Add support for arm64 assembly source files in mktargets.py
Rename the makefile variable for arm assembly sources
Fix the indentation of a line in targets.mk
Merge pull request #733 from dongzha/ExpandPic_ARM64
Remove .orig files left over from running astyle
Remove the executable bit from source files
Add expand picture support for ARM64 NEON
update .gitignore to ignore *.orig
prevent from return if ref_idx is error
Merge pull request #724 from mstorsjo/string-cleanup
Merge pull request #730 from huili2/rm_warn_dec_core
Merge pull request #731 from huili2/ec_dec_error
Merge pull request #726 from licaiguo/refine-auready
Merge pull request #728 from ruil2/enc_type2
add decide frame type for screen content
Merge pull request #725 from licaiguo/add-virtual-destructor-api
specify accurate align information for ST32,
prevent from return if slice decoding error for EC
remove warning from decoder_core.cpp
Merge pull request #722 from sijchen/fme_merge75
Simplify the use of return values from Wels*Snprintf
Make Wels*Snprintf return values be non-negative
Remove an unused local variable
add virtual destructor to codec interface
Merge pull request #721 from sijchen/fix_one_getoption
fix the GetOption: bit rate part
Merge pull request #719 from dongzha/MC
Merge pull request #720 from huili2/ec_add_ref_mgt
Merge pull request #718 from huili2/LTR_feedback_info
Merge pull request #716 from licaiguo/ForJS
Merge pull request #717 from licaiguo/cavlc
add DPB management if frame loss happens
modify sequence to fix bug for LTR feedback info
Minor optimzation on iRun for cavlc
specify accurate align information for intrapred c functions
give accurate align information for mc copy functions
Merge pull request #714 from ruil2/enc_setting
Merge pull request #712 from ruil2/enc_rename_1
Merge pull request #713 from licaiguo/overwriteactivesps
turn off TestHorizontalSearch_SSE41 unit test becasue of random issues
add usagetype parameter in encoder unit test to test screen content
Merge pull request #709 from huili2/ec_mb_check
Merge pull request #708 from ruil2/enc_complexity_update
add complexity calculation in workflow
Merge pull request #707 from dongzha/FixIssueMcNEON
Merge pull request #705 from ruil2/enc_update_2
Modify ARM32 Neon code for Expand Chroma Picture, when UVWidth%16==8.
Merge pull request #704 from JuannyWang/sampleNow
Merge pull request #703 from zhilwang/pf-test
[Encoder UT] sample UT code refactor
Move copy_mb neon code to common folder
Merge pull request #702 from ruil2/enc_function
keep the declaration and definition in the same namespace
Merge pull request #690 from sijchen/fme_merge65