[go: nahoru, domu]

  1. b8495e4 Merge "Apply FPS range determined by auto frame rate algorithm to camera implementation" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  2. 6e18c69 Create a utility class for CameraEffect.Target by Xi Zhang · 1 year, 5 months ago
  3. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 5 months ago
  4. c9bc4c0 Merge "Support dynamic mute/unmute AudioSource" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  5. bb21722 Support dynamic mute/unmute AudioSource by leo huang · 1 year, 6 months ago
  6. b537775 Add more tests for VideoCapture.setTargetRotation by leo huang · 1 year, 5 months ago
  7. e0d2e2b Merge "Fix Preview.setTargetRotation and VideoCapture.setTargetRotation with effect on background thread throws exception" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  8. 6e016b4 Fix Preview.setTargetRotation and VideoCapture.setTargetRotation with effect on background thread throws exception by leo huang · 1 year, 5 months ago
  9. 8dbf75f Retry starting audio source on error by leo huang · 1 year, 6 months ago
  10. da2c769 Create SilentAudioStream by leo huang · 1 year, 6 months ago
  11. aa3e2a9 Merge "Add a format field to GPU pipeline" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  12. d31a71a Create AudioStream and implementations by leo huang · 1 year, 6 months ago
  13. 227b50c Add a format field to GPU pipeline by Xi Zhang · 1 year, 5 months ago
  14. 7fd8a73 Move AudioSource.Settings to AudioSettings by leo huang · 1 year, 6 months ago
  15. 4dd1156 Move audio related class to audio package by leo huang · 1 year, 6 months ago
  16. e6e2788 Fix VideoCapture Timebase when attached to a parent StreamSharing. by Xi Zhang · 1 year, 5 months ago
  17. e9ec3cf Merge "Cleanup: move hasCameraTransform() from UseCase to CameraInternal" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  18. 191a3fa Merge "Minor cleanup: work around the auto-formatter issue in VideCapture" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  19. 4490946 Minor cleanup: work around the auto-formatter issue in VideCapture by Xi Zhang · 1 year, 5 months ago
  20. fa87d35 Cleanup: move hasCameraTransform() from UseCase to CameraInternal by Xi Zhang · 1 year, 5 months ago
  21. d8ef255 Merge changes from topic "revert-2390774-DDMJQADCMW" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  22. 6ca4dae Revert "Move audio related class to audio package" by Aurimas Liutikas · 1 year, 5 months ago
  23. 6bda105 Revert "Move AudioSource.Settings to AudioSettings" by Aurimas Liutikas · 1 year, 5 months ago
  24. c22b792 Revert "Create AudioStream and implementations" by Aurimas Liutikas · 1 year, 5 months ago
  25. 0f72adc Revert "Create SilentAudioStream" by Aurimas Liutikas · 1 year, 5 months ago
  26. 6b9d4e7 Revert "Retry starting audio source on error" by Aurimas Liutikas · 1 year, 5 months ago
  27. a8462e7 Revert "Support dynamic mute/unmute AudioSource" by Aurimas Liutikas · 1 year, 5 months ago
  28. 6107428 Merge "[Refactor] Use VideoEncoderInfo to get supported bitrate range instead of querying MediaCodecInfo directly." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  29. 78b4780 Support dynamic mute/unmute AudioSource by leo huang · 1 year, 6 months ago
  30. c170940 Retry starting audio source on error by leo huang · 1 year, 6 months ago
  31. e0e73f9 Create SilentAudioStream by leo huang · 1 year, 6 months ago
  32. a781a04 Create AudioStream and implementations by leo huang · 1 year, 6 months ago
  33. 718a1dd Move AudioSource.Settings to AudioSettings by leo huang · 1 year, 6 months ago
  34. 404c84e Move audio related class to audio package by leo huang · 1 year, 6 months ago
  35. a653b71 Apply FPS range determined by auto frame rate algorithm to camera implementation by David Jia · 1 year, 5 months ago
  36. 061bcd9 Merge "Enable effects for VideoCapture" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  37. d0dc77a Enable effects for VideoCapture by Xi Zhang · 1 year, 5 months ago
  38. da03889 [Refactor] Use VideoEncoderInfo to get supported bitrate range instead of querying MediaCodecInfo directly. by leo huang · 1 year, 5 months ago
  39. c58a5fa Replace usage of CamcorderProfile to EncoderProfiles by mingdatsai · 1 year, 5 months ago
  40. 486e02b Cleanup: allow setting effects on the UseCase level. by Xi Zhang · 1 year, 5 months ago
  41. c35771e Fix VideoCaptureDeviceTest failed by RejectExecutionException by leo huang · 1 year, 5 months ago
  42. bfb469e Merge "Create VideoValidatedEncoderProfilesProxy" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  43. c9552ea Fix wrong description on the document of FallbackStrategy.lowerQualityThan() by leo huang · 1 year, 5 months ago
  44. af94135 Create VideoValidatedEncoderProfilesProxy by mingdatsai · 1 year, 5 months ago
  45. 6f5a8b7 Skip recording tests on emulator & API 21 by Xi Zhang · 1 year, 5 months ago
  46. 2eb3a0a Update hasCameraTransform bit by Xi Zhang · 1 year, 5 months ago
  47. f421d18c Create a Factory class for DefaultSurfaceProcessor by Xi Zhang · 1 year, 6 months ago
  48. 5c49d5d Add frame rate range to SurfaceEdge and SurfaceProcessor. by Xi Zhang · 1 year, 6 months ago
  49. c615db3 Suggested resolution -> Suggested StreamSpec by Trevor McGuire · 2 years ago
  50. 0940e1a Disable AudioSourceTest on emulator by Aurimas Liutikas · 1 year, 6 months ago
  51. 62c72e8 Add a "hasCameraTransform" property to UseCase by Xi Zhang · 1 year, 6 months ago
  52. 14c70be Merge "Update VideoRecordingFrameDropTest to check if device support Image Capture usecase as 3rd usecase before adding Image Capture usecase." into androidx-main by Treehugger Robot · 1 year, 6 months ago
  53. 7f4e03b Update VideoRecordingFrameDropTest to check if device support Image Capture usecase as 3rd usecase before adding Image Capture usecase. by Dipen Patel · 1 year, 6 months ago
  54. 82cd933 Disable running canResetBufferProvider_afterStarting on emulators by Aurimas Liutikas · 1 year, 6 months ago
  55. 55fdabd Merge "Check hasCamera before getting the CamcorderProfile in DeviceCompatibilityTest" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  56. 845d4cc Refactor RecorderTest by leo huang · 1 year, 7 months ago
  57. a5386f7 Check hasCamera before getting the CamcorderProfile in DeviceCompatibilityTest by leo huang · 1 year, 6 months ago
  58. e18484e Add camera pretest rule in DeviceCompatibilityTest by leo huang · 1 year, 6 months ago
  59. 5dd2bf1 Merge changes I7bcef936,I6f9dbb27,I83d68e1d,I7da4019e into androidx-main by Treehugger Robot · 1 year, 7 months ago
  60. 4a95975 Handle recreate pipeline in Recorder by WenHung_Teng · 1 year, 11 months ago
  61. e46340da Clear VideoCapture pipeline when state detached. by TY Chang · 1 year, 9 months ago
  62. 6b0c6e05 Fix API 21, 22 reuse Recorder problem. by TY Chang · 2 years ago
  63. b00eac1 Make Recorder reusable. by TY Chang · 2 years, 1 month ago
  64. e88e99b Merge "Parameterize: DeviceCompatibilityTest" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  65. 56602a0 Merge "Parameterize: AudioVideoSyncTest" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  66. 21667a5 Merge "Parameterize VideoRecordingFrameDropTest for Camera Pipe configuration" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  67. 87a3238 Parameterize VideoRecordingFrameDropTest for Camera Pipe configuration by Dipen Patel · 1 year, 7 months ago
  68. 2292f51 Parameterize: AudioVideoSyncTest by Dipen Patel · 1 year, 7 months ago
  69. 96a6bef Merge "Parameterize: VideoCapabilityTest" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  70. 25783b2 Parameterize: DeviceCompatibilityTest by Dipen Patel · 1 year, 7 months ago
  71. 4e30dd4 Merge "Fix no supported resolutions for video on Motorola Moto E5 Play" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  72. bfa4e03 Fix no supported resolutions for video on Motorola Moto E5 Play by mingdatsai · 1 year, 7 months ago
  73. 929c0ee Parameterize: VideoCapabilityTest by Dipen Patel · 1 year, 7 months ago
  74. 46ca968 Rename UseCase callback function names and javadoc improvement by Charcoal Chen · 1 year, 7 months ago
  75. 25a2951 Fix lateinit property has not been initialized on RecorderTest by mingdatsai · 1 year, 7 months ago
  76. c9cfc48 Revise every place that must take AspectRatio.RATIO_DEFAULT into account. by leo huang · 1 year, 7 months ago
  77. b81cab3 Invoke unbindAll() in the ProcessCameraProvider.shutdown() by leo huang · 1 year, 7 months ago
  78. d9a91ee Remove VideoSpec.ASPECT_RATIO_* and replace by AspectRatio.RATIO_* by leo huang · 1 year, 7 months ago
  79. 6193277 Update setTargetVideoEncodingBitRate description by Dipen Patel · 1 year, 7 months ago
  80. d07ddb1 Merge "Enable bitrate configuration for Video Recording usecase. Added setVideoEncodingBitRate and getTargetVideoEncodingBitRate API" into androidx-main by Dipen Patel · 1 year, 7 months ago
  81. 1492883 Enable bitrate configuration for Video Recording usecase. Added setVideoEncodingBitRate and getTargetVideoEncodingBitRate API by Dipen Patel · 1 year, 8 months ago
  82. 177ccf9 Merge "Replace Mockito usage with manual mock in VideoRecordingTest" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  83. a621f8f Replace Mockito usage with manual mock in VideoRecordingTest by TY Chang · 1 year, 7 months ago
  84. 4c0f70c [Video] Crop the camera suggested resolution if it is not valid for the codec. by leo huang · 1 year, 8 months ago
  85. 150daaa [Video] Add method VideoEncoderInfo.isSizeSupported(int, int) by leo huang · 1 year, 8 months ago
  86. 3459b6e [Video] Expose Recorder.Builder.setAspectRatio() API by leo huang · 1 year, 8 months ago
  87. ee8d48d Use manual mock instead of Mockito in RecorderTest by TY Chang · 1 year, 7 months ago
  88. 3048905 Merge "When the downstream edge is invalidated, configure the node to use the new Surface." into androidx-main by Treehugger Robot · 1 year, 7 months ago
  89. d5e4084 When the downstream edge is invalidated, configure the node to use the new Surface. by Xi Zhang · 1 year, 7 months ago
  90. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  91. 554160b Merge "In SurfaceEdge, allow multiple listeners for the Surface's invalidation" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  92. 1c7b139 In SurfaceEdge, allow multiple listeners for the Surface's invalidation by Xi Zhang · 1 year, 7 months ago
  93. 014251f Directly reset the codec if the encoder is in ERROR state. by TY Chang · 1 year, 9 months ago
  94. 6616c5f [Video] Create and apply ImageOutputConfig.OPTION_CUSTOM_ORDERED_RESOLUTIONS in VideoCapture by leo huang · 1 year, 7 months ago
  95. c88be4b [Video] Apply Quality-Ratio table in VideoCapture binding flow by leo huang · 1 year, 8 months ago
  96. d281f87 [Video] Create Quality-Ratio to resoltuions table by leo huang · 1 year, 8 months ago
  97. 5712bb0 Cleanup: remove format from Surface processing. by Xi Zhang · 1 year, 7 months ago
  98. 0587af7 Cleanup: Rename embeddedTransform to cameraTransform by Xi Zhang · 1 year, 7 months ago
  99. add667f Rename SettableSurface to SurfaceEdge and change the inheritance to composition. by Xi Zhang · 1 year, 8 months ago
  100. 12d39fa Enable stop_withErrorWhenDurationLimitReached by TY Chang · 1 year, 8 months ago