Merge pull request #1494 from huili2/ec_final_crash_UT
Merge pull request #1490 from sijchen/after_review
Merge pull request #1493 from ruil2/printf
update timestamp unit as millisecond
use %lld instead of %8d for longlong type
Merge pull request #1485 from ruil2/cabac_refine
fixing OverallMbMap for slice_idx>255 and some log improvements
Merge pull request #1488 from mstorsjo/fix-warnings
Merge pull request #1486 from mstorsjo/fix-pow-params
add a simple UT for debugging decoder crash
Merge pull request #1484 from mstorsjo/fix-chmod
pass each frame timestamp to codec
Merge pull request #1483 from dongzha/EnhanceDecConsole
Merge pull request #1482 from ruil2/cabac_refine
Merge pull request #1480 from dongzha/cleanCabacDecoder
Add casts to avoid warnings about comparison between signed and unsigned
Use the right data type for some local variables
modify macro STICK_STREAM_SIZE // For Demo interfaces test with track file of integrated frames
Don't try to use pow(int,int)
Remove variables that are set but not used
Remove the executable bit from new test sequences
add decoder cabac support and add UT
Merge pull request #1469 from shihuade/APIUTV1.5.2
Merge pull request #1476 from mstorsjo/sps-constraints
Merge pull request #1477 from mstorsjo/avoid-msvc-warnings
Merge pull request #1478 from sijchen/after_review61
Merge pull request #1472 from mstorsjo/fix-test-random
Set constraint set 0 and 1 flags for non-scalable as well
add validation of slice parameters instead of assert
Merge pull request #1475 from ruil2/cabac_refine
update windows project for table change
Add a cast when converting from int64_t to float
Avoid warnings about converting from int to bool
Merge pull request #1471 from mstorsjo/fix-warnings
Merge pull request #1473 from mstorsjo/silence-test-warnings
Make sure the width/height is large enough in SetOptionEncParamExt
Merge pull request #1474 from mstorsjo/use-proper-logging
Use WelsLog instead of fprintf for normal runtime errors
Silence warning logging while running tests that can produce errors
Remove an impossible condition
Merge pull request #1462 from sijchen/after_review1
Merge pull request #1463 from sijchen/after_review4
Merge pull request #1466 from shihuade/APIUTV1.5
Merge pull request #1470 from mstorsjo/fix-chmod
Remove the executable bit from the API docs
Merge pull request #1464 from mstorsjo/unify-msvc-nasm
Merge pull request #1467 from mstorsjo/cabac-stash-fix
Revert unrelated changes to MSVC project file nasm commands
set option for ParamExt----random cases
for reference selection under screen:
Merge pull request #1457 from ruil2/enc_cabac
Remove the pBuffer parameter from the entropy encoder stash functions
Don't stash the cabac state into the SBitStringAux buffer
add updated documents from v1.2
Merge pull request #1460 from zaheerm/pkgconfig
Merge pull request #1459 from tp-m/pkgconfig-install-fix
Fix openh264.pc file installation
Add .pc file generation to PHONY targets as version change in Makefile needs to cause a rebuild.
Merge pull request #1455 from zaheerm/pkgconfig
Merge pull request #1456 from dongzha/fixRCOverFlow
fix Rc int32_t bitrate overflow
Add pkg-config file.
Merge pull request #1451 from sijchen/for_format
Merge pull request #1450 from mstorsjo/avoid-warnings
fix names to keep consistent of style
Merge pull request #1448 from sijchen/for_format
roll back the file which is mis-formatted by astyle
Merge pull request #1446 from sijchen/for_format
fix a small range of slice idx
Merge pull request #1443 from dongzha/AddUTSwitch
Add casts to avoid warnings about comparison between signed and unsigned
Merge pull request #1440 from shihuade/APIUTV1.4
Merge pull request #1439 from sijchen/for_format
Merge pull request #1442 from mstorsjo/android-pthread-setname
reformat cpp files for unit tests
fix bug in set option return value
reformat cpp files for next release
Merge pull request #1432 from mstorsjo/rename-makefiles
Only use pthread_setname_np on Android >= 9 (2.3)
Merge pull request #1437 from sijchen/after_review2
Merge pull request #1429 from sijchen/add_statistics1
Merge pull request #1438 from huili2/EC_crashfix
add a thread name for easier profiling
Merge pull request #1441 from mstorsjo/avoid-warnings
Add casts to avoid warnings about comparison between signed and unsigned
add interface and basic implementaion and UT for EncoderStatistics
Remove the "platform-" prefix from common shared makefiles
Merge pull request #1430 from mstorsjo/make-param-reorder
Merge pull request #1431 from mstorsjo/msvc-unify-nasm
Make nasm commands in vcproj files consistent
Add literal CRLF at the end of nasm commands that are missing them