1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
Commit Graph

8262 Commits

Author SHA1 Message Date
Kevin Flynn
fac182596b Fix segfault on friend id copy 2014-07-02 15:27:30 -07:00
F1ynn
126a36083d Merge pull request #1 from tux3/master
Rebasing on upstream
2014-07-02 14:17:15 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
677e1ce688 Check mapping errors in getLastVPXImage 2014-07-02 22:17:45 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
34e25ec474 Merge pull request #54 from retuxx/video
YUV->RGB improvement
2014-07-02 22:15:53 +02:00
marcel
2cabecde82 improved yuv->rgb convertation speed 2014-07-02 19:01:00 +02:00
marcel
b8500006ef Merge branch 'upstream/master' 2014-07-02 18:48:44 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
0ffbbe17cc Use darker gray for own messages
Fixes #51

I hope you're happy, platos
2014-07-02 11:57:10 +02:00
marcel
4d51469557 Merge branch 'upstream/master' 2014-07-02 10:08:53 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
2e2e61962d Add option to disable IPv6
Fixes #50
2014-07-02 00:47:06 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
e218b07ab8 Enable IPv6, needed for LAN discovery 2014-07-02 00:27:33 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
b1b9aab8e2 Restore sleep in audio recording 2014-07-02 00:27:14 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
bdeba98f1b Cancel sleeping in audio recording 2014-07-02 00:18:20 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
85eb3757d6 Merge pull request #48 from F1ynn/master
Add option to copy friend's ID to the system clipboard
2014-07-02 00:14:27 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
8f55dae70b Try to fix audio on windows 2014-07-02 00:11:41 +02:00
Kevin Flynn
57e53079c5 Modified context menu to help prevent accidental friend deletion 2014-07-01 14:58:26 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
b0816696fa Prevent audio encoding CPU exhaustion
No need to encode too much audio if we're not going to take th time to send it. opus_encode is really slow
2014-07-01 23:55:08 +02:00
Kevin Flynn
8f9efc7805 Add option to copy friend's ID to the system clipboard 2014-07-01 14:50:07 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
a9b76253af Warn on failed frame maping 2014-07-01 22:46:36 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
f5793b0db8 Add mutexes to AudioBuffer 2014-07-01 22:04:19 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
a83c35c95b Stop calls after timeout 2014-07-01 21:16:17 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
f7dcb1712d Improve video reception quality 2014-07-01 20:56:27 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
53a8221aff Fix audio buffer being opened read only 2014-07-01 20:20:06 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
8f09d11940 Fix transmission type detection
Third parameter MUST be 0. Don't ask why.
2014-07-01 19:56:08 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
70be64bff6 Disable IPv6 2014-07-01 13:36:27 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
523d391b5f Merge pull request #40 from qherreros/master
Update README.md
2014-07-01 13:31:38 +02:00
qherreros
8c8ca700f1 Update README.md 2014-07-01 12:23:33 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
64e43484dc README: Update first screenshot 2014-07-01 12:42:53 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
422eb8b9b9 Update README.md 2014-07-01 12:38:11 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
baf40991b8 Dramatically improve video quality
Improve color space conversion

Fix bad order of arithemtic operation, i*cxbpl/2 becomes i/2*cxbpl, this fixed the 'ghost' images on the other parts of the screen when using subsampling
2014-07-01 12:06:59 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
c0564783fd Merge pull request #36 from F1ynn/master
Disabled custom window borders, fixed minimized window alerts, re-added dark groupchat icon
2014-07-01 10:54:23 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
74fc6991cc Fix #38 2014-07-01 10:37:39 +02:00
Kevin Flynn
51fdc59850 Misc fixes 2014-06-30 20:01:01 -07:00
Kevin Flynn
f0ee8fe468 Minor changes 2014-06-30 19:35:36 -07:00
Kevin Flynn
cca78420c0 Fixed error in resource file added in previous commit 2014-06-30 19:29:24 -07:00
Kevin Flynn
de97017513 Extended window alert time
Is ugly on OSX, but better on Windows and Linux
2014-06-30 19:25:00 -07:00
Kevin Flynn
71b521b4e1 Fixed dark groupchat icon 2014-06-30 19:15:35 -07:00
Kevin Flynn
290e985c1c Disabled custom window borders, fixed bug where message alert wouldn't play when window was minimized 2014-06-30 19:12:17 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
e07424cde7 Add static build options 2014-07-01 03:56:42 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
7aa0aed7c8 Update README.md 2014-07-01 03:50:49 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
ba60bc0724 Update README.md 2014-07-01 03:49:55 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
5eb3179f1e Embed all ressources in the .qrc
Should help with #15 and make urras happy
2014-07-01 02:06:15 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
324b0be091 Remove some dead code, refactor 2014-07-01 00:36:48 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
73e3afe932 Fix some A/V bugs 2014-06-30 23:48:12 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
58cfae38ab Fix warnings, typos 2014-06-30 22:52:03 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
a3b20ee81e Fix crash when saving before start 2014-06-30 21:26:37 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
27d5293d90 Add sound notification on calls 2014-06-30 21:14:51 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
b547cdbaea Don't override tox_save's name/status
Fixes #32
2014-06-30 20:53:29 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
e96e512a17 Update usercount when on group exit 2014-06-30 20:46:07 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
f03390bcca Update README.md 2014-06-30 20:40:28 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
d465fa7356 Merge pull request #34 from retuxx/dns
Add Tox DNS lookup
2014-06-30 20:36:15 +02:00