index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testing
/
av_test.c
Age
Commit message (
Expand
)
Author
2018-10-09
Consistently use camel case enum names.
iphydf
2018-09-06
Ignore "unused-result" warning in super_donators code.
iphydf
2018-09-03
Avoid use of global mutable state in mono_time on win32.
iphydf
2018-08-30
Include necessary opencv2 header on OSX.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-19
make Mono_Time an argument to current_time_monotonic
zugz (tox)
2018-08-13
Fix some printf format specifiers.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-04-17
Improve network error reporting on Windows
Maxim Biro
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-21
Add BUILD files for all the little tools in the repo.
iphydf
2018-01-21
Don't allocate or dereference Tox_Options in tests.
iphydf
2017-03-25
Move c_sleep to helpers.h and misc_tools.h
Diadlo
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2017-01-06
Revert "Revert "Portability fixes""
David Zero
2017-01-05
Revert "Portability fixes"
endoffile78
2017-01-04
Portability fixes
David Zero
2016-11-12
Support arbitrary video resolutions in av_test
Mikhael-Danilov
2016-09-25
Work around bug in opencv3 headers.
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-13
Add some astyle options to make it do more.
iphydf
2016-09-06
Improve static and const correctness.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-09-05
Add TODO for @mannol.
iphydf
2016-09-02
Do not use `else` after `return`.
iphydf
2016-09-02
Replace pthread_yield with sched_yield.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-09-01
Add missing #include <pthread.h> to av_test.c.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-31
Enable build of av_test.
iphydf
2015-11-03
Astyle.
irungentoo
2015-10-10
New Adaptive BR algorithm, cleanups and fixes
Eniz Vukovic
2015-08-08
Removed redundant function from video.[h|c]
mannol
2015-08-07
Fixed memory leak during session cleanup and fixed naming.
mannol
2015-06-27
Renamed TOXAV_CALL_STATE to TOXAV_FRIEND_CALL_STATE
mannol
2015-06-13
Fixed sample size in callback and other stuff
mannol
2015-05-22
Updated with master
mannol
2015-05-07
Fixed inconsistencies
mannol
2015-04-29
Done
mannol