summaryrefslogtreecommitdiff
path: root/toxav/codec.c
AgeCommit message (Collapse)Author
2015-04-22Finished refactoringmannol
2015-04-21Final touchupsmannol
2015-04-18Fix toxav callbackmannol
2015-04-17Update latestmannol
2015-04-16The pretty basic adaptive bitrate is *working*mannol
2015-04-13Started custom RTCPmannol
2015-04-11Random fixesmannol
2015-04-09Make it possible to decode mono audio with stereo decodermannol
2015-04-08Video works nowmannol
2015-04-07Video works but there is one deadlock left and video replay is slowmannol
2015-04-02Video preview works (lmao)mannol
2015-03-29A little CS cleanupmannol
2015-03-28Improvement in test and removed some bloat from CSmannol
2015-03-23Make it possible to change channels/sample rate of the decodermannol
2015-03-23Audio works in testmannol
2015-03-22Some progressmannol
2015-03-22Started testing transfermannol
2015-03-20Updating with mastermannol
2015-03-01Make toxav thread safemannol
2015-02-20Removed extra msi header and started testingmannol
2015-02-17Added 2 new headers into msi for buffer controlmannol
2015-02-14Control part of new api already kind of worksmannol
2015-02-06Fixed memory leak.irungentoo
2015-02-04Removed useless misleading define.irungentoo
2015-02-01Progressmannol
2015-01-24Current progressmannol
2014-12-16cs_set_video_encoder_resolution improvements.irungentoo
2014-12-12Merge branch 'mem-leak-fix' of https://github.com/nurupo/InsertProjectNameHereirungentoo
2014-12-12Fixed memory leaks.irungentoo
2014-12-12Fixed a memory leakMaxim Biro
2014-12-12Increase video quality and distance between keyframes.irungentoo
2014-12-12Make the maximum size of the jbuf at least 4 times the capacity.irungentoo
Should prevent issues that might occur because a different thread is reading it.
2014-12-12Having two buffers for audio isn't really good.irungentoo
2014-12-12Fixed video packet assembling.irungentoo
Video should look better now.
2014-12-07Fixed possible issue with wrong size being passed to opus_decode().irungentoo
2014-11-29Jbuff fixes.irungentoo
2014-11-29Merge branch 'mutex-1' of https://github.com/mannol/toxcoreirungentoo
2014-11-29More av cleanupmannol
2014-11-28Fixed toxav issues.irungentoo
2014-11-24Merge branch 'master' of https://github.com/mannol/toxcoreirungentoo
2014-11-18av refactormannol
2014-10-17Some video encoding improvements.irungentoo
2014-08-04Fix some toxav warningsmannol
2014-07-27Reduced max size of queue.irungentoo
2014-07-27Initialize codec session with right values.irungentoo
Audio decoder and encoder channel values are sepparate values, the decoder should be set to the number of channels the other peer has his encoder set.
2014-07-24Fixed crash.irungentoo
2014-07-24Fixed some issues with queue.irungentoo
disconnecting then reconnecting right away should no longer kill audio transmission.
2014-07-24Rewrote audio packet queue.irungentoo
Audio killing itself after 20 minutes in a call should be fixed.
2014-07-19remove this toostal
2014-07-19declare calculate_sum_sq static inlinestal