summaryrefslogtreecommitdiff
path: root/src/modules/raop
Commit message (Expand)AuthorAgeFilesLines
* raop-client: Fix typoPeter Meerwald-Stadler2022-07-181-1/+1
* raop-sink: Allow module-raop-sink to use alternative smoother codeGeorg Chini2021-11-031-1/+43
* raop: add missing netinet include on FreeBSDGreg V2021-01-181-0/+4
* raop-sink: Don't set device.intended_roles=musicTanu Kaskinen2020-11-231-1/+0
* build-sys: meson: Add libm dep to raop moduleArun Raghavan2020-10-201-1/+1
* raop-crypto: add missing headerRosen Penev2020-08-101-0/+1
* modules: fix wrong formats under 32-bitRosen Penev2020-08-101-1/+1
* device-port: add type memberJaroslav Kysela2020-06-171-0/+1
* raop-sink: Fix compiler warningsTanu Kaskinen2020-06-041-3/+4
* raop: Send initial timing packet to prime UDP connection trackingStefanBruens2020-04-101-0/+19
* raop: Add autoreconnect featureckdo2019-12-224-61/+253
* raop: Code clarification : Only free the I/O thread when everything is initia...ckdo2019-12-221-1/+1
* raop: Code clarification : Detect raop_client recording state in a proper wayckdo2019-12-223-1/+6
* raop: Fix callback call in raop client after auth : only call once everything...ckdo2019-12-221-2/+3
* raop: Fix rewinding handling : process just after request receivedckdo2019-12-221-5/+5
* raop: Allow channel map module argumentRODRIGUEZ Christophe2019-12-202-2/+7
* raop: Fix soft volume not applied on initial volumeckdo2019-12-201-0/+1
* meson: link libintl if it's not provided by libcRasmus Thomsen2019-09-251-1/+1
* raop: Fix non working tcp modeckdo2019-09-241-4/+3
* raop: Fix infinite loop in raop-sink with UDP modeRODRIGUEZ Christophe2019-08-171-1/+5
* build-sys: meson: Correctly set up RPATHArun Raghavan2019-08-051-0/+4
* build-sys: meson: Add -Wl,no-delete to relevant librariesArun Raghavan2019-08-051-0/+1
* meson: Fix install pathsArnaud Rebillout2019-06-081-1/+1
* build-sys: Fix up meson install pathsArun Raghavan2019-06-061-1/+2
* raop: fix typo: modules -> modulusTanu Kaskinen2018-11-201-3/+3
* raop: add error handling to rsa_encrypt()Tanu Kaskinen2018-11-202-3/+62
* meson: modules/raop: Fix rtsp_client.h include pathArnaud Rebillout2018-10-041-2/+2
* meson: Enable raop-sink module, add raop lib, add openssl dependencyArnaud Rebillout2018-10-041-0/+24
* Fix typo: transmited -> transmittedJoseph Herlant2018-09-171-1/+1
* Fix typo: definately -> definitelyJoseph Herlant2018-09-171-1/+1
* Fix typo: prefered -> preferredJoseph Herlant2018-09-171-1/+1
* Fix typo: comming -> comingJoseph Herlant2018-09-171-1/+1
* Fix typo: recieved -> receivedJoseph Herlant2018-09-171-1/+1
* optimize set_state_in_io_thread() callbacksRaman Shyshniou2018-06-211-2/+2
* pass pa_suspend_cause_t to set_state_in_io_thread() callbacksTanu Kaskinen2018-03-201-1/+6
* replace sink/source SET_STATE handlers with callbacksTanu Kaskinen2018-03-161-58/+63
* build-sys: Stop using symdef headers for modulesArun Raghavan2017-12-122-3/+0
* raop: Init dummy port and card for latency changeColin Leroy2017-10-112-2/+103
* raop: Show device codename in sink propertiesColin Leroy2017-10-111-17/+22
* raop: Fix typoPeter Meerwald-Stadler2017-10-091-1/+1
* raop: Fix gcc-7 warnings, EWOULDBLOCKPeter Meerwald-Stadler2017-10-091-2/+2
* raop: add latency value for Shairport RAOP serverColin Leroy2017-10-081-0/+3
* RAOP: Announce real latencyColin Leroy2017-09-214-5/+62
* cli-command: don't exit on "module already loaded" errorsColin Leroy2017-09-051-1/+1
* raop: silence a Coverity complaintTanu Kaskinen2017-09-051-0/+7
* source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...Georg Chini2017-04-171-6/+5
* raop: Error out on parsing server port componentPeter Meerwald-Stadler2017-03-091-6/+15
* raop: Log if pa_atoi() fails, latency is not used anywayPeter Meerwald-Stadler2017-03-091-2/+4
* raop: Fix potential NULL dereferencePeter Meerwald-Stadler2017-03-091-12/+11
* raop: Fix potential dereference after NULL checkPeter Meerwald-Stadler2017-03-091-4/+6