summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-07raop: Fix indentationPeter Meerwald-Stadler1-2/+2
2017-03-07raop: Fix potential memory leakPeter Meerwald-Stadler1-1/+7
2017-03-07raop: Fix resource leaksPeter Meerwald-Stadler1-8/+6
2017-03-07raop: Fix memleakPeter Meerwald-Stadler1-3/+4
2017-03-07raop: Fail after search for port numberPeter Meerwald-Stadler1-0/+5
2017-03-06raop: Fix loop searching for port numberPeter Meerwald-Stadler1-4/+7
2017-03-06raop: Fix double freePeter Meerwald-Stadler1-3/+3
2017-03-06build: Add Coverity scan modelPeter Meerwald-Stadler1-0/+9
2017-03-06loopback: fix up the previous commitGeorg Chini1-52/+58
2017-02-28loopback: Initialize latency at startup and during source/sink changesGeorg Chini1-34/+290
2017-02-27coreaudio-device: fix improper memory handling leading to crashes.Mihai Moldovan1-4/+4
2017-02-27build-sys: FlatCarbon is dead. Good riddance.Mihai Moldovan1-2/+0
2017-02-20loopback: correct comments about the thread calling a functionGeorg Chini1-5/+5
2017-02-18loopback: Rename sink_input_buffer to loopback_memblockq_lengthGeorg Chini1-3/+3
2017-02-16bluez5-device: Use correct constants for fixed latency in PA_{SINK, SOURCE}_M...Georg Chini1-2/+2
2017-02-14bluetooth: Make use of getsockopt() to determine MTU configurableGeorg Chini5-13/+38
2017-01-31alsa-util: don't crash on devices with more than 32 channelsTanu Kaskinen1-0/+7
2017-01-30sink, source: Make rate selection more explicitArun Raghavan2-16/+34
2017-01-30sink, source: Add a mode to avoid resampling if possibleArun Raghavan7-4/+21
2017-01-26thread-test: fix deadlockTanu Kaskinen1-1/+4
2017-01-20suspend-on-idle: resume on unloadWim Taymans1-0/+14
2017-01-19raop: Fix #37: OOB access in rtsp_auth_cbced2c1-3/+4
2017-01-19raop: Fix #36: invalid access to freed objectced2c1-2/+2
2017-01-19raop: Fix memory leaksHajime Fujita1-3/+9
2017-01-19raop: Discard data upon getting EAGAIN on a socketHajime Fujita1-2/+1
2017-01-19raop: Disable is_recording flag when tearing down the connectionHajime Fujita1-2/+2
2017-01-19raop: Stop recording when RTSP FLUSH is issuedHajime Fujita1-2/+2
2017-01-19raop: Add back initial volume RTSP SET_PARAMETER request on connectMartin Blanchard1-0/+5
2017-01-19raop: Silently drop out-of-history retransmission requestHajime Fujita1-2/+4
2017-01-19raop: Correctly wrap RTP packet sequence numberMartin Blanchard3-37/+65
2017-01-19raop: Add IPv6 supportHajime Fujita2-8/+17
2017-01-19raop: Add address to RAOP device descriptionHajime Fujita1-6/+9
2017-01-19raop: Do not flush when RTSP object is not readyStephen Paul Weber1-1/+1
2017-01-19raop: Fix packet retransmissionColin Leroy1-2/+5
2017-01-19raop: fix typosColin Leroy1-7/+7
2017-01-19raop: fix sequence number overflowColin Leroy3-3/+29
2017-01-19raop: Fix sink getting destroyed after one useColin Leroy1-1/+1
2017-01-19raop: Remove unimplemented code (PCM and AAC)Martin Blanchard1-30/+14
2017-01-19raop: Rework packet's store memory managementMartin Blanchard4-253/+216
2017-01-19raop: Update and standardise source file headersMartin Blanchard5-16/+18
2017-01-19raop: Prefer ALAC encoding to raw PCM if supported by serverMartin Blanchard1-1/+4
2017-01-19raop: Merge TCP and UDP code paths + refactoringMartin Blanchard16-2783/+2557
2017-01-19raop: Add BA (Basic) and DA (Digest) HTTP authentication helpersMartin Blanchard6-43/+359
2017-01-19raop: Add a MD5 hashing fuctionMartin Blanchard2-0/+29
2017-01-19raop: Move base64 implementation to a util fileMartin Blanchard5-61/+69
2017-01-19raop: Extract encryption related code into a separate fileMartin Blanchard5-104/+233
2017-01-19raop: Better playback resume handlingMartin Blanchard3-5/+30
2017-01-19raop: Do not send audio before RECORD responseMartin Blanchard3-4/+28
2017-01-19raop: Packet retransmission support for UDPMatthias Wabersich5-12/+316
2017-01-19raop: Parse server capabilities on discoveryMartin Blanchard1-2/+87