[go: nahoru, domu]

  1. 5191448 Convert base::Bind in media::WebSourceBufferImpl by Matt Reynolds · 4 years, 2 months ago
  2. edd780b Convert base::CancelableCallback in media::WebMediaPlayerImpl by Matt Reynolds · 4 years, 2 months ago
  3. 5e3c0b6 media: Rename WebContentDecryptionModuleSession::Client methods by Xiaohan Wang · 4 years, 2 months ago
  4. 4952ba6 Migrate StrongBinding to new Mojo type by Gyuyoung Kim · 4 years, 2 months ago
  5. dd0e3e6 Add HTMLMediaElement.preservesPitch by Thomas Guilbert · 4 years, 3 months ago
  6. 17797d9 Record the creation location of the MemoryPressureListener by Sebastien Marchand · 4 years, 3 months ago
  7. a01596a Remove/replace unnecessary includes of logging.h (media/) by Hans Wennborg · 4 years, 3 months ago
  8. 2902988 Audio should continue playing when the browser switching to background by chenjiadong · 4 years, 3 months ago
  9. 76739b6b Remove VideoFrameMetadata getters/setters by Thomas Guilbert · 4 years, 3 months ago
  10. fa9094c Include-what-you-use related to logging.h (media) by Hans Wennborg · 4 years, 3 months ago
  11. 8f720965 Use remoting renderer components in media pipeline by Chih-Hsuan Kuo · 4 years, 3 months ago
  12. c695e53 Replace s/NULL/nullptr/ in field initializers used in constructors. by Lukasz Anforowicz · 4 years, 3 months ago
  13. 6cb5b16 media: Remove |security_origin| in CreateCdm() by Xiaohan Wang · 4 years, 3 months ago
  14. de9b127 Trigger MediaPositionState updates from HTMLME by Wojciech Dzierżanowski · 4 years, 3 months ago
  15. 3253b67 Replace NULL and 0 with nullptr by Bartek Nowierski · 4 years, 3 months ago
  16. c60852ce Pass MediaKeySessionType in createSession() by Vi Nguyen · 4 years, 4 months ago
  17. d24b7927 [media] Disable flaky WebMediaPlayerImplTest. by Wez · 4 years, 4 months ago
  18. d727e03 Remove last video.rAF references by Thomas Guilbert · 4 years, 4 months ago
  19. 6e2151a Remove obsolete Media.IsStreaming histogram. by Dale Curtis · 4 years, 4 months ago
  20. 3099331 Allow content embedders to specify custom demuxers for media URLs by David Dorwin · 4 years, 4 months ago
  21. 04a47909 Address offscreen video.rVFC comments by Thomas Guilbert · 4 years, 4 months ago
  22. 89fe8d0 Add Demuxer::GetContainerForMetrics() by David Dorwin · 4 years, 4 months ago
  23. 8444938 Add a frame token to blink by Dave Tapuska · 4 years, 4 months ago
  24. 8cb4861 Cleanup missed TODO from post-demux HLS detection by Thomas Guilbert · 4 years, 4 months ago
  25. 8859b07e media: Use DVLOG(3) for memory usage report in WebMediaPlayerImpl by Xiaohan Wang · 4 years, 4 months ago
  26. b557018 Reset PlaybackEventsRecorder channel on disconnect by Sergey Ulanov · 4 years, 4 months ago
  27. 4e43ae2 Add offscreen video.rVFC support by Thomas Guilbert · 4 years, 5 months ago
  28. 68f4a52 Update MediaPositionState in WMPI in more cases by Wojciech Dzierżanowski · 4 years, 5 months ago
  29. 9a7c6c8 Use typesafe helpers for passing associated receivers/remotes in Blink public API by Daniel Cheng · 4 years, 5 months ago
  30. 1c9682d viz: Restrict preferred interval optimization to video streams. by Khushal Sagar · 4 years, 5 months ago
  31. 7e26d908e Remove/replace unnecessary logging.h includes in .cc files (media) by Hans Wennborg · 4 years, 5 months ago
  32. 7543416 [scheduler] Initialize WTF before creating the MainThreadScheduler. by kdillon · 4 years, 5 months ago
  33. b865677 [Fuchsia] Implement media metrics for WebEngine by Sergey Ulanov · 4 years, 5 months ago
  34. be71503 Fix crash on platforms without system_allocator_pool_name by Eugene Zemtsov · 4 years, 5 months ago
  35. 6ae2127 logging.h related include-what-you-use (media/) by Hans Wennborg · 4 years, 5 months ago
  36. 83fdc9b8 Rename video.rAF to video.rVFC by Thomas Guilbert · 4 years, 5 months ago
  37. 5aeeb21 [media] Clean up media-suspend flags. by Dan Sanders · 4 years, 5 months ago
  38. 82807c55 [Live Caption] Disable feature on Android. by Abigail Klein · 4 years, 5 months ago
  39. 20d16a72 Renderer side changes for the Live Caption feature by evliu · 4 years, 5 months ago
  40. fc2b67a WebMediaPlayer count in UKM metrics for Memory.Experimental event by Eugene Zemtsov · 4 years, 5 months ago
  41. 311d7f4 [video-raf] Update dictionary members by Thomas Guilbert · 4 years, 5 months ago
  42. 48614c8b Ensure all tests run with a valid ScrollbarTheme by David Bokan · 4 years, 5 months ago
  43. 14fc151 Remove unused Media.PreloadMetadataSuspendWasIdeal histograms. by Dale Curtis · 4 years, 5 months ago
  44. 1494205b [base] Apply PassedToMoveRewriter from BaseBindRewriters by Jan Wilken Dörrie · 4 years, 6 months ago
  45. c4c6db2 Allow background mode for media/webmediaplayer/* mem dumpers by Eugene Zemtsov · 4 years, 6 months ago
  46. 66d91ac Exposing memory metrics for WebMediaPlayer via metrics emitter by Eugene Zemtsov · 4 years, 6 months ago
  47. b0883f9 Remove Media.WebMediaPlayerImpl.Memory.* metrics by Eugene Zemtsov · 4 years, 6 months ago
  48. 23a3998 Reduce number of VideoFrameCompositor locks by Thomas Guilbert · 4 years, 6 months ago
  49. 25ba7b3 media: Replace base::Bind with Bind{Once,Repeating} depending on callee. by Jose Lopes · 4 years, 6 months ago
  50. 04cec1c Begin transition PaintCanvasVideoRenderer to use RasterInterface by Nathan Zabriskie · 4 years, 6 months ago
  51. 77d5626 Report WebMediaPlayer related memory via MemoryDumpProvider by Eugene Zemtsov · 4 years, 6 months ago
  52. 7b4fb10 Add remoting mode into WebMediaPlayerImpl by Chih-Hsuan Kuo · 4 years, 6 months ago
  53. 8d4ac2b media: Migrate SourceBufferParseWarningCB to repeating callback. by Jose Lopes · 4 years, 6 months ago
  54. 4c96f85 Re-land: media: Migrate DataSource::ReadCB to once callback. by Jose Lopes · 4 years, 6 months ago
  55. 89210157 [video-raf] Add high fps auto-rescheduling by Thomas Guilbert · 4 years, 6 months ago
  56. 797151f Define a mojom PageBroadcast interface for WebView by Yuzu Saijo · 4 years, 6 months ago
  57. 0526d569 Switched power status helper to use "effectively fullscreen". by liberato@chromium.org · 4 years, 6 months ago
  58. 5a193a5 Revert "media: Migrate DataSource::ReadCB to once callback." by Katie Dektar · 4 years, 7 months ago
  59. a9df7cc media: Migrate DataSource::ReadCB to once callback. by Jose Lopes · 4 years, 7 months ago
  60. 689012d media: Migrate RequestOverlayInfoCB to RepeatingCallback. by Jose Lopes · 4 years, 7 months ago
  61. d5c656c Mass-migrate users of base::ThreadPool() as a trait to base::ThreadPool:: API [crypto/-net/] by Gabriel Charette · 4 years, 7 months ago
  62. 6dcde5b Fix a few -Wrange-loop-analysis warnings by Nico Weber · 4 years, 7 months ago
  63. e4669d4 [video-raf] Use latest frame metadata by Thomas Guilbert · 4 years, 7 months ago
  64. 405155d5 Migrate CDM created callback. by Jose Lopes · 4 years, 7 months ago
  65. 239a091 Migrate media tracks updated callback. by Jose Lopes · 4 years, 7 months ago
  66. 39b3598f Run video.rAF callbacks in rendering steps by Thomas Guilbert · 4 years, 7 months ago
  67. 066452e Migrate encrypted media init callback. by Jose Lopes · 4 years, 7 months ago
  68. 9023b6d Replace unique_ptr::reset with std::make_unique. by Jose Lopes · 4 years, 7 months ago
  69. dda34ca Migrate callbacks in video decode stats reporter. by Jose Lopes · 4 years, 7 months ago
  70. 3cd12fd Delete ActivateViewportIntersectionMonitoring by Eugene Zemtsov · 4 years, 7 months ago
  71. e5d23cc Remove unused type alias in Web media player. by Jose Lopes · 4 years, 7 months ago
  72. 70eab38 Migrate callbacks in watch time reporter. by Jose Lopes · 4 years, 7 months ago
  73. 60111c87 Migrate callbacks in UrlData. by Jose Lopes · 4 years, 7 months ago
  74. 510e488 Migrate callbacks in session CDM result promise. by Jose Lopes · 4 years, 7 months ago
  75. cfe0df76 Migrate callbacks in key system config selector. by Jose Lopes · 4 years, 7 months ago
  76. 6c523d4 Replace base::Callback in multibuffer source. by Jose Lopes · 4 years, 7 months ago
  77. 64546ed Get media::learning::LearningTasks by name rather than ID. by Chris Cunningham · 4 years, 7 months ago
  78. ec1a6d4 Remove WebSize from WebMediaPlayer. by Dave Tapuska · 4 years, 7 months ago
  79. b284e23 Replace base::Callback with base::RepeatingCallback. by Jose Lopes · 4 years, 7 months ago
  80. a2fc97e Remove out of date comment in MultiBufferDataSource. by Dale Curtis · 4 years, 7 months ago
  81. 6a132f8 Replace Callback with RepeatingCallback in multibuffer. by Jose Lopes · 4 years, 7 months ago
  82. e9559700 Set OnFramePresentedCB from main thread by Thomas Guilbert · 4 years, 7 months ago
  83. 0da6f16 Reland "Switch to using an explicit ended signal for HTMLMediaElement." by Dale Curtis · 4 years, 7 months ago
  84. ccd1147 Revert "Switch to using an explicit ended signal for HTMLMediaElement." by Xida Chen · 4 years, 7 months ago
  85. e11c77a Switch to using an explicit ended signal for HTMLMediaElement. by Dale Curtis · 4 years, 7 months ago
  86. 7469026 GMC: Update Pip availability. by Jazz Xu · 4 years, 7 months ago
  87. 6f03d35f [MemoryPressureListeners] Ignore transitions to the no pressure state by Sebastien Marchand · 4 years, 8 months ago
  88. 9137933 Count maximum consecutive per-playback NNRs for ML. by liberato@chromium.org · 4 years, 8 months ago
  89. 2e1d2d9a [base] Migrate remaining PostTaskAndReplayWithResult to OnceCallbacks by Jan Wilken Dörrie · 4 years, 8 months ago
  90. f8564dc GMC: Add picture-in-picture action to media session. by Jazz Xu · 4 years, 8 months ago
  91. 0134aed Refactor MediaLogRecord::Type by Ted Meyer · 4 years, 8 months ago
  92. 96665a8 Attach SmoothnessHelper to WMPI for MediaCap experiment by liberato@chromium.org · 4 years, 8 months ago
  93. 242ea36 Add PredictDistribution() to LearningTaskController by Chris Cunningham · 4 years, 8 months ago
  94. 432be5c Make sure KeySystems is up to date before selecting key system by Wojciech Dzierżanowski · 4 years, 8 months ago
  95. f8afcef3 Add UMA and UKM metrics for new media::AudioCodecProfile. by Dale Curtis · 4 years, 8 months ago
  96. e50087b Updated SmoothnessHelper to count max consecutive "bad" windows. by liberato@chromium.org · 4 years, 8 months ago
  97. c7a918e Report FPS from WMPI to the power status helper. by liberato@chromium.org · 4 years, 8 months ago
  98. d286c1968 Reformat all gn files in /media. by Nico Weber · 4 years, 8 months ago
  99. a5dfedf Change EncryptionScheme to match latest spec by John Rummell · 4 years, 8 months ago
  100. 380ca98 Rename MediaLogEvent to MediaLogRecord by Ted Meyer · 4 years, 8 months ago