Commit Graph

1270 Commits

Author SHA1 Message Date
Hampton Maxwell
af07f8553e Move hideShutterView to 4.0.2 2018-12-05 20:10:50 -08:00
Hampton Maxwell
39b475774c
Merge pull request #1355 from vadimgoroshevsky/master
ExoPlayer - Add possibility to hide shutterView (black screen while loading)
2018-12-05 20:06:33 -08:00
Hampton Maxwell
308aa4aea9
Tweak comment for hideShutterView 2018-12-05 20:05:48 -08:00
Hampton Maxwell
a34f6e7b8a Add disable AirPlay if side car text tracks enabled 2018-12-05 17:39:20 -08:00
Hampton Maxwell
4ee16f75b4 Merge branch 'master' of https://github.com/react-native-community/react-native-video 2018-12-05 17:37:37 -08:00
Hampton Maxwell
8119cede8e
Merge pull request #1304 from nfb-onf/disable_airplay_for_sideloaded_captions
disable airplay when sideloaded captions
2018-12-05 17:37:22 -08:00
Hampton Maxwell
06b5d50f5b
Slightly clean up AirPlay / textTracks message 2018-12-05 17:36:35 -08:00
Nicolas Gonzalez
c807053b52 only set filter if given 2018-12-04 20:49:11 -06:00
Nicolas Gonzalez
97ac68745b only apply filter if filter is set 2018-12-01 21:58:12 -06:00
vadim
2caf713857 Update changelog and documentation 2018-11-30 18:42:22 +02:00
vadim
788df74d8e Add hideShutterView to configurable props 2018-11-28 15:00:27 +02:00
vadim
96c42844fe ExoPlayer - Add possibility to hide shutterView 2018-11-28 14:56:58 +02:00
Hampton Maxwell
ecf89f6d79 Fix Android onSeek 2018-11-27 19:55:10 -08:00
Hampton Maxwell
e1c1eb6dc8
Merge pull request #1351 from react-native-community/bugfix/android-seek-event
Fire onSeek after seek completes on Android, document onSeek
2018-11-27 19:52:32 -08:00
Hampton Maxwell
fcee7b662b Document onSeek 2018-11-27 19:48:57 -08:00
Hampton Maxwell
413a7b87c6 Only fire onSeek once we've completed the seek operation 2018-11-27 19:48:41 -08:00
Hampton Maxwell
5e5315b8c3
Merge pull request #1350 from react-native-community/bugfix/unused-save-event
Remove unused onVideoSaved event
2018-11-27 18:52:39 -08:00
Hampton Maxwell
977877f529 Remove unused onVideoSaved event 2018-11-27 18:51:03 -08:00
Ash Mishra
5ab8165c3d renamed maximumBitRate to maxBitRate. Added applyModifiers support 2018-11-26 14:50:31 -08:00
Hampton Maxwell
12a482a8e3 Make bitrate explanation more explicit 2018-11-26 10:33:09 -08:00
Hampton Maxwell
0e7f31f902 Update name to maxBitRate, remove reference to HLS 2018-11-26 10:33:09 -08:00
Ash Mishra
11db343987 Support for HLS maximum bit rate adaptive streaming 2018-11-26 10:33:09 -08:00
Ash Mishra
29826fc98f readme update for disabled video on airplay 2018-11-26 10:16:19 -08:00
Hampton Maxwell
d8a19e66c3 Add missing files to package.json #1342 2018-11-21 09:25:24 -08:00
Hampton Maxwell
1078656320
Merge pull request #1342 from react-native-community/bugfix/missing-files
Add missing files to package.json
2018-11-21 09:23:25 -08:00
Hampton Maxwell
0c4fc810c3 Add missing files 2018-11-21 09:21:15 -08:00
Hampton Maxwell
f8f426356c Version 4.0.0 2018-11-21 00:09:23 -08:00
Hampton Maxwell
54e3770576 Version 4.0.0 2018-11-21 00:08:52 -08:00
Hampton Maxwell
faf385f825
Merge pull request #1338 from react-native-community/chore/exo-okhttp-upgrade
Update ExoPlayer to 2.9.1 and OkHTTP to 3.12.0
2018-11-21 00:08:14 -08:00
Hampton Maxwell
05ae20c772 Update ExoPlayer to 2.9.1 and OkHTTP to 3.12.0 2018-11-21 00:07:11 -08:00
Hampton Maxwell
5e684d40c8
Merge pull request #1306 from nickgzzjr/master
Video Filters and Save Video
2018-11-20 23:47:59 -08:00
Nicolas Gonzalez
e9008cfa9e merge CHANGELOG 2018-11-19 21:23:25 -06:00
Hampton Maxwell
1207d450cb
Merge pull request #1327 from ddudek/fix/android_volume_focus_change
Fix: volume should not change on onAudioFocusChange event
2018-11-18 20:55:33 -08:00
Nicolas Gonzalez
5f083e4fb3 Updated README 2018-11-18 14:17:32 -06:00
Nicolas Gonzalez
0152db8f5a Fixed Conflict in CHANGELOG.md 2018-11-18 14:12:01 -06:00
Nicolas Gonzalez
8fc77acc9c only set filter after creating playerItem 2018-11-18 11:15:03 -06:00
linguokun
0a12f7389e solve the memory leak on Android and avoid the crash on kikat when call mp.selectTrack(0); 2018-11-15 17:57:37 +08:00
Daniel Dudek
341260fee5
Merge branch 'master' into fix/android_volume_focus_change 2018-11-14 12:49:37 +01:00
Daniel Dudek
13cdac8611 Updated CHANGELOG.md 2018-11-14 12:47:18 +01:00
Daniel Dudek
5c7da30ddb Fixed volume change when audio focus change 2018-11-14 12:33:28 +01:00
Hampton Maxwell
30c30ec575 Make seek() throw an exception when using NaN value 2018-11-13 23:12:08 -08:00
Hampton Maxwell
cbf96c2bb0
Merge pull request #1283 from laurent22/patch-1
Make seek() throw an exception when using NaN value
2018-11-13 23:11:11 -08:00
Hampton Maxwell
dece8a2ca1 Re-add fullscreenAutorotate prop 2018-11-13 23:04:03 -08:00
Hampton Maxwell
e23f827a85
Merge pull request #1303 from nfb-onf/master
restored autorotate to fullscreen options
2018-11-13 23:02:57 -08:00
Nicolas Gonzalez
8a3b6490dc Updated save function README, updated video-caching example to test saving function 2018-11-06 20:33:33 -06:00
Nicolas Gonzalez
dd1c6867ad updated save function readme 2018-11-06 09:01:10 -06:00
Nicolas Gonzalez
89ac8d93c3 Updated Filter Doc 2018-11-06 08:49:23 -06:00
Nicolas Gonzalez
22d65addd3 Added FilterType.js with all filters that do not require extra parameters 2018-11-06 08:38:28 -06:00
Hampton Maxwell
40fb19f7c7
Alphabetize filter & save 2018-11-04 17:40:07 -08:00
sridhar
5dce3e2161 Code cleanup
Code cleanup
2018-11-01 21:41:57 +05:30