index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxav
/
video.c
Age
Commit message (
Expand
)
Author
2020-04-05
Fix 2 memory leaks in ToxAV.
zoff99
2020-03-14
Fix up comments a bit to start being more uniform.
iphydf
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2019-11-21
fix log message creating data race
sudden6
2018-10-08
Improve Windows compatibility of toxav code.
iphydf
2018-09-03
Avoid use of global mutable state in mono_time on win32.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-25
Change while-loop to for-loop to express for-each-frame.
iphydf
2018-08-19
Avoid redefining macros from different files.
iphydf
2018-08-19
make Mono_Time an argument to current_time_monotonic
zugz (tox)
2018-08-13
Fix style in video.c.
iphydf
2018-08-12
Fix enumerator names to comply with toxcore naming standards.
iphydf
2018-08-12
Remove all uses of the PAIR macro in toxav.
iphydf
2018-07-21
Remove redundant casts to the same type.
iphydf
2018-07-21
Add github usernames to TODOs.
iphydf
2018-07-21
Reduce nesting by doing more early returns on error.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-06-24
Add Logger to various net_crypto functions.
iphydf
2018-05-20
Move system header includes from network.h to network.c
iphydf
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
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2016-09-24
Move ring buffer out of toxcore/util into toxav.
iphydf
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
Group #include directives in 3-4 groups.
iphydf
2016-09-01
Remove useless casts.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-31
Add newlines because astyle wants them.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-27
Move logging to a callback.
iphydf
2015-11-03
Astyle.
irungentoo
2015-10-23
Fix setting resolution for vpx v1.4 (or newer i suppose)
Eniz Vukovic
2015-10-10
New Adaptive BR algorithm, cleanups and fixes
Eniz Vukovic
2015-08-13
Fix bug in codec initialization
mannol
2015-08-08
Removed redundant function from video.[h|c]
mannol
2015-06-05
Rebased on master and removed alpha channel (again)
mannol
2015-05-22
Updated with master
mannol
2015-05-01
Fixed* api comments and some bugs
mannol
2015-04-29
Done
mannol
2015-04-28
working av new api
mannol
2015-04-26
Almost done
mannol
2015-04-22
Finished refactoring
mannol
2015-04-21
Final touchups
mannol