toxcore/toxav
zoff99 721358208b
Improve video key frame sending.
This change does not include the addition of VP9. We do that in a
separate pull request.

Changes:

* fix the video bug (video frames larger than 65KBytes) by sending full
  frame length in alternate header field
* improve video frame reconstruction logic with slots
* configure video encoder and decoder to be multihtreaded
* set error resilience flags on video codec
* change encoder and decoder softdeadline
2018-02-11 23:31:46 +00:00
..
audio.c Use nullptr as NULL pointer constant instead of NULL or 0. 2018-01-30 23:35:50 +00:00
audio.h Extract named constants from magic numbers in toxav/audio.c. 2018-01-19 20:20:36 +00:00
BUILD.bazel Improve video key frame sending. 2018-02-11 23:31:46 +00:00
bwcontroller.c Improve video key frame sending. 2018-02-11 23:31:46 +00:00
bwcontroller.h Improve video key frame sending. 2018-02-11 23:31:46 +00:00
groupav.c Use nullptr as NULL pointer constant instead of NULL or 0. 2018-01-30 23:35:50 +00:00
groupav.h Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
Makefile.inc Setup autotools to read .so version info from a separate file 2017-01-18 11:20:07 +01:00
msi.c Use nullptr as NULL pointer constant instead of NULL or 0. 2018-01-30 23:35:50 +00:00
msi.h Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
ring_buffer.c Use nullptr as NULL pointer constant instead of NULL or 0. 2018-01-30 23:35:50 +00:00
ring_buffer.h Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
rtp_test.cpp Improve video key frame sending. 2018-02-11 23:31:46 +00:00
rtp.c Improve video key frame sending. 2018-02-11 23:31:46 +00:00
rtp.h Improve video key frame sending. 2018-02-11 23:31:46 +00:00
toxav_old.c Add a monolith_test that includes all toxcore sources. 2017-06-04 17:48:23 +00:00
toxav.api.h Make audio/video bit rates "properties" 2018-01-28 13:21:57 +00:00
toxav.c Improve video key frame sending. 2018-02-11 23:31:46 +00:00
toxav.h Make audio/video bit rates "properties" 2018-01-28 13:21:57 +00:00
video.c Improve video key frame sending. 2018-02-11 23:31:46 +00:00
video.h Improve video key frame sending. 2018-02-11 23:31:46 +00:00