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