Commit Graph

1999 Commits

Author SHA1 Message Date
Erik de Castro Lopo
911f8103bb tests/chunk_test.c : Extend custom chunk test. 2012-02-18 13:55:38 +11:00
Erik de Castro Lopo
5bd46ad78b Rename SFE_BAD_READ_CHUNK_PTR to SFE_BAD_CHUNK_PTR. 2012-02-18 13:54:42 +11:00
Erik de Castro Lopo
d04e1de82a programs/sndfile-play.c : Remove un-needed OSX include <Carbon.h>. 2012-02-18 13:37:36 +11:00
Erik de Castro Lopo
518e3be6ef tests/ : Fix all printf format warnings. 2012-02-18 12:59:32 +11:00
Erik de Castro Lopo
f4da909c5d tests/utils.tpl : Add GCC specific testing for format string parameters for exit_if_true(). 2012-02-18 11:58:25 +11:00
Erik de Castro Lopo
192fd845bf src/wav.c : Improve handlling unknown chunk types. 2012-02-18 09:34:16 +11:00
Erik de Castro Lopo
3b373d2597 src/wav.c : Jump over some more chunk types while parsing. 2012-02-12 20:32:13 +11:00
Erik de Castro Lopo
f1a8bfafd5 Change way strings are stored in SF_PRIVATE in preparation for
dynamically allocating the storage.
2012-02-04 18:45:12 +11:00
Erik de Castro Lopo
3033376361 Improve encapsulation of string data in SF_PRIVATE. 2012-02-02 21:10:35 +11:00
Erik de Castro Lopo
b5c45de7bc Remove the buffer union from SF_PRIVATE. 2012-02-01 17:47:11 +11:00
Erik de Castro Lopo
7588ad5a55 Put the parselog buffer and the index inside a struct within SF_PRIVATE. 2012-01-31 17:39:04 +11:00
Erik de Castro Lopo
3d46c1f19f Rename logbuffer field of SF_PRIVATE to parselog and reduce its size. 2012-01-31 17:28:16 +11:00
Erik de Castro Lopo
20005dfb72 src/sndfile.c : Minor cleanup. 2012-01-27 17:33:25 +11:00
Erik de Castro Lopo
e0671a836c configure.ac : Fix typo, FLAC_CLFAGS -> FLAC_CFLAGS. 2012-01-26 16:21:52 +11:00
Erik de Castro Lopo
a779d3f91a src/common.h : Fix spelling in comments. 2012-01-21 17:52:52 +11:00
Erik de Castro Lopo
f4d1646e5c Fix misleading error message when trying to create an SF_FORMAT_OGG
file with any endian-ness other than SF_ENDIAN_FILE.
2012-01-21 17:46:54 +11:00
Erik de Castro Lopo
22226fabaf Scripts/cstyle.py : Updated. 2012-01-21 14:25:01 +11:00
Erik de Castro Lopo
8508ec5679 More whitespace and cstyle fixes. 2012-01-21 14:24:38 +11:00
Erik de Castro Lopo
18c1105981 Whitespace and cstyle fixes. 2012-01-20 22:46:13 +11:00
Erik de Castro Lopo
a6c099e9b6 Scripts/cstyle.py : Improve style checking. 2012-01-20 22:46:13 +11:00
Erik de Castro Lopo
2ad57eb9b6 tests/string_test.c : Add tests for extending files in RDWR mode. 2012-01-20 22:46:13 +11:00
Erik de Castro Lopo
4ee03c75e7 Allow files opened in RDWR mode with string data in the tailer to be extended. 2012-01-20 22:46:13 +11:00
Erik de Castro Lopo
ecf7c5dd5c README.md : More tweaks. 2012-01-20 19:50:57 +11:00
Erik de Castro Lopo
aa6d1a6a5b doc/development.html : Point to Githib. 2012-01-16 06:54:49 +11:00
Erik de Castro Lopo
1011d2a877 Update README.md. 2012-01-15 22:13:33 +11:00
Erik de Castro Lopo
cca9480bcc Scripts/cstyle.py : Comments. 2012-01-15 22:02:03 +11:00
Erik de Castro Lopo
0d8fce8b25 Update README.md. 2012-01-15 21:23:56 +11:00
Erik de Castro Lopo
730ad58cb0 Add README.md. 2012-01-15 20:34:46 +11:00
Erik de Castro Lopo
bb290bb7b9 Add Scripts/ directory. 2012-01-15 20:08:35 +11:00
Erik de Castro Lopo
b98875b191 autogen.sh : Add installation of git pre-commit hook. 2012-01-15 20:08:08 +11:00
Erik de Castro Lopo
6818f614b6 Move to git and rename .bzrignore -> .gitignore. 2012-01-15 20:04:34 +11:00
Erik de Castro Lopo
bbfd5150da tests/chunk_test.c : Fix error message. 2012-01-09 22:25:59 +11:00
Erik de Castro Lopo
eadcab99d4 src/(caf|wav).c : Correct storing of chunk offset. 2012-01-09 22:25:06 +11:00
Erik de Castro Lopo
924a523f12 src/aiff.c : Refactor reading of chunk size and use of psf_store_read_chunk(). 2012-01-09 22:23:03 +11:00
Erik de Castro Lopo
a3218e1aa1 src/sndfile.c : Prevent psf->codec_close() being called more than once. 2012-01-05 18:12:57 +11:00
Erik de Castro Lopo
6f26709560 Test CAF files with custom chunks. 2012-01-05 18:11:15 +11:00
Erik de Castro Lopo
0af17a06f8 src/caf.c : Make custom chunks work for CAF files. 2012-01-05 18:08:52 +11:00
Erik de Castro Lopo
5c66353175 Refactor common code into src/common.h. 2012-01-05 18:08:27 +11:00
Erik de Castro Lopo
6cd40d4776 programs/sndfile-cmp.c : Catch the case where the second file has more frames than the first. 2012-01-04 16:38:19 +11:00
Erik de Castro Lopo
b674397217 src/create_symbols_file.py : Add sf_set_chunk/sf_get_chunk_size/sf_get_chunk_data. 2012-01-02 12:36:24 +11:00
Erik de Castro Lopo
5eb6df461f tests/test_wrapper.sh.in : Extent chunk_test to WAV. 2011-12-31 23:16:59 +11:00
Erik de Castro Lopo
03ca17d444 tests/chunk_test.c : Add WAVEX and RIFX tests. 2011-12-31 23:07:49 +11:00
Erik de Castro Lopo
3e48d7f243 src/wav.c : Make custom chunks work on WAV files (includes refactoring). 2011-12-31 23:01:01 +11:00
Erik de Castro Lopo
1ce799c9f3 src/wav.c : Change the way the 'WAVE' chunk is parsed. 2011-12-31 21:35:27 +11:00
Erik de Castro Lopo
b9244360e2 Merge in custom chunk work. 2011-12-31 20:15:03 +11:00
Erik de Castro Lopo
f472c9b2c9 Make custom chunks work on AIFF files. 2011-12-31 20:12:51 +11:00
Erik de Castro Lopo
40ea763f58 src/sndfile.h.in : Update SF_CHUNK_INFO definition. 2011-12-31 20:05:56 +11:00
Erik de Castro Lopo
4cde8e30f4 Add new test for custom chunks. 2011-12-31 20:04:06 +11:00
Erik de Castro Lopo
c9510c9718 More chunk logging tweaks. 2011-12-28 15:36:18 +11:00
Erik de Castro Lopo
66119a7d03 Add chunk logging for AIFF files. 2011-12-28 14:47:11 +11:00