Merge pull request #217 from varunbpatil/make_cleanup
Do not set makefile variable if not actually required
Remove non-existent dir from makefile
Removed unused makefile variable
Merge pull request #218 from varunbpatil/correct_format_spec
Use correct format specifier to avoid compiler warnings
Merge pull request #210 from mstorsjo/cleanup-macros
Merge pull request #204 from mstorsjo/remove-dynamic-load-trace
Remove a duplicate median function
Clarify ifdefs around implementations of ENDIAN_FIX
Bundle all MSVC/GCC alignment macros together
Remove an unnecessary define of inline for APPLE_IOS
Move the definition of WELS_ALIGN out from the #if
Remove some unused macros
Remove unused defines of __FASTCALL
Remove code for dynamically loading a trace library
Merge pull request #205 from mstorsjo/cleanup-trace
Remove the unused dllname parameter to the trace function
Merge pull request #206 from mstorsjo/function-pointer-cleanup
Make the function signatures actually match when used as function pointer
Remove an unnecessary cast when setting function pointers
Make a function typedef actually use the right type
Merge pull request #202 from mstorsjo/remove-extra-msvc-projects
Merge pull request #209 from mstorsjo/chdir-within-mktargets
Do chdir within mktargets.py
Remove the MSVC solution for WelsVP
Remove the unused solution and project files for WelsVideoProcessor
Remove the 2010 and 2012 MSVC project files from WelsVP as well
Remove MSVC solution user state files that shouldn't be version controlled
Merge pull request #203 from mstorsjo/make-dep-exeext
Include the executable extension in the test rule dependency
Merge pull request #207 from mstorsjo/typofix
Fix a typo, "vender" -> "vendor"
Merge pull request #201 from mstorsjo/update-msvc-project-files
Add the include dirs for cpu.h to the 32 bit build targets as well
Update the project file after removing util.cpp
Fix 32 bit assembly build with the MSVC project files
Merge pull request #200 from mstorsjo/minor-cleanups
Remove an MSVC resource editor state file
Remove an unused function wrapping a standard function
Remove excludes of nonexistent files
Merge pull request #191 from zhilwang/fix-decoder-win64-asm-issues
Merge pull request #194 from volvet/remove_MEMORY_REQUEST_ALIGN_BYTES
remove MEMORY_REQUEST_ALIGN_BYTES
Merge pull request #195 from mstorsjo/disable-cpufeature-logging
Only print detected cpu info when in debug mode
Merge pull request #196 from mstorsjo/build-release-default
Make BUILDTYPE=Release the default if no make parameters are specified
Merge pull request #199 from mstorsjo/make-exeext
Include the executable suffix within make
Merge pull request #197 from mstorsjo/update-readme-dirs
Update the description of the directories in the readme
Merge pull request #193 from licaiguo/fix-sanitize-error-3
1. use WELS_CLIP1 to replace table look-up;
Merge pull request #167 from licaiguo/fix-961370
Merge pull request #174 from volvet/coverity_issue_fix
Merge pull request #192 from mstorsjo/clear-source-executable-bit
Clear the executable bit on source files
Merge pull request #190 from licaiguo/add-level-limits
Merge pull request #188 from ruil2/MaxGOPSize_update
Merge pull request #189 from simi/patch-1
fix decoder win64 asm float issues
Merge pull request #168 from licaiguo/fix-960932
Merge pull request #153 from licaiguo/fix-empty-packets
Merge pull request #172 from volvet/win64_float_fix_for_enc_b
Merge pull request #186 from ethanhugg/msvc_readme
update Max GOP size and minor fixes for early return
Merge pull request #184 from mstorsjo/c-interface-vtbl
Merge pull request #181 from mstorsjo/threadlib-update-macos-linux
Use sysctl instead of the deprecated Gestalt API for getting the number of cores on OS X
Use sched_getaffinity to get the number of cores on linux
Merge pull request #187 from licaiguo/fix-coverage-scan
remove unnecessary check, confirmed safe usage
Add a public C API to the library
Rename public interface methods to avoid two overloaded methods with the same name
Merge pull request #176 from mstorsjo/remove-msvc-2010-2012-files
fix issues found by coverage scan
Remove the MSVC 2010 and 2012 project files
Add readme instructions for using msvc from developer command prompt.
Merge pull request #185 from mstorsjo/macos-define
Define MACOS when building for OS X
Don't include the headers for dynamically loading the VP library if NO_DYNAMIC_VP is defined
fix win64 float issue, enable AQ assembly
Merge pull request #183 from mstorsjo/remove-unused-typedef
Merge pull request #182 from mstorsjo/move-threadlib
Move the WelsThreadLib files to the common directory/library
Only build the thread code if multithreading is enabled