Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

ha-ves

ha-ves pushed 2 commits to master ha-ves/sipsorcery
  • Added webrtc example for connectiing to openapi's realtime webrtc server (#1260) * Added webrtc example for connecti... f3573ed
  • ChatGPT sample connects as long as OPUS offered (#1261) * wip: demo program. * Added initial attempt at OPUS code... e0a75d7

View on GitHub

ha-ves pushed 1 commit to master ha-ves/YoloDotNet.GPU

View on GitHub

ha-ves created a branch on ha-ves/YoloDotNet.GPU

local - Additional capability to use GPU as Pre & Post Processing means. | YoloDotNet - A C# .NET 8.0 project for Classification, Object Detection, OBB Detection, Segmentation and Pose Estimation in both images and videos.

ha-ves pushed 1 commit to prepostprocess ha-ves/YoloDotNet

View on GitHub

ha-ves starred Sergio0694/ComputeSharp
ha-ves created a repository: ha-ves/YoloDotNet.GPU

https://github.com/ha-ves/YoloDotNet.GPU - Additional capability to use GPU as Pre & Post Processing means. | YoloDotNet - A C# .NET 8.0 project for Classification, Object Detection, OBB Detection, Segmentation and Pose Estimation in both images and videos.

ha-ves created a branch on ha-ves/YoloDotNet

prepostprocess - Provider Selection Capable | YoloDotNet - A C# .NET 8.0 project for Classification, Object Detection, OBB Detection, Segmentation and Pose Estimation in both images and videos.

ha-ves starred NickSwardh/YoloDotNet
ha-ves pushed 2 commits to master ha-ves/sipsorcery
  • Optimise SendingFormat, Timeout on Wait and Fix bug in g722 (#1249) * fix stream retrieval bug RTC updates * add... 2ab8d55
  • Updated getting authenticated STUN request to use FIPS compliant library. (#1257) * Updated getting authenticated ST... b931e11

View on GitHub

ha-ves created a comment on an issue on ultralytics/yolov5
@gdfapokgdpafog > fixed, sorry for bothering How did it fixed? Also did you use the .engine/.trt as the model file for ONNX?

View on GitHub

ha-ves starred ultralytics/ultralytics
ha-ves starred stride3d/stride
ha-ves created a comment on an issue on sipsorcery-org/SIPSorceryMedia.FFmpeg
static builds don't expose the shared libraries. Homebrew specifies the shared libraries [here](https://github.com/Homebrew/homebrew-core/blob/a10991ef8325587a6b0b089e484045214aeccc08/Formula/f/...

View on GitHub

ha-ves opened an issue on Sergio0694/ComputeSharp
16 Bit Scalar Types soon?
### Description (optional) Quoting from [DirectXCompiler 16 Bit Scalar Types](https://github.com/microsoft/DirectXShaderCompiler/wiki/16-Bit-Scalar-Types) >Starting with Shader Model 6.2, we ar...
ha-ves created a comment on an issue on sipsorcery-org/sipsorcery
I can't replicate this with `SIPSorceryMedia.FFmpeg` (Sending & Receiving). RTP framing and depacketizer each do copies in their process but they look to be garbage collected correctly.

View on GitHub

ha-ves created a review comment on a pull request on sipsorcery-org/SIPSorceryMedia.FFmpeg
ah okay, this looks like it can be a quick PR, do you mind if I refactor some parts and make another PR based on this PR?

View on GitHub

ha-ves created a review on a pull request on sipsorcery-org/SIPSorceryMedia.FFmpeg

View on GitHub

ha-ves created a review comment on a pull request on sipsorcery-org/SIPSorceryMedia.FFmpeg
You can integrate the results with the existing `SetBitrate` method. https://github.com/sipsorcery-org/SIPSorceryMedia.FFmpeg/blob/ef21fcf5f0f68b590294d9b8cc82f4799debc450/src/FFmpegVideoEncoder.c...

View on GitHub

ha-ves created a review comment on a pull request on sipsorcery-org/SIPSorceryMedia.FFmpeg
I've had not-so-good experiences with this concept of processing things in initialization, it may cause a sense of lag in the video while switching encoder specifications. You may want to put th...

View on GitHub

ha-ves created a review on a pull request on sipsorcery-org/SIPSorceryMedia.FFmpeg

View on GitHub

ha-ves created a review comment on a pull request on sipsorcery-org/SIPSorceryMedia.FFmpeg
This seem redundant if the conditional is a basic type like `bool` and the lock is on a void object and never nulled in the `Dispose` method ```suggestion ```

View on GitHub

ha-ves created a review on a pull request on sipsorcery-org/SIPSorceryMedia.FFmpeg

View on GitHub

ha-ves created a review comment on a pull request on sipsorcery-org/sipsorcery
This will break any/when systems that need more than 2000ms to resolve for the domain of the TURN server. _imo_ it may be better to be configurable in `RTCConfiguration` like `X_GatherTimeoutMs`...

View on GitHub

ha-ves created a review on a pull request on sipsorcery-org/sipsorcery

View on GitHub

ha-ves pushed 4 commits to master ha-ves/sipsorcery
  • Minor fixes and adjustments to examples. (#1240) a3eff45
  • Updated webrtccmdline TURN settings and comments. db81143
  • Softphone vid reenable (#1246) * Re-enable the video events on the softphone demo. * Added readme. 0a5362b
  • Added a unit test to check the SDP media format order. Tightened up the SDP owner parsing. (#1248) 82809d2

View on GitHub

ha-ves starred AtomCrafty/MotionTK
ha-ves pushed 19 commits to master ha-ves/sipsorcery
  • Bumped version to 8.0.4. 1b8353b
  • Added new nuget gha and updated examples gha. e632063
  • Fixed yaml file indents. dd91760
  • Added missing steps command to gha yaml. 1cc8899
  • Removed dedicated softphone ci badge 9bf06a4
  • Updates to exmaples and nuget gha. eae9a59
  • Updated c# langversion to fix gha failures. 986277a
  • Added another langversion fix. 226730e
  • Bump version to test nuget publish. 5d74687
  • Bumped version. c6e7b63
  • Renamed examples gha. 8435a14
  • Fix CI badge layout. 54956b2
  • Removed azure devops and appveyor ci yamls. 47aada5
  • Update vuln nuget package. (#1230) 24a9dfe
  • Updated vuln nuget pkgs and updated target from 461 to 462 to allow removal of vuln xunit packages. (#1231) cf1a007
  • Removed windows media project from sip examples. 6cf4b72
  • Fixed selecting the common format when no telephone event. (#1232) 6245311
  • Fixed reinvite null ref bug and updated webrtc projecct wtih vuln packages. (#1234) bbf0867
  • Remvoed erroneous use of bit converter tochar in stun error attribute ctor. (#1235) 32f9a66

View on GitHub

ha-ves pushed 9 commits to master ha-ves/Facepunch.Steamworks
  • Put all servers that failed to respond to the query into a "Unqueried" list intead of "Unresponsive" f8960c8
  • Fix IpList queries not cancelling when disposed 93223cb
  • Fix serverlist query allocating a large amount of memory when a large amount of servers are pending d18086a
  • Change codegen to make interface classes partial 6dd32eb
  • Codegen 09db39d
  • Add ISteamMatchmakingServers.HasServerResponded() to partial class instead a80e859
  • Automatically get the field offset of gameserveritem_t.HasSuccessfulResponse instead of hardcoding it 7f747b0
  • Merge from temp_browser_fix -> master - make IPList disposable - list Unresponsive vs Unqueried servers seperately) 62a1ae7
  • Merge from fix_serverlist_query_allocations -> master eec3c05

View on GitHub

ha-ves deleted a branch ha-ves/Steamworks.NET

last

ha-ves deleted a branch ha-ves/Steamworks.NET

sdk158a

Load more