aboutsummaryrefslogtreecommitdiffstats
path: root/src/crossfade.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* crossfade: emulate strtok_r() on WIN32 with a functionMax Kellermann2010-05-181-1/+5
* mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps2010-05-081-4/+4
* player_thread: move cross-fading to output threadMax Kellermann2010-05-021-43/+0
* strtok() is recursive by default on win32.Avuton Olrich2010-03-211-0/+4
* Add support for MixRamp tagsTim Phipps2010-03-211-9/+85
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* crossfade: use audio_format_valid() in assertionMax Kellermann2009-11-151-3/+1
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* all: Update copyright header.Avuton Olrich2009-03-131-7/+7
* crossfade: added missing '&'Jeffrey Middleton2009-03-121-1/+1
* crossfade: copy chunk.audio_format in !NDEBUGMax Kellermann2009-03-121-0/+10
* music_pipe: moved struct music_chunk to chunk.hMax Kellermann2009-03-031-1/+1
* crossfade: don't use isCurrentAudioFormat()Max Kellermann2009-02-101-2/+3
* pcm_utils: moved code to pcm_mix.cMax Kellermann2009-01-071-1/+1
* crossfade: copy tagMax Kellermann2008-11-021-0/+5
* music_pipe: no CamelCaseMax Kellermann2008-11-021-8/+8
* decoder: replaced music_pipe.audioFormat with dc.out_audio_formatMax Kellermann2008-11-021-0/+1
* music_pipe: renamed struct output_buffer to struct music_pipeMax Kellermann2008-11-021-1/+2
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-1/+1
* don't include os_compat.hMax Kellermann2008-10-081-0/+3
* pcm_utils: pass only one buffer size to pcm_mix()Max Kellermann2008-09-291-3/+17
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-2/+2
* moved code to crossfade.cMax Kellermann2008-08-261-0/+62