fvid/CHANGELOG.md

29 lines
615 B
Markdown
Raw Permalink Normal View History

2020-10-28 15:47:25 +01:00
__Planned (1.1.0)__
- GUI
2021-02-21 19:19:41 +01:00
- Use json-encoded strings instead of pickle for storing stuff
2021-02-25 19:59:48 +01:00
- Add `-5` flag for H265 encoding/decoding, much smaller output file
- Add zfec error correction
2020-10-28 15:47:25 +01:00
__1.0.0__
2021-01-17 03:54:42 +01:00
Additions:
2020-10-28 15:47:25 +01:00
- 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:
2020-10-28 15:47:25 +01:00
- Fixed ``file.bin`` bug
- Removed ``magic``, ``mime``
- New ``make_image_sequence`` logic
- Framerate patch
2020-10-28 15:47:25 +01:00
Performance:
- Huge Cython/Python speedups
2020-10-28 15:47:25 +01:00
__0.0.2__
- Bug fixes
- Minor speedups
__0.0.1__
- Initial release