pali

Results 504 comments of pali

I did cleanup of pppoe.so plugin in ppp repository, removed and changed code better fit in ppp repository. I'm not sure if such changes are useful / suitable for rp-pppoe...

This feature is something which can be useful also for "ip link" output. So user would know to which eth interface is ppp interface bound. In the same way how...

@isomer wrote: > With netlink I can discover the fd that corresponds to the ppp interface It is really already possible? Could you provide some example how to do it?...

mkfs.vfat can be extended to any new functionality. Please describe _exactly_ what is not supported and test case to verify it.

Just to avoid confusion, the tool is named mkfs.fat, previously it was named mkdosfs and for compatibility with other tools, install script creates symlink for mkdosfs and also for mkfs.msdos...

> However, on Windows, when the first byte of the filesystem is not EB or E9 (I know 00 and some randomly corrupted values fail, didn't test others systematically), Windows...

Last version of OMP was moved from gitorious to github: https://github.com/gidzzz/openmediaplayer See also my PR: https://github.com/gidzzz/openmediaplayer/pull/2 And some old (probably untested?) changed: https://github.com/pali/openmediaplayer/compare/master...untested

You can create decoder library based on already released encoder sources.

@eggman Looks like you already have `ldacinfo` utility which parse LDAC packets. This could be a good first step in trying to do inverse steps of encoding process.

Nice, so you basically understood whole LDAC process! Are you going to implement IDCT? Is LDAC using standard DCT or with some modifications? For inverse DCT there are already optimized...