View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000330 | JVT JM H.264/AVC reference software | encoder and decoder | public | 2013-08-13 15:39 | 2015-06-16 14:08 |
Reporter | Andy (Xing) Fu | Assigned To | Karsten Suehring | ||
Priority | low | Severity | minor | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | N/A | OS | Any | OS Version | N/A |
Product Version | JM 18.5 | ||||
Fixed in Version | JM 19.0 | ||||
Summary | 0000330: use of >, >=, <, <= with profile_idc | ||||
Description | H.264 profile_idc is not a monotonically increasing value, rather it is an enumeration. use of >, >=, <, <= with profile_idc is NOT recommended. In JM 18.5, use of >, >=, <, <= with profile_idc: lines 271 and 272 in ldecod/inc/defines.h lines 1091 and 1095 in ldecod/inc/global.h lines 1609 in lencod/inc/global.h line 1847 in ldecod/src/mbuffer.c line 597 in ldecod/src/parset.c | ||||
Steps To Reproduce | N/A, just read the code | ||||
Tags | No tags attached. | ||||
|
I mostly agree with that. Future profiles may have different feature sets and thus be incompatible. Can you provide a patch? |
|
Fixed in the current development version (except for one MV-profile occurrence, which probably needs more work anyway) |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-08-13 15:39 | Andy (Xing) Fu | New Issue | |
2013-09-02 21:38 | Karsten Suehring | Note Added: 0000595 | |
2013-09-02 21:38 | Karsten Suehring | Assigned To | => Karsten Suehring |
2013-09-02 21:38 | Karsten Suehring | Status | new => acknowledged |
2015-06-16 14:08 | Karsten Suehring | Note Added: 0000633 | |
2015-06-16 14:08 | Karsten Suehring | Status | acknowledged => resolved |
2015-06-16 14:08 | Karsten Suehring | Fixed in Version | => JM 19.0 |
2015-06-16 14:08 | Karsten Suehring | Resolution | open => fixed |