1. f89ce46 Implements start bitrate for new video API. by mflodman@webrtc.org · 10 years ago
  2. bdfcddf Make VideoSendStream/VideoReceiveStream configs const. by pbos@webrtc.org · 10 years ago
  3. bc57e0f Add DeliveryStatus enum to DeliverPacket(). by pbos@webrtc.org · 10 years ago
  4. c476e64 Add thread annotations to Call API. by pbos@webrtc.org · 10 years ago
  5. 99c0139 Remove TraceCallback use from Call. by pbos@webrtc.org · 10 years ago
  6. e2a7a77 Remove internal codecs from VideoSendStream. by pbos@webrtc.org · 10 years ago
  7. 8ef6548 Add configuration for cpu overuse detection to video send stream. by asapersson@webrtc.org · 11 years ago
  8. 2bb7ad5 Fix race when deleting video receive streams in Call. by solenberg@webrtc.org · 11 years ago
  9. a370f24 Always initialize Trace in Call TraceDispatcher. by pbos@webrtc.org · 11 years ago
  10. c71929d Wire up RTX in VideoReceiveStream. by pbos@webrtc.org · 11 years ago
  11. 7ff4089 Adding REMB to receive stream configuration, the send side will always by mflodman@webrtc.org · 11 years ago
  12. dadfc9e Make sure channels in the same call are in the same channel group. by mflodman@webrtc.org · 11 years ago
  13. d05597a Move implementation files out of the webrtc/ root. by pbos@webrtc.org · 11 years ago[Renamed (97%) from call.cc]
  14. 47f0c41 Adds support for sending redundant payloads over RTX. by stefan@webrtc.org · 11 years ago
  15. 4b50db1 Set local SSRC for VideoReceiveStream. by pbos@webrtc.org · 11 years ago
  16. 66f4394 Set up SSRCs correctly after switching codec. by pbos@webrtc.org · 11 years ago
  17. 12a93e0 Rename DestroyStream methods to include Video. by pbos@webrtc.org · 11 years ago
  18. 964d78e Rename Call::Create{Receive,Send}Stream(). by pbos@webrtc.org · 11 years ago
  19. e028410 Hook up audio/video sync to Call. by stefan@webrtc.org · 11 years ago
  20. 6904054 Implement VideoSendStream::SetCodec(). by pbos@webrtc.org · 11 years ago
  21. 24e2089 Separate Call API/build files from video_engine/. by pbos@webrtc.org · 11 years ago[Renamed (81%) from video_engine/internal/call.cc]
  22. a6063fd Remove ReturnTrace from DeregisterCallback(). by pbos@webrtc.org · 11 years ago
  23. b5d2d16 Implement TraceCallbacks in Call. by pbos@webrtc.org · 11 years ago
  24. 0011252 Enable FEC for VideoSendStream. by pbos@webrtc.org · 11 years ago
  25. bf6d572 Rename VideoCall to Call. by pbos@webrtc.org · 11 years ago[Renamed (81%) from video_engine/internal/video_call.cc]
  26. 0020858 Remove send and receive streams when destroyed. by pbos@webrtc.org · 11 years ago
  27. c179706 Remove newapi:: namespace for typenames without overlap. by pbos@webrtc.org · 11 years ago
  28. e416ab2 Remove ViEBase::Init() call from VideoCall. by pbos@webrtc.org · 11 years ago
  29. c2014fd Remove VideoEngine class from new VideoEngine API. by pbos@webrtc.org · 11 years ago
  30. 3f45c2e Switch C++-style C headers with their C equivalents. by pbos@webrtc.org · 11 years ago
  31. 78ab511 Use RtpHeaderParser in VideoCall implementation. by pbos@webrtc.org · 11 years ago
  32. ce85109 Glue code and tests for NACK in new VideoEngine API. by pbos@webrtc.org · 11 years ago
  33. bf76ae2 Hooking up first simple CPU adaptation version. by mflodman@webrtc.org · 11 years ago
  34. 63988b2 RW lock access to ssrc maps in VideoCall. by pbos@webrtc.org · 11 years ago
  35. 6f1c3ef Stats+Config moved into VideoSend/ReceiveStreams. by pbos@webrtc.org · 11 years ago
  36. 6696fba Breaking out RTP header parsing from the RTP module. by stefan@webrtc.org · 11 years ago
  37. 4988d94 Break video_engine/new_include/common.h into smaller parts. by pbos@webrtc.org · 11 years ago
  38. 281cff8 Include files from webrtc/.. paths in video_engine/ by pbos@webrtc.org · 11 years ago
  39. 2a9108f New VideoEngine API implementation on top of old one, first steps. by pbos@webrtc.org · 11 years ago