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