Add arm64 code for intra-pred
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
Merge pull request #939 from mstorsjo/fix-msvc-build
Use the ENFORCE_STACK_ALIGN_2D instead of the compiler-specific align attribute
Merge pull request #941 from mstorsjo/test-multilayer-bitrate
Merge pull request #942 from mstorsjo/log-cleanup
Merge pull request #938 from dongzha/AddArm64UnitTestEP
Merge pull request #944 from mstorsjo/ios-test
Build libgtest.a and libopenh264.a when doing "make test" for iOS
Set a sensible total bitrate when testing multilayer encoding
Merge pull request #940 from mstorsjo/minor-cleanup
Use a more descriptive include guard in the welsEncoder/DecoderExt.h files
Remove a misleading comment
Fix a typo, setttings -> settings
Merge pull request #936 from ruil2/trace_cleanup
Merge pull request #937 from ruil2/enc_warnings_1
Don't include a [ENCODER]: prefix in all logging
Remove the unnecessary method WelsTraceModuleIsExist(), which always returned true
Remove some commented out lines
Remove an unnecessary local function
Remove the unnecessary WelsSet/GetLogLevel functions
clean build warning related encoder
Merge pull request #933 from huili2/fix_bug_UT_GetIntraPred
Merge pull request #935 from lyao2/pskip_commit_
add ARM32/64 Unit Test for Expand Picture
Merge pull request #932 from dongzha/AddArm64UnitTestMC
Make internal logging variables static
Remove an unused variable
fix memory leak in EncUT_GetIntraPredictor
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