summaryrefslogtreecommitdiff
path: root/src/crossfade.c
AgeCommit message (Expand)Author
2013-01-04crossfade: convert to C++Max Kellermann
2013-01-04buffer, pipe: convert to C++Max Kellermann
2011-10-20crossfade: include cleanupMax Kellermann
2011-01-29copyright year 2011Max Kellermann
2010-05-18crossfade: emulate strtok_r() on WIN32 with a functionMax Kellermann
2010-05-08mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps
2010-05-02player_thread: move cross-fading to output threadMax Kellermann
2010-03-21strtok() is recursive by default on win32.Avuton Olrich
2010-03-21Add support for MixRamp tagsTim Phipps
2009-12-31Update copyright notices.Avuton Olrich
2009-11-15crossfade: use audio_format_valid() in assertionMax Kellermann
2009-11-12include config.h in all sourcesMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-12crossfade: added missing '&'Jeffrey Middleton
2009-03-12crossfade: copy chunk.audio_format in !NDEBUGMax Kellermann
2009-03-03music_pipe: moved struct music_chunk to chunk.hMax Kellermann
2009-02-10crossfade: don't use isCurrentAudioFormat()Max Kellermann
2009-01-07pcm_utils: moved code to pcm_mix.cMax Kellermann
2008-11-02crossfade: copy tagMax Kellermann
2008-11-02music_pipe: no CamelCaseMax Kellermann
2008-11-02decoder: replaced music_pipe.audioFormat with dc.out_audio_formatMax Kellermann
2008-11-02music_pipe: renamed struct output_buffer to struct music_pipeMax Kellermann
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann
2008-10-08don't include os_compat.hMax Kellermann
2008-09-29pcm_utils: pass only one buffer size to pcm_mix()Max Kellermann
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann
2008-08-26moved code to crossfade.cMax Kellermann