Re: [flac-dev] Exact FLAC subset constraints

2014-01-19 Thread Барт Гопник
Finally, does this mean that: 1. Now any block size from interval [16, 4607] is subset, e.g. 588? 2. Now any block size from interval [16, 16384] is subset, (only) if sample rate > 48 kHz? And the third is the most interesting question: 3. Now not only constant (fixed) block size stream can be sub

Re: [flac-dev] Exact FLAC subset constraints

2014-01-19 Thread Martijn van Beurden
On 19-01-14 09:43, Барт Гопник wrote: > If answer on any of these questions is "yes", documentation on the > website should be updated (fixed)! No one here knows for sure, as Josh won't probably be listening to answer these questions, so I guess most of us are actually relying on the documentati

Re: [flac-dev] PATCH: add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED

2014-01-19 Thread lvqcl
Erik de Castro Lopo wrote: Yes, I think src/libFLAC/include/private/cpu.h would be a better place for this SSE version support stuff. Would you be able to do it or should I? OK, the attached patch adds FLAC__SSE*_SUPPORTED and also moves their definitions to cpu.h. It also adds GCC 4.9 suppo