View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000069 | JVT JM H.264/AVC reference software | decoder | public | 2007-08-14 17:38 | 2007-08-16 17:02 |
Reporter | Dimitris Agrafiotis | Assigned To | Karsten Suehring | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | JM 12.2 | ||||
Fixed in Version | JM 13.0 | ||||
Summary | 0000069: New fix for issue 59 previously considered solved - missing data partitions | ||||
Description | New fix for issue 59 previously considered solved - missing data partitions | ||||
Additional Information | Decoder is now able to handle missing data partitions | ||||
Tags | No tags attached. | ||||
related to | 0000059 | resolved | Karsten Suehring | Problem with the JM 12.2 decoder and missing data partitions |
2007-08-14 18:27
|
|
|
I see, the problem are the CAVLC contexts that are derived from neighboring macroblocks. If the macroblock cannot be decoded, we will get wrong contexts. I think your solution works for simple cases, but can be improved: mb_nr-1 is not always the left macroblock, e.g. at the left border. With FMO the left MB might be coded in a different slice - for which the DP is available. I think, I will try some more advanced error indication. Let me know if you like to test my code before the next release. |
|
Closing this issue as well as id 59 |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-08-14 17:38 | Dimitris Agrafiotis | New Issue | |
2007-08-14 18:27 | Dimitris Agrafiotis | File Added: Fix_v2.zip | |
2007-08-15 19:04 | Karsten Suehring | Relationship added | related to 0000059 |
2007-08-15 19:04 | Karsten Suehring | Status | new => assigned |
2007-08-15 19:04 | Karsten Suehring | Assigned To | => Karsten Suehring |
2007-08-16 12:31 | Karsten Suehring | Note Added: 0000100 | |
2007-08-16 12:31 | Karsten Suehring | Status | assigned => feedback |
2007-08-16 17:02 | Karsten Suehring | Status | feedback => resolved |
2007-08-16 17:02 | Karsten Suehring | Fixed in Version | => JM 12.4-devel |
2007-08-16 17:02 | Karsten Suehring | Resolution | open => fixed |
2007-08-16 17:02 | Karsten Suehring | Note Added: 0000103 |