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 #951 from dongzha/AddArm64UnitTestEP
Ignore a special case for expand chroma picture under X86_ASM
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
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