jfreegman
|
a37bf300f9
|
Update astylerc to match toxcore & reformat all source files
|
2018-07-18 11:33:16 -04:00 |
|
iphydf
|
3cd2bc7e3c
|
Don't compile A/V code if AUDIO/VIDEO are not #defined.
|
2018-07-06 15:46:12 +00:00 |
|
jfreegman
|
815c29ee31
|
Significantly reduce time before trying to re-send a message with no read receipt
(also some formatting cleanup)
|
2018-03-03 23:54:12 -05:00 |
|
Mateusz Poszwa
|
0bd5b4ddee
|
Repair operating system checks (#474)
|
2017-11-16 16:59:51 -05:00 |
|
Mateusz Poszwa
|
351a50c214
|
Do not assume what is not Linux or a BSD descendant is OSX
|
2017-11-15 21:02:10 +01:00 |
|
aSourceFish
|
1382adb1f6
|
Make Toxic compile at NetBSD, STAGE 1
|
2017-11-15 05:46:47 +02:00 |
|
aSourceFish
|
fec36ad9e6
|
Make Toxic compile at OpenBSD
|
2017-11-11 21:03:28 +02:00 |
|
Daniel Hoffman
|
2ede39369a
|
added /bitrate
|
2017-07-07 23:47:59 +00:00 |
|
Jfreegman
|
f056f13329
|
Astyle everything and add an astyle options script to repo
|
2016-09-24 21:07:04 -04:00 |
|
Jfreegman
|
c24e1bd2b8
|
Fix a few A/V race conditions
|
2016-09-22 18:00:14 -04:00 |
|
Marin Ivanov
|
4019395f44
|
Changed video get format to set format
* Fixes issue #394
* This was obviously meant to set the video format.
|
2016-07-28 17:58:24 +02:00 |
|
Jfreegman
|
ab99c1ac73
|
Fix building on FreeBSD (courtesy of thierry-FreeBSD)
|
2015-11-12 05:04:37 -05:00 |
|
Jfreegman
|
05f5f16af3
|
Fix various video bugs; it should be working now!
|
2015-11-12 05:01:28 -05:00 |
|
Jfreegman
|
6cc1525daa
|
Fix some build issues
|
2015-11-03 23:04:05 -05:00 |
|
cnhenry
|
1606d01158
|
Implemented video calls for OSX
|
2015-08-21 00:44:25 -05:00 |
|
cnhenry
|
c8a9ac21f3
|
Implemented OSX device listing
|
2015-08-21 00:44:25 -05:00 |
|
cnhenry
|
e91aaf6c73
|
Refactoring to compliment OSX
|
2015-08-21 00:44:13 -05:00 |
|
cnhenry
|
929fca3de1
|
Prevented user from manually closing video windows
|
2015-08-21 00:44:12 -05:00 |
|
cnhenry
|
b67792f9f2
|
Clear warnings from device listing fix
|
2015-08-21 00:44:12 -05:00 |
|
cnhenry
|
96162bf254
|
Fixed incorrect video device listing
|
2015-08-21 00:43:47 -05:00 |
|
cnhenry
|
8a66c3fa4c
|
Changed to toggle video command rather than two separate commands
|
2015-08-21 00:43:47 -05:00 |
|
cnhenry
|
2cdcbc07a7
|
Fixed video call receiving issues
|
2015-08-21 00:43:30 -05:00 |
|
cnhenry
|
6e0d19b01d
|
Refactored video calls
|
2015-08-21 00:42:57 -05:00 |
|
cnhenry
|
ad04fa4dcd
|
Major refactoring and fixes towards AV
|
2015-08-21 00:42:28 -05:00 |
|
cnhenry
|
c2c612b85a
|
Fixed v4l2 capture crash, and refactored to prepare for new features
|
2015-08-21 00:40:09 -05:00 |
|
cnhenry
|
d359ba6a54
|
Fixed YUV stride issues
|
2015-08-21 00:38:44 -05:00 |
|
cnhenry
|
54e2fe8d6f
|
Implemented video frames ready to send through ToxAV. NOTE: Contains YUV stride issues
|
2015-08-21 00:37:57 -05:00 |
|
cnhenry
|
53353825e2
|
Implemented /endvideo command
|
2015-08-21 00:37:57 -05:00 |
|
cnhenry
|
fcdc8e8b67
|
Fixed incorrect colors during video capture
|
2015-08-21 00:37:23 -05:00 |
|
cnhenry
|
9b6efb65de
|
Implemented video preview and preparations for ToxAV
|
2015-08-21 00:37:23 -05:00 |
|
cnhenry
|
c8ea02376e
|
Progress on video call windows using X11
|
2015-08-21 00:36:52 -05:00 |
|
cnhenry
|
2369b5e9e2
|
Modified header files structuring
|
2015-08-21 00:36:28 -05:00 |
|
cnhenry
|
8f28f1d748
|
Progress on implementing v4l2 in video_device.*
|
2015-08-21 00:36:28 -05:00 |
|
cnhenry
|
a33e5f4bec
|
Fixes to av.mk
|
2015-08-21 00:36:13 -05:00 |
|
cnhenry
|
e0a35a6569
|
Obtain names of video devices using v4l
|
2015-08-21 00:36:13 -05:00 |
|
cnhenry
|
9863dfc2ae
|
Began implementing video_device.*
|
2015-08-21 00:35:55 -05:00 |
|
cnhenry
|
43bda5f7d9
|
Refactoring and fix related to invite callback not being fired
|
2015-08-21 00:14:03 -05:00 |
|
cnhenry
|
f2121fae74
|
Implemented audio calls using new ToxAV API
|
2015-08-21 00:14:03 -05:00 |
|
cnhenry
|
3241551cfb
|
Began conversion of audio code to new ToxAV API
|
2015-08-21 00:14:03 -05:00 |
|
cnhenry
|
6e90072fb8
|
Implemented OpenCV demo to demonstrate video device listing and set up code structure for video
|
2015-08-21 00:14:03 -05:00 |
|