- 01 Jan, 2025 2 commits
-
-
Juliusz Chroboczek authored
-
jjsa authored
-
- 30 Dec, 2024 1 commit
-
-
Juliusz Chroboczek authored
-
- 24 Dec, 2024 1 commit
-
-
Juliusz Chroboczek authored
We were correctly clearing the chat on the server side, but we were leaving stray entries in the client. Thanks to J.-J. Sarton.
-
- 23 Dec, 2024 1 commit
-
-
Juliusz Chroboczek authored
Thanks to J.-J. Sarton.
-
- 19 Dec, 2024 1 commit
-
-
Juliusz Chroboczek authored
-
- 17 Dec, 2024 1 commit
-
-
Juliusz Chroboczek authored
This fixes an issue with negotiation of RTCP feedback.
-
- 16 Dec, 2024 3 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 15 Dec, 2024 3 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Since we now make HTTP requests from addFilter, this makes startup slightly faster.
-
Juliusz Chroboczek authored
This avoids throwing if the user changes their setting before login. Thanks to Jean-Jacques Sarton.
-
- 14 Dec, 2024 3 commits
-
-
Juliusz Chroboczek authored
We used to initialise MediaPipe at worker start, which prevented us from handling errors. We now do it at filter init, and stop the stream with an error message if initialisation fails.
-
Juliusz Chroboczek authored
We used to ignore errors in filter init, which could cause us to send unblurred videos to the server.
-
Juliusz Chroboczek authored
We used blur the image then mask, which caused a halo around the foreground. We now mask then blur.
-
- 13 Dec, 2024 9 commits
-
-
Juliusz Chroboczek authored
Thanks to Matohara Kenichiro.
-
Juliusz Chroboczek authored
This doesn't currently do anything useful, since we're running tflite on the CPU, but might avoid bugs if we get GPU support.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
This should free the underlying textures without waiting for a GC to happen.
-
Juliusz Chroboczek authored
It doesn't work.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 12 Dec, 2024 3 commits
-
-
Juliusz Chroboczek authored
Drop a frame if a filter takes too long to run.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 04 Dec, 2024 5 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 02 Dec, 2024 2 commits
-
-
jjsa authored
-
Juliusz Chroboczek authored
This avoids an unsightly warning when an ICE candidate arrives late.
-
- 01 Dec, 2024 3 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
When a user sends a file to oneself (which is only possible as a chat command), then the two file transfer data structures have the same id, which causes confusion. We used to detect this case too late, detect it earlier. Thanks to J.-J. Sarton for the report.
-
Juliusz Chroboczek authored
This avoids a collision with the close video button. Thanks to J.-J. Sarton.
-
- 30 Nov, 2024 1 commit
-
-
Juliusz Chroboczek authored
We used to copy the RTCPFeeback field from the up track. It is more correct to regenerate it with the exact feedback types that we expect.
-
- 17 Nov, 2024 1 commit
-
-
Juliusz Chroboczek authored
Remove support for WebGL contexts, use concrete types.
-