Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
427cb34a
authored
Sep 28, 2015
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Bump version to 1.5.0
parent
dce74f42
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
12 deletions
RELEASENOTES.md
demo/src/main/AndroidManifest.xml
demo_misc/webm_sw_decoder/src/main/AndroidManifest.xml
library/build.gradle
library/src/main/java/com/google/android/exoplayer/ExoPlayerLibraryInfo.java
playbacktests/src/main/AndroidManifest.xml
RELEASENOTES.md
View file @
427cb34a
# Release notes #
###
Current dev branch (from r1.4.2)
###
###
r.1.5.0
###
*
Multi-track support.
*
DASH: Limited support for multi-period manifests.
*
HLS: Smoother format adaptation.
*
HLS: Support for MP3 media segments.
*
TTML: Support for most embedded TTML styling.
*
Playback tests.
*
WebVTT: Enhanced positioning support.
*
Initial playback tests.
*
Misc bug fixes.
### r1.4.2 ###
...
...
@@ -25,7 +27,7 @@
*
Support for extracting Matroska streams (implemented by WebmExtractor).
*
Support for tx3g captions in MP4 streams.
*
Support for H.265 in MPEG-TS streams on supported devices.
*
HLS: Added support for MPEG audio (e.g. MP3).
*
HLS: Added support for MPEG audio (e.g. MP3)
in TS media segments
.
*
HLS: Improved robustness against missing chunks and variants.
*
MP4: Added support for embedded MPEG audio (e.g. MP3).
*
TTML: Improved handling of whitespace.
...
...
demo/src/main/AndroidManifest.xml
View file @
427cb34a
...
...
@@ -16,8 +16,8 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.google.android.exoplayer.demo"
android:versionCode=
"1
402
"
android:versionName=
"1.
4.2
"
android:versionCode=
"1
500
"
android:versionName=
"1.
5.0
"
android:theme=
"@style/RootTheme"
>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
...
...
demo_misc/webm_sw_decoder/src/main/AndroidManifest.xml
View file @
427cb34a
...
...
@@ -17,8 +17,8 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
package=
"com.google.android.exoplayer.demo.webm"
android:versionCode=
"1
402
"
android:versionName=
"1.
4.2
"
android:versionCode=
"1
500
"
android:versionName=
"1.
5.0
"
android:theme=
"@style/RootTheme"
>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
...
...
library/build.gradle
View file @
427cb34a
...
...
@@ -77,7 +77,7 @@ publish {
userOrg
=
'google'
groupId
=
'com.google.android.exoplayer'
artifactId
=
'exoplayer'
version
=
'r1.
4.2
'
version
=
'r1.
5.0
'
description
=
'The ExoPlayer library.'
website
=
'https://github.com/google/ExoPlayer'
}
library/src/main/java/com/google/android/exoplayer/ExoPlayerLibraryInfo.java
View file @
427cb34a
...
...
@@ -23,7 +23,7 @@ public final class ExoPlayerLibraryInfo {
/**
* The version of the library, expressed as a string.
*/
public
static
final
String
VERSION
=
"1.
4.2
"
;
public
static
final
String
VERSION
=
"1.
5.0
"
;
/**
* The version of the library, expressed as an integer.
...
...
@@ -31,7 +31,7 @@ public final class ExoPlayerLibraryInfo {
* Three digits are used for each component of {@link #VERSION}. For example "1.2.3" has the
* corresponding integer version 001002003.
*/
public
static
final
int
VERSION_INT
=
001004002
;
public
static
final
int
VERSION_INT
=
001005000
;
/**
* Whether the library was compiled with {@link com.google.android.exoplayer.util.Assertions}
...
...
playbacktests/src/main/AndroidManifest.xml
View file @
427cb34a
...
...
@@ -17,8 +17,8 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
package=
"com.google.android.exoplayer.playbacktests"
android:versionCode=
"1
401
"
android:versionName=
"1.
4.1
"
>
android:versionCode=
"1
500
"
android:versionName=
"1.
5.0
"
>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.WAKE_LOCK"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment