1. 39b5543 Remove unnecessary RTPFragmentationHeader from VideoProcessor callbacks. by brandtr · 8 years ago
  2. a260673 VideoProcessor: make it runnable on a task queue. by brandtr · 8 years ago
  3. a20bf61 VideoProcessor: mini-fixes in preparation for task queue CL. by brandtr · 8 years ago
  4. 33ed95a Minor improvements to VideoProcessorIntegrationTest. by brandtr · 8 years ago
  5. 65051b9 Move ownership of webrtc::VideoCodec into TestConfig. by brandtr · 8 years ago
  6. c4835cd Remove source file writer from VideoProcessor. by brandtr · 8 years ago
  7. 00f1567 Remove VideoProcessor interface. by brandtr · 8 years ago
  8. 375c817 Minor improvements to VideoProcessor and corresponding test. by brandtr · 8 years ago
  9. 88a0529 Remove ProcessParams struct. by asapersson · 8 years ago
  10. 76de83e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  11. a67d960 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  12. ae2f9a7 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  13. 524a096 Add SetCodecSettings method for configuring VideoCodec settings. by asapersson · 8 years ago
  14. 5d7bd02 Make VideoProcessor::Init void (always returning true). by asapersson · 8 years ago
  15. 11ffe50 Add unit tests for qp parser. by jianj · 8 years ago
  16. 0359fff Update plot_webrtc_test_logs.py: by asapersson · 8 years ago
  17. c14dcd7 Add batch mode to VideoProcessor integration tests. by brandtr · 8 years ago
  18. de898ce Support pipelining codecs in VideoProcessor. by brandtr · 8 years ago
  19. 1e7ba3a Minor changes in videoprocessor and videoprocessor_integrationtests.h by asapersson · 8 years ago
  20. 4b393db Minor cleanups in VideoProcessor. by brandtr · 8 years ago
  21. 8675180 Reland of Add optional visualization file writers to VideoProcessor tests. (patchset #1 id:1 of https://codereview.webrtc.org/2708103002/ ) by brandtr · 8 years ago
  22. 8bc1d1f Revert of Add optional visualization file writers to VideoProcessor tests. (patchset #4 id:220001 of https://codereview.webrtc.org/2700493006/ ) by brandtr · 8 years ago
  23. 5d1f255 Add optional visualization file writers to VideoProcessor tests. by brandtr · 8 years ago
  24. 48a8272 Add support for creating HW codecs in the VideoProcessor tests. by brandtr · 8 years ago
  25. fcc62d6 Style fixes: VideoProcessor and corresponding integration test. by brandtr · 8 years ago
  26. f5b007f Use std::unique_ptr in VideoProcessor. by asapersson · 8 years ago
  27. bc6405b Reland of Add QP sum stats for received streams. (patchset #2 id:300001 of https://codereview.webrtc.org/2680893002/ ) by sakal · 8 years ago
  28. a8773b4 Revert of Add QP sum stats for received streams. (patchset #10 id:180001 of https://codereview.webrtc.org/2649133005/ ) by skvlad · 8 years ago
  29. f2d1765 Add QP sum stats for received streams. by sakal · 8 years ago
  30. f0daa06 Move VideoFrame and related declarations to webrtc/api/video. by nisse · 8 years ago
  31. 0e41e0d Reland of Delete VideoFrame default constructor, and IsZeroSize method. (patchset #1 id:1 of https://codereview.webrtc.org/2574123002/ ) by nisse · 8 years ago
  32. d8cd9cc Revert of Delete VideoFrame default constructor, and IsZeroSize method. (patchset #5 id:80001 of https://codereview.webrtc.org/2541863002/ ) by nisse · 8 years ago
  33. 6dab241 Delete VideoFrame default constructor, and IsZeroSize method. by nisse · 8 years ago
  34. 3fcf785 Unify VideoCodecType to/from string functionality by magjed · 8 years ago
  35. fafcfc0 Reland #2 of Issue 2434073003: Extract bitrate allocation ... by Erik Språng · 8 years ago
  36. 46ee7fa Revert of Issue 2434073003: Extract bitrate allocation ... (patchset #4 id:60001 of https://codereview.webrtc.org/2488833004/ ) by sprang · 8 years ago
  37. fce0c43 Reland of Issue 2434073003: Extract bitrate allocation ... by sprang · 8 years ago
  38. f30ffe4 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 · 8 years ago
  39. 69dd53c Extract bitrate allocation of spatial/temporal layers out of codec impl. by sprang · 8 years ago
  40. cc1422c New helper function test::ReadI420Buffer, refactor FrameReader to use it. by nisse · 8 years ago
  41. 83a148b Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  42. 55b005a Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ ) by sergeyu · 9 years ago
  43. 568d3f1 Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  44. f285d3d Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ ) by sergeyu · 9 years ago
  45. 8238976 Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  46. 34d0c32 Refactor scaling. by Niels Möller · 9 years ago
  47. 7738985 Delete all use of tick_util.h. by Niels Möller · 9 years ago
  48. 65451ba H.264 video codec support using OpenH264 (http://www.openh264.org/) for encoding and FFmpeg (https://www.ffmpeg.org/) for decoding. by hbos · 9 years ago
  49. 9ca937a VideoProcessorImpl using EncodedImage::GetBufferPaddingBytes. by hbos · 9 years ago
  50. 20a9801 Lint fix for webrtc/modules/video_coding PART 1! by philipel · 9 years ago
  51. fe7633e modules/video_coding refactorings by Henrik Kjellander · 9 years ago
  52. b6b6998 Add DecodedImageCallback::Decoded() function with custom decode time value. by Per · 9 years ago
  53. 78f65d0 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  54. b63d8ad Unify FrameType and VideoFrameType. by pbos · 9 years ago
  55. e8b7e11 VP9: Add automaticeResize to codec setting. by Marco · 9 years ago
  56. 3ca60f3 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 10 years ago
  57. e69323b Cleanup: Remove i420_video_frame.h header. by Thiago Farina · 10 years ago
  58. 32ec590 Revert "Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*." by magjed@webrtc.org · 10 years ago
  59. c0b6816 Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*. by hbos@webrtc.org · 10 years ago
  60. 860ac53 Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 10 years ago
  61. ee9497c Report encoded frame size in VideoSendStream. by pbos@webrtc.org · 10 years ago
  62. 0ab923a Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 10 years ago
  63. 6907050 Fix some chromium-style warnings in webrtc/modules/video_coding/ by pbos@webrtc.org · 12 years ago
  64. a557f43 Include files from webrtc/.. paths in video_coding/. by pbos@webrtc.org · 12 years ago
  65. 48c4b75 WebRtc_Word32 => int32_t in video_coding/ by pbos@webrtc.org · 12 years ago
  66. 3bbed74 Switching to I420VideoFrame by mikhal@webrtc.org · 12 years ago
  67. b015cbe Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago