Merge pull request #1526 from ruil2/max_nal_size
Merge pull request #1534 from syureyi/level9
Merge pull request #1533 from mstorsjo/speedup-tests
Merge pull request #1532 from huili2/new_EC_IDR_reschange
Merge pull request #1531 from mstorsjo/use-right-type
Merge pull request #1530 from sijchen/after_review
Use & 0xff instead of WELS_CLIP3(, 0, 255)
Reduce the number of rounds in DecoderCrashTest
Use the right data type for a variable
add EC method to freeze sequence when resolution changed and decoding IDR error
Merge pull request #1528 from mstorsjo/fix-warnings
Merge pull request #1525 from dongzha/FixbuginMVClip
add total length in encoder output and complete most of the statistis calculation
Cast to the right data type to avoid comparison warnings in gcc
Merge pull request #1519 from ruil2/max_nal_size
Merge pull request #1524 from huili2/parse_err_return_bug_fix
Merge pull request #1522 from sijchen/after_review
fix bug of parse error return for VCL data
fix a calculation of fAverageFrameRate
Merge pull request #1518 from huili2/ec_UT_0_bugfix
Merge pull request #1517 from ruil2/cabac_qp
add maxnalsize control for gmp wrapper
Merge pull request #1516 from mstorsjo/remove-duplicated-field
fix cabac encoding bug -- don't get the correct previous mb qp
Merge pull request #1515 from ruil2/add_nal_trace
add some traces for bitstream output
Remove a duplicated field in SWelsSvcCodingParam
Merge pull request #1507 from ruil2/init
Merge pull request #1512 from mstorsjo/add-float-cast
Merge pull request #1511 from mstorsjo/check-fread-return-value
Add a cast when converting from double to float
Check the return value of fread
Merge pull request #1510 from mstorsjo/unsigned-int-literals
Change integer literals to unsigned to avoid warnings about comparison between signed and unsigned
Merge pull request #1509 from mstorsjo/fix-warnings-cast
Add casts to avoid warnings about comparison between signed and unsigned
Merge pull request #1508 from mstorsjo/remove-unused-variables
Merge pull request #1504 from syureyi/android_bugfix
Merge pull request #1503 from huili2/ec_crossIDR
Merge pull request #1502 from dongzha/RemoveUglyCode
Merge pull request #1500 from syureyi/decoderstatics
Merge pull request #1497 from dongzha/FixCabacBug
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