remove macro definition to the header file
Merge pull request #1652 from huili2/newseq_bugfix
Merge pull request #1651 from mstorsjo/improve-version-header
Merge pull request #1603 from sijchen/add_ver1
skip the git version hash in the header
Merge pull request #1642 from mstorsjo/avoid-rebuilds
Add a public function for getting the codec version
Captizalize OpenH264 correctly in the version header
Merge pull request #1634 from ruil2/trace
Merge pull request #1638 from ruil2/default_trace
Merge pull request #1650 from huili2/bugfix_cabac_mbqpdelta
Merge pull request #1648 from huili2/bugfix_cabacinitidc
use picture-level new seq begin detection for output functions
Merge pull request #1649 from sijchen/fix_trace
Merge pull request #1643 from mstorsjo/check-num-refs
Merge pull request #1641 from mstorsjo/test-min-bitrate
put this file into good format
add fix for protection of wrong reading if input is invalid
Merge pull request #1646 from dongzha/cabacfix
Merge pull request #1647 from HaiboZhu/Debug_Check_Ref_Picture_Complete
Merge pull request #1640 from mstorsjo/fix-tests
Merge pull request #1645 from mstorsjo/type-signatures
unify spsid for pic and add check for mb_qp_delta
Use the correct types instead of void pointers in function signatures
add check for cabac_init_idc range in parsing
Change the name and call logic of CheckRefPicturesComplete function.
modify WELS_LOG_WARNING as the default trace level
If lowering the maximum number of ref frames, check iNumRefFrames as well
Merge pull request #1639 from ruil2/qp_trace
Merge pull request #1637 from dongzha/SpeedUpSkipMode
Merge pull request #1636 from ruil2/qp_trace
Merge pull request #1635 from mstorsjo/binary-comparison-ignore
astyle and speed up decoding by removing unnessary memset
use WELS_LOG_ERROR as default trace level in console app
Avoid rebuilds if the version header hasn't changed
Make sure the random test bitrate is high enough
Merge pull request #1633 from lyao2/avg_qp2
Increase the minimum frame size in a test with multiple spatial layers
Use an inline function instead of a macro for clipping which contains rand()
Use the common WELS_CLIP3 macro instead of a custom reimplementation
Merge pull request #1628 from mstorsjo/fix-tests
Merge pull request #1644 from mstorsjo/fix-script-typos
Fix a number of typos in run_SafeDelete.sh
Merge pull request #1629 from mstorsjo/msvc-casts
Merge pull request #1630 from zaheerm/fixcomments
Add a gitignore entry for another file created by the binary comparison scripts
Readd and update the accidentally cleared SHA1 test tables
Merge pull request #1627 from HaiboZhu/Debug_potential_out_of_memory
Fix a check in the binary comparison scripts
Merge pull request #1626 from dongzha/testcrash1
Merge pull request #1624 from huili2/au_data_check
Merge pull request #1622 from dongzha/setunuse
Merge pull request #1623 from ruil2/level_5
Fix comments to be up to date with current API.
keep the consistency between sps level and parameter level
(1) Reset parameter set status and clear AU list when out of memory
change au_ready status and check au number
Merge pull request #1618 from huili2/modify_freeze_pos
Merge pull request #1617 from ruil2/bits_update
Merge pull request #1616 from dongzha/testcrash
fix two continus IDR, with same sps/pps id, but different resolution
Merge pull request #1615 from lyao2/ut_idr3
modify freeze output to proper location
Merge pull request #1612 from huili2/log_add_this_codec
Merge pull request #1614 from sijchen/fix_idr_id1
Merge pull request #1613 from sijchen/fix_ut2
refine the UT case for checking IDR request
encoder log level adjustment in UT to avoid too many output and some formatting
Merge pull request #1608 from ruil2/bits_update
Merge pull request #1609 from dongzha/NewFixEcRatioCalc
Merge pull request #1606 from huili2/log_for_memory_realloc
fix idr_id: idr_id should be adding regardless of the sps strategy
update maxbitrate to control bitrate vary range
add flag to count EC Mbs due to ref error
fix decodestatus uiEcRatio calc bug
Merge pull request #1607 from mstorsjo/encoder-init-log
Log the encoder version later in the initialization
Merge pull request #1605 from sijchen/fix_ut1
Merge pull request #1600 from shihuade/UpdateSHA1
Merge pull request #1601 from dongzha/FixDecodeStatusFps
add generating script and the first version of codec_ver.h
add a decoder status: float fActualAverageFrameSpeedInMs; ///< actual average_Decoding_Time, includeing freezed picture
Merge pull request #1599 from HaiboZhu/Debug_Add_subSPS_check
1 update SHA1 table which have been broken by previous update; 2 enhance script to support more case(multi layer etc.)
Merge pull request #1597 from mstorsjo/msvc-casts
Add subSPS pre-active check in CheckActiveSPS
add log for ref pic buffer memory alloc
Add casts when converting from int64_t or double to int32_t