This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[video_player] Fix aspect ratio #690
Merged
dnfield
merged 48 commits into
flutter:master
from
recastrodiaz:video_player_aspectratio
Jan 24, 2019
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
3dd5099
* Added access to the video rotation in degrees (rotationDegrees). Po…
recastrodiaz bb8e0b5
Bugfix: rotated videos will now be displayed with the correct aspect …
recastrodiaz f385849
Fix format. Use clang-format-5.0 instead of clang-format (7.0)
recastrodiaz 7943a8f
Fix format. Remove spurious extra line.
recastrodiaz 9a7a974
Fix race condition in video_player that prevented some videos from be…
recastrodiaz 230c7e0
Merge branch 'video_player_aspectratio' into develop
recastrodiaz 0332538
Ensure videos are not upside down nor streteched when using the video…
recastrodiaz 7ef3092
Ensure videos are not upside down nor streteched when using the video…
recastrodiaz 27f55da
Merge branch 'master' into video_player_aspectratio
recastrodiaz 2238d06
Merge remote-tracking branch 'upstream/master' into video_player_fix_…
recastrodiaz 9e74b42
Add support for 'sendInitialized' flutter event that fixes race condi…
recastrodiaz d0ecc95
Merge branch 'video_player_aspectratio' into develop
recastrodiaz f390cc2
Merge branch 'video_player_fix_race_condition' into develop
recastrodiaz fd5c298
Ensure with and height of a video is given after rotation. i.e. If vi…
recastrodiaz f0ade3c
- Merge fix_race_condition branch so sendInitialized is only sent onc…
recastrodiaz c55c5c2
Sometimes, the preferredTransformed returned by the videoTrack does n…
recastrodiaz 65e19ff
Merge remote-tracking branch 'upstream/master' into phAsset
recastrodiaz 0943513
- Removed support for phasset:// files. Support for phAssets will be …
recastrodiaz ed6de31
Merge branch 'master' of github.com:flutter/plugins into video_player…
recastrodiaz 0490800
Remove bad merge line from CHANGELOG.md
recastrodiaz 9b21739
Format files
recastrodiaz 10df65e
Ensure width/height is properly set when videos are rotated
recastrodiaz 57a6540
Ensure that when the aspectRatio getter is called on a video controll…
recastrodiaz fcafe84
Merge remote-tracking branch 'upstream/master' into video_player_aspe…
recastrodiaz a57cf89
Remove unused variable
recastrodiaz 7796db7
- Removed dead code and unused comments
recastrodiaz 291ff1e
Fix style
recastrodiaz 74b5d76
Fix style
recastrodiaz 8740483
Merge remote-tracking branch 'upstream/master' into video_player_aspe…
recastrodiaz a9cf432
Merge branch 'master' of github.com:flutter/plugins into video_player…
recastrodiaz 42ad92f
Add missing space to toString method
recastrodiaz 96afebc
Merge branch 'master' of github.com:flutter/plugins into video_player…
recastrodiaz 9d7f57c
- Removed _isInitialized = true in swithc case AVPlayerItemStatusRead…
recastrodiaz 4be9e38
- Revert back to original _isInitialized logic
recastrodiaz 3cba0f6
Remove dispatch_async as it is no longer needed. c.f. https://github.…
recastrodiaz 6e2d195
- Remove catchError in README
recastrodiaz 9b622ed
- Use clang-format 8.0
recastrodiaz de58514
Merge branch 'master' of github.com:recastrodiaz/plugins into video_p…
recastrodiaz a0d2b25
Remove unused variable
recastrodiaz 664aab7
Remove variable rotationDegrees
recastrodiaz b5b87e8
-Remove extra empty new lines
recastrodiaz d589ee5
Merge remote-tracking branch 'upstream/master' into video_player_aspe…
recastrodiaz 7e265a5
Merge remote-tracking branch 'upstream/master' into video_player_aspe…
recastrodiaz 232fec9
Merge remote-tracking branch 'upstream/master' into video_player_aspe…
recastrodiaz 8d571fb
video_player examples:
recastrodiaz 6792cd9
Merge remote-tracking branch 'upstream/master' into video_player_aspe…
recastrodiaz 40f756c
- Bump video_player version to 0.9.0
recastrodiaz 055cb53
- Bump plugin to 0.9.0 (not just the changelog)
recastrodiaz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.