fvid/fvid
Theelgirl e8362ec7e6 Remove unnecesary logic
This results in a nearly 20% speedup for the get_bits_from_image function. Cython is now only 40% faster than Python, and FFmpeg is now the major bottleneck in code. I have reason to believe this function is close to maximal optimization, unless it is rewritten to scan multiple pixels at a time (which might not work because bits need to be in sequential order) or use a different method to load pixels.
2020-10-28 14:56:17 +00:00
..
__init__.py Bump version to 1.0.1 2020-10-28 14:00:12 +00:00
__main__.py New method for importing main 2020-10-16 17:46:07 +00:00
cythonizer.py Create cythonizer.py 2020-10-13 12:20:00 +00:00
fvid.py Remove unnecesary logic 2020-10-28 14:56:17 +00:00
fvid_cython.c Update fvid_cython.c 2020-10-25 18:04:31 +00:00
fvid_cython.pyx Remove unnecessary logic 2020-10-28 14:49:09 +00:00