aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test: add unit test for the PCM libraryMax Kellermann2011-10-107-0/+427
* pcm_buffer: un-inline pcm_buffer_get()Max Kellermann2011-10-103-15/+43
* input/cdio_paranoia: pass byte order swapping to the PCM "decoder"Max Kellermann2011-10-101-32/+11
* decoder/pcm: support reverse byte orderMax Kellermann2011-10-101-3/+21
* decoder_api: convert data to host byte orderMax Kellermann2011-10-101-0/+3
* pcm_convert: support reverse endian inputMax Kellermann2011-10-101-0/+14
* pcm_byteswap: add function with sample_format overloadMax Kellermann2011-10-102-0/+43
* audio_format: convert reverse_endian to a "bool"Max Kellermann2011-10-102-4/+4
* audio_format: un-inline audio_format_mask_apply()Max Kellermann2011-10-102-17/+21
* audio_format: add function attributesMax Kellermann2011-10-102-0/+10
* audio: rename audio.[ch] to audio_config.[ch]Max Kellermann2011-10-105-7/+6
* doc/doxygen.conf: enable "quiet" modeMax Kellermann2011-10-101-1/+1
* Makefile.am: cue_tag.c belongs to libplaylist_plugins.aMax Kellermann2011-10-091-10/+1
* Makefile.am: remove redundant GLIB_CFLAGS specificationsMax Kellermann2011-10-091-5/+0
* Makefile.am: add static library libpcm.aMax Kellermann2011-10-091-56/+33
* Makefile.am: generate static library from pluginsMax Kellermann2011-10-092-179/+199
* configure.ac: enable automake option "silent-rules"Max Kellermann2011-10-091-0/+1
* Makefile.am: require automake 1.11Max Kellermann2011-10-093-3/+3
* configure.ac: use $LIBS instead of $MPD_LIBSMax Kellermann2011-10-094-32/+24
* configure.ac: substitute FAAD_CFLAGS, FAAD_LIBSMax Kellermann2011-10-092-2/+10
* configure.ac: substitute MPCDEC_LIBS, MPCDEC_CFLAGSMax Kellermann2011-10-092-3/+10
* configure.ac: add variable BZ2_LIBSMax Kellermann2011-10-092-1/+3
* don't define WINVER in *.c filesMax Kellermann2011-10-0913-13/+0
* decoder/{pcm,dsdiff}: add missing stdio.h includeMax Kellermann2011-10-093-0/+3
* configure.ac: don't append DESPOTIFY_LIBS to MPD_LIBSMax Kellermann2011-10-092-1/+2
* configure.ac: remove gprof supportMax Kellermann2011-10-091-11/+0
* configure.ac: use AC_SEARCH_LIBS for socket, gethostbyname, expMax Kellermann2011-10-091-3/+4
* configure.ac: detect syslog() with AC_SEARCH_LIBSMax Kellermann2011-10-091-9/+4
* Merge commit 'release-0.16.5'Max Kellermann2011-10-093-3/+3
|\
| * mpd version 0.16.5release-0.16.5Avuton Olrich2011-10-092-2/+2
| * decoder/wavpack: don't call WavpackGetMode() twiceMax Kellermann2011-10-081-1/+1
| * pcm_convert: fix typo in error messageMax Kellermann2011-10-081-1/+1
* | audio_format: move code to sample_format_size()Max Kellermann2011-10-081-6/+13
* | pcm_resample_lsr: move common code to lsr_process()Max Kellermann2011-10-081-32/+17
* | output/roar: move code to _use_audio_format()Max Kellermann2011-10-081-27/+38
* | db_print: print absolute URI of playlist entriesMax Kellermann2011-10-083-5/+21
* | Merge branch 'v0.16.x'Max Kellermann2011-10-084-13/+26
|\|
| * output/openal: auto-fallback to mono if channel count is unsupportedMax Kellermann2011-10-082-9/+11
| * output/alsa: remove "default" case from switchMax Kellermann2011-10-081-3/+6
| * configure.ac: disable systemd service by defaultMax Kellermann2011-10-071-1/+9
* | pcm_resample: add internal function _lsr_init()Max Kellermann2011-10-084-8/+26
* | pcm_resample: one-time global initializationMax Kellermann2011-10-085-42/+84
* | decoder/dsdiff: add option "lsbitfirst"Max Kellermann2011-10-072-1/+34
* | decoder/dsdiff: add documentationMax Kellermann2011-10-072-0/+15
* | playlist_song: allow references to songs outside the musicdirMax Kellermann2011-10-062-0/+8
* | Merge branch 'v0.16.x'Max Kellermann2011-10-0612-54/+173
|\|
| * playlist_song: fix absolute path support in playlistsJesús Bravo Álvarez2011-10-062-3/+3
| * player_thread: add flag "output_open", fixes assertion failureMax Kellermann2011-10-062-5/+18
| * player_thread: move code to player_open_output()Max Kellermann2011-10-061-22/+37
| * output_control: remove unused prototype _close_locked()Max Kellermann2011-10-061-3/+0