- 31 Mar, 2017 1 commit
-
-
Also add an isAd flag to Timeline.Period so that periods can be declared as containing ads. The times of these periods are indicated using ad markers in the new TimeBar. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=151116208
andrewlewis committed
-
- 23 Mar, 2017 6 commits
-
-
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=151028565
olly committed -
Add methods to ExoPlayer for setting/getting the playback speed, using SonicAudioProcessor. Remove PlaybackParams support, as the AudioTrack timestamp does not work reliably on Marshmallow. The platform also uses Sonic and performance should be comparable between the Java and native versions on recent Android runtimes. In a later change, SonicAudioProcessor will be made public so it can be used in conjunction with other processors. Issue: #26 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=151027121
andrewlewis committed -
Issue: #2596 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=151013802
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=151006826
eguven committed -
Issue: #2595 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=151004198
olly committed -
The way it was before worked, but it's not really documented that DrmSession methods implemented by DefaultDrmSessionManager can be called after the session has been released, and it feels wrong to do this. At some point we should probably consider moving the DrmSession part of DefaultDrmSessionManager into an inner class, to force usage in the "normal" way. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=151003855
olly committed
-
- 22 Mar, 2017 20 commits
-
-
Issue: #1355 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150916986
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150908893
sammon committed -
A dummy DataSource which provides no data. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150868950
eguven committed -
Notes: - Now only generating a single module Javadoc task for the release variant. - Combined Javadoc now includes extensions. VP9 is excluded for now since it's failing for an unknown reason. Issue: #2139 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150865589
olly committed -
Notes: - The VP9 one is failing claiming that the util package doesn't exist and that LibraryLoader cannot be found. Unsure why, since it appears to be setup exactly like other extensions (e.g. Opus) that does work. - @link across modules will not work when generating Javadoc for a single module. This is WAI. I subsequent change will add an aggregated Javadoc generator that will generate Javadoc for all modules together and apply cross module @link correctly. Issue: #2139 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150864273
olly committed -
Issue: #2139 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150762237
olly committed -
Also renamed releaseResources->release to be consistent with the rest of the library, and added some synchronization to ensure correct usage. Issue: #2139 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150753414
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150748155
eguven committed -
This CL makes SimpleExoPlayerView show a mock representation when in the layout editor of AndroidStudio. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150739442
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150732864
andrewlewis committed -
Update the filter that selects %.asm.[sS] and remove the "remove duplicates" step in the android makefile. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150728021
vigneshv committed -
This change reduces the final .so size by ~9% for armv7/arm64. Arch : Size_before : Size_after armeabi-v7a : 300548 : 271876 arm64-v8a : 247632 : 223056 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150648668
vigneshv committed -
Issue: #2139 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150643456
olly committed -
Issue: #2139 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150634794
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150625313
olly committed -
Issue: #2139 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150623215
olly committed -
Issue: #2575 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150622487
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150610549
olly committed -
1. Move entire library from v2/library/ to v2/library/core 2. Add v2/library/all that depends on v2/library/core Issue: #2139 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150455693
olly committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150436867
olly committed
-
- 17 Mar, 2017 1 commit
-
-
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150358346
olly committed
-
- 16 Mar, 2017 7 commits
-
-
Issue: #2513 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150310349
olly committed -
Builder class was renamed to DashTestRunner and DashHostedTest moved into it as an inner class. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150307988
eguven committed -
Also added a TODO to track clarifying SequenceableLoader more accurately and auditing existing implementations. Issue: #2396 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150305685
olly committed -
This will allow us to use the same class for Audio adaptation. Issue:#1975 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150302561
aquilescanta committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150278031
adrianv committed -
Also optimize / 4 and % 4. I assumed the compiler would do this automatically but the performance bump implies it's not doing that. Before | Optimized No dither: 4.8 ms | 3.5 ms Dither : 9.6 ms | 4.2 ms Before: https://drive.google.com[]file/d/0B07DogHRdEHcaXVobi1wZ2wxeUE/view?usp=sharing After: https://drive.google.com[]file/d/0B07DogHRdEHcVS1PN05kaU1odm8/view?usp=sharing Known issue: The remainder from the last Y pixel will leak into the first U pixel. Also U and V remainders leak into each other but I don't think it causes any perceptual difference. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150255151anjalibh committed -
This allows the user to get the HlsMasterPlaylist through Exoplayer.getCurrentManifest(). Issue:#2537 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150232455
aquilescanta committed
-
- 15 Mar, 2017 5 commits
-
-
Note: Depending on the GVR extension via gradle wont work until we actually push a release ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150208524
olly committed -
Fixes github issue #2339 [https://github.com/google/ExoPlayer/issues/2339] Fixes github issue #2551 [https://github.com/google/ExoPlayer/issues/2551] * Update the instructions to check out specific versions of libvpx and libyuv that are known to work with our build scripts. * Forcing a particular version of libyuv because recent versions of libyuv are dependent on libjpeg (which isn't needed for the purpose of this extension). * Going forward, let's keep generate_libvpx_android_configs.sh in sync with whatever version is specifed in the instructions in README.md (as of now it is v1.6.1). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150208517
vigneshv committed -
RepresentationKey defines a representation location in a DashManifest. DashManifest copy method creates a copy of the manifest which includes only the representations pointed by the given RepresentationKeys. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150195990
eguven committed -
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150190520
eguven committed -
- Update bintray-release version - Publish to exoplayer-test unless -PpublicRepo=true - Publish GVR extension - Minimize duplication with new publish.gradle ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150185740
olly committed
-