media/library/src/main/java/com/google/android/exoplayer
2015-09-01 13:58:57 +01:00
..
audio Use audio passthrough if possible, falling back to on-device codecs. 2015-08-11 18:08:23 +01:00
chunk Implemented limited support for multi-period DASH manifests. 2015-09-01 13:54:00 +01:00
dash Fixed issue where calling valueAt on a SparseArray with an index greater than the size of the SparseArray would sometimes return the class' internal DELETED object and cause a ClassCastException. 2015-09-01 13:58:57 +01:00
drm Enable override of open/close in StreamingDrmSessionManager 2015-08-27 09:20:57 +02:00
extractor Set the sync flag on all audio samples in WebM. 2015-08-19 16:35:32 +01:00
hls Some misc cleanup. 2015-09-01 13:57:51 +01:00
metadata Propagate MediaFormat instead of TrackInfo. 2015-08-11 18:23:22 +01:00
smoothstreaming Add bitrate to MediaFormat. 2015-08-19 16:34:20 +01:00
text Fixed overlapping captions. 2015-09-01 13:58:22 +01:00
upstream Remove unused exception class. 2015-08-11 18:17:33 +01:00
util Add bitrate to MediaFormat. 2015-08-19 16:34:20 +01:00
AspectRatioFrameLayout.java Change how subtitles are laid out in the demo app. 2015-07-15 11:09:20 +01:00
BehindLiveWindowException.java Make classes/methods final to prevent uncontrolled extension. 2015-08-03 15:18:09 +01:00
C.java Remove custom VTT logic. 2015-08-11 18:16:56 +01:00
CodecCounters.java Implement event reporting from HlsSampleSource. 2015-04-13 19:03:04 +01:00
CryptoInfo.java Make classes/methods final to prevent uncontrolled extension. 2015-08-03 15:18:09 +01:00
DecoderInfo.java Use new MediaCodecList APIs on L. 2014-11-18 18:58:04 +00:00
DefaultLoadControl.java Make classes/methods final to prevent uncontrolled extension. 2015-08-03 15:18:09 +01:00
DummyTrackRenderer.java Propagate MediaFormat instead of TrackInfo. 2015-08-11 18:23:22 +01:00
ExoPlaybackException.java Distinguish exceptions caught at top level. 2015-05-01 20:31:49 +01:00
ExoPlayer.java Make getRendererEnabled behavior the same as it used to be, until it's removed. 2015-08-19 16:32:01 +01:00
ExoPlayerImpl.java Make getRendererEnabled behavior the same as it used to be, until it's removed. 2015-08-19 16:32:01 +01:00
ExoPlayerImplInternal.java Propagate MediaFormat instead of TrackInfo. 2015-08-11 18:23:22 +01:00
ExoPlayerLibraryInfo.java Increment version to 1.4.2 2015-08-04 16:07:54 +01:00
FrameworkSampleSource.java Add bitrate to MediaFormat. 2015-08-19 16:34:20 +01:00
LoadControl.java Remove dead code (failed==false in all cases) 2015-07-21 17:36:07 +01:00
MediaClock.java Steps toward full multi-track support. 2015-06-18 14:27:24 +01:00
MediaCodecAudioTrackRenderer.java Only use passthrough for passthrough MIME types. 2015-08-19 16:31:28 +01:00
MediaCodecTrackRenderer.java Workaround for vorbis EOS flush bug (23361053). 2015-09-01 13:56:10 +01:00
MediaCodecUtil.java Multi-track - The (nearly) final step. 2015-08-19 16:29:30 +01:00
MediaCodecVideoTrackRenderer.java Fix rotation handling as far as is possible. 2015-08-13 11:18:15 +01:00
MediaFormat.java Expose more sensible HLS track information. 2015-09-01 13:55:02 +01:00
MediaFormatHolder.java Generalize getPsshInfo to properly accomodate WebM. 2015-03-10 19:42:48 +00:00
ParserException.java Allow relaxation of TTML validity requirement when parsing subtitles. 2014-10-09 17:19:14 +01:00
SampleHolder.java Change decodeOnly to be a sample flag. 2015-04-10 22:55:12 +01:00
SampleSource.java Allow ChunkSource an opportunity to fail preparation. 2015-08-17 17:14:21 +01:00
SampleSourceTrackRenderer.java Allow renderers to pull tracks from multiple sample sources. 2015-08-19 16:33:01 +01:00
SingleSampleSource.java Fix single sample loading + seeking in HLS. 2015-08-13 20:32:09 +01:00
SmoothFrameReleaseTimeHelper.java Make classes/methods final to prevent uncontrolled extension. 2015-08-03 15:18:09 +01:00
StandaloneMediaClock.java Make classes/methods final to prevent uncontrolled extension. 2015-08-03 15:18:09 +01:00
TimeRange.java First steps toward implementing bounded live seek. 2015-05-19 15:16:29 +01:00
TrackRenderer.java Add bitrate to MediaFormat. 2015-08-19 16:34:20 +01:00