1. eb9feee Fix @param syntax for type parameters in camera-pipe-integration by Owen Gray · 2 years ago
  2. 1c731e9 Pass video source timebase from VideoCapture to Encoder by leo huang · 2 years ago
  3. 228a07d Add getTimebase() API in CameraInfoInternal by leo huang · 2 years ago
  4. ff565b9 Fix Preview stretch when VideoCapture is bound by leo huang · 2 years ago
  5. 0e84051 Adjust the VideoCapture crop rect to a size valid for the encoder by leo huang · 2 years, 1 month ago
  6. 58302c3 Add Video/Audio EncoderInfo interfaces and implementations by leo huang · 2 years, 1 month ago
  7. b20eda4 Move video/audio config static resolver methods from Recorder to VideoConfigUtil/AudioConfigUtil by leo huang · 2 years, 1 month ago
  8. f6d12bd Merge "Fix the issue of creating LifecycleCamera with destroyed lifecycle in CameraExtensionsActivity" into androidx-main by Treehugger Robot · 2 years ago
  9. 48479ab Only setup MeteringRepeating when unattached by WenHung_Teng · 2 years ago
  10. 966638c Fix test crash during Surface releasing by WenHung_Teng · 2 years ago
  11. bb24fd0 Merge "Mark disconnectOpenedCameraGraph_deferrableSurfaceUsageCountTest as flaky" into androidx-main by Tiem Song · 2 years ago
  12. a1d6358 Mark disconnectOpenedCameraGraph_deferrableSurfaceUsageCountTest as flaky by Tiem Song · 2 years ago
  13. a686972 Merge "Fix camera open failure when Preview's SurfaceProvider is not set" into androidx-main by Treehugger Robot · 2 years ago
  14. 539693c Merge "Fix maxImages issue in MetadataImageReader" into androidx-main by Treehugger Robot · 2 years ago
  15. 1fb4b87 Fix the issue of creating LifecycleCamera with destroyed lifecycle in CameraExtensionsActivity by Charcoal Chen · 2 years ago
  16. 74d87c5 Optimizations based on the crop rect by Xi Zhang · 2 years ago
  17. 133032a Merge "Monitor DeferrableSurface usage" into androidx-main by Treehugger Robot · 2 years ago
  18. 1a9f064 Fix build warning by Xi Zhang · 2 years ago
  19. 2cdd5d7 Merge "Enable ZSL in the new ImageCapture pipeline" into androidx-main by Treehugger Robot · 2 years ago
  20. d4e98f1 Merge "Expose shared code." into androidx-main by Treehugger Robot · 2 years ago
  21. 8cfa232 Enable ZSL in the new ImageCapture pipeline by Xi Zhang · 2 years ago
  22. 3519181 Expose shared code. by Xi Zhang · 2 years ago
  23. bccb4a7 Monitor DeferrableSurface usage by WenHung_Teng · 2 years, 1 month ago
  24. cb6c9a6 [Extensions] Revert onDisableSession sleeping by Scott Nien · 2 years ago
  25. 9a0b4f0 Fix maxImages issue in MetadataImageReader by Charcoal Chen · 2 years ago
  26. 7bf3229 Change OpenGL renderer from cpp to java by leo huang · 2 years ago
  27. 679ea77 Add non-null assertion for Output stream by Anton Kulakov · 2 years ago
  28. adcf33e Merge "Refactor SupportedSurfaceCombination" into androidx-main by David Jia · 2 years ago
  29. 1b5e350 Handle HAL image rotation by Xi Zhang · 2 years ago
  30. bfa6698 Refactor SupportedSurfaceCombination by David Jia · 2 years, 1 month ago
  31. 1d93c77 Merge "Make Packet#getExif() nullable. (again)" into androidx-main by Treehugger Robot · 2 years ago
  32. ca34b69 Make Packet#getExif() nullable. (again) by Xi Zhang · 2 years ago
  33. 21e7023 Merge changes Ice901056,I005ad107 into androidx-main by Treehugger Robot · 2 years ago
  34. 0ecc6a3 Merge "Implement ProcessingNode" into androidx-main by Treehugger Robot · 2 years ago
  35. c0f25cc Merge "Post processNextRequest to main thread" into androidx-main by Treehugger Robot · 2 years ago
  36. 6af1f05 Implement ProcessingNode by Xi Zhang · 2 years, 1 month ago
  37. db54397 [Extensions] Failed on onOutputSurface call with unassigned OutputSurface when opening the camera by Scott Nien · 2 years ago
  38. 38849f1e [Extensions] Fixed surface abandoned crash when pause/resume too quickly on Samsung Z Fold2 by Scott Nien · 2 years ago
  39. bb582b9 Fix camera open failure when Preview's SurfaceProvider is not set by mingdatsai · 2 years, 1 month ago
  40. 8dcde01e Roll back to use moveToState for the activity pause/resume method for extensions tests by Charcoal Chen · 2 years ago
  41. 5a9f1dd [YUV2RGB] Add a helper function to convert YUV to ABGR with options to choose full swing or studio swing by Kailiang Chen · 2 years ago
  42. 6980c3c4c Merge changes from topic "yuv2rgb_full_swing" into androidx-main by Treehugger Robot · 2 years ago
  43. 020e451 [YUV2RGB] Change the libyuv API assuming YUV in JFIF (full swing) instead of studio swing. by Kailiang Chen · 2 years, 1 month ago
  44. 24258fb Post processNextRequest to main thread by WenHung_Teng · 2 years ago
  45. 6896f29 Merge "Fix that Extensions PROCESSOR_TYPE_IMAGE_PROCESSOR mode might cause NPE issue on ImageWriter.queueInputImage on some devices" into androidx-main by Treehugger Robot · 2 years ago
  46. d1f0f5d Fix Extensions stress tests wait-for-preview timeout issue by Charcoal Chen · 2 years ago
  47. 9fdb8f3 Fix that Extensions PROCESSOR_TYPE_IMAGE_PROCESSOR mode might cause NPE issue on ImageWriter.queueInputImage on some devices by Charcoal Chen · 2 years ago
  48. 1347109 Merge "Move setupSurfaceAsync to UseCaseSurfaceManager" into androidx-main by Treehugger Robot · 2 years ago
  49. 1e0ceb2 Fix stress test due to analyzer not being set. by Scott Nien · 2 years ago
  50. cbabe89 Fix test failures caused by IllegalArgumentException of "No camera can be find for id" on devices without BACKWARD_COMPATIBLE capability by Charcoal Chen · 2 years ago
  51. 8a855e8 Add testing utility methods for post-processing. by Xi Zhang · 2 years, 1 month ago
  52. 9492fa9 Merge "Create Bitmap-to-jpeg and jpeg-to-disk processors" into androidx-main by Treehugger Robot · 2 years ago
  53. 2db839d Move setupSurfaceAsync to UseCaseSurfaceManager by WenHung_Teng · 2 years, 1 month ago
  54. 8f8ad94 Merge "CameraSurfaceManager - A class that manages the lifetime of Surfaces" into androidx-main by Treehugger Robot · 2 years ago
  55. 9cba5f9 Test YUV to RGB uses BT.601 Full Swing by Trevor McGuire · 2 years, 5 months ago
  56. 1d7ecbe Create Bitmap-to-jpeg and jpeg-to-disk processors by Xi Zhang · 2 years, 1 month ago
  57. bc64b64 CameraSurfaceManager - A class that manages the lifetime of Surfaces by Jasmine Chen · 2 years, 1 month ago
  58. 8c39dfc Do not track capture metadata in Packet<> by Xi Zhang · 2 years, 1 month ago
  59. 16ebc4a Merge "Create the JpegBytes2CroppedBitmap processor" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  60. eddd74d Create the JpegBytes2CroppedBitmap processor by Xi Zhang · 2 years, 1 month ago
  61. 63c7b22 Merge "Disable AfRegionFlipHorizontallyQuirk on Samsung Android T" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  62. 89abd8c Disable AfRegionFlipHorizontallyQuirk on Samsung Android T by Scott Nien · 2 years, 1 month ago
  63. 22345e4 Fix the issue that ProcessingSurface's executor might cause IllegalStateException when it has been shutdown but AndroidImageReaderProxy's onImageAvailable callback is called. by Charcoal Chen · 2 years, 1 month ago
  64. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 2 years, 1 month ago
  65. a1d52cc Merge "[Extensions] Enforce the basic extender event order to avoid OEM issues" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  66. 30746e74 Provide Methods to manage the ImageReaderProxy. by Andrew Chiang · 2 years, 1 month ago
  67. 5dbe5db [Extensions] Enforce the basic extender event order to avoid OEM issues by Scott Nien · 2 years, 1 month ago
  68. 7d2b3ca Merge "Implement ImagePipeline" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  69. 638133f Implement ImagePipeline by Xi Zhang · 2 years, 1 month ago
  70. 9c3d826 Merge "Create a Packet class" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  71. 350192b Merge "Rename sensorToBufferTransform() to getSensorToBufferTransform()" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  72. ff7fd26 Skips some tests if the use cases combination can't be supported due to ImageCapture uses YUV stream by Charcoal Chen · 2 years, 1 month ago
  73. f1abce1 Create a Packet class by Xi Zhang · 2 years, 1 month ago
  74. 0482a32 Rename sensorToBufferTransform() to getSensorToBufferTransform() by Xi Zhang · 2 years, 1 month ago
  75. 9a6add0 Merge "Makes the CaptureNode.In exposes a DeferrableSurface" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  76. 2ef8d6f Merge "Upgrade to androidx.test:core:1.5.0-alpha02" into androidx-main by Aurimas Liutikas · 2 years, 1 month ago
  77. 296a274 Makes the CaptureNode.In exposes a DeferrableSurface by Xi Zhang · 2 years, 1 month ago
  78. 9598880 Merge "In CaptureNode, allow images arrive before the request." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  79. cb9a4432 Merge "Allow view test app to take an in-memory picture." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  80. 3206b9e Allow view test app to take an in-memory picture. by Xi Zhang · 2 years, 1 month ago
  81. e2a00b5 In CaptureNode, allow images arrive before the request. by Xi Zhang · 2 years, 1 month ago
  82. 15abf34 Merge "Parameterize camera-view tests" into androidx-main by David Jia · 2 years, 1 month ago
  83. 320d9d2 Merge "Parameterize viewtestapp tests" into androidx-main by David Jia · 2 years, 1 month ago
  84. fba96cb Upgrade to androidx.test:core:1.5.0-alpha02 by Aurimas Liutikas · 2 years, 1 month ago
  85. e606e64 Merge "Updates Metalava from ab/8993580" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  86. 854cad9 Merge "Create a BundlingNode and a ProcessingNode." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  87. d6ee480 Merge changes Idf674d9f,Ifcda3dd5 into androidx-main by Treehugger Robot · 2 years, 1 month ago
  88. d5aef61 Update core test app tests to reset the cameraImpl by WenHung_Teng · 2 years, 1 month ago
  89. d24fff8 Merge "Enable turning on/off the beep signal generation" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  90. f2ba583 Update UiWidget tests to reset the cameraImpl by WenHung_Teng · 2 years, 1 month ago
  91. 797db7f Merge "Update BasicUITest to test camera2 camera-pipe" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  92. 7343ceee Merge "Add SessionConfig's CameraCaptureCallback to TakePictureRequest." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  93. 3361f67 Add SessionConfig's CameraCaptureCallback to TakePictureRequest. by Xi Zhang · 2 years, 1 month ago
  94. b92c4c9 Updates Metalava from ab/8993580 by Louis Pullen-Freilich · 2 years, 1 month ago
  95. 26794f0 Create a BundlingNode and a ProcessingNode. by Xi Zhang · 2 years, 1 month ago
  96. 88bd354 Merge "Fix camera project subset sync failure" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  97. 79343ca Merge "Create CaptureNode that calls back when camera finishes capturing." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  98. 1fdd144 Fix camera project subset sync failure by Trevor McGuire · 2 years, 1 month ago
  99. 7d14c61 Create CaptureNode that calls back when camera finishes capturing. by Xi Zhang · 2 years, 1 month ago
  100. 35a48a6 Update required rotation degrees to VideoOutput when SurfaceEffect is enabled by leo huang · 2 years, 1 month ago