Add literal CRLF at the end of nasm commands that are missing them
Merge pull request #1426 from sijchen/fix_paramtranscode1
add clip in ParamTranscode for input para checking
Merge pull request #1419 from sijchen/fix_sm4_mt
Merge pull request #1418 from huili2/EC_option_bugfix
Merge pull request #1416 from ruil2/fix
modify trace level and fix potential issues
Merge pull request #1412 from daniel-j-h/clang_cleanup
Merge pull request #1414 from HaiboZhu/LTR_EC
improve the logic of locking in the function
Add picture bIsComplete flag to reflect the status of decoder
Removed accidentally committed vim swapfile
Memory allocated by 'new[]' should be deallocated by 'delete[]', not 'delete'
Wtautological-undefined-compare
Wc++11-compat-reserved-user-defined-literal
Merge pull request #1410 from dabenham/master
Merge pull request #1408 from HaiboZhu/Add_UT_Deblocking
Merge pull request #1406 from mstorsjo/fix-warnings
Fix compiler warnings about comparison between signed and unsigned
Merge pull request #1402 from HaiboZhu/Add_UT_Deblocking
Merge pull request #1406 from mstorsjo/fix-warnings
Merge pull request #1400 from mstorsjo/warning-fix
Merge pull request #1403 from sijchen/fr_setting_fix1
add checking of frame rate and temporal layer setting for encoder input param
Merge pull request #1399 from huili2/ParseOnlyAPI
Merge pull request #1398 from shihuade/APIUT_V1
Use the right log format for printing 64 bit integers
Modify the random value range which only for debug
Add CLIP3 and using ASSERT_FALSE macros
Add partly UT code for deblocking filter
refator for API test--prepareEncDecParam and EncodeOneFrame
add API only for decode parser for HW decoding support
Merge pull request #1396 from lyao2/rc_trace2
add debug info for RC max bitrate control test
Merge pull request #1391 from sijchen/modi_stra34
Merge pull request #1392 from dongzha/addMissedFileInVSUT
add missed files in VS UT solution
1, fix a value in preprocess to avoid warning in UT
Merge pull request #1390 from sijchen/modi_stra25
add basic strategy for lossy+no LTR route
Merge pull request #1389 from zhilwang/issue-fix
Fix crash issue due to commit 8945348.
Merge pull request #1387 from dongzha/MoveDoubleInSCCRC
Merge pull request #1385 from ruil2/function
refine common moudle for part of intra prediction function
Merge pull request #1386 from huili2/UT_bugfix_dataformat
Merge pull request #1384 from sijchen/add_para21
Merge pull request #1383 from ruil2/rc_refine
enable ARM assembly for SampleSad16x16
Merge pull request #1382 from huili2/dataformat_bugfix
Merge pull request #1378 from sijchen/ref_refac22
add reading of the new option
Merge pull request #1381 from mstorsjo/silence-warnings
Silence warnings with gcc in GetOptionTid_AVC_NOPREFIX
add protection for decoder and data format
Merge pull request #1380 from huili2/ec_option_free
add freely setoption for EC_idc and UT
Merge pull request #1377 from ruil2/scc_rc_1
refactor a function for further strategy adjustment
Merge pull request #1375 from sijchen/ref_refac11
Merge pull request #1374 from sijchen/ref_refac41
use function pointer as refactoring for further strategy adjustment
add parameter and one case in UT
Merge pull request #1372 from huili2/remove_release111
Merge pull request #1369 from ruil2/console
Merge pull request #1371 from ruil2/win_project
Merge pull request #1370 from dongzha/addAPIUTTid
Merge pull request #1367 from ruil2/rename
set timestamp for each input frame to preparing for scc rate control
Merge pull request #1368 from sijchen/remove_dul2
add a missed line in last commit
remove duplicate constant macro and modify the num_ref check accordingly
rename namespace and funciton name to avoid conflicts with old library
Merge pull request #1366 from lyao2/refine_frameskip2
1. add Tid API UT
Merge pull request #1359 from mstorsjo/cleanup-simplification
Merge pull request #1356 from ruil2/memory
Remove some now unused macros
Simplify code by calling WelsFree directly instead of using a helper function
Use delete instead of the _SafeDelete macro
Remove unnecesary use of _SafeDelete
Merge pull request #1355 from syureyi/clean
refine memory tag in order to trace issues related memory
Merge pull request #1361 from mstorsjo/avoid-comparing-uninitialized
Make sure uiIDRPicId is initialized within EncodeDecodeTest