https://github.com/google/ExoPlayer
Raw File
Tip revision: acee5660abe84311473817042f3c15f953356b3a authored by ojw28 on 22 May 2015, 20:02:20 UTC
Merge pull request #486 from google/dev-1.3.3-rc
Tip revision: acee566
RELEASENOTES.md
# Release notes #

### r1.3.3 ###

* HLS: Fix failure when playing HLS AAC streams.
* Misc bug fixes.

### r1.3.2 ###

* DataSource improvements: `DefaultUriDataSource` now handles http://, https://, file://, asset://
  and content:// URIs automatically. It also handles file:///android_asset/* URIs, and file paths
  like /path/to/media.mp4 where the scheme is omitted.
* HLS: Fix for some ID3 events being dropped.
* HLS: Correctly handle 0x0 and floating point RESOLUTION tags.
* Mp3Extractor: robustness improvements.

### r1.3.1 ###

* No notes provided.
back to top