1. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  2. 65764e4 Add missing overrides in VideoEncoder proxies/adapters by Elad Alon · 5 years ago
  3. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 5 years ago
  4. f00bf42 Add plumbing of RtpPacketInfos to each VideoFrame as input for SourceTracker. by Chen Xing · 5 years ago
  5. 4d504c7 New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBuffer by Niels Möller · 5 years ago
  6. 370f93a Reland "Inform VideoEncoder of negotiated capabilities" by Elad Alon · 5 years ago
  7. 49d661a Revert "Inform VideoEncoder of negotiated capabilities" by Philip Eliasson · 5 years ago
  8. 11dfff0 Inform VideoEncoder of negotiated capabilities by Elad Alon · 5 years ago
  9. 16cb8f5 Reland "Replace usage of old SetRates/SetRateAllocation methods" by Erik Språng · 5 years ago
  10. 7aacdd9 Reland "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Niels Möller · 5 years ago
  11. 7ddef1a Revert "Replace usage of old SetRates/SetRateAllocation methods" by Minyue Li · 5 years ago
  12. 7ac0d5f Replace usage of old SetRates/SetRateAllocation methods by Erik Språng · 5 years ago
  13. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  14. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  15. 712fb89 Allocate separate component buffers in MultiplexEncodedImagePacker::Unpack by Niels Möller · 5 years ago
  16. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 5 years ago
  17. 009ab3c Delete EncodedImage::GetBufferPaddingBytes by Niels Möller · 5 years ago
  18. 2c7b982 Revert "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Jeroen de Borst · 5 years ago
  19. 39d3a7d Delete CodecSpecificInfo argument from VideoDecoder::Decode by Niels Möller · 5 years ago
  20. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 5 years ago
  21. c8d2e73 Delete CodecSpecificInfo argument from VideoEncoder::Encode by Niels Möller · 5 years ago
  22. cbf5949 Update MultiplexEncoderAdapter to use EncodedImage::Allocate by Niels Möller · 5 years ago
  23. 938dd9f Add owned data buffer to EncodedImage by Niels Möller · 5 years ago
  24. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 5 years ago
  25. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  26. 24871e4 Rename EncodedImage::_buffer --> buffer_, and make private by Niels Möller · 6 years ago
  27. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  28. ccc1b57 Poll is_hardware_accelerated from VideoEncoder instead of VideoEncoderFactory. by Mirta Dvornicic · 6 years ago
  29. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  30. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  31. 48a7946 Convert all webrtc code to not access EncodedImage::_size directly. by Niels Möller · 6 years ago
  32. 897a991 Add metadata from VideoEncoderFactory::CodecInfo to VideoEncoder::EncoderInfo by Mirta Dvornicic · 6 years ago
  33. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  34. ee49f70 Remove VideoEncoder::SetChannelParameters. by philipel · 6 years ago
  35. 096d016 Update MultiplexEncoderAdapter to use EncoderInfo by Erik Språng · 6 years ago
  36. a1d9ca4 Revert "Add ability to specify if rate controller of video encoder is trusted." by Oleh Prypin · 6 years ago
  37. 3e335d1 Add ability to specify if rate controller of video encoder is trusted. by Erik Språng · 6 years ago
  38. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  39. 72bc8d6 Make the rtp timestamp member of EncodedImage private by Niels Möller · 6 years ago
  40. ed425d1 Multiplex codec cleanups by Emircan Uysaler · 6 years ago
  41. d3b8c63 Reland "Add spatial index to EncodedImage." by Niels Möller · 6 years ago
  42. 5a998d7 Revert "Add spatial index to EncodedImage." by Niels Moller · 6 years ago
  43. da0898d Add spatial index to EncodedImage. by Niels Möller · 6 years ago
  44. 2377588 Add accessor methods for RTP timestamp of EncodedImage. by Niels Möller · 6 years ago
  45. 77c8e65 Update multiplex encoder to support having augmenting data attached to the video by Tarek Hefny · 6 years ago
  46. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  47. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  48. 0040b66 Replace rtc::Optional with absl::optional by Danil Chapovalov · 6 years ago
  49. 2ac6446 Document that preferred VideoFrame constructor takes no RTP timestamp. by Niels Möller · 6 years ago
  50. 401d076 Delete deprecated VideoDecoder::Decode method by Niels Möller · 6 years ago
  51. 8df3a38 Deprecate RTPFragmentationHeader argument to VideoDecoder::Decode by Niels Möller · 6 years ago
  52. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 6 years ago
  53. 1d2b627 Use frame generator in video codec unit tests. by Sergey Silkin · 6 years ago
  54. fdd5eae Fix incorrect explicit marks by Emircan Uysaler · 6 years ago
  55. 6d30631 Bug Fix: Multiplex Codec Crash by Qiang Chen · 6 years ago
  56. 88f6dec Multiplex Codec Bug Fix: Padding Needed For H264 by Qiang Chen · 6 years ago
  57. 98a867c Rename VideoCodecTest to VideoCodecUnitTest. by Rasmus Brandt · 6 years ago
  58. 98bf720 Reland "Add unit tests covering MultiplexImageComponent" by Emircan Uysaler · 7 years ago
  59. d7ae3c3 Reland "Rename stereo video codec to multiplex" by Emircan Uysaler · 7 years ago
  60. 1204448 Revert "Reland "Rename stereo video codec to multiplex"" by Taylor Brandstetter · 6 years ago
  61. 4954a77 Reland "Rename stereo video codec to multiplex" by Emircan Uysaler · 7 years ago
  62. 6bc7bb6 Revert "Rename stereo video codec to multiplex" by Ivo Creusen · 7 years ago
  63. 15eeef4 Revert "Add unit tests covering MultiplexImageComponent" by Ivo Creusen · 7 years ago
  64. 4dc891f Add unit tests covering MultiplexImageComponent by Emircan Uysaler · 7 years ago
  65. bbdabe5 Rename stereo video codec to multiplex by Emircan Uysaler · 7 years ago