mediadevices icon indicating copy to clipboard operation
mediadevices copied to clipboard

Add decoder support for pixel format BGRA & ARGB

Open zyxar opened this issue 3 years ago • 2 comments

Description

This PR adds decoder support for pixel format BGRA & ARGB, and enables them in pkg avfoundation.

zyxar avatar Mar 07 '21 15:03 zyxar

Codecov Report

Merging #315 (1ff2ff2) into master (3d3830f) will decrease coverage by 0.53%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #315      +/-   ##
==========================================
- Coverage   55.90%   55.37%   -0.54%     
==========================================
  Files          54       55       +1     
  Lines        2277     2299      +22     
==========================================
  Hits         1273     1273              
- Misses        903      925      +22     
  Partials      101      101              
Impacted Files Coverage Δ
pkg/frame/decode.go 50.00% <ø> (ø)
pkg/frame/rgb.go 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3d3830f...1ff2ff2. Read the comment docs.

codecov[bot] avatar Mar 07 '21 15:03 codecov[bot]

HI @zyxar, do you still want to get this in?

edaniels avatar Mar 03 '23 15:03 edaniels