fvid/CHANGELOG.md

29 lines
615 B
Markdown

__Planned (1.1.0)__
- GUI
- Use json-encoded strings instead of pickle for storing stuff
- Add `-5` flag for H265 encoding/decoding, much smaller output file
- Add zfec error correction
__1.0.0__
Additions:
- Added support for passwords, custom framerates, and Cython compilation
- file.mp4 compression with ``gzip``
- Pickled data to allow decompression with original file name
Bug Fixes:
- Fixed ``file.bin`` bug
- Removed ``magic``, ``mime``
- New ``make_image_sequence`` logic
- Framerate patch
Performance:
- Huge Cython/Python speedups
__0.0.2__
- Bug fixes
- Minor speedups
__0.0.1__
- Initial release