Luca Barbato

Results 173 issues of Luca Barbato

Would be fine to make user-selectable the storage backend and/or make it user-implementable? I'd like to experiment with sled but I understand you might not want to add to the...

``` time md2html README.md > /dev/null real 0m1.260s user 0m1.212s sys 0m0.043s ``` ``` time rst2html.py README.rst > /dev/null real 0m0.173s user 0m0.148s sys 0m0.022s ``` ``` time markdown_py README.md...

I'm evaluating docurium for Libav and seems that it doesn't support multiple include paths (ideally I'd have ["libavcodec", "libavformat", ...] and such as input.

Having granulepos is confusing and currently not really documented.

It expose apparently a problem in the interleaved codepath, valgrind complains this way: ``` ==22162== Invalid read of size 4 ==22162== at 0x10A000: speex_resampler_process_float (resample.c:947) ==22162== by 0x10A53D: speex_resampler_process_interleaved_float (resample.c:1052)...

See https://github.com/xiph/speexdsp/pull/40 to reproduce the problem.

kobject_uevent messages do not seem to have a netlink header, would be acceptable to add a different Codec and wire it in automatically on `Connection::new()` ? While at it audit...

Setting the environment should be done using the new API.

bug

mfx_dispatcher.cpp uses iostream.

enhancement