Unify the fallback codepath for getting prefix bits into a macro
Merge pull request #239 from mstorsjo/remove-unnecessary-calls
Remove some unnecessary STRNCPY/WelsStrncpy calls and intermediate buffers
Merge pull request #223 from mstorsjo/typedef-cleanup
Merge pull request #238 from mstorsjo/merge-snprintf-strftime-wrappers
Use WelsGetTimeOfDay and WelsStrftime instead of LOCALTIME/FTIME/strftime
Fix a typo Millsecond -> Millisecond
Use WelsVsnprintf instead of VSPRINTF
Use WelsSnprintf instead of SNPRINTF
Merge pull request #234 from mstorsjo/merge-measure-time
Move the measure_time.h header to the common library
Merge pull request #208 from mstorsjo/remove-unused-mk-field
Merge pull request #232 from mstorsjo/merge-fopen-wrappers
Remove the FOPEN macro, use WelsFopen instead
Merge pull request #233 from mstorsjo/snprintf-fixes
Make sure the buffer is null terminated after strftime
Make sure the buffer always is null terminated in the *snprintf calls for old MSVC
Use vsnprintf in the old MSVC version of WelsSnprintf as well
Rename WelsVsprintf to WelsVsnprintf, to indicate that it actually checks the length
Make WelsVsprintf use vsnprintf, to check the buffer size
Unify the declaration of int8_t within the processing lib with the rest
Make the bool_t typedef in the processing lib match the others
Remove the now unused long_t typedef
Use int32_t instead of long_t in WELS_SIGN/WELS_ABS in the processing lib
Unify the definition of WELS_THREAD_ERROR_CODE between libraries
Consistently use inline instead of __inline
Use 'inline' instead of 'inline_t' in the processing lib
Merge pull request #230 from mstorsjo/remove-legacy-make
Merge pull request #236 from mstorsjo/msvc-proj-moved-headers
Update the MSVC project files for earlier moved/removed files
Merge pull request #231 from mstorsjo/fix-msvc-build
fix spell error of RcInitGoomParameters
Merge pull request #225 from mstorsjo/simplify-ifdefs
Simplify ifdefs in measure_time.h
Merge pull request #227 from mstorsjo/snprintf-fixes
Fix calculating buffer positions when appending with SNPRINTF/WelsSnprintf
Fix buffer size checks when appending using SNPRINTF/WelsSnprintf
Don't manually null terminate after calling SNPRINTF
Merge pull request #226 from mstorsjo/crt-safe-merge
Merge the encoder/decoder crt_util_safe_x.h into the common lib
Merge pull request #221 from mstorsjo/freebsd
Merge pull request #216 from varunbpatil/processing_cleanup
Merge pull request #215 from varunbpatil/dec_core_cleanup
Merge pull request #212 from varunbpatil/enc_core_cleanup
Merge pull request #214 from licaiguo/fix-rpl
Merge pull request #228 from mstorsjo/remove-hardcoded-path
Merge pull request #224 from mstorsjo/msvc2005
Remove the legacy makefile based build system
Remove a hardcoded debug path specific to somebody's environment
Removed unused headers in decoder core
Removed unused headers in encoder core
Fix the old MSVC version of WelsGetTimeOfDay
Fix building threading for freebsd
Fix building for freebsd in 64 bit mode
Merge pull request #213 from licaiguo/update-resolution
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
fix reference picture modification bug
Removed unused header files in processing src
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 an unnecessary field from generated makefiles
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