issues
search
w3c
/
mediacapture-worker
MediaStream with worker
Other
9
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update spec status
#59
anssiko
closed
7 years ago
3
Fix #38 and #39 - replace the outputImageBitmap property with setOutp…
#58
kakukogou
opened
8 years ago
2
Fix #48 - drop the cropping variant of createImageBitmap().
#57
kakukogou
closed
8 years ago
2
Fix #47 - make HSV and Lab using 32bit floting point.
#56
kakukogou
closed
8 years ago
1
Issue 41 simplify channel pixel layout and image format pixel layout
#55
kakukogou
closed
8 years ago
5
Fix #40: Rename DataType to ChannelPxielLayoutDataType
#54
kakukogou
closed
8 years ago
1
Fix #30: Decouple VideoProcessor/Monitor from Workers
#53
anssiko
closed
8 years ago
5
Respec fixes
#52
anssiko
closed
8 years ago
0
Add Participate header
#51
anssiko
closed
8 years ago
1
Fix Pubrules Checker errors, update SoTD
#50
anssiko
closed
8 years ago
1
Publish First Public Working Draft
#49
anssiko
closed
7 years ago
5
Drop the cropping variant of creating ImageBitmap from an ArrayBuffer.
#48
kakukogou
closed
8 years ago
1
The data type of HSV and Lab should be floating point
#47
kakukogou
closed
8 years ago
0
Crop YUV422/YUV420 data?
#46
kakukogou
closed
8 years ago
1
Use SharedArrayBuffer as the parameter type of mapDataInto() to indicate that data racing might happen.
#45
kakukogou
opened
8 years ago
10
Fix #43: Reject mapDataInto() if ImageBitmap's bitmap data has transparency
#44
anssiko
closed
8 years ago
1
Call mapDataInto() on an ImageBitmap which was created with a cropping area that is outside of the source image.
#43
kakukogou
closed
8 years ago
3
The ImageBitmap::FindOptimalFormat() should not return empty string
#42
kakukogou
opened
8 years ago
1
Simplify the ChannelPixelLayout and ImageFormatPixelLayout
#41
kakukogou
closed
8 years ago
1
The name of enum DataType is too generic
#40
kakukogou
closed
8 years ago
1
Change the VideoProcessorEvent.outputImageBitmap to VideoProcessorEvent.setOutputImageBitmap()
#39
kakukogou
opened
8 years ago
1
Support asynchronous processing in the VideoProcessor case?
#38
kakukogou
opened
8 years ago
3
Use the correct ReSpec license boilerplate
#37
anssiko
closed
9 years ago
1
[UseCases] Re-sample the video frame rate.
#36
kakukogou
opened
9 years ago
0
Security Considerations
#35
kakukogou
opened
9 years ago
0
Elaborate the backpressure handling
#34
kakukogou
opened
9 years ago
0
Processing offline context.
#33
kakukogou
opened
9 years ago
9
Consider leveraging Worklet to decouple monitor/processor from WebWorker.
#32
kakukogou
opened
9 years ago
0
Consider leveraging `Canvas::captureMedia` for generating content
#31
mhofman
opened
9 years ago
5
Decouple VideoProcessor from Workers
#30
mhofman
closed
8 years ago
16
Improve Abstract and Introduction sections
#29
anssiko
closed
9 years ago
1
Add tidyconfig.txt, tidy the document, minor editorial changes
#28
anssiko
closed
9 years ago
1
Rewrite the example section.
#27
kakukogou
closed
9 years ago
4
Add constructors to ChannelPixelLayout and ImageFormatPixelLayout interfaces.
#26
kakukogou
closed
9 years ago
4
Add constructors to both ChannelPixelLayout and ImageFormatPixelLayout
#25
kakukogou
closed
9 years ago
6
ImageBitmapFactory::createImageBitmap(FromBufferSource) should throw if the given format is not supported.
#24
kakukogou
opened
9 years ago
0
Example 12 uses an undefined setDataFrom() method
#23
anssiko
closed
9 years ago
2
Convert ImageBitmap extensions to use Contiguous IDL
#22
anssiko
closed
9 years ago
5
Make addVideoMonitor/Processor and removeVideoMonitor/Processor return promises
#21
anssiko
closed
9 years ago
0
Define the processing model
#20
anssiko
opened
9 years ago
2
Contiguous IDL and prose adaptation to match the contemporary style
#19
anssiko
closed
9 years ago
6
Should there be an onvideomonitor event handler too?
#18
anssiko
closed
9 years ago
2
Add Anssi Kostiainen as a co-editor.
#17
kakukogou
closed
9 years ago
2
Switch to Contiguous IDL
#16
anssiko
closed
9 years ago
3
Write a "hello world" like example.
#15
kakukogou
closed
9 years ago
0
Fix #9: Add constructors to VideoMonitorEvent/VideoProcessorEvent.
#14
kakukogou
closed
9 years ago
0
Fix #12: Remove =null of VideoProcessorEvent::outputImageBitmap.
#13
kakukogou
closed
9 years ago
1
Remove the "=null" of the VideoProcessorEvent::outputImageBitmap property.
#12
kakukogou
closed
9 years ago
0
Add constructors to both VideoMonitorEvent and VideoProcessorEvent.
#11
kakukogou
closed
9 years ago
0
Fix #8: Expose both VideoMonitorEvent and VideoProcessorEvent to worker only.
#10
kakukogou
closed
9 years ago
1
Next