shaka-packager/packager/media
KongQun Yang 3f7ecd4e29 Workaround extra AUD in the access unit
VLC seems to generate access units with extra AUDs. In #526, the below
sequence is seen:

  AUD | SPS | PPS | SPS | PPS | AUD | SEI | SEI | SEI | IDR_SLICE

Previously we exit early when seeing AUD, which results in delayed
processing of the access unit.

The behavior is changed to continue processing the following NAL units
to workaround the content issue.

Closes #526.

Change-Id: I80f571c0711c6db1337eb393fce36fae5432b6c5
2018-12-15 00:32:06 +00:00
..
base Workaround extra AUD in the access unit 2018-12-15 00:32:06 +00:00
chunking Ignore extra Ad cues at the end of the stream 2018-07-24 18:46:30 +00:00
codecs Omit all optional fields in AV1 codec string 2018-10-12 13:20:11 -07:00
crypto Support subsample encryption in AV1 2018-10-11 11:35:00 -07:00
demuxer Add the logging for 'Container not supported' error 2018-11-09 10:26:33 -08:00
event Support HLS characteristics 2018-11-26 20:02:43 +00:00
formats Workaround extra AUD in the access unit 2018-12-15 00:32:06 +00:00
origin Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
public Support Marlin DRM signaling in DASH 2018-10-01 20:22:58 +00:00
replicator Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
test Implemented AV1 bitstream parser 2018-09-28 18:45:44 +00:00
trick_play Support trick play with Ad cues 2018-12-13 00:27:11 +00:00