search for: format_overview

Displaying 3 results from an estimated 3 matches for "format_overview".

2007 Oct 27
3
rake spec:rcov failing
...val):490:in `table_'' from (eval):490:in `each'' from (eval):490:in `table_'' from (eval):490:in `each'' from (eval):490:in `table_'' from /usr/local/lib/ruby/gems/1.8/gems/rcov-0.8.0.2/lib/rcov/ report.rb:702:in `format_overview'' ... 61 levels... from /usr/local/lib/ruby/gems/1.8/gems/rcov-0.8.0.2/lib/ rcov.rb:628:in `dump_coverage_info'' from /usr/local/lib/ruby/gems/1.8/gems/rcov-0.8.0.2/lib/ rcov.rb:628:in `each'' from /usr/local/lib/ruby/gems/1.8/gems/rcov...
2018 Feb 08
1
libFLAC optimizations request
...e kept, I would like an option (e.g. I could save ~100MB out of >> ~1.1GB compressed data). > > I'm pretty sure this default vorbis comment is part of the official > specfication of FLAC and hence should probably not even be made optional. Here https://xiph.org/flac/format.html#format_overview only the streaminfo is mandatory. > You can probably avoid it by using the library directly instead of using > the flac command line program. It is the other way around :) . I could NOT avoid generating the comment with the library. Even after my change, the command line tool is still gener...
2018 Feb 02
2
libFLAC optimizations request
Hello again, After some time, I succeeded in splitting "flush" and "restart" functions. A quick measurement gives me ~25% speed improvement, which is quite a lot. Of course this optimization is specific for this use case (many short signals). Is this interesting for the project? I would gladly contribute it... If yes, how should I share it? As a patch against current git?