Commit Graph

  • cb28487d10 pcm_utils: allow volume levels greater than 100% in pcm_volume() Max Kellermann 2008-11-11 16:38:10 +01:00
  • edcd45df94 pcm_volume: added constant PCM_VOLUME_1 Max Kellermann 2008-11-11 16:32:32 +01:00
  • ad77a3e0ac pcm_utils: added inline function pcm_float_to_volume() Max Kellermann 2008-11-11 16:29:02 +01:00
  • 5ddde0aac7 replay_gain: converted struct replay_gain_info elements to an array Max Kellermann 2008-11-11 16:24:27 +01:00
  • 5e686add91 wavpack: added wavpack_tag_float() Max Kellermann 2008-11-11 16:21:09 +01:00
  • c883d761ab wavpack: make the "key" argument to wavpack_tag() const Max Kellermann 2008-11-11 16:19:29 +01:00
  • e2c07dbbbc ogg: ogg_getReplayGainInfo() returns replay_gain_info pointer Max Kellermann 2008-11-11 16:19:00 +01:00
  • 837cefdb04 replay_gain: converted replay_gain_mode to an enum Max Kellermann 2008-11-11 16:18:31 +01:00
  • e9c3497cd2 replay_gain: removed superfluous author name comment Max Kellermann 2008-11-11 15:55:34 +01:00
  • 114b3c1e78 replay_gain: no CamelCase Max Kellermann 2008-11-11 15:55:34 +01:00
  • 54ad08ab37 replay_gain: renamed sources to replay_gain.c, replay_gain.h Max Kellermann 2008-11-11 15:55:34 +01:00
  • 130659e856 decoder: fixed assertion failure for decoder==NULL in decoder_read() Max Kellermann 2008-11-11 15:55:28 +01:00
  • ff1acefb21 decoder: removed plugin method try_decode() Max Kellermann 2008-11-10 15:07:01 +01:00
  • 10eea9d981 decoder: fall back to next plugin Max Kellermann 2008-11-10 15:02:47 +01:00
  • cad37b2e5a decoder: wrapper functions for methods stream_decode() and file_decode() Max Kellermann 2008-11-10 15:02:38 +01:00
  • 84b540f435 decoder: added more assertions Max Kellermann 2008-11-10 15:02:26 +01:00
  • 23a4ce4444 flac: call flac_process_metadata() for ogg files Max Kellermann 2008-11-10 14:49:34 +01:00
  • 0e87f85598 flac: enable the oggflac plugin with older libflac versions Max Kellermann 2008-11-10 14:39:42 +01:00
  • 505959f74d flac: enable oggflac with libflac Max Kellermann 2008-11-10 14:37:37 +01:00
  • 1256f90825 log: properly check log_threshold Daniel Schömer 2008-11-09 22:27:58 +01:00
  • c9c7dc6e00 decoder: updated API documentation Max Kellermann 2008-11-09 22:10:48 +01:00
  • ab24e203cd wavpack: removed try_decode() method Max Kellermann 2008-11-09 22:10:48 +01:00
  • b054ad0ea6 flac: make the init() method check for oggflac support Max Kellermann 2008-11-09 22:01:47 +01:00
  • 72eba30cf4 decoder: converted dc.error to a dc.state value Max Kellermann 2008-11-08 15:48:00 +01:00
  • 8cbdc2667e decoder: removed "plugin" from the decoder struct Max Kellermann 2008-11-08 13:33:44 +01:00
  • 343a8a20e3 wavpack: make 24-bit samples available for mpd Laszlo Ashin 2008-11-08 13:11:10 +01:00
  • 3e338da871 wavpack: check last_byte in push_back_byte() method Laszlo Ashin 2008-11-08 13:10:15 +01:00
  • cfd55b29bd wavpack: wrapper for converting void* to struct wavpack_input* Laszlo Ashin 2008-11-08 13:09:07 +01:00
  • 2b4a410bb0 wavpack: put braces around one line code blocks Laszlo Ashin 2008-11-08 13:08:21 +01:00
  • d68df99ef4 wavpack: added prefix to local function names Laszlo Ashin 2008-11-08 13:07:40 +01:00
  • ff2e69c003 wavpack: unified code style Laszlo Ashin 2008-11-08 13:07:09 +01:00
  • 343f2ac3fc configure.ac: enable _ogg_common.c when flac is enabled Max Kellermann 2008-11-07 17:21:21 +01:00
  • 2172505f5c configure.ac: added AC_CONFIG_SRCDIR Max Kellermann 2008-11-07 17:14:52 +01:00
  • ea92576219 listen: fix namespace collision on OpenSolaris Tom Servo 2008-11-07 10:33:48 +01:00
  • 2e0ba90208 wavpack: check wvc seekability Laszlo Ashin 2008-11-06 06:48:33 +01:00
  • 56d2b51056 wavpack: close wvc stream on error Laszlo Ashin 2008-11-06 06:48:33 +01:00
  • 089c9b7e5c wavpack: enable seeking Laszlo Ashin 2008-11-06 06:48:33 +01:00
  • dcfb205c46 input_curl: retrieve error message from ERRORBUFFER Max Kellermann 2008-11-06 06:48:30 +01:00
  • e2d7318a18 input_curl: return 0 on error from read() Max Kellermann 2008-11-06 06:44:19 +01:00
  • a8e81326d0 input_curl: enable FAILONERROR Max Kellermann 2008-11-06 06:36:25 +01:00
  • 91c1a279e4 MPD version 0.14~alpha1 Max Kellermann 2008-11-05 21:50:53 +01:00
  • 19d3345ab8 path: removed superfluous error check in path_set_fs_charset() Max Kellermann 2008-11-05 21:42:55 +01:00
  • 5b2e981253 log: check if log_charset is set Max Kellermann 2008-11-05 21:40:08 +01:00
  • fce8fa0b31 NEWS: updated 0.14 changelog Max Kellermann 2008-11-05 21:30:05 +01:00
  • 2916ef84e4 NEWS: reformatted 0.14 items Max Kellermann 2008-11-05 21:29:25 +01:00
  • 551aa767ae README: added version number to GPL Max Kellermann 2008-11-05 21:29:04 +01:00
  • 77910edf11 README: removed mp4ff Max Kellermann 2008-11-05 21:28:47 +01:00
  • efd919a626 UPGRADING: added a 0.14 section Max Kellermann 2008-11-05 21:27:30 +01:00
  • 1fe987fea2 INSTALL: update dependency list Max Kellermann 2008-11-05 21:27:20 +01:00
  • b0f1bc4856 Makefile.am: distribute input_curl.h Max Kellermann 2008-11-05 21:23:56 +01:00
  • 7f880ab8ba main: print usage to stdout Max Kellermann 2008-11-05 20:52:14 +01:00
  • 130fa94423 log: convert messages to system charset Max Kellermann 2008-11-05 18:39:13 +01:00
  • 787c6f5e18 log: use bool Max Kellermann 2008-11-05 18:39:10 +01:00
  • 4c967a6ba2 log: provide a GLib logging handler Max Kellermann 2008-11-05 18:38:55 +01:00
  • a5348a3786 log: use GLib message logging Max Kellermann 2008-11-05 18:38:30 +01:00
  • a05fa5cdbb log: no CamelCase Max Kellermann 2008-11-05 18:38:23 +01:00
  • 08aaf57ff0 log: removed warning buffer Max Kellermann 2008-11-05 18:37:40 +01:00
  • b35ca9e5c4 main: initialize locale (LC_CTYPE) Max Kellermann 2008-11-05 18:37:39 +01:00
  • 2a1a37107f path: don't allocate charset twice Max Kellermann 2008-11-05 18:26:45 +01:00
  • 6a7a26fe42 path: get filesystem charset from GLib Max Kellermann 2008-11-05 18:25:57 +01:00
  • 3002fd18cb path: no CamelCase Max Kellermann 2008-11-05 18:21:52 +01:00
  • 259c6ed164 enable GLib threading Max Kellermann 2008-11-05 18:21:49 +01:00
  • 06f9b6c379 main: don't close all file descriptors on startup Max Kellermann 2008-11-05 18:21:36 +01:00
  • 5d6e96e986 pulse: removed reconnect interval Max Kellermann 2008-11-05 08:10:13 +01:00
  • 3defcef5f3 pulse: check if connection is open in pulse_cancel() Max Kellermann 2008-11-05 08:06:39 +01:00
  • eedbd28ec9 wavpack: read_bytes() should not return after partial reads Max Kellermann 2008-11-05 07:24:57 +01:00
  • 010a27cd95 wavpack: don't close the stream Max Kellermann 2008-11-05 07:13:55 +01:00
  • 104d5120c9 configure.ac: check for avcodec_decode_audio2() Max Kellermann 2008-11-04 17:42:37 +01:00
  • 85a7d1a148 decoder: removed stream_types Max Kellermann 2008-11-04 17:10:19 +01:00
  • 59c20e5afe wavpack: removed NULL element from tagtypes Max Kellermann 2008-11-04 17:10:17 +01:00
  • 66eb3e90c3 wavpack: use enum tag_type Max Kellermann 2008-11-04 17:10:13 +01:00
  • 946e69b2f6 wavpack: use GLib instead of utils.h / log.h Max Kellermann 2008-11-04 17:10:10 +01:00
  • 097bccd4ae wavpack: read first byte from wvc stream Max Kellermann 2008-11-04 17:10:03 +01:00
  • 3cf54591e9 wavpack: use the bool data type Max Kellermann 2008-11-04 17:10:01 +01:00
  • b6ea410ca7 wavpack: no CamelCase Max Kellermann 2008-11-04 17:08:59 +01:00
  • c1dfa52cbf wavpack: fix indent Max Kellermann 2008-11-04 17:08:57 +01:00
  • fef14683ae mp4: get decoder command from decoder_data() Max Kellermann 2008-11-04 17:05:08 +01:00
  • 11404b5d10 mp4: initialize audio_format before decoder_initialized() Max Kellermann 2008-11-04 17:05:05 +01:00
  • 290347c482 mp4: use decoder_read() instead of input_stream_read() Max Kellermann 2008-11-04 17:05:02 +01:00
  • 9ecfc57c3a mp4: pass struct mp4_context to the mp4ff_callback_t methods Max Kellermann 2008-11-04 17:05:00 +01:00
  • 632dc7c96b mp4: use GLib instead of utils.h / log.h Max Kellermann 2008-11-04 17:04:57 +01:00
  • 01706dd46c mp4: use tag_is_empty() instead of passing the tag_is_found flag Max Kellermann 2008-11-04 17:04:54 +01:00
  • 02a172f2c2 mp4: static mp4ff_callback_t variables Max Kellermann 2008-11-04 16:55:12 +01:00
  • 8712a1f7bf mp4: no CamelCasee Max Kellermann 2008-11-04 16:55:12 +01:00
  • ab07cdd453 ffmpeg: removed loop from mpd_ffmpeg_read() Max Kellermann 2008-11-04 16:55:12 +01:00
  • 292334a27a ffmpeg: removed ffmpeg_context.codec Max Kellermann 2008-11-04 16:55:12 +01:00
  • 7e84c73b17 ffmpeg: moved code to ffmpeg_find_audio_stream() Max Kellermann 2008-11-04 16:55:12 +01:00
  • 5e486964e8 ffmpeg: no CamelCase Max Kellermann 2008-11-04 16:55:11 +01:00
  • e26bff9b92 tag: added tag_is_empty() Max Kellermann 2008-11-04 16:55:11 +01:00
  • d7b2d93ccc osx: fix gcc warnings Max Kellermann 2008-11-04 11:26:04 +01:00
  • 37696dcbbf osx: adapt to new output plugin API Max Kellermann 2008-11-04 11:19:37 +01:00
  • 792711bddd configure.ac: unset MP4FF_LIBS when MP4 support is disabled Max Kellermann 2008-11-04 07:46:47 +01:00
  • 095a62a1d0 decoder: update dc.error after input stream failure Max Kellermann 2008-11-03 21:49:47 +01:00
  • 75d2a39768 input_curl: use curl_multi_info_read() Max Kellermann 2008-11-03 21:49:43 +01:00
  • fdf0d46e3d player: converted PLAYER_ERROR_* to enum Max Kellermann 2008-11-03 21:49:40 +01:00
  • eca0e6db3b player: removed "volatile" attributes Max Kellermann 2008-11-03 21:49:36 +01:00
  • 862bbc21a1 player: no CamelCase Max Kellermann 2008-11-03 21:49:29 +01:00
  • cfaf85e37d decoder: converted DECODE_ERROR_* to enum Max Kellermann 2008-11-03 21:48:17 +01:00
  • ec6d26788a decoder: removed "volatile" modifier Max Kellermann 2008-11-03 21:44:12 +01:00
  • 863badd91e decoder: no CamelCase Max Kellermann 2008-11-03 21:43:02 +01:00