Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
7e72f24
Recreating PR from flutter/plugins
acoutts Feb 23, 2023
e0b5716
Log cleanup
acoutts Mar 9, 2023
c170fe0
Add test parameters
acoutts Mar 9, 2023
cb8dc5e
Tests for new image group type
acoutts Mar 9, 2023
093d9e7
Changelog spacing
acoutts Mar 9, 2023
c8ed510
Changelog spacing
acoutts Mar 9, 2023
000e783
Changelog spacing
acoutts Mar 9, 2023
97787d5
Add test to camera for nv21 image format
acoutts Mar 10, 2023
e19bfec
Merge remote-tracking branch 'upstream/main' into fix-handle-padding
acoutts Mar 10, 2023
fb6ec84
Merge remote-tracking branch 'upstream/main' into fix-handle-padding
acoutts Mar 10, 2023
14f2986
Remove tracked gradle files
acoutts Mar 10, 2023
1c03352
Handle cases where imageStreamReader is null to be ultra safe
acoutts Mar 13, 2023
b051e70
Merge remote-tracking branch 'upstream/main' into fix-handle-padding
acoutts Mar 13, 2023
7ae6b93
Formatters
acoutts Mar 13, 2023
c651052
Fix out of memory error during tests because mock image was too big
acoutts Mar 13, 2023
541b658
Merge remote-tracking branch 'upstream/main' into fix-handle-padding
acoutts Mar 28, 2023
0a418d9
Remove dependency override for camera_platform_interface from camera_…
acoutts Mar 28, 2023
c415eb2
Merge remote-tracking branch 'upstream/main' into fix-handle-padding
acoutts Apr 4, 2023
15b33da
Merge remote-tracking branch 'upstream/main' into fix-handle-padding
acoutts May 2, 2023
834e85e
Update CHANGELOG.md
acoutts May 2, 2023
dc2f248
Update Camera.java
acoutts May 2, 2023
5d866f4
Bump dep versions
acoutts May 2, 2023
6a17bc7
Update pubspec.yaml
acoutts May 2, 2023
467938b
Update pubspec.yaml
acoutts May 2, 2023
0c35521
Update pubspec.yaml
acoutts May 2, 2023
cfabbad
Changelog spacing and version
acoutts May 2, 2023
96fe939
Update pubspec.yaml
acoutts May 2, 2023
0e73f9a
Update pubspec.yaml
acoutts May 2, 2023
8ff5d68
Add back missing camera image test for bgra8888
acoutts May 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into fix-handle-padding
  • Loading branch information
acoutts committed Mar 10, 2023
commit e19bfec8a4d9da8932200571755b8ba680426457
4 changes: 4 additions & 0 deletions packages/camera/camera/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

* Adds NV21 as an image streaming option for Android.

## 0.10.3+1

* Updates links for the merge of flutter/plugins into flutter/packages.

## 0.10.3

* Adds back use of Optional type.
Expand Down
4 changes: 4 additions & 0 deletions packages/camera/camera_android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

* Adds support for NV21 as a new streaming format in Android which includes correct handling of image padding when present.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove extra space

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 000e783

## 0.10.4+1

* Updates links for the merge of flutter/plugins into flutter/packages.

## 0.10.4

* Temporarily fixes issue with requested video profiles being null by falling back to deprecated behavior in that case.
Expand Down
4 changes: 4 additions & 0 deletions packages/camera/camera_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

* Adds NV21 as an image stream format (suitable for Android).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a space above.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 000e783


## 2.4.1

* Updates links for the merge of flutter/plugins into flutter/packages.

## 2.4.0

* Allows camera to be switched while video recording.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.