1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src
sudden6 2045585c77
Merge pull request #3185
initramfs (26):
      feat(video): redesign and improve VideoFrame class
      fix(video): fix CoreAV and VideoSurface to conform to new VideoFrame
      refactor(video): rename and make the frame alignment propety public
      fix(video): fix memory leak caused by unfreed buffers in CoreVideoSource
      fix(video): fix slanted video when video size is not divisible by 8
      refactor(video): use a new ToxAVFrame structure instead of vpx_image
      refactor(video): static cast video dimensions to suppress warnings
      feat(video): adds an ID parameter to the VideoSource class
      refactor(video): internalize frame reference counting
      feat(video): add accessor functions for sourceID and frameID
      refactor(video): make type aliases public
      refactor(video): use generics to simply VideoFrame conversion functions
      refactor(video): rename ToxAVFrame to ToxYUVFrame and add documentation
      refactor(video): update documentation to match new format (issue #3559)
      refactor(videoframe): correct mistakes in commit documentation format
      fix(video): fix a use-after-free with VideoFrame
      fix(video): added declaration for missing biglock in CameraSource
      docs(video): remove old unnecessary comment pertaining to removed code
      fix(video): fix invalid VideoSource ID allocation
      fix(video): specify color ranges for pixel formats that are not YUV
      fix(video): use a QReadWriteLock to manage camera access
      fix(video): force the use of non-deprecated pixel formats for YUV
      refactor(video): update code and documentation to honour QSize validity
      refactor(videoframe): move all inline/template functions into source
      fix(video): guard storeVideoFrame() against freeing in-use memory
      feat(video): add a isValid() function to ToxTUVFrame
2016-08-09 18:16:38 +02:00
..
audio docs(audio, video): Change comment style 2016-07-27 01:23:27 +03:00
chatlog Merge pull request #3563 2016-08-01 22:08:48 +02:00
core Merge pull request #3185 2016-08-09 18:16:38 +02:00
net docs(net): Change comment style 2016-07-27 01:23:31 +03:00
persistence Merge pull request #3560 2016-08-01 21:35:32 +02:00
platform style(platform): Style fixes 2016-07-13 01:54:37 +03:00
video feat(video): add a isValid() function to ToxTUVFrame 2016-08-06 22:12:32 +08:00
widget Merge pull request #3580 2016-08-08 11:07:47 +01:00
friend.cpp docs(core): Change comment style 2016-07-27 23:39:22 +03:00
friend.h docs(core): Change comment style 2016-07-27 23:39:22 +03:00
friendlist.cpp Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
friendlist.h Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
group.cpp Merge pull request #2839 2016-03-26 12:48:17 +01:00
group.h remove unused code, removed unused checks 2015-10-18 10:18:06 +01:00
grouplist.cpp Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
grouplist.h Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
ipc.cpp docs(core): Change comment style 2016-07-27 23:39:22 +03:00
ipc.h docs(core): Change comment style 2016-07-27 23:39:22 +03:00
loginscreen.ui fix(passwordfields): use PasswordEdit widget for all password fields 2016-06-17 21:55:27 +02:00
main.cpp feat(main): Changed time in logs on UTC. 2016-07-26 14:06:48 +03:00
mainwindow.ui Revert "Revert changes from merge of #2092 pull request" 2016-02-20 22:32:57 +01:00
nexus.cpp docs(core): Change comment style 2016-07-27 23:39:22 +03:00
nexus.h docs(core): Change comment style 2016-07-27 23:39:22 +03:00