Commit Graph

  • 95ad605b36 Add signal and p2p connection status windows dijunkun 2024-07-02 17:29:39 +08:00
  • af32e25149 Use minimized compressed fonts header file dijunkun 2024-07-02 11:19:50 +08:00
  • e63b384d1e Set dpi scaling to solve display errot when using high dpi displayer dijunkun 2024-07-01 16:31:39 +08:00
  • 7f25f7426c Fix remote window height size error dijunkun 2024-07-01 11:24:58 +08:00
  • eed93ea953 Set utf-8 encoding flag in xmake.lua dijunkun 2024-07-01 10:20:32 +08:00
  • b5f8e92526 Solve the warning of method ImGui::Text() dijunkun 2024-06-28 15:11:40 +08:00
  • af04b0571e Use UTF-8 to save files dijunkun 2024-06-28 12:49:56 +08:00
  • 75452a3e76 1.Use compressed OPPOSans-Regular[3500 chinese characters]; 2.Use same layout style on different platforms dijunkun 2024-06-28 12:30:09 +08:00
  • 3f717f1df2 Use binary font headerfile instead of ttf file dijunkun 2024-06-28 10:01:34 +08:00
  • ad6f2c2c70 Implementation for menu bar dijunkun 2024-06-27 17:36:13 +08:00
  • 8076e7f662 Fix stream render with menu bar dijunkun 2024-06-26 14:58:15 +08:00
  • be78496992 Separate stream window from main window dijunkun 2024-06-25 14:47:54 +08:00
  • a3f745d441 Use fix ratio to render frame in window dijunkun 2024-06-25 11:12:10 +08:00
  • e693d920d3 Use sub windows to render main window dijunkun 2024-06-24 17:35:25 +08:00
  • 0f1b89eda9 Test tabbar in ImGui dijunkun 2024-06-19 17:33:44 +08:00
  • 172b8836fd Use FontAwesome6 to render icons dijunkun 2024-06-18 17:28:02 +08:00
  • 71178ffa33 Separate render window from main window dijunkun 2024-06-17 17:31:57 +08:00
  • 95a014a601 Not allow clicking connect button if remote id is empty av1 dijunkun 2024-06-14 17:01:58 +08:00
  • 34d6bac345 Update Windows platform layout style dijunkun 2024-06-14 16:02:55 +08:00
  • 399785409c Use element style header file to control layout dijunkun 2024-06-14 15:37:16 +08:00
  • 5f1d9b6912 Fix language localization error dijunkun 2024-06-14 13:55:05 +08:00
  • 28fb35faf5 Check ice status by using ice_transmission::state_ instead of nice_agent_get_component_state() method dijunkun 2024-06-14 13:43:21 +08:00
  • d963a0cf38 1.The mouse control button allowed to be clicked Only when connection established; 2.Fix display resolution error after exit fullscreen dijunkun 2024-06-14 10:48:35 +08:00
  • f9c1bc48b4 Add control/release mouse button dijunkun 2024-06-13 17:36:02 +08:00
  • 2906d05a4b Do not send mouse click event when cursor hovers over subwindows dijunkun 2024-06-13 16:56:03 +08:00
  • 053a0f86ad Add mouse control flag dijunkun 2024-06-13 16:36:11 +08:00
  • 6c2363b239 Clear render buffer when connection closed dijunkun 2024-06-13 16:30:25 +08:00
  • 167514fed8 Do not collapse menu window when connection established dijunkun 2024-06-13 16:07:22 +08:00
  • 342eb0c386 Reset connection_established_ flag when connection closed dijunkun 2024-06-13 16:06:02 +08:00
  • 52c7099dbe Fix crash when connecting to local desk dijunkun 2024-06-13 15:49:26 +08:00
  • c575a9170c 1.Use std::move to initialize std::thread; 2.Fix thread cannot exit error dijunkun 2024-06-13 15:46:05 +08:00
  • 12faf7cd2d Do not reset is_create_connection_ when click disconnect button dijunkun 2024-06-07 18:13:09 +08:00
  • 6d921a3309 Fix server mode screen capture error dijunkun 2024-06-07 16:30:18 +08:00
  • 5a690ebbb6 Do not use 'S-' or 'C-' as the prefix for the user id of a peer dijunkun 2024-06-07 16:27:05 +08:00
  • eee3b2a95e Do not request member list when host leaves dijunkun 2024-06-07 16:21:15 +08:00
  • 4b3839aa34 Only server can capture screen and control mouse dijunkun 2024-06-07 14:07:22 +08:00
  • efb165b56f 1.Add CreateConnectionPeer method in order to recreate peer instance; 2.Fix settings OK/Cancel button position dijunkun 2024-06-06 17:19:16 +08:00
  • caba77765d Fix symbol export error dijunkun 2024-06-06 15:22:34 +08:00
  • 0047b4ecc5 Recreate peer instance after settings changed dijunkun 2024-06-06 15:11:02 +08:00
  • 5e804349d9 Add destroy method for peer instance dijunkun 2024-06-06 15:09:25 +08:00
  • 844710af7c Fix settings button value mismatch dijunkun 2024-06-06 14:34:16 +08:00
  • 562d54090a Use 'ImGuiWindowFlags_NoSavedSettings' for settings window dijunkun 2024-06-06 09:57:37 +08:00
  • f7fd37651e Reset settings window position before it is opened dijunkun 2024-06-06 09:55:08 +08:00
  • 280f59f97d Enable movement of settings window dijunkun 2024-06-05 17:33:42 +08:00
  • 0683ad9d27 Use Combo instead of RadioButton for settings dijunkun 2024-06-05 17:30:23 +08:00
  • e061e3b4d7 Support read configure params from input directly dijunkun 2024-06-04 17:38:55 +08:00
  • 460d644d64 Support read configure params from input directly dijunkun 2024-06-04 17:38:23 +08:00
  • eaedcb8d06 Fix crash caused by the release of screen capturer dijunkun 2024-06-04 16:27:34 +08:00
  • e7e6380adc Start capturing screen when connection established dijunkun 2024-06-03 23:48:53 +08:00
  • 1f50483b50 Save settings into cache file dijunkun 2024-06-03 17:02:20 +08:00
  • 6f703c8267 Use OOP to refactor main function dijunkun 2024-06-03 15:23:37 +08:00
  • d150c374b5 Reset main window width/height ratio automatically when width/height is changed dijunkun 2024-06-03 11:30:55 +08:00
  • f29b2ee09d Test user date in peer instance and callback functions dijunkun 2024-05-30 17:27:49 +08:00
  • 0adaf357ec Support user date in peer instance and callback functions dijunkun 2024-05-30 17:26:49 +08:00
  • 0a934e8c01 Fix LNK1561 error on Winodws dijunkun 2024-05-30 16:33:50 +08:00
  • 2163aa87d4 The connection can use only one peer to realize server and client dijunkun 2024-05-30 16:12:53 +08:00
  • 2c640db255 Allow connecting to itself dijunkun 2024-05-30 16:08:21 +08:00
  • 5d8408d892 Use abstraction to refactor remote desk gui dijunkun 2024-05-29 17:33:41 +08:00
  • 93d0e3a5d0 Auto collapse menu bar when connection established dijunkun 2024-05-28 17:37:06 +08:00
  • 9122d0d15f Add default constructor and virtual destructor for interface class VideoDecoder dijunkun 2024-05-28 16:38:36 +08:00
  • b4a5e91bc9 Support fullscreen dijunkun 2024-05-28 16:27:04 +08:00
  • 3ea4d0724d Specify the version of thirdparty libraries dijunkun 2024-05-28 15:53:14 +08:00
  • 759078ef7f 1.Use PingFang.ttc as Chinese default fonts on MacOS;2.Fix link error for FFmpeg dijunkun 2024-05-28 15:25:16 +08:00
  • 5d6861233e Use self compilied openh264 instead of xmake-repo dijunkun 2024-05-28 15:23:07 +08:00
  • 28f9d9cfd6 Fix priority of '<<' and '+' dijunkun 2024-05-28 09:57:07 +08:00
  • 905539a6eb 1.Use Windows font file 'simhei.ttf'; 2.Add test button for fullscreen dijunkun 2024-05-27 17:06:09 +08:00
  • f1512812ad Support localization(Simplified Chinese[source-han-sans-regular]) dijunkun 2024-05-24 17:15:44 +08:00
  • 5f1cf89649 Fix crash during termination on windows dijunkun 2024-05-24 15:48:37 +08:00
  • f291ad189a 1.Remove sdl2 from thirdparty since it is already required by imgui; 2.Update imgui to v1.90.6; 3.Update spdlog to v 1.14.1 dijunkun 2024-05-24 15:10:58 +08:00
  • 5deb52ce2d Update spdlog to v1.14.1 and fix compile error dijunkun 2024-05-24 15:04:40 +08:00
  • a20927ec6c Fix libyuv build error dijunkun 2024-05-24 15:03:30 +08:00
  • 8807636372 Fix crash caused by screen capturer or mouse controller init failed on Linux and MacOS dijunkun 2024-05-23 15:48:10 +08:00
  • 3fc8f9f616 Fix compile error on Linux platform and use c++ style header file(<cstddef> instead of <stddef.h>) dijunkun 2024-05-23 14:41:51 +08:00
  • 70be1d8afc Update submodule projectx dijunkun 2024-05-22 16:39:27 +08:00
  • 1f76aa427d Change submodule projectx url dijunkun 2024-05-22 16:35:30 +08:00
  • 5decc4b007 Add description and version information for openfec package dijunkun 2024-05-22 16:30:52 +08:00
  • fdb8819926 Use remote packages for aom and libyuv dijunkun 2024-05-22 16:17:05 +08:00
  • 134cbf8b75 Restore ffmpeg dependency for Linux and MacOS due to screen capture needs ffmpeg on these platforms dijunkun 2024-05-22 14:06:12 +08:00
  • c95a2a32dc 1.Not specify vcpkg::libnice version and it makes compiling process easier; 2.Remove ffmpeg from thirdparty dijunkun 2024-05-22 14:04:43 +08:00
  • 669b944cfd Remove resampling process during SDL2 capture audio stream dijunkun 2024-05-21 17:01:08 +08:00
  • 9962829885 Fix ARGB to NV12 error caused by uv stride dijunkun 2024-05-20 10:43:00 +08:00
  • 1393615f01 Remove dependency on FFmpeg dijunkun 2024-05-17 17:55:57 +08:00
  • 57ff14ada4 Remove dependency on FFmpeg dijunkun 2024-05-17 17:55:25 +08:00
  • d58ae3a6b1 Fix AV1 codec on MacOS dijunkun 2024-05-10 14:45:12 +08:00
  • 6df90ff55a Fix AV1 codec on MacOS dijunkun 2024-05-10 14:44:34 +08:00
  • a188729af6 Support AV1 stream transmitting over RTP dijunkun 2024-05-09 17:05:38 +08:00
  • 1439751ae3 Update config.ini dijunkun 2024-05-09 17:01:19 +08:00
  • 83861a8ba0 Fix H264 decode error due to sequence number checking dijunkun 2024-05-09 17:00:21 +08:00
  • c8d21794f5 Remove the temporal delimiter OBU during transmition dijunkun 2024-05-09 16:53:56 +08:00
  • 6bc8aaabdc 1.Use libyuv instead of ffmpeg to do nv12<->yuv420p convertion;2.Use local package to build libyuv(branch stable 2021.4.28 commit eb6e7bb63738e29efd82ea3cf2a115238a89fa51) dijunkun 2024-05-08 16:34:53 +08:00
  • e0d2ab5a9f Fix blurred screen caused by yuv to nv12 error dijunkun 2024-05-08 14:27:57 +08:00
  • 114c80cd72 Complete AV1 frame rtp packetizer and depacketizer dijunkun 2024-05-07 17:13:14 +08:00
  • 95da7ff52d Fix error during encoding obu packet into rtp packet dijunkun 2024-05-06 17:21:33 +08:00
  • 182c7dbec6 Finish AV1 rtp packetizer dijunkun 2024-04-28 16:13:37 +08:00
  • 35857488dc Fix crash caused by obu payload assigning to rtp packet dijunkun 2024-04-26 17:21:07 +08:00
  • 8d22d1855c Implement single OBU packetizer dijunkun 2024-04-26 16:38:02 +08:00
  • 76465a95c2 Fix OBU total length error dijunkun 2024-04-24 17:27:53 +08:00
  • 5deaacab51 Fix OBU header parse error when payload size equals to 0 dijunkun 2024-04-23 11:29:58 +08:00
  • dfc72b5ccc Add parser for OBU packets dijunkun 2024-04-22 17:32:25 +08:00
  • 422478bd9a Support AV1 codec dijunkun 2024-04-19 17:37:00 +08:00