summaryrefslogtreecommitdiff
path: root/src/htk.c
AgeCommit message (Collapse)AuthorFilesLines
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-3/+3
2009-05-28Fix bugs where invalid files can cause a divide by zero exception (SIGFPE). ↵Erik de Castro Lopo1-3/+10
Thanks to Sami Liedes for reporting this a Debian bug #530831.
2009-02-07Update copyright notices.Erik de Castro Lopo1-1/+1
2008-09-04src/*.c : Use new macros everywhere it is appropriate.Erik de Castro Lopo1-2/+2
2008-04-05Clean out cruft.Erik de Castro Lopo1-7/+1
2005-10-26Merge codec_close/container_close mods from --codec-close branch.Erik de Castro Lopo1-3/+1
Patches applied: * erikd@miles--2004/libsndfile--codec-close--0--base-0 tag of erikd@miles--2004/libsndfile--mdev--1.0--patch-545 * erikd@miles--2004/libsndfile--codec-close--0--patch-1 Start work on separate codec and container close functions. * erikd@miles--2004/libsndfile--codec-close--0--patch-2 Start using codec_close function pointer. * erikd@miles--2004/libsndfile--codec-close--0--patch-3 Start using container_close function pointer. * erikd@miles--2004/libsndfile--codec-close--0--patch-4 dwvw.c : Missed this in previous changes. * erikd@miles--2004/libsndfile--codec-close--0--patch-5 ima_adpcm.c : Modify existing *_close to be a codec_close function. * erikd@miles--2004/libsndfile--codec-close--0--patch-6 ms_adpcm.c : Modify existing *_close to be a codec_close function. * erikd@miles--2004/libsndfile--codec-close--0--patch-7 Remove the old close function pointer from the SF_PRIVATE struct. * erikd@miles--2004/libsndfile--codec-close--0--patch-8 lossy_comp_test.c : Reinstate check_comment() code form SF_FORMAT_(IMA|MS)_ADPCM.
2005-10-13Ensure sfconfig.h is included before any other header file.Erik de Castro Lopo1-1/+2
2005-09-03Fix autoconf config issues using new file sfconfig.h.Erik de Castro Lopo1-1/+1
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-4/+5
(automatically generated log message)
2007-05-14First snapshot of the public project.Erik de Castro Lopo1-0/+225