aboutsummaryrefslogtreecommitdiffstats
path: root/src/crossfade.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-05-18crossfade: emulate strtok_r() on WIN32 with a functionMax Kellermann1-1/+5
2010-05-08mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps1-4/+4
2010-05-02player_thread: move cross-fading to output threadMax Kellermann1-43/+0
2010-03-21strtok() is recursive by default on win32.Avuton Olrich1-0/+4
2010-03-21Add support for MixRamp tagsTim Phipps1-9/+85
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-15crossfade: use audio_format_valid() in assertionMax Kellermann1-3/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-03-13all: Update copyright header.Avuton Olrich1-7/+7
2009-03-12crossfade: added missing '&'Jeffrey Middleton1-1/+1
2009-03-12crossfade: copy chunk.audio_format in !NDEBUGMax Kellermann1-0/+10
2009-03-03music_pipe: moved struct music_chunk to chunk.hMax Kellermann1-1/+1
2009-02-10crossfade: don't use isCurrentAudioFormat()Max Kellermann1-2/+3
2009-01-07pcm_utils: moved code to pcm_mix.cMax Kellermann1-1/+1
2008-11-02crossfade: copy tagMax Kellermann1-0/+5
2008-11-02music_pipe: no CamelCaseMax Kellermann1-8/+8
2008-11-02decoder: replaced music_pipe.audioFormat with dc.out_audio_formatMax Kellermann1-0/+1
2008-11-02music_pipe: renamed struct output_buffer to struct music_pipeMax Kellermann1-1/+2
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-1/+1
2008-10-08don't include os_compat.hMax Kellermann1-0/+3
2008-09-29pcm_utils: pass only one buffer size to pcm_mix()Max Kellermann1-3/+17
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-2/+2
2008-08-26moved code to crossfade.cMax Kellermann1-0/+62