media/library/src/main/java/com/google/android/exoplayer
olly 7fbffc873c Expose control over decoder selection.
This allows implementation and injection of custom MediaCodecSelector
instances. By injecting a custom selector, it's possible for applications
to exert more control over which decoder(s) they instantiate. For example,
applications can force use of a software decoder.

GitHub Issue #938
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=110369810
2015-12-16 20:41:51 +00:00
..
audio Minor tweaks to AudioTrack playback params logic. 2015-12-07 19:55:21 +00:00
chunk Document ChunkSampleSource constructors. 2015-12-08 16:15:41 +00:00
dash Merge seek/playback positions in ChunkSource interface. 2015-11-25 16:50:30 +00:00
drm Make sure we use the correct mimeType with DRM initialization data. 2015-11-25 16:47:05 +00:00
extractor ExtractorInput new skip methods to make skip methods analogous to the three read methods. 2015-12-16 20:41:51 +00:00
hls Add special WebvttExtractor for HLS. 2015-11-27 16:03:37 +00:00
metadata Clean up expansion of sample buffers. 2015-09-28 20:23:45 +01:00
smoothstreaming Merge seek/playback positions in ChunkSource interface. 2015-11-25 16:50:30 +00:00
text Add "Webvtt embedded in MP4" support 2015-12-14 10:39:45 +00:00
upstream Added a isLocalFileUrlOrPath(Uri) method to remove manual checks 2015-11-27 15:59:25 +00:00
util Add InputStream to byte[] method to Util. 2015-12-16 20:33:50 +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 Use API level 23 constants. 2015-11-25 17:05:59 +00:00
CodecCounters.java check maximum consecutively dropped frames in video tests 2015-11-25 17:01:21 +00: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 Don't use getClass().getSimpleName() where it's pointless to do so 2015-11-17 15:52:58 +00:00
ExoPlayerLibraryInfo.java Bump version to 1.5.3. 2015-12-08 18:00:46 +00:00
FrameworkSampleSource.java Make sure we use the correct mimeType with DRM initialization data. 2015-11-25 16:47:05 +00: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 Expose control over decoder selection. 2015-12-16 20:41:51 +00:00
MediaCodecSelector.java Expose control over decoder selection. 2015-12-16 20:41:51 +00:00
MediaCodecTrackRenderer.java Expose control over decoder selection. 2015-12-16 20:41:51 +00:00
MediaCodecUtil.java blacklisted broken mp3 decoder on api lower than 20 2015-12-14 17:50:54 +03:00
MediaCodecVideoTrackRenderer.java Expose control over decoder selection. 2015-12-16 20:41:51 +00:00
MediaFormat.java Use equals rather than == for string equality 2015-10-28 13:42:40 +00: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