| Commit message (Expand) | Author | Files | Lines |
2008-12-24 | pcm_utils: check pcm_convert()==0 | Max Kellermann | 1 | -4/+0 |
2008-12-08 | pcm_utils: always round up resampling buffer size | Max Kellermann | 1 | -1/+1 |
2008-12-02 | replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELY | Thomas Jansen | 1 | -2/+3 |
2008-11-11 | pcm_utils: allow volume levels greater than 100% in pcm_volume() | Max Kellermann | 1 | -1/+1 |
2008-11-11 | pcm_volume: added constant PCM_VOLUME_1 | Max Kellermann | 1 | -10/+13 |
2008-10-23 | pcm_utils: added 24 bit conversion functions | Max Kellermann | 1 | -0/+108 |
2008-10-23 | pcm_utils: generic pcm_convert_size() implementation | Max Kellermann | 1 | -21/+2 |
2008-10-23 | pcm_utils: moved code to pcm_convert_16() | Max Kellermann | 1 | -21/+39 |
2008-10-23 | pcm_utils: moved channel conversion functions to pcm_channels.c | Max Kellermann | 1 | -82/+4 |
2008-10-23 | pcm_utils: moved code to pcm_resample.c | Max Kellermann | 1 | -162/+6 |
2008-10-23 | pcm_dither: added generic 24 to 16 bit dithering | Max Kellermann | 1 | -8/+10 |
2008-10-23 | output_buffer: don't split frames | Max Kellermann | 1 | -0/+3 |
2008-10-21 | pcm_utils: added pcm_convert_init() | Max Kellermann | 1 | -0/+5 |
2008-10-21 | pcm_utils: no CamelCase | Max Kellermann | 1 | -64/+63 |
2008-10-21 | pcm_utils: renamed ConvState to struct pcm_convert_state | Max Kellermann | 1 | -3/+5 |
2008-10-12 | pcm_utils: support any number of channels in pcm_sizeOfConvBuffer() | Max Kellermann | 1 | -11/+2 |
2008-10-12 | pcm_utils: support converting N channels to stereo | Max Kellermann | 1 | -0/+26 |
2008-10-12 | pcm_utils: pass output channel count to pcm_convertChannels() | Max Kellermann | 1 | -35/+22 |
2008-10-12 | pcm_utils: moved code from pcm_convertChannels() to separate functions | Max Kellermann | 1 | -20/+32 |
2008-10-12 | pcm_utils: pass int16_t* where appropriate | Max Kellermann | 1 | -12/+15 |
2008-10-10 | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 1 | -5/+5 |
2008-10-10 | audio_format: unsigned integers | Max Kellermann | 1 | -3/+3 |
2008-10-09 | pcm: fix const flac in pcm_convertSampleRate() | Max Kellermann | 1 | -1/+1 |
2008-10-09 | pcm: fixed software volume, broken by unsigned integer | Max Kellermann | 1 | -6/+3 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -1/+4 |
2008-09-29 | pcm_utils: 24 bit support | Max Kellermann | 1 | -0/+67 |
2008-09-29 | pcm_utils: moved code to special 8/16 bit functions | Max Kellermann | 1 | -72/+93 |
2008-09-29 | pcm_utils: pass only one buffer size to pcm_mix() | Max Kellermann | 1 | -17/+9 |
2008-09-29 | assume stdint.h and stddef.h are available | Max Kellermann | 1 | -2/+0 |
2008-09-29 | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 1 | -32/+32 |
2008-09-28 | pcm_utils: added pcm_range() | Max Kellermann | 1 | -10/+18 |
2008-09-28 | pcm_utils: added inline function pcm_dither() | Max Kellermann | 1 | -8/+10 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -7/+10 |
2008-09-07 | fix -Wcast-qual -Wwrite-strings warnings | Max Kellermann | 1 | -9/+10 |
2008-08-26 | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 1 | -2/+4 |
2008-04-15 | more const pointers in pcm_utils.[ch] | Max Kellermann | 1 | -3/+4 |
2008-04-12 | decode: fix some uninitialized variable warnings | Eric Wong | 1 | -1/+1 |
2008-04-12 | missing const in disabled code path | Max Kellermann | 1 | -1/+1 |
2008-04-12 | constant pointers | Max Kellermann | 1 | -5/+5 |
2008-04-12 | use constant pointers when possible | Max Kellermann | 1 | -13/+12 |
2008-03-26 | use size_t | Max Kellermann | 1 | -1/+1 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -4/+1 |
2007-09-10 | pcm_utils: gcc 2.95 compile fix (extra semi-colon) | Eric Wong | 1 | -1/+1 |
2007-05-26 | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 1 | -8/+4 |
2007-05-26 | Cleaning up pcm_getSampleRateConverter. | J. Alexander Treuman | 1 | -23/+27 |
2007-05-26 | Exit with an error if channel count isn't 1 or 2. | J. Alexander Treuman | 1 | -0/+4 |
2007-05-26 | Make pcm_convertAudioFormat return the buffer size. This is necessary | J. Alexander Treuman | 1 | -17/+20 |
2007-05-24 | Reverting to the full lsr API. Turns out the simple API needs all of the | J. Alexander Treuman | 1 | -29/+52 |
2007-05-23 | Tidying up pcm_utils.c a bit more. | J. Alexander Treuman | 1 | -8/+9 |
2007-05-23 | Switching to the lsr simple API. The problem with the full API is that the | J. Alexander Treuman | 1 | -19/+7 |