aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-11replay_gain: don't include os_compat.hMax Kellermann1-1/+3
2008-11-11replay_gain: use GLib instead of utils.h/log.hMax Kellermann1-14/+11
2008-11-11replay_gain: use pcm_volume() to apply replay gainMax Kellermann1-37/+2
2008-11-11pcm_utils: allow volume levels greater than 100% in pcm_volume()Max Kellermann1-1/+1
2008-11-11pcm_volume: added constant PCM_VOLUME_1Max Kellermann4-14/+27
2008-11-11pcm_utils: added inline function pcm_float_to_volume()Max Kellermann2-2/+13
2008-11-11replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann7-45/+47
2008-11-11wavpack: added wavpack_tag_float()Max Kellermann1-41/+25
2008-11-11wavpack: make the "key" argument to wavpack_tag() constMax Kellermann1-9/+5
2008-11-11ogg: ogg_getReplayGainInfo() returns replay_gain_info pointerMax Kellermann1-13/+20
2008-11-11replay_gain: converted replay_gain_mode to an enumMax Kellermann2-5/+7
2008-11-11replay_gain: removed superfluous author name commentMax Kellermann1-1/+0
2008-11-11replay_gain: no CamelCaseMax Kellermann13-111/+119
2008-11-11replay_gain: renamed sources to replay_gain.c, replay_gain.hMax Kellermann5-5/+5
2008-11-11decoder: fixed assertion failure for decoder==NULL in decoder_read()Max Kellermann1-1/+2
2008-11-10decoder: removed plugin method try_decode()Max Kellermann5-51/+14
2008-11-10decoder: fall back to next pluginMax Kellermann1-4/+16
2008-11-10decoder: wrapper functions for methods stream_decode() and file_decode()Max Kellermann1-5/+66
2008-11-10decoder: added more assertionsMax Kellermann1-0/+10
2008-11-10flac: call flac_process_metadata() for ogg filesMax Kellermann1-4/+5
2008-11-10flac: enable the oggflac plugin with older libflac versionsMax Kellermann1-3/+14
2008-11-10flac: enable oggflac with libflacMax Kellermann1-1/+1
2008-11-09log: properly check log_thresholdDaniel Schömer1-1/+1
2008-11-09decoder: updated API documentationMax Kellermann1-2/+6
2008-11-09wavpack: removed try_decode() methodMax Kellermann1-23/+0
2008-11-09flac: make the init() method check for oggflac supportMax Kellermann1-2/+8
2008-11-08decoder: converted dc.error to a dc.state valueMax Kellermann4-30/+44
2008-11-08decoder: removed "plugin" from the decoder structMax Kellermann2-6/+0
2008-11-08wavpack: make 24-bit samples available for mpdLaszlo Ashin1-47/+46
2008-11-08wavpack: check last_byte in push_back_byte() methodLaszlo Ashin1-2/+6
2008-11-08wavpack: wrapper for converting void* to struct wavpack_input*Laszlo Ashin1-13/+20
2008-11-08wavpack: put braces around one line code blocksLaszlo Ashin1-15/+27
2008-11-08wavpack: added prefix to local function namesLaszlo Ashin1-14/+14
2008-11-08wavpack: unified code styleLaszlo Ashin1-16/+28
2008-11-07listen: fix namespace collision on OpenSolarisTom Servo1-6/+6
2008-11-06wavpack: check wvc seekabilityLaszlo Ashin1-2/+5
2008-11-06wavpack: close wvc stream on errorLaszlo Ashin1-1/+3
2008-11-06wavpack: enable seekingLaszlo Ashin1-1/+1
2008-11-06input_curl: retrieve error message from ERRORBUFFERMax Kellermann1-2/+5
2008-11-06input_curl: return 0 on error from read()Max Kellermann1-1/+2
2008-11-06input_curl: enable FAILONERRORMax Kellermann1-0/+1
2008-11-05path: removed superfluous error check in path_set_fs_charset()Max Kellermann1-8/+0
2008-11-05log: check if log_charset is setMax Kellermann1-5/+8
2008-11-05Makefile.am: distribute input_curl.hMax Kellermann1-0/+1
2008-11-05main: print usage to stdoutMax Kellermann1-26/+25
2008-11-05log: convert messages to system charsetMax Kellermann1-0/+14
2008-11-05log: use boolMax Kellermann2-8/+10
2008-11-05log: provide a GLib logging handlerMax Kellermann1-0/+15
2008-11-05log: use GLib message loggingMax Kellermann2-24/+15
2008-11-05log: no CamelCaseMax Kellermann1-6/+8