1. 78609d5 Reland of BWE allocation strategy by Alex Narest · 8 years ago
  2. 6f38d25 Add Java support for AudioProcessing and PostProcessing injection by Sam Zackrisson · 8 years ago
  3. 6f72f56 Change return types of refcount methods. by Niels Möller · 8 years ago
  4. dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 8 years ago
  5. 5f5fc68 Relax threading requirements in VideoEncoder. by Sami Kalliomäki · 8 years ago
  6. a5fbc23 BWE allocation strategy by Alex Narest · 8 years ago
  7. 117c482 Replace use of codec name strings with constants. by Kári Tristan Helgason · 8 years ago
  8. 033ea5f Fix a typo in YuvConveter RGB shader code. by Sami Kalliomäki · 8 years ago
  9. 157e76f Fix issue in AndroidNetworkMonitor for Wi-Fi Direct socket binding. by Taylor Brandstetter · 8 years ago
  10. 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 8 years ago
  11. 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 8 years ago
  12. 6bf70d2 Make YuvConverter public. by Sami Kalliomäki · 8 years ago
  13. cb98b11 Expose functionality to convert TextureBuffer to I420. by Sami Kalliomäki · 8 years ago
  14. 6bf43d2 AppRTCMobile iOS: Use video encoder factory to manage codec preference. by Anders Carlsson · 8 years ago
  15. cee3e53 Android: Cache implementation name in VideoDecoderWrapper. by Sami Kalliomäki · 8 years ago
  16. ae012cf Add xctest target to migrate sdk/objc/Framework to it. by Daniela · 8 years ago
  17. 2a5e790 Fix errorprone errors. by Mirko Bonadei · 8 years ago
  18. f7b5bd6 Refactor HardwareVideoDecoderTest. by Sami Kalliomäki · 8 years ago
  19. 0a1140e Updating RTCDeviceType with new iOS devices. by Kári Tristan Helgason · 8 years ago
  20. bdcee28 TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 8 years ago
  21. ebe36ef Update Java MediaStream when native stream's set of tracks changes. by Taylor Brandstetter · 8 years ago
  22. c548aab Fix metal unit test on ios11. by Daniela · 8 years ago
  23. 604427b Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort" by Guido Urdaneta · 8 years ago
  24. b23ed7f TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 8 years ago
  25. 602dc43 Fix some lint warnings on Android. by Sami Kalliomäki · 8 years ago
  26. 7e04281 Injectable software video codecs in Obj-C. by Anders Carlsson · 8 years ago
  27. 07c5bfb Convert FileVideoCapturer to capture VideoFrames. by Sami Kalliomäki · 8 years ago
  28. ca95748 Add tests for ScopedCFTypeRef. by Kári Tristan Helgason · 8 years ago
  29. 0ca8b53 Always copy output byte buffers in HardwareVideoDecoder. by Sami Kalliomäki · 8 years ago
  30. 48b3c02 Add JavaI420Buffer to the API. by Sami Kalliomäki · 8 years ago
  31. 4332d09 Reland "Reland "Remove WEBRTC_TRACE."" by Fredrik Solenberg · 8 years ago
  32. bff80f3 Add availablitity macro to RTCFileVideoCapturer by Daniela · 8 years ago
  33. 39cefdb Revert "Reland "Remove WEBRTC_TRACE."" by Fredrik Solenberg · 8 years ago
  34. 68007e9 Reland "Remove WEBRTC_TRACE." by Fredrik Solenberg · 8 years ago
  35. 0ef90d1 Enable uploading vertex array with non-zero stride in Android shader. by Brandon Young · 8 years ago
  36. 729b910 Revert "Remove WEBRTC_TRACE." by Fredrik Solenberg · 8 years ago
  37. 2209b90 Remove WEBRTC_TRACE. by Fredrik Solenberg · 8 years ago
  38. e71f367 Add init for RTCVideoCodecInfo without params. by Kári Tristan Helgason · 8 years ago
  39. 88676bf Delete an unneeded include of trace.h by Niels Möller · 8 years ago
  40. 208b309 Fix a bug in HardwareVideoEncoderTest. by Sami Kalliomäki · 8 years ago
  41. a265da4 Android: Fix getting encoder queue in encoder wrapper. by Sami Kalliomäki · 8 years ago
  42. e3044fe Add checks for buffer size in MediaCodecVideoEncoder. by Sami Kalliomäki · 8 years ago
  43. a58f231 Fix a crash in HardwareVideoDecoder on reinitialization. by Sami Kalliomäki · 8 years ago
  44. d629314 Return slices of ByteBuffers from getDataY/U/V() in I420Buffers. by Bjorn Mellem · 8 years ago
  45. a17ddcd Add new class to handle releasing CFTypeRefs. by Kári Tristan Helgason · 8 years ago
  46. f328282 Fix memory leak in video encoder. by Daniela · 8 years ago
  47. cbc4b1d Android: Optimize apply_rotation in case the rotation is 0. by Sami Kalliomäki · 8 years ago
  48. 5cd1cfb Allow passing in a custom native library loader. by Sami Kalliomäki · 8 years ago
  49. a6368d1 Fix occassional hang in iOS 11 when calling VTDecompressionSessionInvalidate. by JT Teh · 8 years ago
  50. 27bafec Revert "Use injectable hardware video decoder/encoder in AppRTCMobile." by Sami Kalliomäki · 8 years ago
  51. 0cbaf1a Use injectable hardware video decoder/encoder in AppRTCMobile. by Sami Kalliomäki · 8 years ago
  52. cdd1f68 Fix memory leak in nv12 metal renderer by Daniela · 8 years ago
  53. 9cf9f75 Detach SequencedTaskChecker in MediaCodecVideoEncoder::Release. by Rasmus Brandt · 8 years ago
  54. 3935c34 Add equality method for RTCVideoCodecInfo. by Kári Tristan Helgason · 8 years ago
  55. cff9ee6 Reland "Improve unit testing for HardwareVideoEncoder and fix bugs." by Sami Kalliomäki · 8 years ago
  56. 02e7a19 Remove unnecessary video factory references in PeerConnectionFactory by Magnus Jedvert · 8 years ago
  57. f4810dd Revert "Android: Generate JNI code for VideoSink and VideoEncoder" by Magnus Jedvert · 8 years ago
  58. ba78b5a Android: Generate JNI code for VideoSink and VideoEncoder by Magnus Jedvert · 8 years ago
  59. bc7a1a9 Update documentation for getData methods in VideoFrame.I420Buffer. by Sami Kalliomäki · 8 years ago
  60. 4b537fd Android: Suppress lint warnings in JNI generator header by Magnus Jedvert · 8 years ago
  61. 50da555 Android: Add header for generated JNI code by Magnus Jedvert · 8 years ago
  62. daea5bf Revert "Improve unit testing for HardwareVideoEncoder and fix bugs." by Sami Kalliomäki · 8 years ago
  63. 7a2bfd2 Improve unit testing for HardwareVideoEncoder and fix bugs. by Sami Kalliomäki · 8 years ago
  64. ef36375 Return EGL_NO_CONTEXT instead of throwing an exception. by Sami Kalliomäki · 8 years ago
  65. 3ff56d0 Android: Add CalledByNative annotation interface by Magnus Jedvert · 8 years ago
  66. 0bf6071 Remove internal methods from global namespace. by Kári Tristan Helgason · 8 years ago
  67. 86021d9 Roll chromium_revision 008fb813c3..fe71bbc1fb (503673:503807) + Android fix by Oleh Prypin · 8 years ago
  68. 835cc0c Remove unnecessary audio references in PeerConnectionFactory by Magnus Jedvert · 8 years ago
  69. aa568a6 Android: Add interface for getting native EGL context by Magnus Jedvert · 8 years ago
  70. cb728ea Fix Gn Untracked headers in webrtc/modules/video_coding. by charujain · 8 years ago
  71. 8ecfd80 Fix public Obj-C header import. by Anders Carlsson · 8 years ago
  72. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 8 years ago
  73. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  74. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago