index
:
~arun/libsndfile
b2g
master
Unnamed repository; edit this file 'description' to name the repository.
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gsm610.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-16
src/ : Fix undefined behaviour warnings.
Erik de Castro Lopo
1
-2
/
+2
2012-03-14
src/gsm610.c : Fix clearing of buffers. Thanks Kao Dome.
Erik de Castro Lopo
1
-5
/
+5
2012-02-01
Remove the buffer union from SF_PRIVATE.
Erik de Castro Lopo
1
-12
/
+18
2012-01-20
Whitespace and cstyle fixes.
Erik de Castro Lopo
1
-2
/
+2
2011-01-19
Update copyright dates.
Erik de Castro Lopo
1
-1
/
+1
2009-09-25
src/* : Split file stuff into PSF_FILE struct within the SF_PRIVATE struct.
Erik de Castro Lopo
1
-5
/
+5
2009-02-07
Update copyright notices.
Erik de Castro Lopo
1
-1
/
+1
2008-10-04
src/gsm610.c : Seek to psf->dataoffset before decoding first block.
Erik de Castro Lopo
1
-0
/
+2
2008-09-04
src/*.c : Use new macros everywhere it is appropriate.
Erik de Castro Lopo
1
-3
/
+3
2008-04-05
Clean out cruft.
Erik de Castro Lopo
1
-8
/
+1
2007-12-01
src/gsm610.c : Differentiate between WAV and standard in error messages.
Erik de Castro Lopo
1
-3
/
+3
2006-10-22
More use of UNUSED macro.
Erik de Castro Lopo
1
-3
/
+1
2006-06-23
Fix psf->dataoffset for headerless files opened based on filename extension.
Erik de Castro Lopo
1
-2
/
+2
2006-05-22
Remove fdate field from SF_PRIVATE struct and replace it with codec_data.
Erik de Castro Lopo
1
-23
/
+23
2006-03-04
Update copyright dates on some files.
Erik de Castro Lopo
1
-1
/
+1
2006-03-04
Fix problem where int/size_t were being passed to a varargs function.
Erik de Castro Lopo
1
-1
/
+1
2005-11-21
gsm6120.c : Minor cleanup.
Erik de Castro Lopo
1
-20
/
+23
2005-11-16
gsm6120.c : Make sure samplerate and channel gets set for SF_FORMAT_RAW.
Erik de Castro Lopo
1
-1
/
+6
2005-10-26
Merge codec_close/container_close mods from --codec-close branch.
Erik de Castro Lopo
1
-13
/
+2
2005-10-26
gsm610.c : Add an AIFF specific check on psf->datalength.
Erik de Castro Lopo
1
-4
/
+14
2005-10-26
gsm610.c : Ensure that the container close function (ie for WAV files) gets c...
Erik de Castro Lopo
1
-3
/
+13
2005-10-26
Add extra checks in *_init functions.
Erik de Castro Lopo
1
-0
/
+5
2005-10-15
gsm610.c : Minor cleanup.
Erik de Castro Lopo
1
-12
/
+12
2005-10-13
gsm610.c : Make sure SF_FORMAT_WAVEX are handled correctly.
Erik de Castro Lopo
1
-0
/
+1
2005-09-03
Fix autoconf config issues using new file sfconfig.h.
Erik de Castro Lopo
1
-1
/
+1
2005-01-26
Update copyright notices.
Erik de Castro Lopo
1
-1
/
+1
2005-01-25
Rename SF_SEEK_ERROR to PSF_SEEK_ERROR.
Erik de Castro Lopo
1
-3
/
+3
2004-12-23
Const-ify the write path throughout.
Erik de Castro Lopo
1
-10
/
+10
2004-08-29
Change an unnamed union to a named one and fix resulting problems.
Erik de Castro Lopo
1
-12
/
+12
2004-07-02
Change psf->buffer to a more type safe union.
Erik de Castro Lopo
1
-12
/
+12
2004-03-01
Add 2004 copyright dates.
Erik de Castro Lopo
1
-1
/
+1
2004-02-13
More zip.com.au to mega-nerd.com changes.
Erik de Castro Lopo
1
-1
/
+1
2004-01-21
initial import
Erik de Castro Lopo
1
-96
/
+75
2007-05-14
First snapshot of the public project.
Erik de Castro Lopo
1
-0
/
+626