| Commit message (Expand) | Author | Files | Lines |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-05-18 | crossfade: emulate strtok_r() on WIN32 with a function | Max Kellermann | 1 | -1/+5 |
2010-05-08 | mixramp: Adjust MixRamp threshold to account for ReplayGain. | Tim Phipps | 1 | -4/+4 |
2010-05-02 | player_thread: move cross-fading to output thread | Max Kellermann | 1 | -43/+0 |
2010-03-21 | strtok() is recursive by default on win32. | Avuton Olrich | 1 | -0/+4 |
2010-03-21 | Add support for MixRamp tags | Tim Phipps | 1 | -9/+85 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-15 | crossfade: use audio_format_valid() in assertion | Max Kellermann | 1 | -3/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -7/+7 |
2009-03-12 | crossfade: added missing '&' | Jeffrey Middleton | 1 | -1/+1 |
2009-03-12 | crossfade: copy chunk.audio_format in !NDEBUG | Max Kellermann | 1 | -0/+10 |
2009-03-03 | music_pipe: moved struct music_chunk to chunk.h | Max Kellermann | 1 | -1/+1 |
2009-02-10 | crossfade: don't use isCurrentAudioFormat() | Max Kellermann | 1 | -2/+3 |
2009-01-07 | pcm_utils: moved code to pcm_mix.c | Max Kellermann | 1 | -1/+1 |
2008-11-02 | crossfade: copy tag | Max Kellermann | 1 | -0/+5 |
2008-11-02 | music_pipe: no CamelCase | Max Kellermann | 1 | -8/+8 |
2008-11-02 | decoder: replaced music_pipe.audioFormat with dc.out_audio_format | Max Kellermann | 1 | -0/+1 |
2008-11-02 | music_pipe: renamed struct output_buffer to struct music_pipe | Max Kellermann | 1 | -1/+2 |
2008-10-10 | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 1 | -1/+1 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -0/+3 |
2008-09-29 | pcm_utils: pass only one buffer size to pcm_mix() | Max Kellermann | 1 | -3/+17 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -2/+2 |
2008-08-26 | moved code to crossfade.c | Max Kellermann | 1 | -0/+62 |