openh264/test
dong zhang 0187c84f29 Fix following IntraPeriod set issue
1. In WelsInitSps function, if kuiIntraPeriod is huge, uiLog2MaxFrameNum might be bigger than 15, which may introduce illegal H264 bitstream.
2. if pSvcParm.uiIntraPeriod is not zero (e.g. 14) at the initial, it will init sps.iLog2MaxPocLsb. to 5.
 But if I changed pSvcParm.uiIntraPeriod to 40, sps.iLog2MaxPocLsb. is still 5, need to recalcuted this parameter.
 (Same with uiLog2MaxFrameNum.)
2014-08-28 16:35:23 +08:00
..
api Merge pull request #1313 from huili2/SDP_support 2014-08-28 10:47:12 +08:00
build add gtest debug environment for MSVC 2014-08-27 17:58:59 -07:00
common Add proper spacing in include directvies 2014-07-01 10:55:04 +03:00
decoder Add arm UT for Sad,IntraSad,IntraPred. 2014-08-21 15:36:57 +08:00
encoder Add UT for VaaCalc Functions. 2014-08-27 13:53:18 +08:00
encoder_binary_comparison Fix following IntraPeriod set issue 2014-08-28 16:35:23 +08:00
processing Add UT for Downsample functions. 2014-08-27 15:40:14 +08:00
utils Don't reset the random number generator within the unit tests 2014-07-01 10:20:45 +03:00
BaseDecoderTest.h enable api test for decoder VclNal 2014-08-14 00:52:21 -07:00
BaseEncoderTest.h add encoder interface ut 2014-07-25 16:40:14 +08:00
sha1.h astyle all 2014-06-25 18:50:41 -07:00
test_stdint.h Allow building tests on MSVC versions where stdint.h is missing 2014-02-24 15:38:37 +02:00