Commit Graph

  • 3d6e6416e5 update: moved code to update_archive_file() Max Kellermann 2009-02-28 14:01:33 +01:00
  • 7473fa0f4e directory: moved DIRECTORY_* string constants Max Kellermann 2009-02-27 19:30:16 +01:00
  • eae0287466 song_print: hide HTTP password in playlist Max Kellermann 2009-02-27 19:20:11 +01:00
  • 9dd00dfab7 client: removed duplicate "client" string from log Max Kellermann 2009-02-27 19:03:13 +01:00
  • 53271e8ae7 update: print error when opendir() fails Max Kellermann 2009-02-27 09:05:58 +01:00
  • 497c0b1c18 tag: don't accept invalid UTF-8 sequences Max Kellermann 2009-02-27 09:02:32 +01:00
  • c1ab2d06aa tag: make tag.num_items unsigned Max Kellermann 2009-02-27 09:02:13 +01:00
  • 75c2029b1c tag: no CamelCase Max Kellermann 2009-02-27 09:01:55 +01:00
  • 5b07cbf0b4 tag: make tag_equal() return bool Max Kellermann 2009-02-27 08:06:59 +01:00
  • bcdf947afc player_thread: removed meaningless warning on output failure Max Kellermann 2009-02-26 22:21:35 +01:00
  • 9e61c0503e output_all: print a warning when all outputs are disabled Max Kellermann 2009-02-26 22:21:32 +01:00
  • 58c201ce14 output_all: removed "audio_outputs!=NULL" check Max Kellermann 2009-02-26 22:14:54 +01:00
  • dfea6b7cdd mvp: fixed default device detection Max Kellermann 2009-02-26 22:10:58 +01:00
  • ec926539a3 output_plugin: report errors with GError Max Kellermann 2009-02-26 22:04:59 +01:00
  • 353ae5e558 osx: use OSStatus and GetMacOSStatusCommentString() Max Kellermann 2009-02-26 22:01:42 +01:00
  • 9dc966041d osx: start the audio device in the open() method Max Kellermann 2009-02-26 21:40:22 +01:00
  • fb5ca6aa29 osx: removed commented code Max Kellermann 2009-02-26 21:33:13 +01:00
  • 985ca094f2 osx: no CamelCase Max Kellermann 2009-02-26 21:03:06 +01:00
  • a7b0cfccb4 output_thread: use the right audio_format in assert() Max Kellermann 2009-02-26 21:02:39 +01:00
  • bcc3a9debf shout: use config_get_block_unsigned() Max Kellermann 2009-02-26 19:34:00 +01:00
  • 710a61a3dc pulse: removed pa_simple!=NULL checks Max Kellermann 2009-02-26 19:29:06 +01:00
  • 4f2ac7ec2c oss: moved code from oss_open() to oss_setup() Max Kellermann 2009-02-26 19:18:16 +01:00
  • 749d6c7766 oss: convert OSS_STAT_* to an enum Max Kellermann 2009-02-26 19:18:13 +01:00
  • a0b3f35537 oss: return bool instead of int Max Kellermann 2009-02-26 19:17:56 +01:00
  • e1f58fdcf5 oss: use unsigned integers Max Kellermann 2009-02-26 19:17:09 +01:00
  • 4958a6f56f oss: no CamelCase Max Kellermann 2009-02-26 19:16:33 +01:00
  • 90ee488597 mixer: Add "disabled" mixer_type. Avuton Olrich 2009-02-26 09:13:07 -08:00
  • 1b79449ef1 cmdline: Alphabetical help order like other GNU projects. Avuton Olrich 2009-02-25 15:34:57 -08:00
  • de07547426 cmdline: Add --no-config to explicitly set daemon default options. Avuton Olrich 2009-02-25 15:30:52 -08:00
  • a4cf7b7dfd alsa: fall back to 16 bit audio Max Kellermann 2009-02-25 22:01:32 +01:00
  • 4c1fb8278b alsa: moved code from alsa_open() to alsa_setup() Max Kellermann 2009-02-25 22:01:30 +01:00
  • d3409a65b5 mvp: check for reopen errors Max Kellermann 2009-02-25 21:57:02 +01:00
  • 883e31d55b mvp: moved code to mvp_find_sample_rate() Max Kellermann 2009-02-25 21:56:48 +01:00
  • b4c65cac8c mvp: make the mvp_sample_rates array const Max Kellermann 2009-02-25 21:54:02 +01:00
  • 99f535ad77 mvp: fall back to 16 bit audio samples Max Kellermann 2009-02-25 21:52:11 +01:00
  • 8491f61d6c mvp: fall back to stereo Max Kellermann 2009-02-25 21:51:39 +01:00
  • 6722c508a1 mvp: mvp_set_pcm_params() returns bool Max Kellermann 2009-02-25 21:51:36 +01:00
  • 84ed6d4701 mvp: pass audio_format struct to mvp_set_pcm_params() Max Kellermann 2009-02-25 21:51:32 +01:00
  • 57a9e5605b mvp: removed big_endian parameter from mvp_set_pcm_params() Max Kellermann 2009-02-25 21:51:13 +01:00
  • d902465375 mvp: use G_N_ELEMENTS(mvp_sample_rates) Max Kellermann 2009-02-25 21:50:50 +01:00
  • fff52ac5b9 mvp: no CamelCase Max Kellermann 2009-02-25 21:49:59 +01:00
  • 6aa6def776 output: audio_output_init() returns bool Max Kellermann 2009-02-25 19:53:56 +01:00
  • 9512704055 output: set a GLib log domain Max Kellermann 2009-02-25 19:53:38 +01:00
  • d56ae1e9c2 fifo: return bool values Max Kellermann 2009-02-25 19:53:27 +01:00
  • 74af4e4c3d fifo: no CamelCase Max Kellermann 2009-02-25 19:53:24 +01:00
  • ee7cf9c9b8 fifo: removed timer!=NULL checks Max Kellermann 2009-02-25 19:09:38 +01:00
  • ba4dd651ef ao: no CamelCase Max Kellermann 2009-02-25 19:08:49 +01:00
  • 074d5ae13e ao: removed AoData.device!=NULL checks Max Kellermann 2009-02-25 18:48:27 +01:00
  • 8a882209c3 ao: removed implementation of method cancel() Max Kellermann 2009-02-25 18:45:09 +01:00
  • dcd84c19cd output_plugin: don't pass audio_output object to method init() Max Kellermann 2009-02-25 18:34:02 +01:00
  • 0cf4f09e4f output_api: removed audio_output_get_name() Max Kellermann 2009-02-25 17:32:58 +01:00
  • 4726c7f709 test: added encoder test program Max Kellermann 2009-02-25 17:12:14 +01:00
  • e0e92e050e test: added decoder test program Max Kellermann 2009-02-25 17:09:09 +01:00
  • bdb3129f18 configure.ac: declare AM_CFLAGS Max Kellermann 2009-02-25 16:46:07 +01:00
  • 6fdaa49668 Makefile.am: use AM_CPPFLAGS, AM_LDFLAGS Max Kellermann 2009-02-25 16:45:23 +01:00
  • 02c9c3e0d8 Makefile.am: added per-subsystem variables Max Kellermann 2009-02-25 16:44:11 +01:00
  • 6823217697 ls: moved generic URI utilities to uri.c Max Kellermann 2009-02-25 16:44:06 +01:00
  • 7957fefc91 test/software_volume: pass error->message to g_printerr() Max Kellermann 2009-02-25 16:44:05 +01:00
  • 2054464c01 vorbis_encoder: vorbis_encoder_clear() returns void Max Kellermann 2009-02-24 19:06:37 +01:00
  • e065c4db33 jack: initialize local variable "space" Max Kellermann 2009-02-24 19:06:34 +01:00
  • 1630fe00a2 listen: fix unused parameter warnings when TCP is disabled Max Kellermann 2009-02-24 19:06:31 +01:00
  • d0a17ffb9d listen: removed is_ipv6_enabled() Max Kellermann 2009-02-24 18:55:12 +01:00
  • adf044eb09 listen: splitted listen_add_port() into IPv4 and IPv6 Max Kellermann 2009-02-24 18:49:09 +01:00
  • d40c439424 listen: don't call listen_add_config_param(NULL) Max Kellermann 2009-02-24 18:36:31 +01:00
  • 739c23cca5 listen: moved code to listen_add_host() Max Kellermann 2009-02-24 18:29:53 +01:00
  • 33749e7ea9 listen: moved code to listen_add_path() Max Kellermann 2009-02-24 17:51:39 +01:00
  • 36b1a860d3 listen: moved code to listen_add_port() Max Kellermann 2009-02-24 17:51:32 +01:00
  • dbb067c016 listen: listen_add_address() returns bool/GError Max Kellermann 2009-02-24 17:43:10 +01:00
  • 7de4e7228f listen: removed unused macro "MAXHOSTNAME" Max Kellermann 2009-02-24 17:42:37 +01:00
  • 9bb3f2d060 listen: no CamelCase Max Kellermann 2009-02-24 17:42:36 +01:00
  • d89ba3bcce configure.ac: fix comma errors Max Kellermann 2009-02-24 10:00:21 +01:00
  • 39a33344f2 ffmpeg: add all known ffmpeg extensions and mime-types. Avuton Olrich 2009-02-23 10:48:43 -08:00
  • 3b1a9aeca0 Makefile.am: no recursive makefiles Max Kellermann 2009-02-23 10:04:51 +01:00
  • a4dfab2aee output: pass the music chunk pointer as void*, not char* Max Kellermann 2009-02-23 09:34:26 +01:00
  • 5a898c15e7 output_api: play() returns a length Max Kellermann 2009-02-23 09:29:56 +01:00
  • d50a3d513e shout: removed shout_plugin.h Max Kellermann 2009-02-22 17:52:37 +01:00
  • 1c56edd1c8 shout: removed shout_encoder_plugins Max Kellermann 2009-02-22 17:51:12 +01:00
  • f6e5c00726 shout: use the new encoder API Max Kellermann 2009-02-22 17:18:28 +01:00
  • f7c685f1ab encoder: added lame mp3 encoder Max Kellermann 2009-02-22 17:18:03 +01:00
  • 3a6619d62c encoder: added vorbis encoder Max Kellermann 2009-02-22 17:17:26 +01:00
  • a9dde676be added the encoder API Max Kellermann 2009-02-22 17:11:14 +01:00
  • e79a82ba3a shout: merged open_shout_conn() into my_shout_open_device() Max Kellermann 2009-02-22 15:24:41 +01:00
  • cece6c00f4 shout: bool return values instead of int Max Kellermann 2009-02-22 15:18:58 +01:00
  • f0554d9a75 pcm: added API documentation Max Kellermann 2009-02-21 18:14:20 +01:00
  • cae7c160a3 crossfade: added API documentation Max Kellermann 2009-02-20 14:57:32 +01:00
  • 91ebf46853 path: don't export path_set_fs_charset() Max Kellermann 2009-02-20 14:49:57 +01:00
  • 09ecfb6567 path: validate configured character set Max Kellermann 2009-02-20 12:31:00 +01:00
  • adea76a6ed decoder_api: fixed shadow warning, rename "wait" Max Kellermann 2009-02-19 13:33:06 +01:00
  • e7131b5da2 utils: use g_usleep() instead of my_usleep() Max Kellermann 2009-02-19 13:33:03 +01:00
  • c228635489 faad: use faacDecFrameInfo instead of NeAACDecFrameInfo Max Kellermann 2009-02-19 13:29:15 +01:00
  • eac2da635d added G_LOG_DOMAIN macros to several libraries Max Kellermann 2009-02-19 09:24:59 +01:00
  • 11e680d640 conf: log the effective configuration file name Max Kellermann 2009-02-19 08:35:22 +01:00
  • 0a0736fc4e log: added log_early_init() for early debug messages Max Kellermann 2009-02-19 08:35:20 +01:00
  • 84437acffb Makefile.am: add new headers to $(mpd_headers) Max Kellermann 2009-02-19 08:12:46 +01:00
  • de6cc2691f mms: fix assertion in input_stream_open Peter Colberg 2009-02-18 22:43:10 +01:00
  • 9f8740a0d6 configure.ac: check ${host_os} instead of ${host} Max Kellermann 2009-02-18 23:07:13 +01:00
  • f2717a7139 configure.ac: added AC_CANONICAL_HOST Max Kellermann 2009-02-18 23:01:08 +01:00
  • 7f701744a7 pcm_volume: optimized pcm_volume_change_24() on i386 Max Kellermann 2009-02-18 22:27:58 +01:00
  • 76dc9ac5f9 test: added command line test program for pcm_volume.c Max Kellermann 2009-02-18 22:27:55 +01:00
  • 54387d1451 configure.ac: added switch for test programs Max Kellermann 2009-02-18 19:27:05 +01:00