summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* Version 3.3.8 is 3.3.8rc7.Mike Brady2021-04-26
|
* Correct mistakes in configure.ac whereby it would interpret a ↵Mike Brady2021-01-24
|\ | | | | | | --without-<option> as a --with<option>. Improve some of the library hints.
| * Add some simple configuration tests.Mike Brady2021-01-01
| |
| * More of the configure.ac fixes done. Still incomplete.Mike Brady2020-12-30
| |
| * Partially fix the --with-* and --without-* issues and clean up the script.Mike Brady2020-12-26
| |
| * Further changes, make ALAC and GIO lowecase.Mike Brady2020-12-26
| |
| * Further changes, use AS_HELP_STRING macros, remove most include messages, ↵Mike Brady2020-12-26
| | | | | | | | make many tokens lowercase.
| * Fix up AC_ARG_WITH logic to work with --without-* properly. Also do some ↵Mike Brady2020-12-26
| | | | | | | | tidying up. Fixed --with-apple-alac, --with-pipe, --with-stdout, --with-dummy. More to do.
* | Add MQTT documentation and associated README update. Fix bug cuasing hang if ↵Mike Brady2020-12-23
|\| | | | | | | an on-*** script fails.
| * Bug fixesMike Brady2020-12-23
| |
| * Handle active_remote_id as a string rather than an unsigned 32-bit number. ↵Mike Brady2020-09-27
| | | | | | | | It seems ROON uses a longer character sequence. Tidy up some error messages aboout which backend is selected.
| * Ensure the metadata pipe is created, if necessary, when the --with-metadata ↵Mike Brady2020-09-11
| | | | | | | | option is chosen without dbus or mpris
| * Update configure.acMike Brady2020-09-03
| |
| * Add the word 'jack' to the version string if Jack Audi support is compiled in.Mike Brady2020-09-02
| |
| * Update configure.acMike Brady2020-08-13
| |
| * Update configure.acMike Brady2020-08-13
| |
| * Open metadata and audio pipes with 666 permissions.Mike Brady2020-07-27
| |
| * Ensure metadata and cover art are enabled if metadata support is included at ↵Mike Brady2020-07-13
| | | | | | | | compilation. Reword some misleading error messages, set convolution defaults even if no configuration file is found. Quieten a few debug messages.
| * Remove leading zeroes from an incoming DACP ID in another placeMike Brady2020-07-08
| |
| * 3.3.7d12 -- getting near to releaseMike Brady2020-07-03
| |
| * Change blame address!Mike Brady2020-06-21
| |
| * Bug fixes.Mike Brady2020-06-21
| | | | | | Fix bugs preventing clean termination on MPRIS Quit().
| * Fix metadata `abeg` and `aend` generation bug.Mike Brady2020-06-13
| |
| * Start using timing based on a linear least squares error-based estimate of ↵Mike Brady2020-06-09
| | | | | | | | remote to local time difference and drift.
| * BB 3.3.7d8Mike Brady2020-06-05
| |
| * Clean up code for the silent lead-in on a non-syncing back end e.g. a pipe. ↵Mike Brady2020-06-05
| | | | | | | | Clean up pipe creation and initial opening and associated error messages. Fix error with warning/die messages. Tidy up some debug messages.
| * Add the ability to direct logs etc. to a file or pipe.Mike Brady2020-05-28
| |
| * rewrite the non_blocking_write to not use poll() and to return immediately ↵Mike Brady2020-05-25
| | | | | | | | if there is no reader at the end of the pipe.
| * Improve initial sync calculations, even with short (0.3 sec) silent lead-in ↵Mike Brady2020-05-18
| | | | | | | | times.
| * Fix calculation of latency -- honour the signs of the offset and account for ↵Mike Brady2020-05-14
| | | | | | | | the DAC buffer size.
| * Remove leading zeroes from the DACP ID provided by mDNSMike Brady2020-03-26
| |
| * If the DACP port is zero, do a zeroconf re-broswe every two seconds in case ↵Mike Brady2020-03-25
| | | | | | | | it has been missed.
| * Move from fixed-point 64-bit timing to unsigned nanosecond timingMike Brady2020-02-25
| |
| * This is 3.3.6 with some documentation updates and a tiny editMike Brady2020-02-22
| |
| * Don't use strndup as old versions of OpenWrt don't seem to have itMike Brady2020-02-20
| |
| * Brown bag -- this is what 3.3.6d9 was supposed to do!Mike Brady2020-02-19
| |
| * fix comparison between old and new metadata strings by checking they have ↵Mike Brady2020-02-19
| | | | | | | | equal lengths as well. Remove a redundant definition to prevent use on an uninitialised copy, clean up some of the less-used backends
| * Add the -fno-common flag to compilation. Treat the "mper" attribute ↵Mike Brady2020-02-18
| | | | | | | | correctly as a 64 bit item and output it in hex to correspond with AppleScript.
| * Make some changes to remove new warnings from tinysvcmdns.c in gcc-10Mike Brady2020-02-14
| |
| * Add a SIGCHLD handler to reap zombie processes generated after script ↵Mike Brady2020-02-11
| | | | | | | | invocations where wait_for_completion is set to "no".
| * Use a different workaround for forked-daapd remote access and clean up a few ↵Mike Brady2020-01-10
| | | | | | | | small issues.
| * Remove timeout on reception of DACP responses to allow for long poll ↵Mike Brady2020-01-10
| | | | | | | | behaviour of some players, e.g. Forked Daapd. Add some examples to the dbus client.
| * Add the ability to set the volume directly to the D-Bus RemoteControl ↵Mike Brady2019-12-23
| | | | | | | | interface and to the MPRIS interface. Both use the recently-discovered ability to set the device_volume.
| * Update configure.acMike Brady2019-12-23
| |
| * Start 3.3.6d1 from 3.3.5Mike Brady2019-11-24
| |\
| * | Add D-Bus convolution filter controls -- enable convolution filters to be ↵Mike Brady2019-11-11
| | | | | | | | | | | | turned on and off or changed; enable convolution gain to be checked and changed; fix loudness control.
| * | Starting on 3.3.5...Mike Brady2019-11-08
| |\ \
| * | | Modify behaviour when receiving an invalid RTSP packet to be the same as a ↵Mike Brady2019-10-26
| | | | | | | | | | | | | | | | genuine AirPort Express, but time out after two minutes anyway. Also move the retain_artwork flag to diagnostics.
| * | | Fix crash when a non-RTSP packet is sent to the session's RTSP port.Mike Brady2019-10-26
| | | |
| * | | Add two cover_art control settings -- the cache directory to use, (or the ↵Mike Brady2019-10-20
| | | | | | | | | | | | | | | | empty string to prevent caching) and a flag to retain all art work