1. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  2. e0bce24 VideoCapturerAndroid: Add custom nativeCreateVideoCapturer() by perkj · 9 years ago
  3. b5815c8 Revert of Android VideoCapturer: Send ByteBuffer instead of byte[] (patchset #1 id:1 of https://codereview.webrtc.org/1372813002/ ) by magjed · 9 years ago
  4. cb3649b Android VideoCapturer: Send ByteBuffer instead of byte[] by Magnus Jedvert · 9 years ago
  5. f706c8a VideoCapturerAndroid: Fix threading issues by Magnus Jedvert · 9 years ago
  6. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
  7. c464f50 AndroidVideoCapturerJni: Fix threading issues by Magnus Jedvert · 10 years ago
  8. b69ab79 VideoCapturerAndroid: Add function to change capture format while camera is running by magjed · 10 years ago
  9. 2b67925 VideoCapturerAndroid: Add possibility to request a new resolution from the video adapter. by Åsa Persson · 10 years ago
  10. 2f5be9a Improve Android camera error handling. by Alex Glaznev · 10 years ago
  11. c4905fb Fix race condition in Android camera JNI code. by Alex Glaznev · 10 years ago
  12. 8c05415 Add extra logging for Android camera JNI layer. by Alex Glaznev · 10 years ago
  13. 49a862e Return pending buffers to Java VideoCapturerAndroid if camera is stopping by Per · 10 years ago
  14. 3354419 Zero copy AndroidVideeCapturer. by Per · 10 years ago
  15. 41d8fda VideoCapturerAndroid allocates direct buffers so that the frame buffers can be used in C++ without a copy. However byte[] array = ByteBuffer.array() seems to point to the beginning of the underlaying buffer and that is what the camera fills. But it turns out that ByteBuffer.arrayOffset() returns an offset and it seems like the pointer returned by jni->GetDirectBufferAddress(j_frame). This cl reverts back to pass the byte[] to c++ and use jni->GetByteArrayElements to get the address of the buffer. by perkj@webrtc.org · 10 years ago
  16. 112f127 Refactor how VideoCapturerAndroid delivers frames and is stopped. by perkj@webrtc.org · 10 years ago
  17. 3db042e Stop AndroidVideoCapturer asynchronously. by perkj@webrtc.org · 10 years ago
  18. 96e4db9 Split peerconnection_jni.cc into separate files. by perkj@webrtc.org · 10 years ago