- Timestamp:
-
Jul 2, 2014, 1:42:05 PM (11 years ago)
- Author:
-
ksuehring
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
- Property Cc fbossen ksuehring davidf jct-vc@… added
-
Property
Milestone
changed from
HM-15.0
to
-
initial
|
v4
|
|
1 | 1 | The following code exists in the HM decoder in TDecTop::xGetNewPicBuffer: |
2 | | '' |
| 2 | {{{ |
3 | 3 | if ( !bBufferIsAvailable ) |
4 | 4 | { |
… |
… |
|
7 | 7 | rpcPic = new TComPic(); |
8 | 8 | m_cListPic.pushBack( rpcPic ); |
9 | | }'' |
| 9 | } |
| 10 | }}} |
10 | 11 | |
11 | 12 | It basically allocates memory more than the size indicated by the DPB, which should not be permitted. It is particularly significant in testing bitstream conformance, to ensure that a bitstream does not accidentally exceed the signalled DPB size but HM decoder doesn't catch it. |
| This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant - Adarsh Krishnan Ramasubramonian(Reporter)
- David Flynn(Subscriber)
- Frank Bossen(Subscriber)
- jct-vc@…(Subscriber)
- karl.sharman@…(Always)
- Karsten Suehring(Subscriber, Participant, Always)
|