Files
sousa-gecko/third_party/moz.build
T
Tymur Boiko 3939001b6b Bug 2021722 - DOM Media - FFmpeg Vulkan Video decode in RDD. r=stransky,alwu
Decoder and tests:

- Vulkan video decode in FFmpegVideoDecoder using FFmpeg Vulkan API, with
  DRM modifier handling.
- DRM modifier output: direct DMA-BUF export when FFmpeg supports
  VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT, otherwise copy path; pass modifier
  lists via hw_device_ctx->user_opaque as needed.
- Direct vs copy paths for same-GPU vs cross-GPU scenarios.
- Poll fallback when android_native_fence_fd sync is not available.

Differential Revision: https://phabricator.services.mozilla.com/D290522
2026-05-12 14:31:56 +00:00

132 lines
3.3 KiB
INI

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
with Files('moz.build'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('aom/**'):
BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
with Files('content_analysis_sdk/**'):
BUG_COMPONENT = ('Firefox', 'Data Loss Prevention')
with Files('cups/**'):
BUG_COMPONENT = ('Core', 'Printing: Setup')
with Files('dav1d/**'):
BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
with Files('function2/**'):
BUG_COMPONENT = ('Core', 'MFBT')
with Files('gemmology/**'):
BUG_COMPONENT = ('Core', 'JavaScript: WebAssembly')
with Files('googletest/**'):
BUG_COMPONENT = ('Testing', 'GTest')
with Files('highway/**'):
BUG_COMPONENT = ('Core', 'Graphics: ImageLib')
with Files('jpeg-xl/**'):
BUG_COMPONENT = ('Core', 'Graphics: ImageLib')
with Files('js/d3/**'):
BUG_COMPONENT = ('Toolkit', 'General')
with Files('js/cfworker/**'):
BUG_COMPONENT = ('Toolkit', 'General')
with Files('js/PKI.js/**'):
BUG_COMPONENT = ('Firefox', 'Security')
with Files('js/qrcode/**'):
BUG_COMPONENT = ('Firefox', 'General')
with Files('khronos/**'):
BUG_COMPONENT = ('Core', 'Graphics')
with Files('rust/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('webkit/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('xsimd/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('msgpack/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('simde/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('sipcc/**'):
BUG_COMPONENT = ('Core', 'WebRTC: Signaling')
with Files('sqlite3/**'):
BUG_COMPONENT = ("Core", "SQLite and Embedded Database Bindings")
with Files('rlbox/**'):
BUG_COMPONENT = ('Core', 'Security: RLBox')
with Files("libwebrtc/**"):
BUG_COMPONENT = ("Core", "WebRTC")
with Files("gbm/**"):
BUG_COMPONENT = ("Core", "WebRTC")
with Files("pipewire/**"):
BUG_COMPONENT = ("Core", "WebRTC")
with Files("drm/**"):
BUG_COMPONENT = ("Core", "WebRTC")
with Files("khronos/vulkan-headers/**"):
BUG_COMPONENT = ("Core", "Audio/Video: Playback")
with Files("libepoxy/**"):
BUG_COMPONENT = ("Core", "WebRTC")
with Files('picosha2/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('rlbox_wasm2c_sandbox/**'):
BUG_COMPONENT = ('Core', 'Security: RLBox')
with Files('wasm2c/**'):
BUG_COMPONENT = ('Core', 'Security: RLBox')
with Files('libsrtp/**'):
BUG_COMPONENT = ('Core', 'WebRTC: Networking')
with Files("perfetto/**"):
BUG_COMPONENT = ("Core", "Performance Engineering")
with Files("BUILD.gn"):
BUG_COMPONENT = ("Core", "WebRTC")
with Files("chromium/**"):
BUG_COMPONENT = ("Core", "WebRTC")
with Files("abseil-cpp/**"):
BUG_COMPONENT = ("Core", "WebRTC")
with Files("build_overrides/**"):
BUG_COMPONENT = ("Core", "WebRTC")
with Files("fmt"):
BUG_COMPONENT = ("Core", "MFBT")
with Files("zucchini/**"):
BUG_COMPONENT = ("Toolkit", "Application Update")
with Files("llama.cpp"):
BUG_COMPONENT = ("Core", "Machine Learning: On Device")
with Files("application-services/**"):
BUG_COMPONENT = ("Application Services", "General")
with Files('skv/**'):
BUG_COMPONENT = ("Core", "SQLite and Embedded Database Bindings")