index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crossfade.c
Age
Commit message (
Expand
)
Author
2013-01-04
crossfade: convert to C++
Max Kellermann
2013-01-04
buffer, pipe: convert to C++
Max Kellermann
2011-10-20
crossfade: include cleanup
Max Kellermann
2011-01-29
copyright year 2011
Max Kellermann
2010-05-18
crossfade: emulate strtok_r() on WIN32 with a function
Max Kellermann
2010-05-08
mixramp: Adjust MixRamp threshold to account for ReplayGain.
Tim Phipps
2010-05-02
player_thread: move cross-fading to output thread
Max Kellermann
2010-03-21
strtok() is recursive by default on win32.
Avuton Olrich
2010-03-21
Add support for MixRamp tags
Tim Phipps
2009-12-31
Update copyright notices.
Avuton Olrich
2009-11-15
crossfade: use audio_format_valid() in assertion
Max Kellermann
2009-11-12
include config.h in all sources
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-12
crossfade: added missing '&'
Jeffrey Middleton
2009-03-12
crossfade: copy chunk.audio_format in !NDEBUG
Max Kellermann
2009-03-03
music_pipe: moved struct music_chunk to chunk.h
Max Kellermann
2009-02-10
crossfade: don't use isCurrentAudioFormat()
Max Kellermann
2009-01-07
pcm_utils: moved code to pcm_mix.c
Max Kellermann
2008-11-02
crossfade: copy tag
Max Kellermann
2008-11-02
music_pipe: no CamelCase
Max Kellermann
2008-11-02
decoder: replaced music_pipe.audioFormat with dc.out_audio_format
Max Kellermann
2008-11-02
music_pipe: renamed struct output_buffer to struct music_pipe
Max Kellermann
2008-10-10
audio_format: renamed sampleRate to sample_rate
Max Kellermann
2008-10-08
don't include os_compat.h
Max Kellermann
2008-09-29
pcm_utils: pass only one buffer size to pcm_mix()
Max Kellermann
2008-09-07
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
2008-08-26
moved code to crossfade.c
Max Kellermann