Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-17 | Update latest | mannol | |
2015-04-16 | The pretty basic adaptive bitrate is *working* | mannol | |
2015-04-13 | Started custom RTCP | mannol | |
2015-04-11 | Random fixes | mannol | |
2015-04-09 | Make it possible to decode mono audio with stereo decoder | mannol | |
2015-04-08 | Video works now | mannol | |
2015-04-07 | Video works but there is one deadlock left and video replay is slow | mannol | |
2015-04-02 | Video preview works (lmao) | mannol | |
2015-03-29 | A little CS cleanup | mannol | |
2015-03-28 | Improvement in test and removed some bloat from CS | mannol | |
2015-03-25 | Merge branch 'new_api' of github.com:mannol/toxcore into new_api | mannol | |
2015-03-25 | Consistency with core api | Dubslow | |
2015-03-24 | Current progress of video testing | mannol | |
2015-03-23 | Make it possible to change channels/sample rate of the decoder | mannol | |
2015-03-23 | Audio works in test | mannol | |
2015-03-22 | Some progress | mannol | |
2015-03-22 | Started testing transfer | mannol | |
2015-03-20 | Updating with master | mannol | |
2015-03-01 | Make toxav thread safe | mannol | |
2015-02-24 | Implement pausing | mannol | |
2015-02-21 | New msi protocol | mannol | |
2015-02-20 | Removed extra msi header and started testing | mannol | |
2015-02-18 | Msi should be done; toxav.c need a cleanup and adjustments | mannol | |
2015-02-17 | Added 2 new headers into msi for buffer control | mannol | |
2015-02-16 | Fixed header protectors and cleaning up the msi | mannol | |
2015-02-15 | Started adjusting msi backend to new api | mannol | |
2015-02-14 | Control part of new api already kind of works | mannol | |
2015-02-08 | Fixed memory leak. | irungentoo | |
2015-02-06 | Fixed memory leak. | irungentoo | |
2015-02-06 | Fixed memory leak. | irungentoo | |
2015-02-04 | Removed useless misleading define. | irungentoo | |
2015-02-01 | Progress | mannol | |
2015-01-24 | Current progress | mannol | |
2015-01-17 | Progress | mannol | |
2015-01-04 | toxav_prepare_transmission: More descriptive error | Tux3 / Mlkj / !Lev.uXFMLA | |
When trying to prepare an already active call, return av_ErrorAlreadyInCallWithPeer not av_ErrorNoCall | |||
2014-12-28 | Use same jbuf size for group as for one on one chats. | irungentoo | |
Use define instead of constant. | |||
2014-12-17 | Cut one on one default audio bitrate by half. | irungentoo | |
2014-12-16 | Fixed some A/V threading issues. | irungentoo | |
Audio dropping on video calls issue should no longer happen. | |||
2014-12-16 | cs_set_video_encoder_resolution improvements. | irungentoo | |
2014-12-12 | Merge branch 'mem-leak-fix' of https://github.com/nurupo/InsertProjectNameHere | irungentoo | |
2014-12-12 | Fixed memory leaks. | irungentoo | |
2014-12-12 | Fixed a memory leak | Maxim Biro | |
2014-12-12 | Increase video quality and distance between keyframes. | irungentoo | |
2014-12-12 | Make the maximum size of the jbuf at least 4 times the capacity. | irungentoo | |
Should prevent issues that might occur because a different thread is reading it. | |||
2014-12-12 | Having two buffers for audio isn't really good. | irungentoo | |
2014-12-12 | Fixed video packet assembling. | irungentoo | |
Video should look better now. | |||
2014-12-09 | Merge branch 'more_consistent_custom_packet_handlers' of ↵ | irungentoo | |
https://github.com/wrouesnel/toxcore | |||
2014-12-09 | Change prototype for custom_packet_handler functions | Will Rouesnel | |
Change the custom_packet_handler callback function interface to be consistent with other callback interfaces. The new interface takes the Messenger object calling as the first parameter, and moves the user data object to be the last parameter. This makes it comparable to the callbacks for file transfer and the like, and should simplify building interfaces. The new prototype is: int (*)(Messenger *m, int32_t friendnumber, const uint8_t *data, uint32_t len, void *object) | |||
2014-12-07 | Fixed possible issue with wrong size being passed to opus_decode(). | irungentoo | |
2014-12-03 | Fixed possible threading issues. | irungentoo | |