Merge pull request #932 from dongzha/AddArm64UnitTestMC
Merge pull request #930 from mstorsjo/cleanup-asm
Merge pull request #929 from lyao2/pskip_commit_
add ARM and ARM 64 Unit Test for Motion Compensation
enable static/scroll Pskip functions
Remove mismatched chars at the end of a line marker
Get rid of uneven spacing after WELS_EXTERN
Merge pull request #926 from ruil2/enc_reforg
Merge pull request #928 from syureyi/iosutdemo
Merge pull request #927 from mstorsjo/remove-leftover-references
Merge pull request #924 from ruil2/expand_pic_1
Merge pull request #916 from huili2/dynamic_dec_au_size
Merge pull request #923 from zhilwang/satd-arm64
Merge pull request #925 from lyao2/pskip_func_commit
remove a redundant file in encDemo project
resolve unit test warnings
Merge pull request #920 from mstorsjo/remove-ios-tests
Remove the now unused XCTest.framework references
Remove leftover references to the newly removed test projects
Add arm64 neon code for Satd.
Remove unnecessary autogenerated stub iOS test projects
Merge pull request #918 from syureyi/de7621
Merge pull request #917 from KentoMoriwaki/fix/ios-demo-build
and space to colon, modify bad note
Update common.xcodeproj to build successfully
Merge pull request #915 from ruil2/expand_pic_1
update decoder mac project for expand picture files position change
Merge pull request #914 from licaiguo/remove-unused-args
Merge pull request #913 from JuannyWang/ios_build_error
fix ios build error caused by expand_pic.cpp missing from project configuration
for cleaning .o and .d files generated by android demo
Merge pull request #911 from mstorsjo/reformat-asm
Merge pull request #910 from mstorsjo/android-gitignore
Merge pull request #905 from mstorsjo/cleanup-android-projects
Convert all tabs to spaces in assembly sources, unify indentation
Get rid of double spaces in macro declarations
Avoid unnecessary tabs in macro declarations
Remove a redundant definition of WELSEMMS
Ignore generated files in the new android test project
Reformat the copyright header of deblocking_neon.S
Merge pull request #904 from ruil2/expand_pic_1
Merge pull request #906 from mstorsjo/fix-chmod
Merge pull request #907 from mstorsjo/warning-fix
Initialize a variable to avoid warnings about possibly uninitialized use
Remove an unused variable
Use the right data type for a local variable
Enlarge pLongRefList to avoid accesses out of bounds
Change directory to /sdcard before running the unit tests on android
Remove the stock example icons
Remove an unused menu resource file
Remove useless declarations from Application.mk
Fix building the android unittest when targeting older android versions
Use a correct format string in the unittest JNI wrapper
Convert android resource xml files to unix newlines
Convert the android unit test source file to unix newlines
Remove stray " in android layout xml files
Merge pull request #901 from syureyi/androidut
Unset the executable bit on source files
Merge pull request #903 from zhilwang/arm64-sad
enable dynamic AU size in decoder
Merge pull request #902 from huili2/remove_No_Waiting_Au
remove macro NO_WAITING_AU for always on
Merge pull request #898 from ruil2/enc_rc_4
Merge pull request #900 from ruil2/enc_warnings
fix a bug that if..else are grouped incorrectly
Merge pull request #899 from ruil2/enc_warnings
Merge pull request #896 from ruil2/enc_rc_4
Merge pull request #897 from lyao2/blockidc
Merge pull request #895 from ruil2/enc_rc_1
remove redundant code for mb qp calculation
Merge pull request #886 from ganyangbbl/rm_slicenum_constraint
Merge pull request #890 from ethanhugg/release_notes
remove max slice number constraint
Merge pull request #884 from huili2/API_dec_modify_master
Merge pull request #880 from ruil2/enc_quant
use 0 as maxnalsize default value.
Merge branch 'master' of https://github.com/cisco/openh264 into enc_quant
miss a branch for auto reference frame setting
Merge pull request #878 from ruil2/enc_quant
Merge pull request #867 from sijchen/rc_doublefloat_fix1