index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxav
/
toxav.c
Age
Commit message (
Expand
)
Author
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-02-11
Improve video key frame sending.
zoff99
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-28
Make audio/video bit rates "properties"
xhe
2018-01-25
Split bit_rate_set(), one for audio, one for video.
xhe
2017-12-17
Split video payload into multiple packets when >65k
mannol
2017-02-26
Add part of platform-independent network API implementation
Diadlo
2017-01-28
Add VLA compatibility macro for C89-ish compilers.
iphydf
2017-01-26
Add platform-independent Socket and IP implementation
Diadlo
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2016-12-21
Use after free reported in #278 occurs because toxav_kill()
mannol
2016-11-20
Fix NULL pointer dereference in log calls
Maxim Biro
2016-09-28
v0.0.0 => v0.0.1
Gregory Mullen (grayhatter)
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-19
Revert "Make ToxAV stateless"
iphydf
2016-09-17
Make ToxAV stateless
Gregory Mullen (grayhatter)
2016-09-16
Ensure that all TODOs have an owner.
iphydf
2016-09-13
Add some astyle options to make it do more.
iphydf
2016-09-13
Group #include directives in 3-4 groups.
iphydf
2016-09-02
Do not use `else` after `return`.
iphydf
2016-09-01
Match parameter names in declarations with their definitions.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-27
Move logging to a callback.
iphydf
2016-08-12
Check code formatting on Travis.
iphydf
2016-02-13
added the dropped ;
Gregory Mullen (GrayHatter)
2016-02-13
missed a line tox to toxav
Gregory Mullen (GrayHatter)
2016-02-13
update the compatablity function to match the macro
Gregory Mullen (GrayHatter)
2016-02-13
SemVer toxav too
Gregory Mullen (GrayHatter)
2015-11-29
Fix error reporting in toxav_call()
Eniz Vukovic
2015-11-19
Merge branch 'master' of https://github.com/helium-software/toxcore
irungentoo
2015-11-17
Mannol toxav fix.
irungentoo
2015-11-11
fix BWController misspelling
Tibor Stolz
2015-11-03
Astyle.
irungentoo
2015-10-31
Revert "Removed mutex operations"
Eniz Vukovic
2015-10-24
Add synchronization protection for send_frame API functions
Eniz Vukovic
2015-10-23
Removed mutex operations
Eniz Vukovic
2015-10-23
Added mutex lock+unlock.
irungentoo
2015-10-23
Fixed error in last commit.
irungentoo
2015-10-23
Fixed some memory related bugs.
irungentoo
2015-10-23
Fix setting resolution for vpx v1.4 (or newer i suppose)
Eniz Vukovic
2015-10-11
Remove old comment
Eniz Vukovic
2015-10-10
New Adaptive BR algorithm, cleanups and fixes
Eniz Vukovic
2015-08-09
Remove empty lines
mannol
2015-08-09
Fix possible double free
mannol
2015-08-08
Removed redundant function from video.[h|c]
mannol
2015-06-30
Implement handling capability change on rtp level
mannol
2015-06-27
Renamed TOXAV_CALL_STATE to TOXAV_FRIEND_CALL_STATE
mannol
2015-06-27
Added payload turning off by setting bit rate to 0
mannol
2015-06-25
Random fixes
mannol
2015-06-05
Rebased on master and removed alpha channel (again)
mannol
[next]