Commit Graph

  • 8e815bec9f tag_ape: support album artist, MusicBrainz tags Max Kellermann 2010-05-30 22:29:48 +02:00
  • 9dda53e1d2 Merge release 0.15.10 from branch 'v0.15.x' Max Kellermann 2010-05-30 18:26:33 +02:00
  • 65ad298460 Modify version string to post-release version 0.15.11~git Avuton Olrich 2010-05-30 08:59:00 -07:00
  • 57e95ea6f4 mpd version 0.15.10 v0.15.10 Avuton Olrich 2010-05-30 08:59:00 -07:00
  • 442d2e74e3 decoder/mad: fix buffer variable name on !HAVE_ID3TAG Max Kellermann 2010-05-30 17:27:03 +02:00
  • e8310211e2 filter/replay_gain: added option "replaygain_limit" Daniel Seuthe 2010-05-30 17:05:43 +02:00
  • 3709b9aa11 configure: Surround statements with brackets to prevent being treated as args. Avuton Olrich 2010-05-26 12:38:03 -07:00
  • c5a291ad74 configure.ac: Add sqlite results to the pretty print. Avuton Olrich 2010-05-25 22:01:28 -07:00
  • 894573657d cmdline: Add default config paths for win32. Avuton Olrich 2010-05-20 06:53:07 -07:00
  • 9cce1d749a output/win32: new output plugin for Windows Wave Max Kellermann 2010-05-18 22:56:42 +02:00
  • ed0b48040c pcm_buffer: 8 kB alignment instead of 64 kB Max Kellermann 2010-05-19 23:29:13 +02:00
  • 9aeed06964 test: enable binary mode on stdin/stdout Max Kellermann 2010-05-20 07:17:20 +02:00
  • eda46bc07f tag_{id3,ape}: explicitly open files in binary mode Max Kellermann 2010-05-20 07:11:33 +02:00
  • c727e86980 input/file, output/{fifo,recorder}: add O_BINARY to open() flags Max Kellermann 2010-05-20 06:59:25 +02:00
  • 57b4013306 client: use sprintf() on WIN32 Max Kellermann 2010-05-18 22:23:11 +02:00
  • fc5a7a8774 Makefile.am: disable test/read_mixer unless HAVE_ALSA Max Kellermann 2010-05-18 23:40:11 +02:00
  • 8248f498b2 event_pipe: use g_io_channel_read_chars() to drain the pipe Max Kellermann 2010-05-19 07:43:22 +02:00
  • 22f3ffb099 event_pipe: call g_io_channel_win32_new_fd() Max Kellermann 2010-05-19 07:32:10 +02:00
  • 81bd8ef73c update_walk: don't check recursive symlinks on WIN32 Max Kellermann 2010-05-19 07:48:52 +02:00
  • bedc172eab crossfade: emulate strtok_r() on WIN32 with a function Max Kellermann 2010-05-18 23:55:48 +02:00
  • 0a9b0dd070 command: fallback strftime() formats on WIN32 Max Kellermann 2010-05-18 23:54:03 +02:00
  • 6aa0f61e15 socket_util: fix setsockopt() argument type on WIN32 Max Kellermann 2010-05-18 23:12:56 +02:00
  • 4461c3d5d1 daemon: include glib.h on WIN32 for g_error() Max Kellermann 2010-05-18 23:12:14 +02:00
  • fef46bcf49 fd_util: fd_set_cloexec() returns a value on WIN32 Max Kellermann 2010-05-18 23:09:01 +02:00
  • fa2ff849c5 input/ffmpeg: new input plugin using libavformat's "avio" library Max Kellermann 2010-05-18 20:48:52 +02:00
  • 6b2b91ff01 input/mms: removed empty method buffer() Max Kellermann 2010-05-18 21:20:18 +02:00
  • 28736414a8 input/mms: initialize the "eof" attribute Max Kellermann 2010-05-18 21:11:00 +02:00
  • e98bd55cbf input/mms: fix memory leak in error handler Max Kellermann 2010-05-18 20:57:57 +02:00
  • 733962db2f decoder_api: return effective replay gain Daniel Seuthe 2010-05-18 20:39:32 +02:00
  • f824ecdfa1 replay_gain_config: added function replay_gain_get_real_mode() Daniel Seuthe 2010-05-18 20:30:03 +02:00
  • 6c831e04a2 output/oss: 24 bit support via OSS4 Max Kellermann 2010-05-13 15:42:20 +02:00
  • 67c48f66a6 output/oss: rewrite of the audio format detection Max Kellermann 2010-05-13 14:42:09 +02:00
  • 5fa1c703de output/oss: use the *_NE macros Max Kellermann 2010-05-13 14:32:06 +02:00
  • bead892e21 AudioCompress: include stdint.h for int16_t definition. Avuton Olrich 2010-05-11 18:40:38 -07:00
  • 8341daca4a client_new: Send greeting using send() rather than write(). Avuton Olrich 2010-05-08 16:48:01 -07:00
  • 136759a298 mixramp: Remove maths from pcm_mix when using MixRamp overlaps. Tim Phipps 2010-05-08 00:21:15 -07:00
  • 0ac5b6e613 mixramp: Adjust MixRamp threshold to account for ReplayGain. Tim Phipps 2010-05-08 00:19:44 -07:00
  • eb5208c4f9 log: /dev/null doesn't exist on win32. Avuton Olrich 2010-05-08 00:12:41 -07:00
  • d88c3c8462 output_thread: call replay gain filter manually Max Kellermann 2010-05-02 15:57:59 +02:00
  • 5399a72ec1 player_thread: move cross-fading to output thread Max Kellermann 2010-05-02 15:31:31 +02:00
  • d093fb2441 chunk: added attribute "other" Max Kellermann 2010-05-02 15:16:59 +02:00
  • 0140804ef9 output_thread: moved code to ao_filter_open(), ao_filter_close() Max Kellermann 2010-05-02 17:38:02 +02:00
  • ecb5f68ba8 output_thread: moved filter invocation to ao_filter_chunk() Max Kellermann 2010-05-02 16:32:38 +02:00
  • 55bf242635 filter/replay_gain: removed duplicate *dest_size_r assignment Max Kellermann 2010-05-02 17:34:27 +02:00
  • 7dba410c26 configure.ac: Move the encoders before the audio outputs. Avuton Olrich 2010-04-26 06:49:12 -07:00
  • 92e66e5ab2 replay_gain: added mode "auto" Daniel Seuthe 2010-04-25 13:42:23 +02:00
  • 54dedef9cf configure.ac: removed stray comma Max Kellermann 2010-04-25 13:51:54 +02:00
  • b8b2ef3de1 configure.ac: Add libogg section Avuton Olrich 2010-04-23 06:48:12 -07:00
  • 681128def4 configure.ac: Fix an omission during moving oggvorbis to decoder plugins. Avuton Olrich 2010-04-22 20:00:25 -07:00
  • f4f4a908bb configure.ac: When compiling FLAC with ogg API, linking with ogg is mandatory. Avuton Olrich 2010-04-22 19:10:37 -07:00
  • 7c37f2879b configure.ac: Move LAME encoder subheader to correct spot. Avuton Olrich 2010-04-22 19:09:06 -07:00
  • 615ccd1070 configure.ac: Add optional third variable to results. Avuton Olrich 2010-04-17 15:52:28 -07:00
  • 6ed69e6395 libOggFLAC.m4: Remove libOggFLAC.m4 as it's buggy. Avuton Olrich 2010-04-17 15:22:27 -07:00
  • f946a182a3 configure.ac: Rewrite the liboggflac tests. Avuton Olrich 2010-04-17 15:20:34 -07:00
  • d3fcb81da0 configure.ac: Fix a couple of syntax errors created by the moves. Avuton Olrich 2010-04-17 12:11:07 -07:00
  • 7e42637b74 configure.ac: Clean up the wording and lines at the end of the file. Avuton Olrich 2010-04-17 11:30:40 -07:00
  • dbe93d4a6d configure.ac: Merge the streaming and nonstreaming sections. Avuton Olrich 2010-04-17 11:20:52 -07:00
  • 20bc25cdcc configure.ac: Move audio output tests to Post Audio Output Plugins section. Avuton Olrich 2010-04-17 11:13:37 -07:00
  • 13c0788334 configure.ac: Move protocol tests to the Post Protocol Tests section. Avuton Olrich 2010-04-17 11:11:18 -07:00
  • 672cf84a32 configure.ac: Remove errant header. Avuton Olrich 2010-04-17 11:09:43 -07:00
  • 2834f7802f configure.ac: Move decoder minimum test to Post Decoder Plugins tests. Avuton Olrich 2010-04-17 11:09:02 -07:00
  • b135483abc configure.ac: New pretty print results menu. Avuton Olrich 2010-04-17 11:02:41 -07:00
  • ba36cbde06 configure.ac: Add a comment in libsndfile about possible disabling. Avuton Olrich 2010-04-17 10:21:04 -07:00
  • f153681522 configure.ac: Move AC_DEFINE for Ogg Tremor under other if conditional. Avuton Olrich 2010-04-17 04:36:40 -07:00
  • d73291959b configure.ac: Organize all added CFLAGs. Avuton Olrich 2010-04-17 04:30:56 -07:00
  • 01a675eb5f configure.ac: Documentation whitespace fixes. Avuton Olrich 2010-04-17 04:27:54 -07:00
  • be5143c0f3 configure.ac: Move SHOUTcast output to Streaming Audio Plugins. Avuton Olrich 2010-04-17 04:27:00 -07:00
  • b7ee1f5c40 configure.ac: Move Recorder output to Streaming Audio Plugins. Avuton Olrich 2010-04-17 04:26:18 -07:00
  • b619f5e73d configure.ac: Move HTTPD output to Streaming Audio Plugins. Avuton Olrich 2010-04-17 04:24:24 -07:00
  • e44f639002 configure.ac: Move final encoder tests to the end of the encoder tests. Avuton Olrich 2010-04-17 04:22:14 -07:00
  • 1aa470e0bf configure.ac: Move WAVE Encoder to Encoder Plugins. Avuton Olrich 2010-04-17 04:18:12 -07:00
  • b6a33691ff configure.ac: Move TwoLAME Encoder to Encoder Plugins. Avuton Olrich 2010-04-17 04:16:35 -07:00
  • 5e616b4ff3 configure.ac: Move LAME Encoder to Encoder Plugins. Avuton Olrich 2010-04-17 04:14:48 -07:00
  • d847593a8e configure.ac: Move OggVorbis Encoder to Encoder Plugins. Avuton Olrich 2010-04-17 04:13:22 -07:00
  • 1cd5700c37 configure.ac: Move FLAC Encoder to Encoder Plugins. Avuton Olrich 2010-04-17 04:11:55 -07:00
  • 957cf3c7b0 configure.ac: Add encoder/encoder API header Avuton Olrich 2010-04-17 04:10:02 -07:00
  • b6c8de6e01 configure.ac: Move tremor/oggflac test under oggflac. Avuton Olrich 2010-04-17 04:08:08 -07:00
  • 21f5ed4a25 configure.ac: Check for vorbis once, and AC_DEFINE it there. Avuton Olrich 2010-04-17 04:04:37 -07:00
  • 52fc168905 configure.ac: Add Post Decoder Plugins Tests header Avuton Olrich 2010-04-17 04:00:03 -07:00
  • 3bb03db097 configure.ac: Move ffmpeg to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:58:24 -07:00
  • ee88b8f8c4 configure.ac: Move WildMidi to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:57:05 -07:00
  • 7bfcb6151d configure.ac: Move wavpack to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:55:52 -07:00
  • 3c549c5147 configure.ac: Move sidplay to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:54:47 -07:00
  • 8b0fb1cc4d configure.ac: Move OggVorbis to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:52:37 -07:00
  • e3d62305f1 configure.ac: Move OggFLAC to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:49:19 -07:00
  • 263a968c2b configure.ac: Move Ogg Tremor to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:47:13 -07:00
  • 39b37d547c configure.ac: Move musepack to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:44:51 -07:00
  • 4cfcdd5e0f configure.ac: Move libsndfile to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:42:57 -07:00
  • 9d72a34109 configure.ac: Move sndfile/modplug conflict test to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:41:44 -07:00
  • 18cdbfa70f configure.ac: Move libmodplug to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:39:56 -07:00
  • 7886fd711f configure.ac: Move libmikmod to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:38:29 -07:00
  • 3993ed6b81 configure.ac: Move libmpg123 to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:37:24 -07:00
  • abf974c5c5 configure.ac: Move libmad to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:35:47 -07:00
  • 97f80e04b0 configure.ac: Move FluidSynth to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:34:06 -07:00
  • 944057c30b configure.ac: Move FLAC to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:32:35 -07:00
  • 9c4d4bd6b0 configure.ac: Move FAAD to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:31:03 -07:00
  • a77fd83b15 configure.ac: Move audiofile to Decoder Plugins, add header. Avuton Olrich 2010-04-17 03:29:40 -07:00
  • ed78955f8d configure.ac: Move Solaris to Audio Output Plugins (nonstreaming), add header. Avuton Olrich 2010-04-16 20:13:38 -07:00
  • cab16f8e1e configure.ac: Move MVP to Audio Output Plugins (nonstreaming), add header. Avuton Olrich 2010-04-16 20:12:44 -07:00
  • 24db28072f configure.ac: Add header for Pipe Output and Pulseaudio. Avuton Olrich 2010-04-16 20:11:31 -07:00