Merge pull request #1303 from lyao2/fix_pps
fix pps assert issue when enable bEnableSpsPpsIdAddition
Merge pull request #1301 from ruil2/ltr_check_1
Merge pull request #1300 from ruil2/mvcost_check_1
Merge pull request #1299 from ruil2/mvcost_check_1
fix crash on mvd cost calculation
Merge pull request #1297 from ruil2/overflow_mv_1
Merge pull request #1298 from dongzha/AddDecoderAPIUTFrameNumNew
1. add encoder/decoder api test for IDR id and framenum
add mv range limitation and related ut
Merge pull request #1293 from huili2/contributor
Merge pull request #1288 from lyao2/threadIDC
Merge pull request #1294 from zhilwang/arm-ut
fix deblockIDC and mutithread logic error
Add arm UT for Sad,IntraSad,IntraPred.
Merge pull request #1292 from zhilwang/EncDemo_refine
Merge pull request #1287 from syureyi/ut_win32
fix Loop filter error under multithreads on encoder when #TEST_BED enabled
Merge pull request #1285 from dongzha/TestRandomEnc
avoid encoder crash with random pixel input
Merge pull request #1284 from syureyi/perf
Merge pull request #1281 from mstorsjo/fix-arm-alignment
Merge pull request #1280 from mstorsjo/arm-common-ifdefs
Merge pull request #1278 from syureyi/perf
Merge pull request #1279 from dongzha/NewAddARMHash
add arm32/64 code for InitHash
Fix building svc_motion_estimation.S for android
Add ifdef HAVE_NEON around the contents of arm_arch_common_macro.S
Merge pull request #1277 from huili2/modify_releases_master
Merge pull request #1275 from zhilwang/x86_hash_scc
refine format and add UT cases
Merge pull request #1270 from mstorsjo/android-tool-detect
Merge pull request #1266 from mstorsjo/fix-readme
Merge pull request #1273 from dongzha/RefineArmCodeForSumBlock
Add x86 32/64bit asm code for Scc_hash
Merge pull request #1269 from huili2/enc_console_help
Merge pull request #1274 from huili2/test_VclNal
Merge pull request #1272 from zhilwang/x86_hash_scc
refine arm code for sum of frame
Merge branch 'master' of https://github.com/cisco/openh264 into x86_hash_scc
Add function define and init for SCC hash function
Merge pull request #1271 from dongzha/fixBuildError
Merge pull request #1267 from zhilwang/sumofblocks_scc
enable api test for decoder VclNal
Check for $(CXX).exe as well when checking for the android toolchain
Add x86 32/64bit asm code for SumOfBlocks.
Merge pull request #1265 from ruil2/namespace_2
Stop referring to a removed make variable
Merge pull request #1264 from ruil2/namespace_1
use WelsEnc namespace instead of WelsSVCEnc
Merge pull request #1262 from ruil2/fix_errors
fix an errors that for single slice mode, the number of slices should be 1
Merge pull request #1259 from mstorsjo/fix-singlecpu-tests
Merge pull request #1258 from mstorsjo/fetch-codec-params
Merge pull request #1256 from mstorsjo/speedup-tests
Merge pull request #1250 from huili2/test_EndOfStream
Merge pull request #1257 from mstorsjo/fixup-apple-assembly
Get the actual used parameters in the codec in TemporalLayerSettingTest
Remove a needless, no-op change of the number of threads
Merge pull request #1254 from mstorsjo/alias-attribute
Merge pull request #1255 from ruil2/param_change
re-allocate resource when threadIDC changes
Explicitly add .syntax unified when building for iOS
Merge pull request #1253 from dongzha/FixBugandBuildErroronAndroid
Set a specific frame size in TemporalLayerSettingTest
Reduce the number of frames tested in EncoderInterfaceTest
Reenable GetIntraPredictorTest tests that were broken on android
Add attributes incidating intentional data type aliasing
Disable failed UT and Fix Build Error onAndroid
Merge pull request #1249 from dongzha/addArm32SCCNew
Merge pull request #1251 from syureyi/sendmail
Merge pull request #1247 from mstorsjo/test-seed
Merge pull request #1248 from mstorsjo/silence-intentional-errors
Silence warnings and errors when running tests that intentionally produce errors
Print the random seed at startup
add arm 32/64 code and UT for SVC SCC motion estimation
Merge pull request #1245 from zhilwang/processing_sad
Merge pull request #1243 from ruil2/comment
Add sad arm64 code to processing.
test end of stream for decoder API UT
Merge pull request #1244 from ruil2/slice_limit
if dynamic slice mode, this limitation should be removed