Commit Graph

  • 506ded3027 [fix] fix h264 frame assember dijunkun 2025-03-28 15:16:41 +08:00
  • 0d9d3c5eca [feat] complete h264 frame assember dijunkun 2025-03-27 17:35:27 +08:00
  • 0f07058fb9 [feat] refactor h264 frame assember dijunkun 2025-03-26 17:39:47 +08:00
  • 28dc9bf62d [feat] use decode thread to decode frame dijunkun 2025-03-26 11:14:12 +08:00
  • 1e014bdae3 [fix] fix crash due to encoder releasing dijunkun 2025-03-25 17:37:12 +08:00
  • dff7948245 [fix] clear task queue before IceTransportController released dijunkun 2025-03-25 17:36:33 +08:00
  • bcf01791f7 [feat] use encode thread to encode frame dijunkun 2025-03-25 17:18:52 +08:00
  • 334ab182db [fix] fix crash when try to close connection dijunkun 2025-03-24 17:40:44 +08:00
  • 160ee9feef [fix] fix crash due to thread releasing dijunkun 2025-03-24 17:39:29 +08:00
  • d17b29dfa4 [fix] fix pacer module crash due to multi-thread dijunkun 2025-03-21 16:49:43 +08:00
  • 1d41b6499f [fix] audio and data rtp packets do not be sent by pacer module dijunkun 2025-03-20 23:22:04 +08:00
  • d79bcdf1e5 [feat] nack supported dijunkun 2025-03-20 20:42:56 +08:00
  • 7def8a9568 [fix] fix pacer rate setting dijunkun 2025-03-20 15:17:42 +08:00
  • f52de76bfc [feat] update rtc api dijunkun 2025-03-19 18:38:13 +08:00
  • b50175f943 [feat] add new classes EncodedFrame/DecodedFrame/ReceivedFrame for video frame module dijunkun 2025-03-19 18:36:55 +08:00
  • 1cd9ea1b0e [fix] fix video frame capture timestamp dijunkun 2025-03-19 14:35:48 +08:00
  • 257581e5e9 [fix] set SendBurstInterval and QueueTimeLimit when packet sender created dijunkun 2025-03-18 17:38:07 +08:00
  • 2d59c74669 [fix] fix decoding error caused by padding packets dijunkun 2025-03-18 15:11:10 +08:00
  • fa667df1e0 [feat] use packet sender to send all rtp packets dijunkun 2025-03-17 18:44:29 +08:00
  • b0306d510c [refactor] move channel module into transport module dijunkun 2025-03-17 17:19:46 +08:00
  • 5c598be51d [fix] fix padding packets building dijunkun 2025-03-17 10:28:58 +08:00
  • bd65d87137 [feat] add task queue module dijunkun 2025-03-14 18:29:07 +08:00
  • d2b45b91e7 [feat] move rtp packet sender out of channel module dijunkun 2025-03-13 21:11:20 +08:00
  • 23df1f3b60 [feat] add pacing controller module dijunkun 2025-03-12 18:18:19 +08:00
  • 2bf60a9c81 [fix] fix crash due to invalid XVideoFrame size dijunkun 2025-03-11 22:57:00 +08:00
  • 092e894622 [feat] bandwidth probing supported dijunkun 2025-03-11 17:36:07 +08:00
  • 7f2ebbde5a [fix] fix getting wrong resolution when using decoder->GetWidth() and decoder->GetHeight() for nv decoder dijunkun 2025-03-10 22:41:10 +08:00
  • 8b4ff8cd1f [fix] fix resolution adapter dijunkun 2025-03-10 11:24:53 +08:00
  • 6c7d0e8cab [feat] support FIR and NACK dijunkun 2025-03-07 18:37:26 +08:00
  • de0386f08a [feat] support FIR dijunkun 2025-03-07 18:36:55 +08:00
  • 19fc8cda89 [feat] enable resolution downgrading dijunkun 2025-03-07 17:31:34 +08:00
  • 706beaa2ce [fix] fix crash due to rebuilding h264 frame dijunkun 2025-03-06 17:23:37 +08:00
  • 84ba2d8339 [fix] fix payload length for sender report and receiver report dijunkun 2025-03-05 17:49:17 +08:00
  • 02f00642e9 [feat] clean rtp packet buffer queue when ice destroyed dijunkun 2025-03-05 17:48:33 +08:00
  • 0dbc0236bf [feat] add clear() method to Ringbuffer class dijunkun 2025-03-05 17:45:51 +08:00
  • cf374a0ff3 [feat] introduce fraction lost into congestion control module dijunkun 2025-03-04 17:39:54 +08:00
  • ebfeaf4754 [fix] fix receiver report building and parsing dijunkun 2025-03-04 11:17:19 +08:00
  • fba5993866 [feat] implementation for receiver report dijunkun 2025-02-28 17:50:17 +08:00
  • 7229ae856e [fix] fix video capture timestamp dijunkun 2025-02-28 15:53:03 +08:00
  • 3bb12e3f60 [fix] use ntp timestamp ms as video rtp timestamp dijunkun 2025-02-28 15:52:21 +08:00
  • 962d856946 [fix] fix sender report building and parsing dijunkun 2025-02-27 17:30:41 +08:00
  • b7a5066c6b [fix] fix rtcp common header dijunkun 2025-02-26 17:30:24 +08:00
  • ee70280056 [fix] fix ntp time calculation dijunkun 2025-02-25 17:32:21 +08:00
  • d1177747fd [feat] add timestamp to sender report dijunkun 2025-02-21 17:36:32 +08:00
  • a39d0f6652 [feat] use VideoFrameWrapper to store frame info dijunkun 2025-02-21 16:13:31 +08:00
  • f797cc3f91 [feat] use an adapter layer to convert SystemClock into webrtc Clock dijunkun 2025-02-20 15:31:58 +08:00
  • 899ab05cda [feat] add clock module dijunkun 2025-02-19 17:03:33 +08:00
  • cbf9ccc284 [fix] update sr and rr module dijunkun 2025-02-18 18:39:06 +08:00
  • 4aa9925e56 [feat] update sr and rr implementation dijunkun 2025-02-17 17:32:20 +08:00
  • 71b9c78dd5 [feat] update rtp packet history module dijunkun 2025-02-17 17:05:45 +08:00
  • 1ef7c536f1 [feat] add rtp packet history module dijunkun 2025-02-14 17:30:12 +08:00
  • 7b4bba4166 [feat] implementation for nack generator module dijunkun 2025-02-13 17:24:18 +08:00
  • 1db57bfc76 [feat] add nack module dijunkun 2025-02-12 17:35:59 +08:00
  • 36704c7e4c [feat] enable congestion controller set target bitrate to video encoder dijunkun 2025-02-11 17:25:50 +08:00
  • 7a8be01e7b [fix] move channels initialization into GetRemoteCapabilities() dijunkun 2025-02-10 17:41:33 +08:00
  • 59275af1ee [fix] remove including headerfile <minwinbase.h> on Windows dijunkun 2025-02-10 17:40:32 +08:00
  • 0595112d4f [fix] fix sent packet size in congestion control feedbacks dijunkun 2025-02-10 16:06:19 +08:00
  • 2c48ce12c5 [fix] fix compile error on MacOSX dijunkun 2025-02-10 15:46:22 +08:00
  • 1f3c93c77a [feat] add robust throughput estimator dijunkun 2025-02-10 14:23:07 +08:00
  • 61ac3a9971 [fix] fix timestamp in congestion control feedback dijunkun 2025-02-08 17:59:30 +08:00
  • 8d7068aa32 [feat] enable congestion controller dijunkun 2025-02-07 17:42:05 +08:00
  • 597d760d24 [feat] fix crash and update rtc module dijunkun 2025-02-06 17:37:18 +08:00
  • 316a0220a8 [feat] add network controller into video send channel dijunkun 2025-02-06 17:36:35 +08:00
  • 3accdf2192 [fix] fix crash due to rtp receivers destroy dijunkun 2025-02-06 17:08:26 +08:00
  • 1d85247785 [fix] use shared ptr to create real time clock dijunkun 2025-02-06 13:53:58 +08:00
  • dbb31f8298 [fix] fix illegal access to IceTransport's member function in lambda dijunkun 2025-02-06 11:10:08 +08:00
  • 60d5885b8b [fix] fix nvidia h264 decoder return value dijunkun 2025-02-06 10:03:23 +08:00
  • bcf61e1ada [fix] fix crash due to sub stream window properties dijunkun 2025-02-05 23:31:33 +08:00
  • 08e596714b [fix] fix h264 rtp packetization error dijunkun 2025-02-05 17:29:26 +08:00
  • 794e33c325 [fix] fix h264 rtp packetization error dijunkun 2025-02-05 17:28:57 +08:00
  • 2d5749f93a [fix] fix h264 rtp packet parse dijunkun 2025-01-24 17:54:54 +08:00
  • bff577ba34 [feat] update rtc module dijunkun 2025-01-23 17:29:26 +08:00
  • 7b839ab773 [fix] fix h264 rtp packet packetization and depacketization dijunkun 2025-01-23 17:28:17 +08:00
  • 4df935b9d2 [fix] fix log name conflict dijunkun 2025-01-22 17:34:35 +08:00
  • cd349cd98d [feat] rewrite rtp module dijunkun 2025-01-22 17:32:24 +08:00
  • ea592f5a58 [fix] fix crash due to rtp extension dijunkun 2025-01-21 17:30:00 +08:00
  • 477fd1f13b [fix] fix qos module dijunkun 2025-01-20 18:41:52 +08:00
  • 5bbd182a3f [fix] fix congestion control module dijunkun 2025-01-17 17:33:13 +08:00
  • 6e2a52e506 [feat] use original webrtc header defines dijunkun 2025-01-16 17:33:46 +08:00
  • a8e9609736 [feat] implementation for send side congestion controller dijunkun 2025-01-14 17:31:18 +08:00
  • ba268016e4 [feat] receive and parse congestion control feedback supported dijunkun 2025-01-13 17:12:28 +08:00
  • 63ed77e43a [feat] congestion control feedback sending support dijunkun 2025-01-10 17:21:03 +08:00
  • 49b74ffcd6 [fix] fix crash caused by RtpPacketReceived dijunkun 2025-01-09 17:03:08 +08:00
  • de212a8e75 [feat] implementation for qos module dijunkun 2025-01-08 17:30:13 +08:00
  • 7a84b25b5c [feat] update qos module dijunkun 2025-01-07 17:31:14 +08:00
  • 601fedfd76 [fix] fix inbound rtp statistics dijunkun 2025-01-06 17:18:49 +08:00
  • 0737eee95a [feat] update transport module and channel module dijunkun 2025-01-06 17:10:56 +08:00
  • eef35ff0d4 [feat] separate rtp send/receive module from ice transport module dijunkun 2025-01-03 17:34:46 +08:00
  • 7ddcca53e4 [fix] update qos module dijunkun 2024-12-18 18:07:45 +08:00
  • 9bb560314b [fix] use reinterpret_cast to convert u8"x" to const char* dijunkun 2024-12-18 17:29:13 +08:00
  • 2512e1eb15 [feat] update congestion control feedback dijunkun 2024-12-18 17:27:42 +08:00
  • c6d4b172fc [fix] fix transport feedback module dijunkun 2024-12-12 16:37:11 +08:00
  • bacf62c6b8 [feat] add rtcp packet module dijunkun 2024-12-11 17:34:51 +08:00
  • b29f3de868 [feat] SSRC supported for RTP packets dijunkun 2024-12-09 17:08:22 +08:00
  • 2cb92ddd72 [feat] add rtcp thread in rtp video receiver dijunkun 2024-12-06 17:26:52 +08:00
  • 348df6a4bf [fix] fix loss rate calculation dijunkun 2024-12-04 23:33:11 +08:00
  • 1a0c5e8b42 [feat] use client_properties_ and server_properties_ to store streams properties dijunkun 2024-12-03 17:22:15 +08:00
  • 6e3c8c488d [feat] add user id in NetStatusReport dijunkun 2024-12-03 17:20:31 +08:00
  • 011919d0e7 [feat] use SubStreamWindowProperties to store sub stream properties dijunkun 2024-12-02 17:30:51 +08:00
  • 418ab7a1d2 [fix] fix net traffic stats display new-ui dijunkun 2024-12-02 11:03:55 +08:00