Merge branch 'master' of https://github.com/cisco/openh264 into fix_max_br
Merge pull request #1744 from dongzha/modifydecoderlog
Merge pull request #1743 from sijchen/fix_test
modify decoder console log level to WELS_LOG_WARNING
add a default param function for EncodeDecoderAPI test
improve the para checking of max-br
Merge pull request #1738 from huili2/init_EC_modify
Merge pull request #1740 from mstorsjo/fix-tests
Merge pull request #1739 from sijchen/sps_list3
Merge pull request #1736 from mstorsjo/werror-tests
Merge pull request #1734 from mstorsjo/fix-unused-variable-warning
Undefine a define for writing debug files
Use WelsClip3 instead of WELS_CLIP3 for random values
Compare macro block widths instead of picture widths
Fix a comparison in ParameterSetStrategy_SPS_LISTING_AND_PPS_INCREASING3
Merge pull request #1735 from mstorsjo/msvc-test-warnings
Build using -Werror in travis unit tests
Avoid warnings about an unused variable in debug mode
Check for an already defined nullptr macro
Don't override the externally set CFLAGS variable in debug mode
Use VerifyVersionInfo instead of GetVersionEx
Move a conversion from size_t to int into one single place within BaseDecoderTest.cpp
Add a cast when converting from uint64_t to int
Add casts when converting from size_t or std::streamsize to int
Add casts when converting from float to int
Silence warnings about insecure CRT functions in the test suite
Allow setting cflags specifically for the unit test suite
Use the right data type for a variable
Fix a cast to actually cast to the right type
Add a comparison in ASSERT_TRUE
Consistently compare integers with integers and bools with bools
Ignore armasm warnings about instructions that are deprecated in ARMv8
Merge pull request #1732 from sijchen/sps_list2
Avoid a warning about a variable set but not used
Merge pull request #1731 from mstorsjo/warning-fixes
add new SpsPpsStrategy and UT
Merge pull request #1727 from huili2/addUT_parseonly_frameincomplete
Merge pull request #1729 from ruil2/rc_submit1
Merge pull request #1730 from HaiboZhu/Debug_EC_off_Delay_mode_early_exit_process
Declare a float constant as float instead of as double
Add explicit casts when converting from double to int32_t
Consistently use the right type for log prints
Merge pull request #1725 from ethanhugg/startcode2
Merge pull request #1728 from sijchen/fix_mbidx
Merge pull request #1721 from huili2/DecodeFrameNodelay
Merge pull request #1718 from huili2/sps_avc_flag_remove
Fix the bug that the pDec not set to NULL when early exit
add UT for incomplete frame for parse only
expand the mb_idx range so as to support frame size > 32767
Merge pull request #1720 from mstorsjo/remove-unused-format-args
gmp-openh264 check buffer length before we overwrite with start code.
Log all provided parameters in WelsEncoderApplyLTR
Merge pull request #1722 from sijchen/win_pdb2
add option for generating pdb in windows builds
Merge pull request #1715 from huili2/parseonly_flowchart_modify
Merge pull request #1714 from sijchen/fix_ref4
Merge pull request #1717 from sijchen/fix_ltr1
allow non-avc check when subset SPS exists
enhance param checking with num-ref and related logging
Merge pull request #1678 from sijchen/savc1
Merge pull request #1713 from mstorsjo/valgrind
modify parse only flowchart to use DecodeFrameConstruction()
Avoid a spurious valgrind warning in DecoderIntraPredictionTest.WelsDecoderI16x16LumaPredPlane_sse2
add fix for the valgrid warning of issue#1362
Merge pull request #1711 from huili2/parseonly_noEC
Merge pull request #1710 from huili2/parseonly_framecomplete_error_prop
prevent error propagation for parse only when frame is not complete
Merge pull request #1706 from mstorsjo/add-destdir-static
Add $(DESTDIR) for the install-static rule as well
Merge pull request #1704 from lu-zero/master
Merge pull request #1705 from HaiboZhu/Debug_Delay_mode_rawdata_update_error
Merge pull request #1691 from mstorsjo/pkgconfig-fixes
Merge pull request #1701 from huili2/parseonly_framecomplete_bugfix
Merge pull request #1702 from mstorsjo/adjust-comment
Clarify the comment about ABI issues with WelsGetCodecVersion
Merge pull request #1703 from mstorsjo/add-cast
Add a cast to silence GCC warnings about comparison between signed and unsigned
Fix a bug when EC disable under delay mode (buf point not update when early exit)
Merge pull request #1694 from zhilwang/asm-SetNoneZero
Merge pull request #1698 from ruil2/fix_param
bug fix for parseonly for complete frame judge: reset total_mb if correct.
Merge pull request #1697 from huili2/parseonly_frame_complete_return
fix bug when some parameters change dynamically
Merge pull request #1696 from mstorsjo/add-header-const
Declare the g_strCodecVer variable as const
output error when frame incomplete for parse only usage
Add asm code for NoneZeroCount and refine related code
Merge pull request #1687 from mstorsjo/update-releases
Merge pull request #1692 from mstorsjo/improved-version-function
Merge pull request #1688 from mstorsjo/add-void
Add a new public function WelsGetCodecVersionEx
Include private dependencies in the Libs line in pkg-config if only installing a static library