- 16 Jul, 2010 1 commit
-
-
conrad authored
This line is only needed if packages that build against libfishsound needs access to the Cflags of the required packages. In this case, the listed packages (vorbis, speex, flac) are precisely the packages that libfishsound provide a wrapper API for, so apps compiling against libfishsound really should not need their headers directly. This was not a problem in 0.9.1, but in 1.0.0 the FLAC headers are exported, and this include a really regrettably misnamed assert.h, which shadows the system assert.h and causes compilation of sonic-visualiser to fail. I've tried removing the Requires: line and can report that it results in a functioning sonic-visualiser build. Reported-by: hircus
-
- 27 May, 2010 1 commit
-
-
conrad authored
* Please add feature suggestions here! * Please remove the entry from TODO in the same commit that implements a feature listed there :-)
-
- 19 Apr, 2010 1 commit
-
-
conrad authored
Avoids debug crash with libFLAC 1.2.1; tested on Windows (x64) Reported-by:
Денис Кулаков <kulakov_denis@mail.ru>
-
- 10 Apr, 2010 1 commit
-
-
conrad authored
-
- 01 Apr, 2010 1 commit
-
-
conrad authored
-
- 03 Feb, 2010 5 commits
-
-
conrad authored
-
conrad authored
-
conrad authored
-
conrad authored
Patch by Chris Double
-
conrad authored
Handle the case where the comment has no value but has an = sign. Tested with the files in that bug report: http://upload.wikimedia.org/wikipedia/commons/e/ee/SongFromCottonField.ogg http://whatthebert.com/ihameed/boomtss/zurie-piratesxaimusremix.ogg
-
- 02 Feb, 2010 3 commits
-
-
conrad authored
This commit changes the policy of fs_comment_validate_byname() to allow NULL-value comments, and changes fs_comment_new() to handle the case where value=NULL. This commit should pass "make check", including the policy change introduced in the previous commit.
-
conrad authored
This test changes the policy on what comments are valid, to allow plain comments, not of the form KEY=VALUE (the condition reported in Mozilla #520500). As this commit only modifies the test suite, 'make check' is expected to fail.
-
- 23 Nov, 2009 1 commit
-
-
conrad authored
-
- 18 Oct, 2009 1 commit
-
-
conrad authored
This change was present in the patch for 520500 but not 521863. Applied separately after discussion with Chris Pearce.
-
- 17 Oct, 2009 1 commit
-
-
conrad authored
Don't reject files with vorbis comments with name or values of length 0. Patch by Chris Pearce
-
- 15 Sep, 2009 1 commit
-
-
conrad authored
patch by Chris Pearce When resetting the decoder, reset the packetno so that the next packets read are treated as headers.
-
- 12 Sep, 2009 1 commit
-
-
conrad authored
Fixes crash in vorbis_synthesis: reject bad header packets
-
- 12 Aug, 2009 1 commit
-
-
conrad authored
-
- 04 Jul, 2009 2 commits
- 28 Jun, 2009 1 commit
-
-
conrad authored
-
- 23 Jun, 2009 1 commit
-
-
conrad authored
-
- 25 May, 2009 1 commit
-
-
conrad authored
-
- 03 May, 2009 1 commit
-
- 07 Apr, 2009 1 commit
-
-
conrad authored
-
- 28 Mar, 2009 5 commits
-
-
conrad authored
with corrupt headers Mozilla bug 481601. Adapted from a patch that fixes the crash by adding a new vorbis_dsp_init() function to libvorbis, and calling that from fs_vorbis_init(): https://bug481601.bugzilla.mozilla.org/attachment.cgi?id=366150 It was suggested in this thread on vorbis-dev that we isolate the patch to libfishsound, rather than also adding vorbis_dsp_init() to libvorbis: http://lists.xiph.org/pipermail/vorbis-dev/2009-March/019791.html Hence, this revision should replace the patch currently in use in Firefox for Mozilla bug 481601. git-svn-id: http://svn.annodex.net/libfishsound/trunk@3901 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
vorbis.c: Remove unnecessary alloca speex.c: Check that frame_size is not so large that the buffer size calculations would wrap. In reality, frame_size is set by libspeex according to the mode index specified in the file header, and is usually equal to 320. Requires uintptr_t, checked by configure. git-svn-id: http://svn.annodex.net/libfishsound/trunk@3900 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/libfishsound/trunk@3899 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
Patch by Matthew Gregan: This is required when libsndfile is in a non-standard location, e.g. /opt/local/{include,libs} on OS X with MacPorts. configure sets SNDFILE_CFLAGS correctly (since pkg-config is in the path), but the examples weren't using this value when building. git-svn-id: http://svn.annodex.net/libfishsound/trunk@3897 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/libfishsound/trunk@3896 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 20 Mar, 2009 1 commit
-
-
conrad authored
of directly looking up library symbols and headers. pkg-config patch by Viktor Gal git-svn-id: http://svn.annodex.net/libfishsound/trunk@3891 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 19 Mar, 2009 3 commits
-
-
conrad authored
when parsing header For Mozilla bug 480014 git-svn-id: http://svn.annodex.net/libfishsound/trunk@3888 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
Fixes potential wrapping of strlen in fs_strdup, fs_strdup_len git-svn-id: http://svn.annodex.net/libfishsound/trunk@3887 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
and fix a typo in its documentation git-svn-id: http://svn.annodex.net/libfishsound/trunk@3886 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 17 Mar, 2009 2 commits
-
-
conrad authored
strlen, accum_length checks git-svn-id: http://svn.annodex.net/libfishsound/trunk@3884 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
Avoid overflow in comment lengths git-svn-id: http://svn.annodex.net/libfishsound/trunk@3883 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 05 Mar, 2009 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/libfishsound/trunk@3874 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 21 Feb, 2009 1 commit
-
-
conrad authored
libflac encode/decode status for memory allocation errors For Mozilla bug 468293 git-svn-id: http://svn.annodex.net/libfishsound/trunk@3854 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 20 Feb, 2009 1 commit
-
-
conrad authored
Towards Mozilla bug 468293 git-svn-id: http://svn.annodex.net/libfishsound/trunk@3853 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-