Cast to the right data type to avoid comparison warnings in gcc
Merge pull request #1525 from dongzha/FixbuginMVClip
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
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