summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-11-13decoder: wait for the player only if the music pipe is fullMax Kellermann
2008-11-13decoder: check dc.command at the beginning of decoder_data()Max Kellermann
2008-11-13player: chop the tail of the music pipe after CANCELMax Kellermann
2008-11-13music_pipe: continuously check the sample format of all chunksMax Kellermann
2008-11-13decoder: ignore SEEK commands during initializationMax Kellermann
2008-11-13music_pipe: check for partial frames in appended chunkMax Kellermann
2008-11-13player: assert that there was no previous "next song chunk"Max Kellermann
2008-11-12playlist: call clearPlayerQueue() only if song is queued IIMax Kellermann
2008-11-12wavpack: remove commented debug messagesMax Kellermann
2008-11-12wavpack: calculate outsamplesize with audio_format_frame_size()Max Kellermann
2008-11-12ogg: revert "use ogg_fopen() instead of ogg_open()"Max Kellermann
2008-11-12aac: shift the input buffer before the full checkMax Kellermann
2008-11-12aac: make the input buffer staticMax Kellermann
2008-11-12aac: reject SEEK commandsMax Kellermann
2008-11-12aac: get decoder command from decoder_data()Max Kellermann
2008-11-12aac: convert audio_format to temporary variableMax Kellermann
2008-11-12aac: removed method file_decode()Max Kellermann
2008-11-12aac: check the buffer length in the ADIF parserMax Kellermann
2008-11-12aac: use unsigned integers and size_t where appropriateMax Kellermann
2008-11-12aac: check if the stream is seekable before length checkMax Kellermann
2008-11-12aac: removed attribute "atEof"Max Kellermann
2008-11-12mpc: assume the result fo of mpc_decoder_decode() is unsignedMax Kellermann
2008-11-12mpc: don't assume the stream is stereoMax Kellermann
2008-11-12mpc: get decoder command from decoder_data()Max Kellermann
2008-11-12mpc: moved code to mpc_to_mpd_buffer()Max Kellermann
2008-11-12mpc: make the buffer large enough for one mpc frameMax Kellermann
2008-11-12mpc: use GLib instead of utils.h/log.hMax Kellermann
2008-11-12mpc: declare buffer as int32_t[]Max Kellermann
2008-11-11mpc: eliminated the local variable "eof"Max Kellermann
2008-11-11ogg: removed stray "}"Max Kellermann
2008-11-11ogg: use ogg_fopen() instead of ogg_open()Max Kellermann
2008-11-11ogg: use GLib instead of utils.h/log.hMax Kellermann
2008-11-11decoder: fixed typo in assertionMax Kellermann
2008-11-11ogg: get decoder command from decoder_data()Max Kellermann
2008-11-11ogg: flush buffer after every ov_read() callMax Kellermann
2008-11-11mp3: support stream tagsMax Kellermann
2008-11-11mp3: eliminated duplicate command checkMax Kellermann
2008-11-11player: fix race condition during tag updateMax Kellermann
2008-11-11playlist: track song metadata changesMax Kellermann
2008-11-11oggflac: removed the obsolete try_decode() methodMax Kellermann
2008-11-11decoder: return void from decode() methodsMax Kellermann
2008-11-11replay_gain: don't include os_compat.hMax Kellermann
2008-11-11replay_gain: use GLib instead of utils.h/log.hMax Kellermann
2008-11-11replay_gain: use pcm_volume() to apply replay gainMax Kellermann
2008-11-11pcm_utils: allow volume levels greater than 100% in pcm_volume()Max Kellermann
2008-11-11pcm_volume: added constant PCM_VOLUME_1Max Kellermann
2008-11-11pcm_utils: added inline function pcm_float_to_volume()Max Kellermann
2008-11-11replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann
2008-11-11wavpack: added wavpack_tag_float()Max Kellermann
2008-11-11wavpack: make the "key" argument to wavpack_tag() constMax Kellermann