Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-08REFAC(client, server): Rename uiVersion to m_versionHartmnt
2022-09-08FIX(client, server): Fix patch versions > 255Hartmnt
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-09-02FEAT(client): Add opus as output format for recordingevris99
2021-03-06REFAC(client): Remove global "g" macroRobert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-06-27REFAC(client): replace NULL and Q_NULLPTR with nullptrPopkornium18
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-03-05Include "Global.h" after "Mumble.pb.h", to avoid a redefinition issue with pr...Davide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-04-25Use readable hex version constant for checksJan Klass
2017-02-01VoiceRecorder.cpp: Use braces to avoid ambiguous "else"Davide Beatrici
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2015-10-28Fix various shadow warnings in mumble by renamingStefan Hacker
2015-02-26Incorrectly assumed SF_FORMAT_* subtypes were flags.Stefan Hacker
2014-02-13Prevent adding to VoiceRecorder buffer after recording was stopped.Stefan Hacker
2014-02-13Fix assumptions in alignment fix by reintroducing silence heuristic.Stefan Hacker
2014-02-13Fix "Inverted samples in WAV recording when clipping" #971Stefan Hacker
2014-02-13Modify VoiceRecorder to be able to properly abort a recording.Stefan Hacker
2014-02-13Refactoring of VoiceRecord.h/cpp according to new coding guidelines.Stefan Hacker
2014-02-13Fix recorder crash due to use after free on user object.Stefan Hacker
2014-02-13Fix multi-track recordings going out of alignment on long recordingsStefan Hacker
2013-10-23Fix mixup between printf and QString format character in VoiceRecorder error ...Stefan Hacker
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-05-14Use make_shared in the VoiceRecorderBenjamin Jemlich
2011-05-14Fixes for /Zc:wchar_tBenjamin Jemlich
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2011-01-04Create the RecordInfo object before adding a new RecordBufferBenjamin Jemlich
2010-11-06Fix rounding behavior in conjunction with iroundf macro in lots of places.Stefan Hacker
2010-11-03Fix VoiceRecorder::sanitizeFilenameOrPathComponent: When a 255 character file...Stefan Hacker
2010-10-07Add no-vorbis-recording buildflag for disabling vorbis for older libsndfile v...Stefan Hacker
2010-10-07Fix support for older libsndfileStefan Hacker
2010-10-06Support older libsndfileThorvald Natvig
2010-08-21Add backend to frontend error reporting for recorderStefan Hacker
2010-08-18Indent, changelog, submodule and language updateThorvald Natvig
2010-08-16Add comments in VoiceRecorderBenjamin Jemlich
2010-08-16Add vcheckStefan Hacker
2010-08-16Prevent turning / into // at the beginning of filenames (d'oh)Stefan Hacker
2010-08-16Maybe fix linux absolute paths + Minor stuff.Stefan Hacker
2010-08-16Add a namespace for VoiceRecorder format functionsBenjamin Jemlich
2010-08-16Fix multichannel recordingBenjamin Jemlich
2010-08-16Add path and filename templating. Fix recording mode restore. Add missing lic...Stefan Hacker
2010-08-16Possible crash fixBenjamin Jemlich
2010-08-16Add a namespace for the enumBenjamin Jemlich
2010-08-16Fix crash on recording stopBenjamin Jemlich