summaryrefslogtreecommitdiff
path: root/testing/av_test.c
AgeCommit message (Expand)Author
2018-08-19make Mono_Time an argument to current_time_monotoniczugz (tox)
2018-08-13Fix some printf format specifiers.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-04-17Improve network error reporting on WindowsMaxim Biro
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-28Make audio/video bit rates "properties"xhe
2018-01-21Add BUILD files for all the little tools in the repo.iphydf
2018-01-21Don't allocate or dereference Tox_Options in tests.iphydf
2017-03-25Move c_sleep to helpers.h and misc_tools.hDiadlo
2017-01-19Update license headers and remove redundant file name comment.iphydf
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-05Revert "Portability fixes"endoffile78
2017-01-04Portability fixesDavid Zero
2016-11-12Support arbitrary video resolutions in av_testMikhael-Danilov
2016-09-25Work around bug in opencv3 headers.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-13Add some astyle options to make it do more.iphydf
2016-09-06Improve static and const correctness.iphydf
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2016-09-05Add TODO for @mannol.iphydf
2016-09-02Do not use `else` after `return`.iphydf
2016-09-02Replace pthread_yield with sched_yield.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-09-01Add missing #include <pthread.h> to av_test.c.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-31Enable build of av_test.iphydf
2015-11-03Astyle.irungentoo
2015-10-10New Adaptive BR algorithm, cleanups and fixesEniz Vukovic
2015-08-08Removed redundant function from video.[h|c]mannol
2015-08-07Fixed memory leak during session cleanup and fixed naming.mannol
2015-06-27Renamed TOXAV_CALL_STATE to TOXAV_FRIEND_CALL_STATEmannol
2015-06-13Fixed sample size in callback and other stuffmannol
2015-05-22Updated with mastermannol
2015-05-07Fixed inconsistenciesmannol
2015-04-29Donemannol