media/library/src/main/java/com/google/android/exoplayer2
olly 79a0899124 Always re-send format if sample buffer is null
Also clear the playingPeriodHolder in the case the renderers
are being disabled. This is required to ensure that
setPlayingPeriodHolder isn't turned into a no-op, which will
break the seek.

Issue: #2330

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=144635220
2017-01-17 13:40:05 +00:00
..
audio reconfigure audiotrack on format change 2017-01-14 12:14:37 +01:00
decoder Use @IntDef where possible. 2016-09-28 11:25:02 +01:00
drm Close InputStream after read 2017-01-13 17:27:25 +00:00
extractor Always re-send format if sample buffer is null 2017-01-17 13:40:05 +00:00
mediacodec Report tunneling support via RendererCapabilities API 2017-01-13 17:27:25 +00:00
metadata Change MetadataDecoder interface to receive a MetadataInputBuffer 2017-01-13 17:27:25 +00:00
source Always re-send format if sample buffer is null 2017-01-17 13:40:05 +00:00
text Removed the direct-referencing of the Cea608Decoder and Cea708Decoder classes from SubtitleDecoderFactory. 2017-01-13 17:27:25 +00:00
trackselection Add TrackSelectorResult 2017-01-13 17:27:25 +00:00
ui Some minor cleanup 2017-01-05 14:57:31 +00:00
upstream Add argument checks and some javadoc to CachedContentIndex 2017-01-13 17:27:25 +00:00
util Check #EXTM3U header is present in HLS playlists 2017-01-13 17:27:25 +00:00
video Support tunneling in video renderer 2017-01-16 11:43:07 +00:00
BaseRenderer.java Always re-send format if sample buffer is null 2017-01-17 13:40:05 +00:00
C.java Support tunneling in video renderer 2017-01-16 11:43:07 +00:00
DefaultLoadControl.java Make DefaultLoadControl use PriorityTaskManager if one is given 2017-01-15 23:54:20 +00:00
ExoPlaybackException.java Use @IntDef where possible. 2016-09-28 11:25:02 +01:00
ExoPlayer.java Add convenience methods to query current window 2017-01-13 17:27:26 +00:00
ExoPlayerFactory.java Improve SimpleExoPlayer flexibility 2016-11-25 20:18:32 +00:00
ExoPlayerImpl.java Add convenience methods to query current window 2017-01-13 17:27:26 +00:00
ExoPlayerImplInternal.java Always re-send format if sample buffer is null 2017-01-17 13:40:05 +00:00
ExoPlayerLibraryInfo.java Revert "Improving handling of atoms with size less than header in FragmentedMp4Extractor." 2017-01-04 22:32:28 +00:00
Format.java Fix bad indent + clean up Format formatting 2017-01-04 23:04:07 +00:00
FormatHolder.java Fix a bunch more Javadoc 2016-08-31 15:25:24 +01:00
IllegalSeekPositionException.java Correctly handle dynamic playlist modifications 2016-12-06 20:04:01 +00:00
LoadControl.java Report track groups and selections through ExoPlayer 2016-10-27 12:27:55 +01:00
ParserException.java Fix a bunch more Javadoc 2016-08-31 15:25:24 +01:00
Renderer.java Correctly handle dynamic playlist modifications 2016-12-06 20:04:01 +00:00
RendererCapabilities.java Report tunneling support via RendererCapabilities API 2017-01-13 17:27:25 +00:00
SimpleExoPlayer.java Add convenience methods to query current window 2017-01-13 17:27:26 +00:00
Timeline.java Add ClippingMediaSource. 2016-12-14 14:23:38 +00:00