-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix: ClassSelectionDialog now creates a new QDialog every time it i…
…s requested. This solves the problem on Windows that a close() event marks a widget for deletion, hence the C++ object might be in an undefined state and cannot be accessed a second time - turned off the threaded parsing as this makes creation of GUI elements in non-GUI threads difficult to handle - added VMAFScore and seconds as allowed units for BD calculation - added log files from a collect folder for testing
- Loading branch information
Max Bläser
committed
Apr 3, 2019
1 parent
9f5109f
commit 30087a2
Showing
11 changed files
with
619 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 70 additions & 0 deletions
70
src/rdplot/tests/test_logs/exampleCollect/VTM-3.2-Base/RaceHorsesL_832x480_QP22.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Logfile> | ||
<Codec> | ||
<Value>TMVTMBMS1_0_SimulationDecodeIPPE</Value> | ||
</Codec> | ||
<SeqName> | ||
<Value>RaceHorsesL_832x480_30fps_10bit_420pf.yuv</Value> | ||
</SeqName> | ||
<Rate> | ||
<Value>4204.0776</Value> | ||
<Unit>kbps</Unit> | ||
</Rate> | ||
<PsnrY> | ||
<Value>39.4115</Value> | ||
<Unit>dB</Unit> | ||
</PsnrY> | ||
<PsnrU> | ||
<Value>41.6752</Value> | ||
<Unit>dB</Unit> | ||
</PsnrU> | ||
<PsnrV> | ||
<Value>43.2251</Value> | ||
<Unit>dB</Unit> | ||
</PsnrV> | ||
<Width> | ||
<Value>832</Value> | ||
</Width> | ||
<Height> | ||
<Value>480</Value> | ||
</Height> | ||
<Frq> | ||
<Value>30</Value> | ||
</Frq> | ||
<NumFrms> | ||
<Value>300</Value> | ||
</NumFrms> | ||
<FileInBitDepth> | ||
<Value>10</Value> | ||
</FileInBitDepth> | ||
<ConfigInBitDepth> | ||
<Value>10</Value> | ||
</ConfigInBitDepth> | ||
<ConfigOutBitDepth> | ||
<Value>10</Value> | ||
</ConfigOutBitDepth> | ||
<QP> | ||
<Value>22</Value> | ||
</QP> | ||
<EncTime> | ||
<Value>49823.0</Value> | ||
<Unit>s</Unit> | ||
</EncTime> | ||
<DecTime> | ||
<Value>23.838</Value> | ||
<Unit>s</Unit> | ||
</DecTime> | ||
<VMAF> | ||
<Value>99.959891</Value> | ||
<Unit>VMAFScore</Unit> | ||
</VMAF> | ||
<BitstreamMd5> | ||
<Value>db082f5273a8d4701fe615e680c23094</Value> | ||
</BitstreamMd5> | ||
<DecodedYUVMd5> | ||
<Value>037b52e29100ff691e80a706b9e68132</Value> | ||
</DecodedYUVMd5> | ||
<JobId> | ||
<Value>6930171 on knecht22</Value> | ||
</JobId> | ||
</Logfile> |
70 changes: 70 additions & 0 deletions
70
src/rdplot/tests/test_logs/exampleCollect/VTM-3.2-Base/RaceHorsesL_832x480_QP27.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Logfile> | ||
<Codec> | ||
<Value>TMVTMBMS1_0_SimulationDecodeIPPE</Value> | ||
</Codec> | ||
<SeqName> | ||
<Value>RaceHorsesL_832x480_30fps_10bit_420pf.yuv</Value> | ||
</SeqName> | ||
<Rate> | ||
<Unit>kbps</Unit> | ||
<Value>1616.1432</Value> | ||
</Rate> | ||
<PsnrY> | ||
<Unit>dB</Unit> | ||
<Value>36.0197</Value> | ||
</PsnrY> | ||
<PsnrU> | ||
<Unit>dB</Unit> | ||
<Value>39.5402</Value> | ||
</PsnrU> | ||
<PsnrV> | ||
<Unit>dB</Unit> | ||
<Value>41.1875</Value> | ||
</PsnrV> | ||
<Width> | ||
<Value>832</Value> | ||
</Width> | ||
<Height> | ||
<Value>480</Value> | ||
</Height> | ||
<Frq> | ||
<Value>30</Value> | ||
</Frq> | ||
<NumFrms> | ||
<Value>300</Value> | ||
</NumFrms> | ||
<FileInBitDepth> | ||
<Value>10</Value> | ||
</FileInBitDepth> | ||
<ConfigInBitDepth> | ||
<Value>10</Value> | ||
</ConfigInBitDepth> | ||
<ConfigOutBitDepth> | ||
<Value>10</Value> | ||
</ConfigOutBitDepth> | ||
<QP> | ||
<Value>27</Value> | ||
</QP> | ||
<EncTime> | ||
<Unit>s</Unit> | ||
<Value>34030.0</Value> | ||
</EncTime> | ||
<DecTime> | ||
<Unit>s</Unit> | ||
<Value>15.465</Value> | ||
</DecTime> | ||
<VMAF> | ||
<Value>97.410912</Value> | ||
<Unit>VMAFScore</Unit> | ||
</VMAF> | ||
<BitstreamMd5> | ||
<Value>670e4034967b16e1a70f79f5ad90eeaa</Value> | ||
</BitstreamMd5> | ||
<DecodedYUVMd5> | ||
<Value>9bd057235a281d6584d4730fbc977120</Value> | ||
</DecodedYUVMd5> | ||
<JobId> | ||
<Value>6930182 on knecht21</Value> | ||
</JobId> | ||
</Logfile> |
70 changes: 70 additions & 0 deletions
70
src/rdplot/tests/test_logs/exampleCollect/VTM-3.2-Base/RaceHorsesL_832x480_QP32.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Logfile> | ||
<Codec> | ||
<Value>TMVTMBMS1_0_SimulationDecodeIPPE</Value> | ||
</Codec> | ||
<SeqName> | ||
<Value>RaceHorsesL_832x480_30fps_10bit_420pf.yuv</Value> | ||
</SeqName> | ||
<Rate> | ||
<Unit>kbps</Unit> | ||
<Value>772.4480</Value> | ||
</Rate> | ||
<PsnrY> | ||
<Unit>dB</Unit> | ||
<Value>33.3292</Value> | ||
</PsnrY> | ||
<PsnrU> | ||
<Unit>dB</Unit> | ||
<Value>37.9919</Value> | ||
</PsnrU> | ||
<PsnrV> | ||
<Unit>dB</Unit> | ||
<Value>39.7510</Value> | ||
</PsnrV> | ||
<Width> | ||
<Value>832</Value> | ||
</Width> | ||
<Height> | ||
<Value>480</Value> | ||
</Height> | ||
<Frq> | ||
<Value>30</Value> | ||
</Frq> | ||
<NumFrms> | ||
<Value>300</Value> | ||
</NumFrms> | ||
<FileInBitDepth> | ||
<Value>10</Value> | ||
</FileInBitDepth> | ||
<ConfigInBitDepth> | ||
<Value>10</Value> | ||
</ConfigInBitDepth> | ||
<ConfigOutBitDepth> | ||
<Value>10</Value> | ||
</ConfigOutBitDepth> | ||
<QP> | ||
<Value>32</Value> | ||
</QP> | ||
<EncTime> | ||
<Unit>s</Unit> | ||
<Value>22444.0</Value> | ||
</EncTime> | ||
<DecTime> | ||
<Unit>s</Unit> | ||
<Value>9.243</Value> | ||
</DecTime> | ||
<VMAF> | ||
<Value>87.602761</Value> | ||
<Unit>VMAFScore</Unit> | ||
</VMAF> | ||
<BitstreamMd5> | ||
<Value>5d378355957aacfed6c50ebf1ffbaad5</Value> | ||
</BitstreamMd5> | ||
<DecodedYUVMd5> | ||
<Value>165e213537616e8b57841e8b24413421</Value> | ||
</DecodedYUVMd5> | ||
<JobId> | ||
<Value>6930193 on knecht24</Value> | ||
</JobId> | ||
</Logfile> |
Oops, something went wrong.