openh264/test/encoder_binary_comparison
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
..
Scripts add encoder binary comparison test model 2014-07-08 13:15:57 -04:00
SHA1Table Fix following IntraPeriod set issue 2014-08-28 16:35:23 +08:00
.gitignore update binary comparison test script 2014-07-15 06:42:42 -04:00
AboutTest add encoder binary comparison test model 2014-07-08 13:15:57 -04:00
run_Main.sh add encoder binary comparison test model 2014-07-08 13:15:57 -04:00
run_OneBitStream.sh add encoder binary comparison test model 2014-07-08 13:15:57 -04:00
run_PrepareAllTestData.sh Only build the needed binaries in run_PrepareAllTestData.sh 2014-07-09 11:46:52 +03:00