1. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  2. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/modules/video_coding/generic_encoder.cc]
  3. e997381 Move reencode logic for screenshare bitrate overshoot from generic by ilnik · 8 years ago
  4. 84f6a3f Move optional.h to webrtc/api/ by kwiberg · 8 years ago
  5. 6d5b4d6 Piggybacking simulcast id and ALR experiment id into video content type extension. by ilnik · 8 years ago
  6. ba050a6 Reland of Add a flags field to video timing extension. (patchset #1 id:1 of https://codereview.webrtc.org/2995953002/ ) by sprang · 8 years ago
  7. f0f7378 Revert of Add a flags field to video timing extension. (patchset #15 id:280001 of https://codereview.webrtc.org/3000753002/ ) by emircan · 8 years ago
  8. cf5d485 Add a flags field to video timing extension. by sprang · 8 years ago
  9. 29d0840 Reland of Refactor timing frame logic to work with encoders with internal sources (patchset #1 id:1 of https://codereview.webrtc.org/2980533002/ ) by ilnik · 8 years ago
  10. 0b1e2f3 Revert of Refactor timing frame logic to work with encoders with internal sources (patchset #2 id:20001 of https://codereview.webrtc.org/2968153002/ ) by ilnik · 8 years ago
  11. a7a4535 Refactor timing frame logic to work with encoders with internal sources by ilnik · 8 years ago
  12. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  13. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  14. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  15. 3635f44 Workaround for hardware encoders crashing timing frames processing by ilnik · 8 years ago
  16. 04f4d12 Implement timing frames. by ilnik · 8 years ago
  17. 01d5a0b Propagate input capture time in ViEEncoder::OnFrame. by nisse · 8 years ago
  18. 0ffdcc5 Delete unneeded includes of deprecated system_wrappers include files. by nisse · 8 years ago
  19. af91689 Move VideoFrame and related declarations to webrtc/api/video. by nisse · 9 years ago
  20. df2ceb8 Reland of Delete VideoFrame default constructor, and IsZeroSize method. (patchset #1 id:1 of https://codereview.webrtc.org/2574123002/ ) by nisse · 9 years ago
  21. 0989fbc Revert of Delete VideoFrame default constructor, and IsZeroSize method. (patchset #5 id:80001 of https://codereview.webrtc.org/2541863002/ ) by nisse · 9 years ago
  22. bfcf561 Delete VideoFrame default constructor, and IsZeroSize method. by nisse · 9 years ago
  23. 876222f Move usage of QualityScaler to ViEEncoder. by kthelgason · 9 years ago
  24. 08127a9 Reland #2 of Issue 2434073003: Extract bitrate allocation ... by Erik Språng · 9 years ago
  25. 1369c83 Revert of Issue 2434073003: Extract bitrate allocation ... (patchset #4 id:60001 of https://codereview.webrtc.org/2488833004/ ) by sprang · 9 years ago
  26. 647bf43 Reland of Issue 2434073003: Extract bitrate allocation ... by sprang · 9 years ago
  27. 4bc98d4 Revert of Extract bitrate allocation of spatial/temporal layers out of codec impl. (patchset #17 id:320001 of https://codereview.webrtc.org/2434073003/ ) by sprang · 9 years ago
  28. 8f46c67 Extract bitrate allocation of spatial/temporal layers out of codec impl. by sprang · 9 years ago
  29. 7056be9 Delete old video defines in engine config. by mflodman · 9 years ago
  30. 275afc5 Add codec name to CodecSpecificInfo and get the codec name stats from there instead. by perkj · 9 years ago
  31. 525df3f Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  32. 51db4dd Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ ) by sergeyu · 9 years ago
  33. 4c7f4cd Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  34. ac4dc2c Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ ) by sergeyu · 9 years ago
  35. ad34dbe Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  36. f5b2e51 Fix stats for encoder target bitrate when target rate is zero. by perkj · 9 years ago
  37. 02bafc6 Add a race-checking mechanism. by Peter Boström · 9 years ago
  38. 57c21f9 Remove ViEEncoder::Pause / Start by perkj · 9 years ago
  39. 376b192 Remove VideoCodingModule::VCMPacketizationCallback by perkj · 9 years ago
  40. 3c6eac2 Remove QualityScaler framerate reduction. by Peter Boström · 9 years ago
  41. 02b3d27 Reland of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #1 id:1 of https://codereview.webrtc.org/1903193002/ ) by kjellander · 9 years ago
  42. a261e61 Revert of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #5 id:80001 of https://codereview.webrtc.org/1897233002/ ) by kjellander · 9 years ago
  43. f5d55aa Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. by perkj · 9 years ago
  44. ba7dc72 Add rotation to EncodedImage and make sure it is passed through encoders. by Per · 9 years ago
  45. 3911c26 Add support for writing raw encoder output to .ivf files. by sprang · 9 years ago
  46. fb15270 Replace const-reference with pointer in SendData. by Peter Boström · 10 years ago
  47. 4fd6cda Add tracing to VCMGenericEncoder::Release. by Peter Boström · 10 years ago
  48. 9d3ab61 Lint fix for webrtc/modules/video_coding PART 2! by philipel · 10 years ago
  49. b7d9a97 Expose codec implementation names in stats. by Peter Boström · 10 years ago
  50. 2557b86 modules/video_coding refactorings by Henrik Kjellander · 10 years ago[Renamed (97%) from webrtc/modules/video_coding/main/source/generic_encoder.cc]
  51. d9eec76 Trace encoding/decoding time in a generic way. by pbos · 10 years ago
  52. 854e84c Use webrtc/base/logging.h for video coding/processing. by pbos · 10 years ago
  53. cfc319b Reland of Work on flexible mode and screen sharing. (patchset #1 id:1 of https://codereview.webrtc.org/1438543002/ ) by philipel · 10 years ago
  54. 0be8f1d Revert of Work on flexible mode and screen sharing. (patchset #28 id:520001 of https://codereview.webrtc.org/1328113004/ ) by terelius · 10 years ago
  55. 77ccfb4 Work on flexible mode and screen sharing. by philipel · 10 years ago
  56. 4f5db11 Make VCMEncodedFrameCallback const. by Peter Boström · 10 years ago
  57. 69ccb33 Remove redudant encoder rate calls. by Peter Boström · 10 years ago
  58. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 10 years ago
  59. 22993e1 Unify FrameType and VideoFrameType. by pbos · 10 years ago
  60. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 10 years ago
  61. 7f6a6fc Enabling spatial layers in VP9Impl. Filter layers in the loopback test. by ivica · 10 years ago
  62. a9455ab Integration of VP9 packetization. by asapersson · 10 years ago
  63. 6e2ce6e Allow for framerate reduction for HW encoder. by jackychen · 10 years ago
  64. 2c4c914 In screenshare mode, suppress VP8 bitrate overshoot and increase quality by Erik Språng · 10 years ago
  65. eb66e80 Re-land "Convert native handles to buffers before encoding." by Peter Boström · 10 years ago
  66. 308d163 Revert "Convert native handles to buffers before encoding." by Peter Boström · 10 years ago
  67. a831dc3 Convert native handles to buffers before encoding. by Peter Boström · 10 years ago
  68. 4765070 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 10 years ago
  69. 61b4d51 Dynamic resolution change for VP8 HW encode. by jackychen · 10 years ago
  70. 2c37078 Fix crash with CVO turned on for VP9 codec by Guo-wei Shieh · 10 years ago
  71. 1064679 Revert "Fix crash with CVO turned on for VP9 codec" by Guo-wei Shieh · 10 years ago
  72. 29b1a1c Fix crash with CVO turned on for VP9 codec by Guo-wei Shieh · 10 years ago
  73. 54d072e Add CVO support to video_coding layer. by guoweis@webrtc.org · 10 years ago
  74. 558dc40 Reland 8631 "Speculative revert of 8631 "Remove lock from Bitrat..." by tommi@webrtc.org · 10 years ago
  75. 92696cd Speculative revert of 8631 "Remove lock from Bitrate() and FrameRate() in Video..." by tommi@webrtc.org · 10 years ago
  76. 0d5ea21 Remove lock from Bitrate() and FrameRate() in VideoSender. by tommi@webrtc.org · 10 years ago
  77. 891d483 Wire up target_media_bitrate in VideoSendStream. by pbos@webrtc.org · 10 years ago
  78. 30540fe Initialize RTPVideoHeader fields to correctly set simulcastIdx for non VP8 codecs. by glaznev@webrtc.org · 10 years ago
  79. f31f56d Remove default arguments in EncodedImageCallback. by changbin.shao@webrtc.org · 11 years ago
  80. 16825b1 Use int64_t more consistently for times, in particular for RTT values. by pkasting@chromium.org · 11 years ago
  81. 273a414 Report encoded frame size in VideoSendStream. by pbos@webrtc.org · 11 years ago
  82. 4591fbd Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 11 years ago
  83. 2ec5606 Add H.264 packetization. by stefan@webrtc.org · 11 years ago
  84. 34c5da6 Cleaned up logging in video_coding. by stefan@webrtc.org · 11 years ago
  85. c5aeb2a Make code simpler on VCMEncodedCallback. by andresp@webrtc.org · 12 years ago
  86. 1df9dc3 Isolate register post encode callback in video coding module to simplify code and critical sections. by andresp@webrtc.org · 12 years ago
  87. 4070935 Implement and test EncodedImageCallback in new ViE API. by sprang@webrtc.org · 12 years ago
  88. bec11ef Reformatting media_optimization.cc and .h by henrik.lundin@webrtc.org · 12 years ago
  89. 98fcd2d Adding unit tests for default temporal layer strategy. by andresp@webrtc.org · 12 years ago
  90. 0181b5f ExternalVideoDecoder for new VideoEngine API. by pbos@webrtc.org · 12 years ago
  91. a440732 Include files from webrtc/.. paths in video_coding/. by pbos@webrtc.org · 12 years ago
  92. d900e8b Proper spacing for end-of-namespace comments. by pbos@webrtc.org · 12 years ago
  93. b3e5acf Cleanup traces in WebRTC by hclam@chromium.org · 12 years ago
  94. 122d209 Fixes an issue where the start bitrate is stored in kbps instead of bps. by stefan@webrtc.org · 12 years ago
  95. 806dc3b More trace events by hclam@chromium.org · 12 years ago
  96. 7b859cc Webrtc_Word32 => int32_t in video_coding/main/ by pbos@webrtc.org · 12 years ago
  97. 3d0b0d6 Follow-up fix for r3681. by stefan@webrtc.org · 12 years ago
  98. f4944d4 Fix framerate sent to account for actually sent frames. by stefan@webrtc.org · 12 years ago
  99. a64300a Refactor NACK list creation to build the NACK list as packets arrive. by stefan@webrtc.org · 12 years ago
  100. cf21686 Fixes issues related to intra requests. by stefan@webrtc.org · 13 years ago