Timeline
Oct 28, 2014:
- 6:45 PM Ticket #1207 (Bad copyToPic partition implementation in encoder) closed by
- fixed: Fixed in r4186 by removing the function.
- 6:27 PM Ticket #638 (Missing "cabac_zero_word" writing implementation in HM software) closed by
- fixed: cabac zero word padding is now enabled by default in r4185. No padding …
Oct 27, 2014:
- 8:20 PM Ticket #1344 (Fix misspelt paramater named "ColorTransform" and other instances of ...) created by
- It has been requested to fix the misspelt parameter name in the SCM …
- 7:17 PM Ticket #1343 (HM should stop on unknown parameters) created by
- It has been requested that the HM encoder should fail when it …
Oct 25, 2014:
- 6:54 AM Ticket #1342 (TDecSbac::parseMVPIdx() could be simplified) created by
- TDecSbac::parseMVPIdx() reads the syntax elements mvp_l0_flag and …
- 6:14 AM Ticket #1341 (some variables with Flag suffix declared as other than Bool) created by
- There are a few member variables that are named *Flag but not declared …
Oct 21, 2014:
Oct 20, 2014:
- 7:19 PM Ticket #266 (ZERO_MVD_EST fix) closed by
- wontfix: The code related to ZERO_MVD_EST has been removed in r4162
Oct 17, 2014:
- 8:25 PM Ticket #1332 (Double read of SEI byte alignment when payload extension present) closed by
- fixed: fixed in r4160
- 6:44 PM Ticket #1340 (Wrong conformance/default display window dimensions for field decoding) closed by
- fixed: fixed in r4159
- 6:43 PM Ticket #1340 (Wrong conformance/default display window dimensions for field decoding) created by
- In HM 15 left and top output window position is ignored (while the …
- 3:33 PM Ticket #1339 (calCostSliceI, rate control and multiple slices/slice segments) created by
- calCostSliceI is only called once per picture, even if there are …
- 3:27 PM Ticket #1338 (Adaptive QP Selection and multiple slices / slice segments) created by
- Adaptive QP selection appears to be incorrect when multiple slices / …
- 4:11 AM Ticket #1337 (incorrect address calculation in ACT) closed by
- fixed: fixed in r4157.
- 4:03 AM Ticket #1337 (incorrect address calculation in ACT) created by
- When SCM_R0147_RGB_YUV_RD_ENC (missing one _ after SCM, otherwise, all …
Oct 15, 2014:
- 5:59 PM Ticket #1229 (PSNR computation for Bit_Depths > 8) closed by
- wontfix: I did not see this discussion being brought up during a JCT-VC …
- 3:39 PM Ticket #1336 (Incorrect NoOutputOfPriorPicsFlag flushing behaviour after EOS) created by
- This ticket is related to #1335. In TAppDecTop::decode() there is the …
- 2:01 PM Ticket #1335 (NoOutputOfPriorPicsFlag can be mishandled by reference decoder) created by
- TDecTop::checkNoOutputPriorPics(), called following an IRAP picture …
- 12:52 PM Ticket #1334 (Reference decoder sometimes skips RADLs) created by
- This ticket is related to #1333. TDecTop::xDecodeSlice() contains the …
- 12:43 PM Ticket #1333 (Leading pictures are sometimes skipped or not skipped incorrectly) created by
- The rules governing the skipping of leading pictures as I understand …
Oct 14, 2014:
- 4:26 PM Ticket #1099 (Repeating the active SPS leaves a dangling pointer in previously ...) closed by
- duplicate: Closed as duplicate of #1330. A new report has been added with …
- 4:15 PM Ticket #1331 (Unused local variable in TEncSlice::encodeSlice) closed by
- wontfix: The RExt branch has been merged into mainline HM. There will be no …
- 3:39 PM Ticket #1332 (Double read of SEI byte alignment when payload extension present) created by
- The reference code currently doesn't handle payload extensions in SEI …
- 2:13 PM Ticket #1331 (Unused local variable in TEncSlice::encodeSlice) created by
- In HM-15.0+RExt-8.1, there is a compilation error due to an unused …
- 2:05 PM Ticket #1330 (Repeated reference picture sets cause dangling pointers) created by
- This is a repeat of #1099, but as that ticket is so old I thought it …
Oct 10, 2014:
- 7:29 PM Ticket #1279 (Frame level PSNR for interlaced sequence.) closed by
- duplicate: Closed as duplicate of #1278. closing as duplicate
- 7:28 PM Ticket #1278 (PSNR for fields) closed by
- fixed: the patch has been applied in r4131
- 7:22 PM Ticket #1282 (Frame level PSNR function for fields) closed by
- fixed: the patch has been applied in r4130
- 6:18 PM Ticket #1326 (Bug in Encode Parameter check) closed by
- fixed
Oct 9, 2014:
- 5:50 PM Ticket #1149 (Check to see whether disabling SAO at picture-level produces the ...) closed by
- fixed: Fixed (via RExt) in r4119. Disabled by default. Use macro …
- 5:30 PM Ticket #1275 (fractional bits is not reset) closed by
- fixed: Change made in r4117, along with additional code tidy.
- 5:10 PM Ticket #1274 (Uninitialized variables) closed by
- fixed: Fixed in r4116.
- 5:09 PM Ticket #1283 (check remaining bytes of slice segment data) closed by
- fixed: Added in r4116. DBLK_A_MAIN10_VIXS_3.bit fails, as highlighted. Use …
- 5:07 PM Ticket #1325 (Tiles result in incorrect entry-point values in dependent slice segments) closed by
- fixed: Fixed in r4116
- 12:43 PM Ticket #1329 (Encoder: nuh_temporal_id for SEI messages) created by
- nuh_temporal_id is always set to 1 for some SEI types, instead of the …
- 12:38 PM Ticket #1328 (Encoder: Decoding unit info encoding may fail and is only available ...) created by
- Decoding units information is only generated for SliceMode=1. Other …
- 12:31 PM Ticket #1327 (Encoder: Incorrect decoding unit info in picture timing SEI) created by
- When decoding unit information is encoded in picture timing SEI, the …
Oct 8, 2014:
- 7:48 PM Ticket #1326 (Bug in Encode Parameter check) created by
- Here the description of error is matching with text from hevc spec …
Oct 3, 2014:
- 4:49 PM Ticket #1325 (Tiles result in incorrect entry-point values in dependent slice segments) created by
- When tiles (not wavefronts) are used, the first entry point value of …
Sep 30, 2014:
- 2:16 PM Ticket #1324 (Scalable nesting SEI syntax at encoder) closed by
- fixed: The patch has been applied in r4115
- 12:53 AM Ticket #1197 (decoder crashes with CBR streams) closed by
- fixed: This should have been implemented around HM 14.0. Ticket #1265 is …
Note: See TracTimeline
for information about the timeline view.