• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pions / srtp / 111

Builds Branch Commit Type Ran Committer Via Coverage
111 optimize-new-ctr Optimize AES-CTR encryption/decryption Much of the time spent is performing `cipher.NewCTR` for each packet. This function allocates ~600 bytes on the heap each time which is a little excessive to encrypt 1000 bytes. I added a `Reset` function t... Pull #20 23 Mar 2019 12:35AM UTC web-flow travis-ci pending completion
110 optimize-new-ctr Optimize AES-CTR encryption/decryption Much of the time spent is performing `cipher.NewCTR` for each packet. This function allocates ~600 bytes on the heap each time which is a little excessive to encrypt 1000 bytes. I added a `Reset` function t... push 23 Mar 2019 12:35AM UTC kixelated travis-ci pending completion
109 noprint-eof Becoming a contributor by changing one line Related to pions/webrtc#361 Pull #19 16 Mar 2019 06:00AM UTC web-flow travis-ci pending completion
108 noprint-eof Avoid printing EOF Related to pions/webrtc#361 Pull #19 16 Mar 2019 05:41AM UTC web-flow travis-ci pending completion
107 v1.1.1 Optimize Read with buffering This avoids channel/lock coordination in favor of performing a copy and always adding the packet to a queue. Obviously I hate performing copies, but I think this is the fastest approach with the current API. This fix... push 11 Mar 2019 04:21AM UTC kixelated travis-ci pending completion
106 master Optimize Read with buffering This avoids channel/lock coordination in favor of performing a copy and always adding the packet to a queue. Obviously I hate performing copies, but I think this is the fastest approach with the current API. This fix... push 11 Mar 2019 04:21AM UTC kixelated travis-ci pending completion
104 read-buffer Optimize Read with buffering This avoids channel/lock coordination in favor of performing a copy and always adding the packet to a queue. Obviously I hate performing copies, but I think this is the fastest approach with the current API. This fix... push 11 Mar 2019 04:16AM UTC kixelated travis-ci pending completion
105 read-buffer Optimize Read with buffering This avoids channel/lock coordination in favor of performing a copy and always adding the packet to a queue. Obviously I hate performing copies, but I think this is the fastest approach with the current API. This fix... Pull #15 11 Mar 2019 04:16AM UTC web-flow travis-ci pending completion
103 master Update information on joining Slack pion.ly provides better instructions on joining push 09 Mar 2019 09:15AM UTC Sean-Der travis-ci pending completion
102 read-buffer Optimize Read with buffering This avoids channel/lock coordination in favor of performing a copy and always adding the packet to a queue. Obviously I hate performing copies, but I think this is the fastest approach with the current API. This fix... Pull #15 08 Mar 2019 05:06AM UTC web-flow travis-ci pending completion
101 read-buffer Optimize Read with buffering This avoids channel/lock coordination in favor of performing a copy and always adding the packet to a queue. Obviously I hate performing copies, but I think this is the fastest approach with the current API. This fix... push 08 Mar 2019 05:06AM UTC kixelated travis-ci pending completion
100 master Optimize WriteRTP The old EncryptRTP API causes an extra header Unmarshal and payload Marshal. By passing the `*rtp.Packet` through the stack, we're able to avoid both of these. There was also an extra reallocation caused by using append. ``` n... push 08 Mar 2019 05:04AM UTC kixelated travis-ci pending completion
99 optimize-write-rtp Optimize WriteRTP The old EncryptRTP API causes an extra header Unmarshal and payload Marshal. By passing the `*rtp.Packet` through the stack, we're able to avoid both of these. There was also an extra reallocation caused by using append. ``` n... Pull #14 08 Mar 2019 05:01AM UTC web-flow travis-ci pending completion
98 optimize-write-rtp Optimize WriteRTP The old EncryptRTP API causes an extra header Unmarshal and payload Marshal. By passing the `*rtp.Packet` through the stack, we're able to avoid both of these. There was also an extra reallocation caused by using append. ``` n... push 08 Mar 2019 05:01AM UTC kixelated travis-ci pending completion
97 optimize-write-rtp Optimize WriteRTP The old EncryptRTP API causes an extra header Unmarshal and payload Marshal. By passing the `*rtp.Packet` through the stack, we're able to avoid both of these. There was also an extra reallocation caused by using append. ``` n... Pull #14 08 Mar 2019 04:57AM UTC web-flow travis-ci pending completion
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc