]> git.ipfire.org Git - thirdparty/shairport-sync.git/log
thirdparty/shairport-sync.git
9 years agoUser $PREFIX in the init file 187/head
dan carter [Tue, 22 Dec 2015 23:55:25 +0000 (12:55 +1300)] 
User $PREFIX in the init file

9 years agoUpdate README.md
Mike Brady [Tue, 22 Dec 2015 14:34:36 +0000 (14:34 +0000)] 
Update README.md

9 years agoUpdate configure.ac 2.7.4
Mike Brady [Mon, 21 Dec 2015 13:56:22 +0000 (13:56 +0000)] 
Update configure.ac

9 years agoUpdate RELEASENOTES.md
Mike Brady [Mon, 21 Dec 2015 13:55:00 +0000 (13:55 +0000)] 
Update RELEASENOTES.md

9 years agoMerge branch 'dantheperson-development' into development
Mike Brady [Mon, 21 Dec 2015 13:48:10 +0000 (13:48 +0000)] 
Merge branch 'dantheperson-development' into development

also fix a sillt deletion bug

9 years agoFix unintended deletion of two definitions
Mike Brady [Mon, 21 Dec 2015 13:44:59 +0000 (13:44 +0000)] 
Fix unintended deletion of two definitions

9 years agoMerge branch 'development' of git://github.com/dantheperson/shairport-sync into danth...
Mike Brady [Mon, 21 Dec 2015 13:28:40 +0000 (13:28 +0000)] 
Merge branch 'development' of git://github.com/dantheperson/shairport-sync into dantheperson-development

Few changes

9 years agoUpdate RELEASENOTES.md
Mike Brady [Mon, 21 Dec 2015 13:27:44 +0000 (13:27 +0000)] 
Update RELEASENOTES.md

9 years agoAdd some extra diagnostics to setting the desired buffer length in ALSA
Mike Brady [Mon, 21 Dec 2015 13:12:31 +0000 (13:12 +0000)] 
Add some extra diagnostics to setting the desired buffer length in ALSA

9 years agoCorrect method to determine systemd unit path 184/head
dantheperson [Mon, 21 Dec 2015 11:40:24 +0000 (00:40 +1300)] 
Correct method to determine systemd unit path

As recomended by debain maintainers and
http://www.freedesktop.org/software/systemd/man/daemon.html#Installing%20Systemd%20Service%20Files

9 years agoUpdate RELEASENOTES.md
Mike Brady [Mon, 21 Dec 2015 11:03:10 +0000 (11:03 +0000)] 
Update RELEASENOTES.md

9 years agoMerge pull request #180 from kingosticks/substitute-prefix-systemd-unit
Mike Brady [Mon, 21 Dec 2015 10:58:27 +0000 (10:58 +0000)] 
Merge pull request #180 from kingosticks/substitute-prefix-systemd-unit

