1. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  2. f2ca8c5 Allow injecting a Vp8FrameBufferControllerFactory by Elad Alon · 5 years ago
  3. cde8ab2 Use single FrameBufferController in VP8, created by a factory. by Elad Alon · 5 years ago
  4. b859b32 Update more VideoEncoder implementations to drop CodecSpecificInfo input by Niels Möller · 6 years ago
  5. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
  6. de3360e Create Vp8FrameBufferController by Elad Alon · 6 years ago
  7. 7b41225 Throttle frame-rate In VP8 encoder in steady state for screenshare by Ilya Nikolaevskiy · 6 years ago
  8. 7f24fb9 Add settings to turn off VP8 base layer qp limit by Erik Språng · 6 years ago
  9. 411b49b Break FrameConfig out of Vp8TemporalLayers by Elad Alon · 6 years ago
  10. d3438aa Add ability to specify if rate controller of video encoder is trusted. by Erik Språng · 6 years ago
  11. 1060870 Update LibVpxVp8Encoder to use GetEncoderInfo by Erik Språng · 6 years ago
  12. ee49f70 Remove VideoEncoder::SetChannelParameters. by philipel · 6 years ago
  13. f8ba95e Add field trial for vp8 cpu speed configuration for arm. by Åsa Persson · 6 years ago
  14. fe45da4 Remove WebRTC-VP8-GfBoost field trial. by philipel · 6 years ago
  15. 4529fbc Move TemporalLayers to api/video_codecs. by Erik Språng · 6 years ago
  16. a1d9ca4 Revert "Add ability to specify if rate controller of video encoder is trusted." by Oleh Prypin · 6 years ago
  17. 3e335d1 Add ability to specify if rate controller of video encoder is trusted. by Erik Språng · 6 years ago
  18. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  19. 5fbc0e0 Hide libvpx vp8 encoder behind an interface and add mock for testing. by Erik Språng · 6 years ago
  20. 59021ba Refactoring of VP8 TemporalLayers interface. by Erik Språng · 6 years ago
  21. 8abd56c Split TemporalLayers and TemporalLayers checker, clean up header. by Erik Språng · 6 years ago
  22. fb2a66a libvpx vp8 encoder: get frame drop setting from temporal layer by Erik Språng · 6 years ago
  23. 4a02b67 Clean away WebRTC-Vp8DontDropKeyFrames switch by Erik Språng · 6 years ago
  24. 506c569 Don't drop keyframes even if TemporalLayers says so. by Erik Språng · 6 years ago
  25. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 6 years ago
  26. 150dcb0 Delete logic to set picture id and tl0 pic idx in encoders. by Niels Möller · 6 years ago
  27. cc681cc Split vp8_impl into webm_vp8_encoder and webm_vp8_decoder by Erik Språng · 7 years ago[Renamed (63%) from modules/video_coding/codecs/vp8/vp8_impl.h]
  28. 45bbc8a Change forced software encoder fallback for VP8 to be only based on resolution and not bitrate. by Åsa Persson · 7 years ago
  29. bf35298 Implement temporal layers checkers for vp8 by Ilya Nikolaevskiy · 7 years ago
  30. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  31. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/video_coding/codecs/vp8/vp8_impl.h]
  32. 142fcc9 Move kMinPixelsPerFrame constant in VideoStreamEncoder to VideoEncoder::ScalingSettings. by asapersson · 7 years ago
  33. e5d02f9 vp8_impl.cc: Make it possible to base postproc deblocking level for arm on qp (e.g. turn off deblocking for low qp values). by asapersson · 7 years ago
  34. ea3a798 Move webrtc/video_frame to common_video/include. by nisse · 7 years ago
  35. 18ad1d4 Derive current layer from TL frame config. by pbos · 7 years ago
  36. 080830c Don't re-randomize picture_id/tl0_pic_idx when re-initializing internal encoders. by brandtr · 7 years ago
  37. c50105d Remove unused 'last_key_frame_picture_id' field. by pbos · 7 years ago
  38. fa18e25 Extract TL config to VP8 libvpx flag conversion. by pbos · 7 years ago
  39. fc31a43 Delete dead code VP8EncoderImpl::UpdateCodecFrameSize. by brandtr · 7 years ago
  40. 25d0bdc Delete support for receiving RTCP RPSI and SLI message. by nisse · 7 years ago
  41. 1182afe Remove dead code in vp8_impl files. by Peter Boström · 7 years ago
  42. 3257b16 Delete VP8 feedback mode. by nisse · 7 years ago
  43. d0d08b1 vp8_impl.cc: Apply boost on golden frames (under field trial). by asapersson · 8 years ago
  44. 55eb6d6 vp8_impl.cc: Enable postproc for arm under field trial. by asapersson · 8 years ago
  45. 5fec128 Add QP for libvpx VP8 decoder. by sakal · 8 years ago
  46. af91689 Move VideoFrame and related declarations to webrtc/api/video. by nisse · 8 years ago
  47. 876222f Move usage of QualityScaler to ViEEncoder. by kthelgason · 8 years ago
  48. 08127a9 Reland #2 of Issue 2434073003: Extract bitrate allocation ... by Erik Språng · 8 years ago
  49. 1369c83 Revert of Issue 2434073003: Extract bitrate allocation ... (patchset #4 id:60001 of https://codereview.webrtc.org/2488833004/ ) by sprang · 8 years ago
  50. 647bf43 Reland of Issue 2434073003: Extract bitrate allocation ... by sprang · 8 years ago
  51. 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 · 8 years ago
  52. 8f46c67 Extract bitrate allocation of spatial/temporal layers out of codec impl. by sprang · 8 years ago
  53. 384e731 vp8_impl.cc: Adjust cpu speed setting for arm for devices with 4 or more cores. by asapersson · 8 years ago
  54. 78ce619 Extract simulcast rate allocation outside of video encoder. by Erik Språng · 8 years ago
  55. e703f41 Remove unused copy of last received keyframe. by André Susano Pinto · 8 years ago
  56. 718a763 Refactor scaling. by Niels Möller · 8 years ago
  57. a4463bc Report framedrops outside libvpx to QualityScaler. by Peter Boström · 8 years ago
  58. ef8b61e Enable -Winconsistent-missing-override flag. by nisse · 8 years ago
  59. ed3277b Deprecate VideoDecoder::Reset() and remove calls. by Peter Boström · 9 years ago
  60. cce46fc Lint fix for webrtc/modules/video_coding PART 1! by philipel · 9 years ago
  61. b7d9a97 Expose codec implementation names in stats. by Peter Boström · 9 years ago
  62. b7ce964 modules/video_coding/utility: Remove include by kjellander@webrtc.org · 9 years ago
  63. 2557b86 modules/video_coding refactorings by Henrik Kjellander · 9 years ago
  64. 6f8ce06 common_video: rename interface -> include by kjellander · 9 years ago
  65. 22993e1 Unify FrameType and VideoFrameType. by pbos · 9 years ago
  66. 4306fc7 Add histogram for percentage of sent frames that are limited in resolution due to quality: by asapersson · 9 years ago
  67. 1b9add9 Prevent bitrate overshoot for HD layer in VP8. by Peter Boström · 9 years ago
  68. 4765070 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 9 years ago
  69. b302ad4 Remove unused VideoDecoder methods. by Peter Boström · 9 years ago
  70. 61b4d51 Dynamic resolution change for VP8 HW encode. by jackychen · 9 years ago
  71. 9bfe3da Cleanup: Remove i420_video_frame.h header. by Thiago Farina · 9 years ago
  72. 73d763e Add I420 buffer pool to avoid unnecessary allocations by magjed@webrtc.org · 9 years ago
  73. 6daacbc Set cpu_speed parameter for low resolutions, for non-simulcast. by marpan@webrtc.org · 10 years ago
  74. 16825b1 Use int64_t more consistently for times, in particular for RTT values. by pkasting@chromium.org · 10 years ago
  75. 9115cde Merge VP8 changes. by pbos@webrtc.org · 10 years ago
  76. 4591fbd Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 10 years ago
  77. 5b88317 Add VP9 codec to VCM and vie_auto_test. by marpan@webrtc.org · 10 years ago
  78. b1dac33 Revert cls (original cl + fixes) 7422-7424 "Add VP9 codec to VCM..." by henrike@webrtc.org · 10 years ago
  79. 573c78e Add VP9 codec to VCM and vie_auto_test. by marpan@webrtc.org · 10 years ago
  80. a0d7827 Add ability to downscale content to improve quality. by pbos@webrtc.org · 10 years ago
  81. 6c75c98 Propagate capture ntp timestamp from rtp to renderer. by wu@webrtc.org · 10 years ago
  82. b2c28c3 Relanding 4597 - Don't force key frame when decoding with errors. by mikhal@webrtc.org · 11 years ago
  83. ceea41d Revert 4597 "Don't force key frame when decoding with errors" by henrike@webrtc.org · 11 years ago
  84. 44af55c Don't force key frame when decoding with errors by mikhal@webrtc.org · 11 years ago
  85. a440732 Include files from webrtc/.. paths in video_coding/. by pbos@webrtc.org · 11 years ago
  86. 48c5882 Remove libvpx pre-processor conditions and conditional compile of default temporal layers files. by andresp@webrtc.org · 11 years ago
  87. 3263a7a Setting correct stride for VP8 encoder by mikhal@webrtc.org · 12 years ago
  88. 9fedff7 Switching to I420VideoFrame by mikhal@webrtc.org · 12 years ago
  89. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago[Renamed from src/modules/video_coding/codecs/vp8/vp8_impl.h]
  90. c530043 Add per stream intra requests. by stefan@webrtc.org · 12 years ago
  91. 8d89b58 Refactor of the VP8 wrapper. by pwestin@webrtc.org · 12 years ago