Timeline


and

Mar 11, 2014:

12:20 PM Ticket #1262 (Reference decoder discards chroma CBFs when decoding 4:2:2 with ...) created by jackh
In TDecSbac::parseQtCbf(), there is this piece of code: […] When …
10:04 AM Ticket #1261 (HM decoder does not use HighestTID nor sps_max_num_reorder_pics when ...) created by rickard
The HM decoder is not output order conforming. One reason is that …

Mar 10, 2014:

2:53 PM Ticket #1260 (Filtering process for chroma block edges doesn't match spec) created by jackh
Assuming ticket #1254 to be correct, the following piece of code in …
12:34 PM Ticket #1259 (Segmentation fault when using 4:2:2 subsampling) created by jackh
When using 4:2:2, the following code in …

Mar 9, 2014:

2:08 AM Ticket #1258 (Encoder Description + HM : Low PSNR value for Y compared to U and V) created by anujagg85
Hi All, I tried the HM encoder to encode a raw YUV 720p seq using …

Mar 6, 2014:

11:22 AM Ticket #1257 (Chroma subsampling directions are transposed in weighted prediction) created by jackh
I'm surprised that this one is not on the bug tracker as it's clearly …

Mar 3, 2014:

11:53 AM Ticket #1256 (4:2:2 and 4:4:4 chroma cbf coding) created by kazui
I think new transform_tree() description in JCTVC-P1005_v1 was …

Feb 27, 2014:

9:34 PM Ticket #1255 (Software Manual: Table formatting broken) created by ksuehring
Table 15 (SEI message parameter) renders outside the page borders, …
6:19 PM Ticket #1254 (Inconsistency between reference decoder and spec in filtering process ...) created by jackh
In section 8.7.2.5.5 of P1005, it says: The variable QpC is …

Feb 24, 2014:

7:02 PM Ticket #1253 (TComDataCU::getIntraDirLumaPredictor always returns 3) created by kolya
TComDataCU::getIntraDirLumaPredictor always returns 3. Example patch …

Feb 21, 2014:

4:42 PM Ticket #1244 (Derivation of POC when CRA has NoRaslOutputFlag equal to 1) closed by fbossen
fixed: Fixed in r3856
4:36 PM Ticket #1247 (Bugs in tone mapping information SEI) closed by fbossen
fixed: Fixed in r3855
4:25 PM Ticket #1251 (redundant function) closed by fbossen
invalid: The function has to be seen in the context of the following three: …
4:22 PM Ticket #1250 (misleading loop limit) closed by fbossen
invalid: The loop is setting values in the array uiRdModeList: […] The loop …
4:17 PM Ticket #1246 (misleading function name) closed by fbossen
fixed: Fixed in r3854
3:36 PM Ticket #1252 (Mismatched coordinates in transform_unit()) created by jackh
In O1005, the following passage appears in transform_unit: […] …

Feb 20, 2014:

12:20 PM Ticket #1231 (refMatrixId can become negative) reopened by jackh
I think this problem still exists in the updated spec when sizeId==3 …

Feb 19, 2014:

7:58 PM Ticket #1251 (redundant function) created by kolya
function TComPattern::getAdiOrgBuf just returns its argument
2:36 PM Ticket #1234 (8.4.5.1 uses incorrect coordinate system assigning to xTb1 and yTb1) reopened by jackh
Apologies, this correction was incomplete. The previous equations were …
1:01 PM Ticket #1250 (misleading loop limit) created by kolya
in TEncSearch.cpp line 2489 there is numModesForFullRD, but …
12:49 PM Ticket #1249 (Typo in sec 8.4.4) created by jackh
At the beginning of sec 8.4.4, the following passage appears: The …
4:02 AM Ticket #1248 (HM encoder crashes after encoding a few frames of 4K content (3840x2160)) closed by davidf
invalid

Feb 18, 2014:

11:51 PM Ticket #1248 (HM encoder crashes after encoding a few frames of 4K content (3840x2160)) created by xinjun
HM encoder (13.0) crashes after encoding a few frames of 4K content …
7:47 AM Ticket #1247 (Bugs in tone mapping information SEI) created by o.nakagami
Two bugs are found in the software regarding tone mapping information …

Feb 17, 2014:

1:03 PM Ticket #1246 (misleading function name) created by kolya
on line 2431 of TEncSearch.cpp there is UInt uiNumPU = …
6:45 AM Ticket #1215 (Minor improvement in clarifying the branch condition for parsing ...) closed by davidf
fixed: Addressed (fixed)
6:36 AM Ticket #1237 (Inferred value needed for delta_chroma_log2_weight_denom) closed by davidf
fixed: Added inference rule.
6:31 AM Ticket #1235 (transform_unit() reads incorrect chroma cbf for 4:2:2 subsamples) closed by davidf
fixed: Fixed
6:26 AM Ticket #1238 (Coordinate system conversion in 8.7.2.5.8) closed by davidf
fixed: Fixed
6:26 AM Ticket #1236 (Equation 8-367 needs coordinate system update) closed by davidf
fixed: Fixed
6:25 AM Ticket #1234 (8.4.5.1 uses incorrect coordinate system assigning to xTb1 and yTb1) closed by davidf
fixed: Fixed
5:36 AM Ticket #1231 (refMatrixId can become negative) closed by davidf
fixed: Confirmed. Removed maxMatrixId, replaced constraint with a more …

Feb 15, 2014:

7:46 AM Ticket #1245 (HM-13.0+RExt-6.0 not allowing Main12 with an internalBitDepth==12) created by bmandel
Receiving error: Error: BitDepthConstraint must be 8 for MAIN profile …

Feb 14, 2014:

8:40 PM Ticket #1244 (Derivation of POC when CRA has NoRaslOutputFlag equal to 1) created by hendry
When CRA follows an EOS, the variable NoRaslOutputFlag is set to 1 and …

Feb 12, 2014:

3:24 PM Ticket #1242 (Issues due to strict compile checking - HM11.0) closed by ksuehring
duplicate: Closed as duplicate of #206. Closing. Please reopen, if you still …
3:12 PM Ticket #1108 (No implementation of DPB dumping when encountering a new CVS starting ...) closed by fbossen
fixed: Fixed in r3852
12:39 PM Ticket #1243 (preestChromaPredMode is never called) created by kolya
code from line 1355 to 1358 of TEncCu.cpp never works

Feb 11, 2014:

8:14 PM Ticket #1240 (ADAPTIVE_QP_SELECTION 0 gives build error) closed by fbossen
fixed: Fixed in r3851 The behavior of the encoder is as intended. Adaptive QP …
8:08 PM Ticket #1241 (redundant verification code) closed by fbossen
fixed: Disabled code was removed in r3850
8:06 PM Ticket #1239 (MAX_TLAYER should be 7) closed by fbossen
fixed: Fixed in r3849
8:03 AM Ticket #1242 (Issues due to strict compile checking - HM11.0) created by elenva
Im using HM11.0 release version. I've used strict compile settings and …

Feb 9, 2014:

1:15 AM Ticket #1122 (pic_output_flag and no_output_of_prior_pics_flag have no effect on the ...) closed by fbossen
fixed: The case no_output_of_prior_pics_flag==1 should be fixed in r3847
Note: See TracTimeline for information about the timeline view.