[go: nahoru, domu]

  1. bc0f0c7 Add metadata to ClientSharedImage by Mingjing Zhang · 7 months ago
  2. 1d25be1 media/video: Enable video encoders to drop a frame in realtime mode by Hirokazu Honda · 7 months ago
  3. 9dda510 [//media] Refine GpuMemoryBufferVideoFramePool RASTER SI usage by Colin Blundell · 7 months ago
  4. 7313a874 [//media] Clarify comment on RenderableGMBVideoFramePool SI usage by Colin Blundell · 7 months ago
  5. f74c31828 Surface full error messages for software video encoders. by Dale Curtis · 7 months ago
  6. 581b9e8 Rename {absl => std}::optional in //media/ by Arthur Sonzogni · 7 months ago
  7. 0eeb61c Parse bit depth from vp9 and av1 codec strings. Validate only. by Dale Curtis · 7 months ago
  8. d51e4f6 Implement 4:4:4 encoding for AV1 high profile w/ WebCodecs. by Dale Curtis · 7 months ago
  9. 6d7b57ea Add a weak reference to SharedImageInterface in ClientSharedImage by Mingjing Zhang · 7 months ago
  10. c2a4c6c Multiplanar: Remove HalfFloatMaker for consistency with multiplanar SI by Saifuddin Hitawala · 8 months ago
  11. 1ee55c1 Add 4:4:4 encoding to WebCodecs for VP9. Simplify VpxVideoEncoder. by Dale Curtis · 8 months ago
  12. 63751ef Cleanup, optimize, and improve SoftwareVideoEncoderTest. by Dale Curtis · 8 months ago
  13. b73f322 media/video: Tune libvpx parameters in screen content encoding by Hirokazu Honda · 8 months ago
  14. 506608b Make SharedImageInterface refcounted by Mingjing Zhang · 8 months ago
  15. 747ade5 Set input_coded_size_ as the actual encode size. by Jianjun Zhu · 8 months ago
  16. 37f2d98f Remove remaining ConvertAndScaleFrame usage and method. by Dale Curtis · 8 months ago
  17. f3e263c [//media] Convert SI RASTER usage to RASTER_READ | RASTER_WRITE by Colin Blundell · 8 months ago
  18. 36f987c Switch I420 GpuMemoryBuffer video to multi-planar by kylechar · 8 months ago
  19. 76b8214 media/BitstreamBufferMetadata: Add end_of_picture by Hirokazu Honda · 8 months ago
  20. f5d5155 Land invariants from crrev.com/c/5191363 by Peter Boström · 8 months ago
  21. cae5bf7 Update resolution without re-initializing video encoder. by Jianjun Zhu · 8 months ago
  22. 446b597 Move codec string parsing. Replace VideoCodecParseResult with VideoType. by Dale Curtis · 8 months ago
  23. 20b6c54 Declare temporal_svc_frame_index_ as unsigned int by Wan-Teh Chang · 8 months ago
  24. d8d185fa Attach libaom threads to the Chrome threading system. by Markus Handell · 8 months ago
  25. e18eb3e [//media] Restore GLES2_WRITE in renderable_gmb_video_frame_pool.cc by Colin Blundell · 8 months ago
  26. 38dff4f Refactor RenderableGpuMemoryBufferVideoFramePool with ClientSharedImage by Mingjing Zhang · 8 months ago
  27. e222521 Take care of fallback creation failure. by Jianjun Zhu · 8 months ago
  28. e64943117 media/VEA: Add dropped_frame() function to BitstreamBufferMetadata by Hirokazu Honda · 8 months ago
  29. babd77c Remove protection for libvpx VP8 frame size change by Wan-Teh Chang · 9 months ago
  30. e63cbaf6 Rewrite vector<T*> into vector<raw_ptr<T, VectorExperimental>> by Ali Hijazi · 9 months ago
  31. 268e2ea9 Use vpx_image->d_w/d_h instead of vpx_image->w/h by Wan-Teh Chang · 9 months ago
  32. 51d88d5 [//media] Remove GLES2_WRITE usage from SharedImages backing VideoFrames by Colin Blundell · 9 months ago
  33. 46adc0c Fix typos in a comment about NV12 by Wan-Teh Chang · 9 months ago
  34. 13b0ef9 [SharedImage] Convert //media usage of SHARED_IMAGE_USAGE_GLES2 by Colin Blundell · 9 months ago
  35. 24e3492 media/VideoEncodeAccelerator::Config: Add drop_frame_thresh_percentage by Hirokazu Honda · 9 months ago
  36. d8ae77c [//ui] Restrict GpuMemoryBuffer::SetColorSpace() to Apple by Colin Blundell · 9 months ago
  37. f9ba5f4 VEA Config: Take only required arguments in constructor by Hirokazu Honda · 9 months ago
  38. 74fa6d6 webcodecs: set AV1E_SET_ENABLE_PALETTE in AV1 encoder for screen content by Eugene Zemtsov · 9 months ago
  39. db766e5 Use concepts to clean base/bits.h, require unsigned types by Avi Drissman · 9 months ago
  40. 5e9a60f [media] Use ClientSharedImage in GpuMemoryBufferVideoFramePool by Mingjing Zhang · 9 months ago
  41. dc172fe VEA's RequestEncodingParametersChange allows frame size change. by Jianjun Zhu · 10 months ago
  42. f95ceaf Video: Support MV-HEVC base layer playback by Sida Zhu · 10 months ago
  43. 0c96027c VideoEncoderInfo includes support for frame size change. by Jianjun Zhu · 10 months ago
  44. 2f559147 [ClientSharedImage] Refactor a version of CreateSharedImage() by Mingjing Zhang · 10 months ago
  45. cc263426 Multiplanar: Fix GMBVideoFramePool to set external sampler by Saifuddin Hitawala · 10 months ago
  46. d405db5 h264_encoder: Disallow screenshare mode with 3 temporal layers by Byoungchan Lee · 10 months ago
  47. 39ef6897 webcodecs: Better reporting of VEA errors in MediaLog by Eugene Zemtsov · 10 months ago
  48. 0245356 Refactor CreateSharedImage() to use ClientSharedImage by Mingjing Zhang · 10 months ago
  49. 771d2ef Minor improvements to comments and error messages by Wan-Teh Chang · 11 months ago
  50. 7bbfdd3 media/video/VEAAdapter: Wire options.content_hint to VEA config by Hirokazu Honda · 11 months ago
  51. bfda23bf webcodecs: Implement support for VideoEncoderConfig.contentHint by Eugene Zemtsov · 11 months ago
  52. 93a61df Update enum member style of VideoDecodeAccelerator::Config::OutputMode by akash1.yadav · 11 months ago
  53. 129ec752 Fix AlphaVideoEncoderWrapperTest for when libvpx is disabled by Janusz Majnert · 11 months ago
  54. aaa210c Reapply "[media] Take MediaLog by unique_ptr in Dav1dVideoDecoder" by Dan Sanders · 11 months ago
  55. 84f5beb Revert "[media] Take MediaLog by unique_ptr in Dav1dVideoDecoder" by luci-bisection@appspot.gserviceaccount.com · 11 months ago
  56. cad72bc [media] Take MediaLog by unique_ptr in Dav1dVideoDecoder by Dan Sanders · 11 months ago
  57. 0fddfcf Multiplanar: Clean up PassthroughYuvRgbConversion feature by Saifuddin Hitawala · 11 months ago
  58. 7522466 Switch to VpxVideoDecoder for vp8 encoding / decoding tests. by Dale Curtis · 11 months ago
  59. e7d6848 media: Remove workaround for libvpx threading resize bug by Eugene Zemtsov · 11 months ago
  60. 8f0aa22a media/video: Fix wrong bitrate values by Hirokazu Honda · 11 months ago
  61. a72ea80 media/vpx_video_encoder.cc,cosmetics: fix a typo by James Zern · 11 months ago
  62. 257f11a media: VideoEncoder wrapper for separately encoding alpha channel by Eugene Zemtsov · 12 months ago
  63. 17f9f6e Multiplanar: Create a shared images per GpuMemoryBuffer by Saifuddin Hitawala · 12 months ago
  64. dd8d9ef webcodecs: Stop changing thread number in VpxVideoEncoder on reconfigure by Eugene Zemtsov · 12 months ago
  65. 68a0d63 [media] Bound cpb_cnt_minus1 in H265Parser::ParseVPS() by Dan Sanders · 12 months ago
  66. 78b925d [media] Handle zero scalability dimensions in H265Parser::ParseVPS() by Dan Sanders · 12 months ago
  67. 7a6bb262 [media] Support alpha decoding in VTVD HEVC by Dan Sanders · 12 months ago
  68. d83ed1b Ban raw_ptr<T>::operator[] under enable_pointer_arithmetic_trait_check. by Tom Sepez · 12 months ago
  69. 418765e Enable Mac Camera 0-copy path on WebGPU by Yan,Shaobo · 1 year ago
  70. f574a26 media/video/Vp9Metadata: Add active spatial layer begin/end index by Hirokazu Honda · 1 year ago
  71. 8c9a7fc media/video/h265_parser: Provide default for PPS uniform_spacing_flag by Chen-Yu Tsai · 1 year ago
  72. 9072f6b Drop best-effort disclaimer from VEA::RequestEncodingParametersChange by Eugene Zemtsov · 1 year, 1 month ago
  73. bd37c5b Remove unused variable "supported_output_formats" by Abhijeet Kandalkar · 1 year, 1 month ago
  74. d198aaf Fix fuzzer test issues for VVC parser. by Qiu Jianlin · 1 year, 1 month ago
  75. 7158b76 webcodecs: Split frame into horizontal and vertical tiles in AV1 encoder by Eugene Zemtsov · 1 year, 1 month ago
  76. d59dc0bb Fix typo in msg for AV1E_SET_MATRIX_COEFFICIENTS by Wan-Teh Chang · 1 year, 1 month ago
  77. 6a9ba4b Handle unknown profile values in H26xDecoder implementations. by Dale Curtis · 1 year, 1 month ago
  78. 208d265 Fixed latency issue with VideoDecode implementation for H265 by Roger Sanders · 1 year, 2 months ago
  79. 0143d052 [GLImage] Update remaining //media references by Colin Blundell · 1 year, 2 months ago
  80. 38d805c Remove unused stack_container.h include in /media by Adam Rice · 1 year, 2 months ago
  81. e6361d0 Rename DanglingAcrossTasks to AcrossTasksDanglingUntriaged by Pâris · 1 year, 2 months ago
  82. f88d55c Don't use VP9E codec control parameters for VP8 encoding. by Dale Curtis · 1 year, 2 months ago
  83. 4723b5e3 media: Move InterLayerPredMode out of VideoEncodeAccelerator::Config by Hirokazu Honda · 1 year, 2 months ago
  84. 508dce9 Annotate all Across tasks dangling raw_ptrs by Pâris · 1 year, 2 months ago
  85. f475257dd [video_frame] Fix a few incorrect usages of VideoFrame::writable_data by Bryant Chandler · 1 year, 2 months ago
  86. 0ce0709f webcodecs: Per frame QP for H264 on MF VEA by Eugene Zemtsov · 1 year, 2 months ago
  87. a48f4a2 webcodecs: Mojo representation for external rate control support in VEA by Eugene Zemtsov · 1 year, 2 months ago
  88. 0402883 media: Add per frame QP to the VEA interface by Eugene Zemtsov · 1 year, 3 months ago
  89. 5e0826e Multiplanar: Add UMAs for hardware/software GMBs OutputFormat by Saifuddin Hitawala · 1 year, 3 months ago
  90. 5c3611a5 [Viz] Allow MultiplanarSI in RenderableGMBVideoFramePool beyond Mac by Colin Blundell · 1 year, 3 months ago
  91. f7f3bae media: Stop using VF::GetWritableVisibleData() where writes are not expected by Eugene Zemtsov · 1 year, 3 months ago
  92. c8caf5b webcodecs: Avoid integer overflow in libaom by Eugene Zemtsov · 1 year, 3 months ago
  93. e62aefe [//media] Add RenderableGMBVideoFramePool MultiplanarSI flow on Mac by Colin Blundell · 1 year, 3 months ago
  94. c249018 gfx::HDRMetadata: Set cta_861_3 and smpte_st_2086 members directly by Christopher Cameron · 1 year, 3 months ago
  95. db7de38 [//media] Hardcode kDoNotAllocateGLTextures for video decoding on Mac by Colin Blundell · 1 year, 3 months ago
  96. 5382b0d DanglingPointer: annotate for unittests base+linux [3/N] by Paul Semel · 1 year, 3 months ago
  97. 98ffba23 VVC decoder implementation: RefPicPocList[0/1] construction. by Qiu Jianlin · 1 year, 3 months ago
  98. a67ecfc Revert "[//media] Add RenderableGMBVideoFramePool MultiplanarSI flow on Mac" by Kai Ninomiya · 1 year, 3 months ago
  99. 60007e37 [//media] Add RenderableGMBVideoFramePool MultiplanarSI flow on Mac by Colin Blundell · 1 year, 3 months ago
  100. e98d214 DanglingPointer: annotate for unittests base+linux [1/N] by Arthur Sonzogni · 1 year, 3 months ago