Merge pull request #992 from ruil2/interface_update
modify the interface for delivery info and add some comments
Merge pull request #998 from ruil2/format_update
Merge pull request #996 from mstorsjo/fix-chmod
Remove the executable bit from aarch64 assembly source files
Merge pull request #990 from zhilwang/arm64-intrapred
Merge pull request #995 from huili2/permit_mb_re-con
Merge pull request #994 from huili2/fix_sps_crash_with_ec
Merge pull request #991 from huili2/reorder_output_EC
add interface parameter(profile/levle/numref) support
Merge pull request #989 from HaiboZhu/win64_remove_warnings
Merge pull request #986 from ruil2/rename
Merge pull request #985 from ruil2/encoder_check
modification about welsenc.cpp
Merge pull request #984 from ruil2/error_remove
check the number of spatial layer for screen content
update initilaization of m_pLastSpatialPicture
Merge pull request #983 from JuannyWang/delay_skip
Squashed commit of the following:
Merge pull request #988 from emannion/master
Merge pull request #987 from ganyangbbl/rc_init_bug
string include fix for 64bit windows build
Merge pull request #982 from huili2/d3d9_fix
Merge pull request #968 from huili2/render_syureyi
Merge pull request #979 from huili2/modify_DecUT_intra
Merge pull request #978 from huili2/ULL_insteadof_LL
Merge pull request #976 from huili2/modify_EncUT_scroll_xplatform
Merge pull request #980 from huili2/enc_remove_bsflush
Merge pull request #981 from ethanhugg/gmp_rollup
add missing declaration of members for render
Rollup of Gecko Media Plugin patches
remove multiplication overflow warning by ULL instead of LL
to support cross-platform UT of lD/ST 32 in scroll detection
Merge pull request #975 from mstorsjo/cleanup-asm
Merge pull request #974 from ruil2/bitrate
fix a bug that dump reconstruct frame
Merge pull request #973 from ruil2/bitrate
Fix building the deblocking aarch64 assembly with gnu binutils
Unify the copyright header in the aarch64 deblocking assembly
Unify the indentation of the new aarch64 assembly
Get rid of mixed tabs and spaces in the aarch64 assembly
Merge pull request #969 from ruil2/cleanup_encoder
remove unnecessary flush buffer in encoder
Merge pull request #967 from dongzha/Deblock_AArch64
put EC before output
Add arm64 code for intra-pred
Merge pull request #962 from dongzha/UseIntInRC
Merge pull request #954 from huili2/instant_dec
modify render for display diff resolution
Use Int instead of Double in Rate Control and Modify anchor SHA1 value
Merge pull request #965 from ruil2/uinit_fix
Merge pull request #966 from lyao2/scc_ltr_num_setoption
fix SetOption scc ltr_ref_num casued memory leak issue.
fix #948 issue -- Using unititialized value in unittest.
Merge pull request #961 from ruil2/expand_update
Merge pull request #958 from ruil2/trace_update
move trace related info to interface header
Merge pull request #957 from huili2/fix_bug_invalid_reading
Merge pull request #945 from mstorsjo/log-callback
Merge pull request #953 from ruil2/codec_fix
Merge pull request #951 from dongzha/AddArm64UnitTestEP
Ignore a special case for expand chroma picture under X86_ASM
Add public options for setting a log callback
Integrate the lone function from logging.cpp into welsCodecTrace.cpp
Add a method for overriding the logging function in welsCodecTrace
Don't use global variables in welsCodecTrace
Remove the global log callback function
Set a log context in the decoder
Set and use a proper log context in the encoder
Expose a SLogContext from welsCodecTrace
Add a log context to the encoder and decoder contexts
Only keep one single trace function pointer in welsCodecTrace
Change CM_WELS_TRACE to take a plain string, not a format and variadic arguments
Remove the unused level parameter to welsStderrLevelTrace
Remove WelsStderrSetTraceLevel
Don't treat log levels as a bitmask
Set the trace level in the decoder console app via a proper option
Add a decoder option for setting the trace level
Actually set the trace level in the encoder console app
Allow setting the trace level before initializing the encoder
Read the right command line arguments in h264dec.cpp
Remove some unused typedefs