index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pcm_convert.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pcm_convert: use GError for error handling
Max Kellermann
2009-07-23
1
-32
/
+77
*
pcm_byteswap: converted NULL checks to assertions
Max Kellermann
2009-07-22
1
-6
/
+3
*
pcm_convert: added pcm_convert_state.byteswap_buffer
Max Kellermann
2009-07-22
1
-3
/
+5
*
Add reverse_endian field to struct audio_format and handle conversion
David Woodhouse
2009-07-19
1
-0
/
+19
*
pcm_convert: return NULL on failure
Max Kellermann
2009-03-14
1
-1
/
+1
*
all: Update copyright header.
Avuton Olrich
2009-03-13
1
-3
/
+4
*
pcm_convert: added 32 bit support
Max Kellermann
2009-03-02
1
-0
/
+42
*
pcm_convert: removed pcm_convert_size()
Max Kellermann
2009-02-17
1
-17
/
+0
*
pcm_convert: return PCM buffer from pcm_convert()
Max Kellermann
2009-01-17
1
-29
/
+27
*
log, pcm_convert: added return statements after g_error()
Max Kellermann
2009-01-15
1
-0
/
+1
*
pcm_convert: removed unused variable "dest_size"
Max Kellermann
2009-01-15
1
-4
/
+2
*
pcm_resample: use pcm_buffer (1/2)
Max Kellermann
2009-01-08
1
-16
/
+14
*
pcm_channels: use pcm_buffer
Max Kellermann
2009-01-07
1
-2
/
+6
*
pcm_format: use the pcm_buffer library
Max Kellermann
2009-01-07
1
-3
/
+8
*
pcm: added pcm_convert_deinit(), pcm_resample_deinit()
Max Kellermann
2009-01-07
1
-0
/
+5
*
pcm: pass void pointers to PCM functions
Max Kellermann
2009-01-07
1
-5
/
+4
*
pcm_utils: moved conversion code to pcm_convert.c
Max Kellermann
2009-01-07
1
-0
/
+157