index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxav
/
codec.c
Age
Commit message (
Expand
)
Author
2015-02-06
Fixed memory leak.
irungentoo
2015-02-04
Removed useless misleading define.
irungentoo
2014-12-16
cs_set_video_encoder_resolution improvements.
irungentoo
2014-12-12
Merge branch 'mem-leak-fix' of https://github.com/nurupo/InsertProjectNameHere
irungentoo
2014-12-12
Fixed memory leaks.
irungentoo
2014-12-12
Fixed a memory leak
Maxim Biro
2014-12-12
Increase video quality and distance between keyframes.
irungentoo
2014-12-12
Make the maximum size of the jbuf at least 4 times the capacity.
irungentoo
2014-12-12
Having two buffers for audio isn't really good.
irungentoo
2014-12-12
Fixed video packet assembling.
irungentoo
2014-12-07
Fixed possible issue with wrong size being passed to opus_decode().
irungentoo
2014-11-29
Jbuff fixes.
irungentoo
2014-11-29
Merge branch 'mutex-1' of https://github.com/mannol/toxcore
irungentoo
2014-11-29
More av cleanup
mannol
2014-11-28
Fixed toxav issues.
irungentoo
2014-11-24
Merge branch 'master' of https://github.com/mannol/toxcore
irungentoo
2014-11-18
av refactor
mannol
2014-10-17
Some video encoding improvements.
irungentoo
2014-08-04
Fix some toxav warnings
mannol
2014-07-27
Reduced max size of queue.
irungentoo
2014-07-27
Initialize codec session with right values.
irungentoo
2014-07-24
Fixed crash.
irungentoo
2014-07-24
Fixed some issues with queue.
irungentoo
2014-07-24
Rewrote audio packet queue.
irungentoo
2014-07-19
remove this too
stal
2014-07-19
declare calculate_sum_sq static inline
stal
2014-07-05
Merge branch 'master' of https://github.com/mannol1/toxcore
irungentoo
2014-07-05
The width and height set during the video encoder initialization is
irungentoo
2014-07-05
Merge branch 'mannol1-master'
irungentoo
2014-07-05
Fixed conflicts
mannol
2014-07-05
Make rtp & codec actions thread-safe
mannol
2014-07-04
This seems to fix the crash that happens when changing the resolution
irungentoo
2014-07-04
Resolution of video can now be changed during call by passing it
irungentoo
2014-07-03
Merge branch 'mannol1-master'
irungentoo
2014-07-03
Removed redundant code and fixed toxav codec actions being called when call i...
mannol
2014-06-26
Lowered video bitrate to 500kb/s and lowered audio buffer size.
irungentoo
2014-06-24
Some video tweaks.
irungentoo
2014-06-22
Merge branch 'master' of https://github.com/mannol1/toxcore
irungentoo
2014-06-22
Merged upstream
mannol
2014-06-21
Added tolerance to VAD and lowered Jitter buffer default value
mannol
2014-06-21
Started with VAD
mannol