aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* mpc: make the buffer large enough for one mpc frameMax Kellermann2008-11-121-28/+11
* mpc: use GLib instead of utils.h/log.hMax Kellermann2008-11-121-9/+6
* mpc: declare buffer as int32_t[]Max Kellermann2008-11-121-4/+4
* mpc: eliminated the local variable "eof"Max Kellermann2008-11-111-8/+3
* ogg: removed stray "}"Max Kellermann2008-11-111-1/+0
* ogg: use ogg_fopen() instead of ogg_open()Max Kellermann2008-11-111-8/+6
* ogg: use GLib instead of utils.h/log.hMax Kellermann2008-11-111-6/+8
* decoder: fixed typo in assertionMax Kellermann2008-11-111-1/+1
* ogg: get decoder command from decoder_data()Max Kellermann2008-11-111-9/+8
* ogg: flush buffer after every ov_read() callMax Kellermann2008-11-111-25/+10
* mp3: support stream tagsMax Kellermann2008-11-111-1/+8
* mp3: eliminated duplicate command checkMax Kellermann2008-11-111-18/+20
* player: fix race condition during tag updateMax Kellermann2008-11-111-2/+4
* playlist: track song metadata changesMax Kellermann2008-11-112-12/+14
* oggflac: removed the obsolete try_decode() methodMax Kellermann2008-11-111-6/+3
* decoder: return void from decode() methodsMax Kellermann2008-11-1113-113/+56
* replay_gain: don't include os_compat.hMax Kellermann2008-11-111-1/+3
* replay_gain: use GLib instead of utils.h/log.hMax Kellermann2008-11-111-14/+11
* replay_gain: use pcm_volume() to apply replay gainMax Kellermann2008-11-111-37/+2
* pcm_utils: allow volume levels greater than 100% in pcm_volume()Max Kellermann2008-11-111-1/+1
* pcm_volume: added constant PCM_VOLUME_1Max Kellermann2008-11-114-14/+27
* pcm_utils: added inline function pcm_float_to_volume()Max Kellermann2008-11-112-2/+13
* replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann2008-11-117-45/+47
* wavpack: added wavpack_tag_float()Max Kellermann2008-11-111-41/+25
* wavpack: make the "key" argument to wavpack_tag() constMax Kellermann2008-11-111-9/+5
* ogg: ogg_getReplayGainInfo() returns replay_gain_info pointerMax Kellermann2008-11-111-13/+20
* replay_gain: converted replay_gain_mode to an enumMax Kellermann2008-11-112-5/+7
* replay_gain: removed superfluous author name commentMax Kellermann2008-11-111-1/+0
* replay_gain: no CamelCaseMax Kellermann2008-11-1113-111/+119
* replay_gain: renamed sources to replay_gain.c, replay_gain.hMax Kellermann2008-11-115-5/+5
* decoder: fixed assertion failure for decoder==NULL in decoder_read()Max Kellermann2008-11-111-1/+2
* decoder: removed plugin method try_decode()Max Kellermann2008-11-105-51/+14
* decoder: fall back to next pluginMax Kellermann2008-11-101-4/+16
* decoder: wrapper functions for methods stream_decode() and file_decode()Max Kellermann2008-11-101-5/+66
* decoder: added more assertionsMax Kellermann2008-11-101-0/+10
* flac: call flac_process_metadata() for ogg filesMax Kellermann2008-11-101-4/+5
* flac: enable the oggflac plugin with older libflac versionsMax Kellermann2008-11-101-3/+14
* flac: enable oggflac with libflacMax Kellermann2008-11-101-1/+1
* log: properly check log_thresholdDaniel Schömer2008-11-091-1/+1
* decoder: updated API documentationMax Kellermann2008-11-091-2/+6
* wavpack: removed try_decode() methodMax Kellermann2008-11-091-23/+0
* flac: make the init() method check for oggflac supportMax Kellermann2008-11-091-2/+8
* decoder: converted dc.error to a dc.state valueMax Kellermann2008-11-084-30/+44
* decoder: removed "plugin" from the decoder structMax Kellermann2008-11-082-6/+0
* wavpack: make 24-bit samples available for mpdLaszlo Ashin2008-11-081-47/+46
* wavpack: check last_byte in push_back_byte() methodLaszlo Ashin2008-11-081-2/+6
* wavpack: wrapper for converting void* to struct wavpack_input*Laszlo Ashin2008-11-081-13/+20
* wavpack: put braces around one line code blocksLaszlo Ashin2008-11-081-15/+27
* wavpack: added prefix to local function namesLaszlo Ashin2008-11-081-14/+14
* wavpack: unified code styleLaszlo Ashin2008-11-081-16/+28