aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppRtpChannel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Port QXmppCallManager to use GStreamerNiels Ole Salscheider2020-03-161-999/+0
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-73/+69
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-6/+6
|
* Port majority of old-style connects (#237)JBB2020-01-201-3/+3
| | | This provides more type safety and is future-proof.
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Replace Q_FOREACH (foreach) by C++11 ranged for-loopsLinus Jahn2019-10-231-15/+12
| | | | | | | Q_FOREACH is bad and will be deprecated in the future: https://www.kdab.com/goodbye-q_foreach/ This also disables Q_FOREACH by defining QT_NO_FOREACH.
* Use raw literals, range based loops and autoJonah Brüchert2019-10-221-4/+4
|
* Modernize codebase using clang-tidyJonah Brüchert2019-09-081-9/+9
| | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* Fix spelling errorBoris Pek2018-10-081-1/+1
|
* fixJeremy Lainé2015-09-031-1/+1
|
* fix warning about unused member "q"Jeremy Lainé2015-09-031-20/+16
|
* use PIMPL + accessors for QXmppRtpPacketJeremy Lainé2015-08-241-34/+39
|
* move QXmppRtpPacket to it's own filesJeremy Lainé2015-08-201-80/+1
|
* QXmppRtpChannel: make it possible to get / set the local SSRCJeremy Lainé2015-08-191-10/+22
|
* Remove trailing comma after last item in enumsJeremy Lainé2015-03-131-1/+1
| | | | This allows compilation with GCC in pedantic mode.
* Added some comments for Opus codec.Gonzalo Exequiel Pedone2014-11-261-1/+1
|
* Added FEC for Vp8 codec.Gonzalo Exequiel Pedone2014-11-261-2/+2
|
* Added Opus codec.Gonzalo Exequiel Pedone2014-11-261-0/+12
|
* update project homepageJeremy Lainé2014-03-281-1/+1
|
* update project homepageJeremy Lainé2014-03-271-1/+1
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
|
* Fixed uninitialized pointer in QXmppRtpAudioChannelPrivateNikita Krupenko2013-08-281-0/+1
|
* doc fixesJeremy Lainé2012-07-211-14/+16
|
* documentation fixesJeremy Lainé2012-07-211-5/+8
|
* hide QXmppCodecJeremy Lainé2012-07-201-1/+1
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* fix doc warningsJeremy Lainé2012-05-101-3/+11
|
* fix some doc warningsJeremy Lainé2012-05-101-14/+18
|
* fix bytesavailableJeremy Lainé2012-04-111-1/+1
|
* move files common to client/server into "base"Jeremy Lainé2012-02-081-0/+1042