media/library/src/main/java/com/google/android/exoplayer
Oliver Woodman 195c0c8884 Fix parsing of multi-channel AAC audio specific config in MP4 and ADTS.
Previously, when spectral band replication (SBR) or parametric
stereo (PS) was in use in an MPEG-4 stream, the channel configuration
chosen was likely incorrect. The channel configuration was *always*
incorrect for 7.1 audio (gave 7 channels instead of 8).
2015-10-26 15:34:29 +00:00
..
audio Add support for DTS passthrough on supporting devices before API 23. 2015-10-12 12:21:16 +01:00
chunk Use MediaCodecUtil.IsSizeAndRateSupportedV21 where available. 2015-10-26 15:32:49 +00:00
dash Use MediaCodecUtil.IsSizeAndRateSupportedV21 where available. 2015-10-26 15:32:49 +00:00
drm Add onDrmKeysLoaded back again (oops) 2015-09-28 20:24:46 +01:00
extractor Add basic handling for edit lists in MP4 streams. 2015-10-26 15:29:10 +00:00
hls Fixed int overflow issue with callbacks on very long-running streams. 2015-09-28 12:22:12 +01:00
metadata Clean up expansion of sample buffers. 2015-09-28 20:23:45 +01:00
smoothstreaming Handle curle braces in SystemID UUID. 2015-10-26 15:31:09 +00:00
text m 2015-10-26 15:23:06 +00:00
upstream Close DefaultHttpDataSource connections quietly. 2015-09-01 14:02:16 +01:00
util Fix parsing of multi-channel AAC audio specific config in MP4 and ADTS. 2015-10-26 15:34:29 +00: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 Add support for DTS passthrough on supporting devices before API 23. 2015-10-12 12:21:16 +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 Return "seeked to" position immediately after seek. 2015-09-18 18:25:25 +01:00
ExoPlayerLibraryInfo.java Bump version to 1.5.1 2015-10-14 12:12:03 +01:00
FrameworkSampleSource.java Expose container track identifier via MediaFormat. 2015-09-28 12:36:28 +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 Explicitly set max input size for H264 decoders. 2015-09-28 12:38:35 +01:00
MediaCodecTrackRenderer.java Set the maximum input size based on the sample table for MP4s. 2015-10-12 12:20:15 +01:00
MediaCodecUtil.java No-op re-orderings. 2015-10-12 17:59:14 +01:00
MediaCodecVideoTrackRenderer.java Enable SmoothFrameTimeHelper by default. 2015-10-12 12:32:10 +01:00
MediaFormat.java Set the maximum input size based on the sample table for MP4s. 2015-10-12 12:20:15 +01:00
MediaFormatHolder.java Generalize getPsshInfo to properly accomodate WebM. 2015-03-10 19:42:48 +00:00
ParserException.java Throw ParserException from parsers when a parse exception occurs. 2015-10-26 15:18:53 +00:00
SampleHolder.java Clean up expansion of sample buffers. 2015-09-28 20:23:45 +01:00
SampleSource.java Allow ChunkSource an opportunity to fail preparation. 2015-08-17 17:14:21 +01:00
SampleSourceTrackRenderer.java Implement handlesTrack using MediaCodecUtil. 2015-09-18 18:22:40 +01:00
SingleSampleSource.java Clean up expansion of sample buffers. 2015-09-28 20:23:45 +01:00
StandaloneMediaClock.java Make classes/methods final to prevent uncontrolled extension. 2015-08-03 15:18:09 +01:00
TimeRange.java Support dynamic TimeRange for DASH live. 2015-09-01 14:14:10 +01:00
TrackRenderer.java Clean up TrackRenderer TODOs 2015-09-28 12:24:35 +01:00
VideoFrameReleaseTimeHelper.java Enable SmoothFrameTimeHelper by default. 2015-10-12 12:32:10 +01:00