tree: 45bcbd85c2feb838039785f783f9bb26806dc145 [path history] [tgz]
  1. fuzzer_seed_corpus/
  2. allow_shared_buffer_source_util.h
  3. audio_data.cc
  4. audio_data.h
  5. audio_data.idl
  6. audio_data_attachment.cc
  7. audio_data_attachment.h
  8. audio_data_copy_to_fuzzer.cc
  9. audio_data_copy_to_options.idl
  10. audio_data_init.idl
  11. audio_data_output_callback.idl
  12. audio_data_test.cc
  13. audio_data_transfer_list.cc
  14. audio_data_transfer_list.h
  15. audio_decoder.cc
  16. audio_decoder.h
  17. audio_decoder.idl
  18. audio_decoder_broker.cc
  19. audio_decoder_broker.h
  20. audio_decoder_broker_test.cc
  21. audio_decoder_config.idl
  22. audio_decoder_fuzzer.cc
  23. audio_decoder_init.idl
  24. audio_decoder_support.idl
  25. audio_encoder.cc
  26. audio_encoder.h
  27. audio_encoder.idl
  28. audio_encoder_config.idl
  29. audio_encoder_fuzzer.cc
  30. audio_encoder_init.idl
  31. audio_encoder_support.idl
  32. audio_sample_format.idl
  33. avc_encoder_config.idl
  34. BUILD.gn
  35. codec_config_eval.h
  36. codec_logger.cc
  37. codec_logger.h
  38. codec_pressure_gauge.cc
  39. codec_pressure_gauge.h
  40. codec_pressure_gauge_test.cc
  41. codec_pressure_manager.cc
  42. codec_pressure_manager.h
  43. codec_pressure_manager_provider.cc
  44. codec_pressure_manager_provider.h
  45. codec_pressure_manager_test.cc
  46. codec_state.idl
  47. codec_state_helper.cc
  48. codec_state_helper.h
  49. codec_trace_names.h
  50. decoder_buffer_attachment.cc
  51. decoder_buffer_attachment.h
  52. decoder_selector.cc
  53. decoder_selector.h
  54. decoder_selector_test.cc
  55. decoder_template.cc
  56. decoder_template.h
  57. decoder_template_test.cc
  58. DEPS
  59. DIR_METADATA
  60. encoded_audio_chunk.cc
  61. encoded_audio_chunk.h
  62. encoded_audio_chunk.idl
  63. encoded_audio_chunk_init.idl
  64. encoded_audio_chunk_metadata.idl
  65. encoded_audio_chunk_output_callback.idl
  66. encoded_video_chunk.cc
  67. encoded_video_chunk.h
  68. encoded_video_chunk.idl
  69. encoded_video_chunk_init.idl
  70. encoded_video_chunk_metadata.idl
  71. encoded_video_chunk_output_callback.idl
  72. encoded_video_chunk_test.cc
  73. encoder_base.cc
  74. encoder_base.h
  75. fuzzer_inputs.proto
  76. fuzzer_utils.cc
  77. fuzzer_utils.h
  78. gpu_factories_retriever.cc
  79. gpu_factories_retriever.h
  80. hardware_preference.cc
  81. hardware_preference.h
  82. hardware_preference.idl
  83. image_decode_options.idl
  84. image_decode_result.idl
  85. image_decoder.idl
  86. image_decoder_base.textproto
  87. image_decoder_core.cc
  88. image_decoder_core.h
  89. image_decoder_core_test.cc
  90. image_decoder_external.cc
  91. image_decoder_external.h
  92. image_decoder_external_test.cc
  93. image_decoder_fuzzer.cc
  94. image_decoder_init.idl
  95. image_track.cc
  96. image_track.h
  97. image_track.idl
  98. image_track_list.cc
  99. image_track_list.h
  100. image_track_list.idl
  101. latency_mode.idl
  102. OWNERS
  103. plane_layout.idl
  104. README.md
  105. reclaimable_codec.cc
  106. reclaimable_codec.h
  107. reclaimable_codec_test.cc
  108. svc_output_metadata.idl
  109. video_color_primaries.idl
  110. video_color_space.cc
  111. video_color_space.h
  112. video_color_space.idl
  113. video_color_space_init.idl
  114. video_decoder.cc
  115. video_decoder.h
  116. video_decoder.idl
  117. video_decoder_broker.cc
  118. video_decoder_broker.h
  119. video_decoder_broker_test.cc
  120. video_decoder_config.idl
  121. video_decoder_fuzzer.cc
  122. video_decoder_init.idl
  123. video_decoder_support.idl
  124. video_decoder_test.cc
  125. video_encoder.cc
  126. video_encoder.h
  127. video_encoder.idl
  128. video_encoder_config.idl
  129. video_encoder_encode_options.idl
  130. video_encoder_fuzzer.cc
  131. video_encoder_init.idl
  132. video_encoder_support.idl
  133. video_encoder_test.cc
  134. video_frame.cc
  135. video_frame.h
  136. video_frame.idl
  137. video_frame_attachment.cc
  138. video_frame_attachment.h
  139. video_frame_buffer_init.idl
  140. video_frame_copy_to_fuzzer.cc
  141. video_frame_copy_to_options.idl
  142. video_frame_handle.cc
  143. video_frame_handle.h
  144. video_frame_init.idl
  145. video_frame_init_util.cc
  146. video_frame_init_util.h
  147. video_frame_layout.cc
  148. video_frame_layout.h
  149. video_frame_monitor.cc
  150. video_frame_monitor.h
  151. video_frame_monitor_test.cc
  152. video_frame_output_callback.idl
  153. video_frame_rect_util.cc
  154. video_frame_rect_util.h
  155. video_frame_test.cc
  156. video_frame_transfer_list.cc
  157. video_frame_transfer_list.h
  158. video_matrix_coefficients.idl
  159. video_pixel_format.idl
  160. video_transfer_characteristics.idl
  161. webcodecs_error_callback.idl
  162. webcodecs_logger.cc
  163. webcodecs_logger.h
third_party/blink/renderer/modules/webcodecs/README.md

WebCodecs API

This directory will contain the implementation of https://github.com/WICG/web-codecs/, which is a low-level API for encode and decode of audio and video.

It will use the existing codec implementations in src/media used by the video stack, WebRTC, and MediaRecorder, such as media::DecoderFactory, media::VideoEncodeAccelerator, and media::VideoFrame.