Releases: brianwernick/ExoMedia
Releases · brianwernick/ExoMedia
ExoMedia 3.0.4
NOTE: 3.0.5
should be used instead do to an invalid .pom
in bintray
General
- Fixed an NPE in
MediaSourceType
- Updated support libraries to
24.2.1
- Adds a proper listener for Id3 metadata events (only in HLS)
Bugs
- Fixes #263 (
EMExoPlayer
not notifying listener of buffer updates)
ExoMedia 3.0.3
ExoMedia 3.0.2
General
- Updated support libraries to
24.1.1
- Updated ExoPlayer to
1.5.10
Bugs
- Fixes #296 (
getAvailableTracks
incorrect indexing)
ExoMedia 3.0.1
ExoMedia 3.0.0
Updates from 2.5.6
- Overall package restructuring
- Removed playlist support (now in it's own library PlaylistCore)
- Removed Event Bus support
- Updated
EMAudioPlayer
andEMVideoView
architectures to make maintaining separate implementations easier - Restructured how the
VideoControls
(previouslyDefaultControls
) are integrated in to theEMVideoView
to better provide extensibility - Updated the backing view for the
EMVideoView
to beTextureView
based to better support animations and view hierarchy - Updated the
EMAudioPlayer
andEMVideoView
callbacks to use custom interfaces instead of theMediaPlayer
implementations - Added the ability to specify video scale type
- Added the ability to manually specify the audio and video tracks (user quality selection)
- Fixed screen
WakeLock
acquisition in theEMVideoView
- Miscellaneous bug fixes and minor improvements
Updates from Preview 3
General
- Updated to ExoPlayer
1.5.9
- Fixed an issue in the matrix manager where the width and height were being incorrectly compared
- Fixed sizing issues in the
VideoControls
- Fixed issues with the
VideoControlsLeanback
- Updated RenderBuilders to match the ExoPlayer implementations
Bugs
ExoMedia 3.0.0-preview3
General
- Fixed a crash on Kindle devices due to an NPE in the MediaPlayer (Amazon specific)
- Updated how we were determining compatibility with the ExoPlayer
ExoMedia 3.0.0-preview2
General
- Updated the ExoPlayer version to
1.5.8
- Updated the support libraries to
23.4.0
- Fixes a crash due to incorrect ordering when releasing the video surface
- Updated the
VideoControls
to hide the top (text) bar when no text is specified
Bugs
ExoMedia 2.5.6
- Updated the ExoPlayer to
1.5.6
- Updated the support library to
23.2.1
- Deprecated the Playlist functionality in leu of PlaylistCore
ExoMedia 2.5.5
Fixed an issue where stopPlayback()
wouldn't correctly update the ExoPlayer state.
Increased null checking around the Playlist and performed minor cleanup to avoid crashes
ExoMedia 2.5.4
Fixed EMVideoView surface leak
Updated to ExoPlayer 1.5.5
Fixed shutter resizing issues