Results 70 issues of David Buchanan

**Is your feature request related to a problem? Please describe.** Installing the libmp3lame dependency on macOS looks annoying, and I don't plan on using the mp3 feature anyway, so it'd...

feature request

Does it work on your device? Let other users know here. If it doesn't work, please be as specific as possible about your device and ROM, and what logs are...

As described here: https://news.ycombinator.com/item?id=14200889

In the years since I wrote this, I changed my mind about certain code style choices. TODO

PNG is an extensible format - you can add custom Ancillary chunks to a file, and decoders will ignore any such chunk that they don't recognize. If an Ancillary chunk...

Line 181 slices the front off the buffer, to keep track of what's remaining: https://github.com/ricmoo/pyaes/blob/23a1b4c0488bd38e03a48120dfda98913f4c87d2/pyaes/blockfeeder.py#L181 This operation is O(n), since the python runtime must make a new copy of the...

For example, this one: ![bggp](https://user-images.githubusercontent.com/13520633/144610760-d432d289-c71e-49ef-964b-446941cac5d0.png) In fact, the only filetype identified is PNG. Not detecting the PDF is understandable, since it's out-of-spec - the header appears too far into the...