aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/rtp_audio_stream.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-02CMake: Check for and use system SpeexDSP libraryJoão Valverde1-1/+1
2018-06-25RTP: Common functions for allocation/deallocation of rtpstream_info_tJiri Novak1-1/+5
2018-06-23RTP: code cleanup 3Jiri Novak1-10/+10
2018-06-20RTP: Encapsulation of comparsion of two rtpstreamsJiri Novak1-15/+4
2018-06-19RTP: Code clean upJiri Novak1-4/+4
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2017-07-21Qt RTP: Add the default device and adjust sample rates.Gerald Combs1-7/+27
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2017-01-08Qt: fix crash on undecodable RTP streamPeter Wu1-0/+5
2016-12-15Make some items that don't need to be size_t guint.Guy Harris1-1/+1
2016-12-06Qt: Make the RTP player output device selectable.Gerald Combs1-1/+41
2016-12-06codecs: Add support for G.722 and G.726Peter Wu1-2/+8
2016-11-30Qt: fix crash when closing RTP player while playingPeter Wu1-0/+3
2016-06-23RTP player: increase the maximum number of silence frames to 30 minutes worth.Jeff Morriss1-1/+1
2016-06-06Qt: RTP audio stream fixups.Gerald Combs1-5/+11
2016-05-16autotools: Check for SpeexDSP system libraryJoão Valverde1-0/+4
2016-05-14Qt: Use SpeexDSP API names for RTP playerJoão Valverde1-14/+14
2016-02-10Qt: fix jitter buffer managementPascal Quantin1-4/+4
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-23ui: Code cleanupStig Bjørlykke1-1/+1
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris1-1/+1
2015-12-04Qt: fix a potential memory leak in RTP audio stream playbackPascal Quantin1-1/+1
2015-12-01Qt: write number of decoded bytes in the RTP player temporary bufferPascal Quantin1-1/+1
2015-12-01Qt: fix generation of silence samplesPascal Quantin1-3/+1
2015-11-22Fix RTP player crash on invalid streamsPeter Wu1-0/+5
2015-11-17Fix crash in RTP Player on stop and closePeter Wu1-8/+8
2015-10-27Add jitter logic to RtpAudioStream.Gerald Combs1-35/+212
2015-10-26Don't use the non-existent decoded data if decode_rtp_packet() returns 0.Guy Harris1-3/+4
2015-10-21RtpAudioStream: Add a cast.Gerald Combs1-1/+1
2015-10-21Split RTP player tapping, decoding, and plotting.Gerald Combs1-110/+132
2015-10-13qt: add missing initializers (CID 1325722)Dario Lombardo1-1/+3
2015-10-04qt: fix crash when dragging RTP player out of viewPeter Wu1-1/+1
2015-10-02Use QVector::size instead of ::length.Gerald Combs1-4/+4
2015-10-02Distcheck fixes.Gerald Combs1-2/+2
2015-10-02Get rid of unused variable.Guy Harris1-1/+0
2015-10-02Qt: Initial RTP playback.Gerald Combs1-0/+396