media/library
andrewlewis e604daaa09 Fix handling of H.262 CSD
The start code for H.262 codec-specific data may be across a packet boundary.
Before this change the offset passed to CsdBuffer.onData may have been before
the start point of the data in the newData buffer.

After this change, start codes are added directly to the CSD buffer when it's
filling and any start code bytes added by onData (at the end of a packet) are
discarded.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=163943584
2017-08-02 13:33:55 +01:00
..
all Make it easier to use ExoPlayer modules in other projects II 2017-06-28 22:26:05 +01:00
core Fix handling of H.262 CSD 2017-08-02 13:33:55 +01:00
dash Move getBufferedPositionUs into SequenceableLoader. 2017-07-19 14:08:59 +01:00
hls Correctly flush HlsSampleStreamWrapper when primary selection changes 2017-07-19 14:20:57 +01:00
smoothstreaming Move getBufferedPositionUs into SequenceableLoader. 2017-07-19 14:08:59 +01:00
ui Minor cleanup 2017-08-02 13:33:46 +01:00