1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/video
initramfs 5b31b5db72
fix(video): guard storeVideoFrame() against freeing in-use memory
This commit fixes an issue where storeVideoFrame() can in rare cases
free memory that is still in use. Also adds extra documentation
documenting it's precise usage.
2016-08-05 10:42:07 +08:00
..
cameradevice.cpp docs(audio, video): Change comment style 2016-07-27 01:23:27 +03:00
cameradevice.h docs(audio, video): Change comment style 2016-07-27 01:23:27 +03:00
camerasource.cpp fix(video): use a QReadWriteLock to manage camera access 2016-08-04 23:18:37 +08:00
camerasource.h fix(video): use a QReadWriteLock to manage camera access 2016-08-04 23:18:37 +08:00
corevideosource.cpp refactor(video): internalize frame reference counting 2016-08-04 06:33:40 +08:00
corevideosource.h docs(audio, video): Change comment style 2016-07-27 01:23:27 +03:00
genericnetcamview.cpp fix(video): Changed minimum window size with video 2016-07-09 22:15:04 +03:00
genericnetcamview.h fix(video): Changed minimum window size with video 2016-07-09 22:15:04 +03:00
groupnetcamview.cpp Fix avatars for encrypted profiles 2015-12-05 19:08:28 +01:00
groupnetcamview.h Video: Cleanup 2015-08-19 19:13:45 -04:00
netcamview.cpp docs(audio, video): Change comment style 2016-07-27 01:23:27 +03:00
netcamview.h docs(audio, video): Change comment style 2016-07-27 01:23:27 +03:00
videoframe.cpp fix(video): guard storeVideoFrame() against freeing in-use memory 2016-08-05 10:42:07 +08:00
videoframe.h fix(video): guard storeVideoFrame() against freeing in-use memory 2016-08-05 10:42:07 +08:00
videomode.cpp refactor(videomode): Move implementation in cpp file 2016-07-27 00:40:15 +03:00
videomode.h refactor(videomode): Move implementation in cpp file 2016-07-27 00:40:15 +03:00
videosource.cpp refactor(video): update documentation to match new format (issue #3559) 2016-08-04 06:33:40 +08:00
videosource.h fix(video): fix invalid VideoSource ID allocation 2016-08-04 19:51:15 +08:00
videosurface.cpp fix(video): fix CoreAV and VideoSurface to conform to new VideoFrame 2016-08-04 06:33:40 +08:00
videosurface.h docs(audio, video): Change comment style 2016-07-27 01:23:27 +03:00