Substitute $PREFIX in the systemd unit file (Fixes #139).

9 years agoGit should ignore new generated systemd file 180/head
Nick Steel [Mon, 21 Dec 2015 09:15:03 +0000 (09:15 +0000)] 
Git should ignore new generated systemd file

9 years agoSubstitute $PREFIX in the systemd unit file (Fixes #139).
Nick Steel [Sun, 20 Dec 2015 19:48:31 +0000 (19:48 +0000)] 
Substitute $PREFIX in the systemd unit file (Fixes #139).

9 years agoUse the correct tag name for desired alsa buffer length -- audio_backend_buffer_desir...
Mike Brady [Fri, 18 Dec 2015 13:39:51 +0000 (13:39 +0000)] 
Use the correct tag name for desired alsa buffer length -- audio_backend_buffer_desired_length

9 years agoMerge pull request #178 from joerg-krause/no-cover-art-please
Mike Brady [Wed, 16 Dec 2015 11:20:10 +0000 (11:20 +0000)] 
Merge pull request #178 from joerg-krause/no-cover-art-please

Ignore received picture item if include_covert_art is set to no.

9 years agortsp: ignore received picture if include_covert_art is set to no 178/head
Jörg Krause [Wed, 16 Dec 2015 10:26:29 +0000 (11:26 +0100)] 
rtsp: ignore received picture if include_covert_art is set to no

9 years agortsp: remove trailing whitespaces and fix indentation
Jörg Krause [Wed, 16 Dec 2015 10:17:16 +0000 (11:17 +0100)] 
rtsp: remove trailing whitespaces and fix indentation

9 years agoUpdate README.md
Mike Brady [Wed, 16 Dec 2015 10:14:17 +0000 (10:14 +0000)] 
Update README.md

9 years agoUpdate README.md
Mike Brady [Wed, 16 Dec 2015 10:06:12 +0000 (10:06 +0000)] 
Update README.md

9 years agoRemove pesky assert on alac_decode ooutput size
Mike Brady [Tue, 15 Dec 2015 18:10:34 +0000 (18:10 +0000)] 
Remove pesky assert on alac_decode ooutput size

9 years agoUpdate README.md
Mike Brady [Tue, 15 Dec 2015 14:25:25 +0000 (14:25 +0000)] 
Update README.md

9 years agoUpdate README.md
Mike Brady [Tue, 15 Dec 2015 08:10:43 +0000 (08:10 +0000)] 
Update README.md

9 years agoAdd a little diagnostic to the output of the alac decoder.
Mike Brady [Mon, 14 Dec 2015 17:12:03 +0000 (17:12 +0000)] 
Add a little diagnostic to the output of the alac decoder.

9 years agoMerge pull request #175 from joerg-krause/fix-alignment
Mike Brady [Sat, 12 Dec 2015 23:23:42 +0000 (23:23 +0000)] 
Merge pull request #175 from joerg-krause/fix-alignment

Fix data allignment issue – great work, thanks.
I'll put a development release out Real Soon Now – might be Monday... Then maybe move the whole dev to master.

9 years agoFix data allignment issue 175/head
Jörg Krause [Sat, 12 Dec 2015 20:44:16 +0000 (21:44 +0100)] 
Fix data allignment issue

Different processor targets may have different word alignment restrictions.
Typically, a two or four byte integer should start on a four-byte address in
order to be fetched correctly over a bus. An access of a misaligned memory
element may cause a bus error.

Therefore, we need to adjust the contents of a message by copying it into a new
location, before interpreting it.

9 years agoAdd check for processor endianness. Fix a small warning.
Mke Brady [Sun, 29 Nov 2015 20:59:11 +0000 (20:59 +0000)] 
Add check for processor endianness. Fix a small warning.

9 years agoClarify the help wording a little.
Mke Brady [Sun, 29 Nov 2015 09:55:03 +0000 (09:55 +0000)] 
Clarify the help wording a little.

9 years agoUpdate some of the help text.
Mke Brady [Sun, 29 Nov 2015 09:40:56 +0000 (09:40 +0000)] 
Update some of the help text.

9 years agoQuiten the diagnostic and error messages
Mke Brady [Sun, 29 Nov 2015 09:19:42 +0000 (09:19 +0000)] 
Quiten the diagnostic and error messages

9 years agoFix typo which could have become a bug
Mke Brady [Sun, 29 Nov 2015 09:18:18 +0000 (09:18 +0000)] 
Fix typo which could have become a bug

9 years agoClarify that dither is not added at full volujme
Mike Brady [Fri, 27 Nov 2015 10:46:36 +0000 (10:46 +0000)] 
Clarify that dither is not added at full volujme

9 years agoEdit one about dither -- typo. 2.7.3
Mike Brady [Fri, 27 Nov 2015 10:43:55 +0000 (10:43 +0000)] 
Edit one about dither -- typo.

9 years agoAdd note about dither
Mike Brady [Fri, 27 Nov 2015 10:38:26 +0000 (10:38 +0000)] 
Add note about dither

9 years agoUpdate RELEASENOTES.md
Mike Brady [Thu, 26 Nov 2015 17:38:06 +0000 (17:38 +0000)] 
Update RELEASENOTES.md

9 years agoMerge branch 'development' of https://github.com/mikebrady/shairport-sync into develo...
Mike Brady [Thu, 26 Nov 2015 17:33:14 +0000 (17:33 +0000)] 
Merge branch 'development' of https://github.com/mikebrady/shairport-sync into development

Forgot about upstream changes.

9 years agoFix the software-volume control dither algorithm, which was (a) broken [by me] and...
Mike Brady [Thu, 26 Nov 2015 17:32:08 +0000 (17:32 +0000)] 
Fix the software-volume control dither algorithm, which was (a) broken [by me] and (b) not best practice anyway.

9 years agoUpdate RELEASENOTES.md 2.7.2
Mike Brady [Tue, 24 Nov 2015 12:28:13 +0000 (12:28 +0000)] 
Update RELEASENOTES.md

9 years agoUpdate RELEASENOTES.md
Mike Brady [Tue, 24 Nov 2015 12:26:48 +0000 (12:26 +0000)] 
Update RELEASENOTES.md

9 years agoFix a metadata bug and add some extra diagnostic information for alsa
Mike Brady [Tue, 24 Nov 2015 12:20:11 +0000 (12:20 +0000)] 
Fix a metadata bug and add some extra diagnostic information for alsa

9 years agoFix a stupind error what supressed the rtptime information regarding metadata and...
Mike Brady [Tue, 24 Nov 2015 12:19:12 +0000 (12:19 +0000)] 
Fix a stupind error what supressed the rtptime information regarding metadata and pictures

9 years agoAdd some extra information to the notices placed in the logfile if there are prtoblem...
Mike Brady [Tue, 24 Nov 2015 12:18:29 +0000 (12:18 +0000)] 
Add some extra information to the notices placed in the logfile if there are prtoblems with alsa

9 years agoMerge pull request #162 from kingosticks/gitignore-missing-man
Mike Brady [Sat, 21 Nov 2015 16:15:35 +0000 (16:15 +0000)] 
Merge pull request #162 from kingosticks/gitignore-missing-man

Fix git not ignoring generated files in man/

9 years agoFix git not ignoring generated files in man/ 162/head
Nick Steel [Sat, 21 Nov 2015 16:07:25 +0000 (16:07 +0000)] 
Fix git not ignoring generated files in man/

9 years agoMerge pull request #159 from richjoyce/patch-1
Mike Brady [Wed, 18 Nov 2015 16:13:16 +0000 (16:13 +0000)] 
Merge pull request #159 from richjoyce/patch-1

Update LIBSOXR.md – fix a typo.

9 years agoUpdate LIBSOXR.md 159/head
Richard Joyce [Wed, 18 Nov 2015 16:05:07 +0000 (08:05 -0800)] 
Update LIBSOXR.md

Fix the shairport-sync build option

9 years agoMerge branch 'development' of https://github.com/mikebrady/shairport-sync into develo... 2.7.1
Mike Brady [Mon, 9 Nov 2015 13:32:09 +0000 (13:32 +0000)] 
Merge branch 'development' of https://github.com/mikebrady/shairport-sync into development

Forgot about documentation updates...

9 years agoBump to 2.7.1 due to bug fix w.r.t. alsa stored volume control
Mike Brady [Mon, 9 Nov 2015 13:31:02 +0000 (13:31 +0000)] 
Bump to 2.7.1 due to bug fix w.r.t. alsa stored volume control

9 years agoAdd back in the code used to store the volume level set initially.
Mike Brady [Mon, 9 Nov 2015 13:29:04 +0000 (13:29 +0000)] 
Add back in the code used to store the volume level set initially.

9 years agoUpdate README.md
Mike Brady [Mon, 9 Nov 2015 12:22:37 +0000 (12:22 +0000)] 
Update README.md

9 years agoUpdate RELEASENOTES.md
Mike Brady [Mon, 9 Nov 2015 12:05:44 +0000 (12:05 +0000)] 
Update RELEASENOTES.md

9 years agoUpdate RELEASENOTES.md
Mike Brady [Mon, 9 Nov 2015 11:59:44 +0000 (11:59 +0000)] 
Update RELEASENOTES.md

9 years agoUpdate RELEASENOTES.md
Mike Brady [Mon, 9 Nov 2015 11:55:26 +0000 (11:55 +0000)] 
Update RELEASENOTES.md

9 years agoUpdate RELEASENOTES.md
Mike Brady [Mon, 9 Nov 2015 11:51:27 +0000 (11:51 +0000)] 
Update RELEASENOTES.md

9 years agoUpdate RELEASENOTES.md 2.7
Mike Brady [Sun, 8 Nov 2015 12:25:21 +0000 (12:25 +0000)] 
Update RELEASENOTES.md

9 years agoUpdate RELEASENOTES.md
Mike Brady [Sun, 8 Nov 2015 12:23:52 +0000 (12:23 +0000)] 
Update RELEASENOTES.md

9 years agoUpdate RELEASENOTES.md
Mike Brady [Sun, 8 Nov 2015 12:22:46 +0000 (12:22 +0000)] 
Update RELEASENOTES.md

9 years agoMerge pull request #154 from mikebrady/volume-extend
Mike Brady [Sun, 8 Nov 2015 12:21:17 +0000 (12:21 +0000)] 
Merge pull request #154 from mikebrady/volume-extend

Volume extend and a small improvement in buffer overflow handling

9 years agoUpdate RELEASENOTES.md 154/head
Mike Brady [Sat, 7 Nov 2015 19:20:43 +0000 (19:20 +0000)] 
Update RELEASENOTES.md

9 years agoTidy up some debug messages
Mike Brady [Sat, 7 Nov 2015 19:08:10 +0000 (19:08 +0000)] 
Tidy up some debug messages

9 years agoHook up the mute function.
Mike Brady [Sat, 7 Nov 2015 19:07:37 +0000 (19:07 +0000)] 
Hook up the mute function.

9 years agoExtensively revise the volume splitting -- put hardware at the bottom of the attenuat...
Mke Brady [Sat, 7 Nov 2015 18:10:56 +0000 (18:10 +0000)] 
Extensively revise the volume splitting -- put hardware at the bottom of the attenuation range.

9 years agoCompiles, sorta runs, flaky
Mke Brady [Thu, 5 Nov 2015 22:35:38 +0000 (22:35 +0000)] 
Compiles, sorta runs, flaky

9 years agoWork in progress, doesn't compile
Mike Brady [Thu, 5 Nov 2015 18:03:58 +0000 (18:03 +0000)] 
Work in progress, doesn't compile

9 years agoUpdate RELEASENOTES.md
Mike Brady [Sat, 31 Oct 2015 13:57:59 +0000 (13:57 +0000)] 
Update RELEASENOTES.md

9 years agoAdd latency and buffer length options for libao
Mike Brady [Sat, 31 Oct 2015 13:51:08 +0000 (13:51 +0000)] 
Add latency and buffer length options for libao

9 years agoCheck desired buffer length -- abort if not feasible
Mike Brady [Sat, 31 Oct 2015 13:27:15 +0000 (13:27 +0000)] 
Check desired buffer length -- abort if not feasible

9 years agoAdd some extra error checking to alsa initialisation, add shairport-sync.exe to ...
Mike Brady [Sat, 31 Oct 2015 12:42:42 +0000 (12:42 +0000)] 
Add some extra error checking to alsa initialisation, add shairport-sync.exe to .gitignore

9 years agoEmit mdst and mden even if no rtptime is available. Use pcst and pcen tags to disting...
Mike Brady [Sun, 25 Oct 2015 13:50:23 +0000 (13:50 +0000)] 
Emit mdst and mden even if no rtptime is available. Use pcst and pcen tags to distinguish between metadata and picture tags

9 years agoTurn off some debug messages
Mke Brady [Wed, 21 Oct 2015 11:32:59 +0000 (12:32 +0100)] 
Turn off some debug messages

9 years agoUpdate RELEASENOTES.md
Mike Brady [Wed, 21 Oct 2015 11:09:09 +0000 (12:09 +0100)] 
Update RELEASENOTES.md

9 years agoAdd rtptime info to mdst and mden tokens and emit those tags also around PICT metadata.
Mke Brady [Wed, 21 Oct 2015 10:58:38 +0000 (11:58 +0100)] 
Add rtptime info to mdst and mden tokens and emit those tags also around PICT metadata.

9 years agoUpdate RELEASENOTES.md
Mike Brady [Wed, 21 Oct 2015 09:24:54 +0000 (10:24 +0100)] 
Update RELEASENOTES.md

9 years agoAdd CYGWIN flag check to be recognised as Posix-enough (?)
Mke Brady [Wed, 21 Oct 2015 09:22:56 +0000 (10:22 +0100)] 
Add CYGWIN flag check to be recognised as Posix-enough (?)

9 years agoUpdate README.md
Mike Brady [Wed, 21 Oct 2015 09:06:39 +0000 (10:06 +0100)] 
Update README.md

9 years agoUpdate README.md
Mike Brady [Wed, 21 Oct 2015 08:54:10 +0000 (09:54 +0100)] 
Update README.md

9 years agoGeneralise note about deleting old versions.
Mike Brady [Wed, 21 Oct 2015 08:52:10 +0000 (09:52 +0100)] 
Generalise note about deleting old versions.

9 years agoStart development version 2.7
Mike Brady [Wed, 21 Oct 2015 08:39:56 +0000 (09:39 +0100)] 
Start development version 2.7

9 years agoMerge pull request #148 from mikebrady/master
Mike Brady [Wed, 21 Oct 2015 08:39:03 +0000 (09:39 +0100)] 
Merge pull request #148 from mikebrady/master

Start Development Version 2.7 from Master Version 2.6

9 years agoBring to 2.6 148/head 2.6
Mike Brady [Sun, 18 Oct 2015 17:21:10 +0000 (18:21 +0100)] 
Bring to 2.6

9 years agoUpdate for 2.6
Mike Brady [Sun, 18 Oct 2015 17:19:24 +0000 (18:19 +0100)] 
Update for 2.6

Add note about removing other versions.

9 years agoUpdate for 2.6
Mike Brady [Sun, 18 Oct 2015 17:00:26 +0000 (18:00 +0100)] 
Update for 2.6

9 years agoPoint to correct location for application.
Mike Brady [Sun, 18 Oct 2015 16:58:34 +0000 (17:58 +0100)] 
Point to correct location for application.

9 years agoChange 2.4.2 to version 2.6
Mike Brady [Sun, 18 Oct 2015 16:57:17 +0000 (17:57 +0100)] 
Change 2.4.2 to version 2.6

For consistency, honest!

9 years agoSay where the service file is...
Mike Brady [Sun, 18 Oct 2015 13:38:52 +0000 (14:38 +0100)] 
Say where the service file is...

9 years agoNote small .service file bug
Mike Brady [Sun, 18 Oct 2015 13:27:21 +0000 (14:27 +0100)] 
Note small .service file bug

9 years agoBring all the updates to 2.4.2 2.4.2
Mike Brady [Sat, 17 Oct 2015 11:14:46 +0000 (12:14 +0100)] 
Bring all the updates to 2.4.2

9 years agoFix a misspelling and quieten a debug message.
Mike Brady [Sat, 17 Oct 2015 10:11:57 +0000 (11:11 +0100)] 
Fix a misspelling and quieten a debug message.

9 years agoMinor changes to man pages.
Mike Brady [Sat, 17 Oct 2015 10:05:19 +0000 (11:05 +0100)] 
Minor changes to man pages.

9 years agoUpdate RELEASENOTES.md
Mike Brady [Fri, 16 Oct 2015 16:40:10 +0000 (17:40 +0100)] 
Update RELEASENOTES.md

9 years agoUpdate RELEASENOTES.md
Mike Brady [Fri, 16 Oct 2015 16:39:03 +0000 (17:39 +0100)] 
Update RELEASENOTES.md

9 years agoUpdate RELEASENOTES.md
Mike Brady [Fri, 16 Oct 2015 16:37:38 +0000 (17:37 +0100)] 
Update RELEASENOTES.md

9 years agoUpdate RELEASENOTES.md
Mike Brady [Fri, 16 Oct 2015 16:35:20 +0000 (17:35 +0100)] 
Update RELEASENOTES.md

9 years agoUpdate RELEASENOTES.md
Mike Brady [Fri, 16 Oct 2015 16:33:23 +0000 (17:33 +0100)] 
Update RELEASENOTES.md

9 years agoUpdate RELEASENOTES.md
Mike Brady [Fri, 16 Oct 2015 16:31:40 +0000 (17:31 +0100)] 
Update RELEASENOTES.md

9 years agoAdd note about Raspberry Pi DAC
Mike Brady [Fri, 16 Oct 2015 16:24:49 +0000 (17:24 +0100)] 
Add note about Raspberry Pi DAC

9 years agoMinor wording changes.
Mike Brady [Fri, 16 Oct 2015 14:34:12 +0000 (14:34 +0000)] 
Minor wording changes.

9 years agoUpdate RELEASENOTES.md
Mike Brady [Fri, 16 Oct 2015 14:27:52 +0000 (15:27 +0100)] 
Update RELEASENOTES.md

9 years agoUpdate for automated latencies and volume range setting
Mike Brady [Fri, 16 Oct 2015 12:21:25 +0000 (13:21 +0100)] 
Update for automated latencies and volume range setting

9 years agoMerge pull request #144 from shtirlic/fix-configure
Mike Brady [Tue, 13 Oct 2015 12:22:42 +0000 (13:22 +0100)] 
Merge pull request #144 from shtirlic/fix-configure

Use AC_SEARCH_LIBS for dns_sd in configure.ac.
Thanks for this – I'll take your word for it!