Commit Graph

1981 Commits

Author SHA1 Message Date
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
Erik de Castro Lopo
b7c65c6c6b src/sndfile.c : Don't check for non-NULL pointer before freeing. 2011-12-28 14:45:00 +11:00
Erik de Castro Lopo
6eb38cdc4b Start working on setting/getting chunks. 2011-12-28 14:13:46 +11:00
Erik de Castro Lopo
9b5e0d33cb src/sndfile.h.in : Specify functions for getting and setting sound file chunks. 2011-12-28 11:45:10 +11:00
Erik de Castro Lopo
2614bc89ca src/binheader_writef_check.py : Remove debug output. 2011-12-27 21:32:34 +11:00
Erik de Castro Lopo
e9441b769e src/common.c : Print 'unknown' if psf->sf.frames == SF_COUNT_MAX. 2011-12-25 20:36:44 +11:00
Erik de Castro Lopo
6cc206055e src/*.py : Make it work for Python 2 and 3. Thanks Michael. 2011-12-24 08:14:24 +11:00
Erik de Castro Lopo
acf4b7807b src/ogg.c : Print the stream serialno as unsigned. 2011-12-22 20:19:09 +11:00
Erik de Castro Lopo
6e2f0b340d tests/ : Minor cleanups. 2011-12-19 20:40:08 +11:00
Erik de Castro Lopo
791db7bed7 src/sndfile.h.in : Add SF_SEEK_SET/CUR/END. 2011-12-19 20:31:19 +11:00
Erik de Castro Lopo
d24ff22aa7 libsndfile.spec.in : Change field name 'URL' to 'Url'. 2011-12-19 20:22:34 +11:00
Erik de Castro Lopo
d5e34a6bb5 programs/sndfile-info.c : Minor refactoring. 2011-11-16 21:56:32 +11:00
Erik de Castro Lopo
41da64d927 src/id3.c : Fix a stack overflow when parsing a file with multiple ID3 headers. 2011-11-05 09:49:14 +11:00
Erik de Castro Lopo
04bc10f412 Make (float32|double_64)_(be|le)_read() functions const correct. 2011-10-30 09:59:16 +11:00
Erik de Castro Lopo
952d4e4cd7 Fix compiler warnings with latest MinGW cross compiler. 2011-10-28 19:15:22 +11:00
Erik de Castro Lopo
c23fe74ee6 src/sfendian.h : Minor tweaking of types. 2011-10-28 17:45:58 +11:00
Erik de Castro Lopo
b966c921e2 src/file_io.c : Use the non-deprecated resource fork name on OSX. 2011-10-13 20:54:40 +11:00
Erik de Castro Lopo
d53d575f32 src/wav.c : Jump over the 'olym' chunks when parsing. 2011-10-12 21:56:28 +11:00
Erik de Castro Lopo
3dd9bc6d21 tests/write_read_test.tpl : Remove un-needed windows only truncate() implementation. 2011-10-06 21:23:53 +11:00