index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pcm_utils.h
Age
Commit message (
Expand
)
Author
2013-01-31
pcm_*: convert to C++
Max Kellermann
2013-01-30
TagPool, ...: include cleanup
Max Kellermann
2011-10-20
audio_format: basic support for floating point samples
Max Kellermann
2011-10-19
pcm_utils: add function pcm_end_pointer()
Max Kellermann
2011-01-29
copyright year 2011
Max Kellermann
2009-12-31
Update copyright notices.
Avuton Olrich
2009-11-19
pcm_volume: implemented 32 bit support
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-01-07
pcm_utils: moved conversion code to pcm_convert.c
Max Kellermann
2009-01-07
pcm_utils: moved code to pcm_mix.c
Max Kellermann
2009-01-07
pcm_utils: moved code to pcm_volume.c
Max Kellermann
2009-01-07
pcm_utils: export pcm_range()
Max Kellermann
2008-11-11
pcm_volume: added constant PCM_VOLUME_1
Max Kellermann
2008-11-11
pcm_utils: added inline function pcm_float_to_volume()
Max Kellermann
2008-10-31
added prefix to header macros
Max Kellermann
2008-10-23
pcm_utils: moved code to pcm_resample.c
Max Kellermann
2008-10-23
pcm_dither: added generic 24 to 16 bit dithering
Max Kellermann
2008-10-21
pcm_utils: added pcm_convert_init()
Max Kellermann
2008-10-21
pcm_utils: no CamelCase
Max Kellermann
2008-10-21
pcm_utils: renamed ConvState to struct pcm_convert_state
Max Kellermann
2008-09-29
pcm_utils: pass only one buffer size to pcm_mix()
Max Kellermann
2008-09-29
assume stdint.h and stddef.h are available
Max Kellermann
2008-09-29
Switch to C99 types (retaining compat with old compilers)
Eric Wong
2008-09-07
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
2008-08-26
moved struct AudioFormat to audio_format.h
Max Kellermann
2008-04-15
more const pointers in pcm_utils.[ch]
Max Kellermann
2008-04-12
yet more unsigned integers
Max Kellermann
2008-04-12
use constant pointers when possible
Max Kellermann
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2007-11-21
A better way to do the last patch (extremely minor patch)
Avuton Olrich
2007-11-21
Fix Sun C 5.9 / C99 compatiblity
Avuton Olrich
2007-05-26
Make pcm_convertAudioFormat return the buffer size. This is necessary
J. Alexander Treuman
2007-05-24
Reverting to the full lsr API. Turns out the simple API needs all of the
J. Alexander Treuman
2007-05-22
Split pcm_convertAudioFormat into separate functions for bitrate, channel,
J. Alexander Treuman
2007-04-05
The massive copyright update
Avuton Olrich
2006-07-26
Typo fix
Avuton Olrich
2006-07-20
Add mpd-indent.sh
Avuton Olrich
2006-07-14
[CLEANUP] Remove unused function
Avuton Olrich
2006-07-14
Change shank's email address
J. Alexander Treuman
2006-07-13
Huge header update, update the copyright and add
Avuton Olrich
2004-11-03
remove vim &*(@
Warren Dukes
2004-10-23
configure shout encoding quality and audio format
Warren Dukes
2004-05-10
more little bits of code in prep for resample/audioFormat conversion,
Warren Dukes
2004-05-10
some more work on organizing code for resampling/audioFormat conversion
Warren Dukes
2004-04-14
add vim shiznit to end of all source files
Warren Dukes
2004-03-18
bunch of autotool cleanups
Warren Dukes
2004-02-24
add copyright notices to files
Warren Dukes
2004-02-23
import from SF CVS
Warren Dukes