1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/video
Diadlo d704f5d21d
perf: Optimize open/close device
Because while device thread wait for a freeing 'streamMutex', in another
thread someone can subscribe or unsubscribe => it will require useless
pair (close + open) or (open + close)
2017-07-05 23:53:17 +03:00
..
cameradevice.cpp chore(qt): Remove old qt code 2017-06-26 23:06:55 +03:00
cameradevice.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
camerasource.cpp perf: Optimize open/close device 2017-07-05 23:53:17 +03:00
camerasource.h fix: Invoke device methods in deviceThread 2017-07-05 23:53:17 +03:00
corevideosource.cpp refactor: Remove unused bool result 2017-07-05 23:53:17 +03:00
corevideosource.h refactor: Remove unused bool result 2017-07-05 23:53:17 +03:00
genericnetcamview.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
genericnetcamview.h revert: "refactor: Added to include path and exclude it from all includes" 2016-12-29 16:10:53 +00:00
groupnetcamview.cpp refactor(core): Move setAvatar to profile from core 2017-05-24 19:43:47 +03:00
groupnetcamview.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
netcamview.cpp refactor(core): Move setAvatar to profile from core 2017-05-24 19:43:47 +03:00
netcamview.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
videoframe.cpp refactor: Reorder FrameBufferKey 2017-06-12 13:46:43 +03:00
videoframe.h perf: Pass std::function by reference 2017-06-12 13:46:38 +03:00
videomode.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
videomode.h refactor: Make constructor with one argument explicit 2017-06-12 13:46:43 +03:00
videosource.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
videosource.h refactor: Remove unused bool result 2017-07-05 23:53:17 +03:00
videosurface.cpp perf: Pass std::function by reference 2017-06-12 13:46:38 +03:00
videosurface.h perf: Pass std::function by reference 2017-06-12 13:46:38 +03:00