summaryrefslogtreecommitdiff
path: root/toxav/video.c
AgeCommit message (Expand)Author
2020-05-17Format comments according to tokstyle's requirements.iphydf
2020-04-05Fix 2 memory leaks in ToxAV.zoff99
2020-03-14Fix up comments a bit to start being more uniform.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2019-11-21fix log message creating data racesudden6
2018-10-08Improve Windows compatibility of toxav code.iphydf
2018-09-03Avoid use of global mutable state in mono_time on win32.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-08-25Change while-loop to for-loop to express for-each-frame.iphydf
2018-08-19Avoid redefining macros from different files.iphydf
2018-08-19make Mono_Time an argument to current_time_monotoniczugz (tox)
2018-08-13Fix style in video.c.iphydf
2018-08-12Fix enumerator names to comply with toxcore naming standards.iphydf
2018-08-12Remove all uses of the PAIR macro in toxav.iphydf
2018-07-21Remove redundant casts to the same type.iphydf
2018-07-21Add github usernames to TODOs.iphydf
2018-07-21Reduce nesting by doing more early returns on error.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-06-24Add Logger to various net_crypto functions.iphydf
2018-05-20Move system header includes from network.h to network.ciphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-11Improve video key frame sending.zoff99
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-09-24Move ring buffer out of toxcore/util into toxav.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-19Revert "Make ToxAV stateless"iphydf
2016-09-17Make ToxAV statelessGregory Mullen (grayhatter)
2016-09-16Ensure that all TODOs have an owner.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-01Remove useless casts.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-31Add newlines because astyle wants them.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-27Move logging to a callback.iphydf
2015-11-03Astyle.irungentoo
2015-10-23Fix setting resolution for vpx v1.4 (or newer i suppose)Eniz Vukovic
2015-10-10New Adaptive BR algorithm, cleanups and fixesEniz Vukovic
2015-08-13Fix bug in codec initializationmannol
2015-08-08Removed redundant function from video.[h|c]mannol
2015-06-05Rebased on master and removed alpha channel (again)mannol
2015-05-22Updated with mastermannol
2015-05-01Fixed* api comments and some bugsmannol
2015-04-29Donemannol
2015-04-28working av new apimannol
2015-04-26Almost donemannol
2015-04-22Finished refactoringmannol
2015-04-21Final touchupsmannol