Changing decoder input partition API to input fragments.
Adding support for several partitions within one input fragment. This is necessary to fully support all possible packetization combinations in the VP8 RTP profile. Several partitions can be transmitted in the same packet, and they can only be split by reading the partition lengths from the bitstream. Change-Id: If7d7ea331cc78cb7efd74c4a976b720c9a655463
Showing
- vp8/common/onyxd.h 1 addition, 1 deletionvp8/common/onyxd.h
- vp8/decoder/decodframe.c 118 additions, 121 deletionsvp8/decoder/decodframe.c
- vp8/decoder/onyxd_if.c 76 additions, 84 deletionsvp8/decoder/onyxd_if.c
- vp8/decoder/onyxd_int.h 4 additions, 6 deletionsvp8/decoder/onyxd_int.h
- vp8/vp8_dx_iface.c 3 additions, 3 deletionsvp8/vp8_dx_iface.c
- vpx/src/vpx_decoder.c 2 additions, 2 deletionsvpx/src/vpx_decoder.c
- vpx/vpx_decoder.h 11 additions, 9 deletionsvpx/vpx_decoder.h
Loading
Please register or sign in to comment