summaryrefslogtreecommitdiff
path: root/toxav/toxav.c
AgeCommit message (Collapse)Author
2016-08-27Move logging to a callback.iphydf
This removes the global logger (which by the way was deleted when the first tox was killed, so other toxes would then stop logging). Various bits of the code now carry a logger or pass it around. It's a bit less transparent now, but now there is no need to have a global logger, and clients can decide what to log and where.
2016-08-12Check code formatting on Travis.iphydf
We run astyle on Travis and check if there is a diff. The build terminates if git finds a difference.
2016-02-13added the dropped ;Gregory Mullen (GrayHatter)
2016-02-13missed a line tox to toxavGregory Mullen (GrayHatter)
2016-02-13update the compatablity function to match the macroGregory Mullen (GrayHatter)
2016-02-13SemVer toxav tooGregory Mullen (GrayHatter)
2015-11-29Fix error reporting in toxav_call()Eniz Vukovic
2015-11-19Merge branch 'master' of https://github.com/helium-software/toxcoreirungentoo
2015-11-17Mannol toxav fix.irungentoo
2015-11-11fix BWController misspellingTibor Stolz
2015-11-03Astyle.irungentoo
2015-10-31Revert "Removed mutex operations"Eniz Vukovic
2015-10-24Add synchronization protection for send_frame API functionsEniz Vukovic
2015-10-23Removed mutex operationsEniz Vukovic
2015-10-23Added mutex lock+unlock.irungentoo
Should it be also added to the other parts of this function?
2015-10-23Fixed error in last commit.irungentoo
2015-10-23Fixed some memory related bugs.irungentoo
2015-10-23Fix setting resolution for vpx v1.4 (or newer i suppose)Eniz Vukovic
2015-10-11Remove old commentEniz Vukovic
2015-10-10New Adaptive BR algorithm, cleanups and fixesEniz Vukovic
2015-08-09Remove empty linesmannol
2015-08-09Fix possible double freemannol
2015-08-08Removed redundant function from video.[h|c]mannol
2015-06-30Implement handling capability change on rtp levelmannol
2015-06-27Renamed TOXAV_CALL_STATE to TOXAV_FRIEND_CALL_STATEmannol
2015-06-27Added payload turning off by setting bit rate to 0mannol
2015-06-25Random fixesmannol
2015-06-05Rebased on master and removed alpha channel (again)mannol
2015-05-22Updated with mastermannol
2015-05-12Fix bugmannol
2015-05-09Check if call supports video encoding before encoding frame.irungentoo
2015-05-07Fixed inconsistenciesmannol
2015-05-05Toxav fix.irungentoo
Use stored image width instead of displayed image width.
2015-05-01Fixed* api comments and some bugsmannol
2015-04-30Added many test and fixed various warningsmannol
2015-04-29Donemannol
2015-04-28working av new apimannol
2015-04-27Almooooooostmannol
2015-04-26Almost donemannol
2015-04-22Finished refactoringmannol
2015-04-21Final touchupsmannol
2015-04-18Fix toxav callbackmannol
2015-04-17Updated with upstreammannol
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