Commit Graph

220 Commits

Author SHA1 Message Date
Theelgirl 7f1bdcf8d7 Merge branch 'master' of https://github.com/AlfredoSequeida/fvid
what am i doing


Former-commit-id: d11400e0bdbde6316e4775d813bf3d9d477b6ed2
2021-03-09 08:48:03 -08:00
Theelgirl b05b29280d Merge branch 'master' of https://github.com/AlfredoSequeida/fvid
idk what im doing but i accidentally added a 600mb file and im trying to remove it


Former-commit-id: 4a213a970bab3e23d342faf753ef2fc50a3efa62
2021-03-09 08:42:21 -08:00
Theelgirl e35057a0d7 Add tests; they take a long time atm
Former-commit-id: bed5286907c49988378f58a1e78c4f34f6e25627
2021-03-09 08:30:19 -08:00
Theelgirl 1542bbe493 Vastly speed up cython; misc other changes 2021-03-09 08:19:25 -08:00
Theelgirl 69b64cca77 Vastly speed up cython; misc other changes 2021-03-09 08:19:25 -08:00
Theelgirl 822e79d334 Update docs 2021-03-02 10:50:03 -08:00
Theelgirl 456e0fd78e Update docs 2021-03-02 10:50:03 -08:00
Theelgirl 2d47235912 Add -y option; Update tests 2021-03-02 10:48:33 -08:00
Theelgirl f234de67d9 Add -y option; Update tests 2021-03-02 10:48:33 -08:00
Theelgirl 80804c32f9 Add Cython C++ 2021-03-02 10:09:38 -08:00
Theelgirl 5ddfe39728 Add Cython C++ 2021-03-02 10:09:38 -08:00
Theelgirl 668d590d9b Update docs; Add WIP testing; Speed up Cython 2021-03-02 10:09:07 -08:00
Theelgirl 03946ac188 Update docs; Add WIP testing; Speed up Cython 2021-03-02 10:09:07 -08:00
Theelgirl c259a88742 Speed up h265 binary decoding by ~5% 2021-02-26 10:49:04 -08:00
Theelgirl 6a80201c18 Speed up h265 binary decoding by ~5% 2021-02-26 10:49:04 -08:00
Theelgirl a061aacd9c
Speed up ffmpeg part of H.265 encoding/decoding
At the expense of a bit of video size (~5% bigger files). This will cause files previously encoded with the H.265 codec to be incompatible. Since H.265 is still an experimental feature though and hasn't been released to PyPi, this will not be a major version bump.
2021-02-26 10:55:59 -05:00
Theelgirl 4affd7bf51 Speed up ffmpeg part of H.265 encoding/decoding
At the expense of a bit of video size (~5% bigger files). This will cause files previously encoded with the H.265 codec to be incompatible. Since H.265 is still an experimental feature though and hasn't been released to PyPi, this will not be a major version bump.
2021-02-26 10:55:59 -05:00
Theelgirl e5d8455152 Accidentally put comma in wrong spot 2021-02-26 07:52:46 -08:00
Theelgirl c6263c55b4 Accidentally put comma in wrong spot 2021-02-26 07:52:46 -08:00
Theelgirl fe9473f9c8 Fix #38 - No such file or directory: _temp.mp4 2021-02-26 07:51:25 -08:00
Theelgirl a38fa04396 Fix #38 - No such file or directory: _temp.mp4 2021-02-26 07:51:25 -08:00
Theelgirl 7889e96328 Update changelog 2021-02-25 10:59:48 -08:00
Theelgirl 3dd98bcbae Update changelog 2021-02-25 10:59:48 -08:00
Theelgirl 6cb1e1e7ba Update pyx 2021-02-25 10:57:46 -08:00
Theelgirl 4531155131 Update pyx 2021-02-25 10:57:46 -08:00
Theelgirl aa88da1fef Update requirements.txt 2021-02-25 10:53:41 -08:00
Theelgirl b1f7758e1e Update requirements.txt 2021-02-25 10:53:41 -08:00
Theelgirl 9b8709507e Add H265 and Zfec 2021-02-25 10:52:28 -08:00
Theelgirl c99c8858ee Add H265 and Zfec 2021-02-25 10:52:28 -08:00
Theelgirl 1b98c94350 Update Docs 2021-02-25 10:50:49 -08:00
Theelgirl 2726bf9489 Update Docs 2021-02-25 10:50:49 -08:00
Theelgirl c20c6877d5
Create requirements.txt 2021-02-22 14:34:27 -05:00
Theelgirl 72b7c24ee1 Create requirements.txt 2021-02-22 14:34:27 -05:00
Theelgirl 7f1cad4029 docs 2021-02-21 11:24:44 -08:00
Theelgirl b4e1c9ec84 docs 2021-02-21 11:24:44 -08:00
Theelgirl 6371fa995e docs 2021-02-21 11:24:12 -08:00
Theelgirl 13d166b9ce docs 2021-02-21 11:24:12 -08:00
Theelgirl d02caf37f0
Update CHANGELOG.md 2021-02-21 13:19:41 -05:00
Theelgirl c8be962f88 Update CHANGELOG.md 2021-02-21 13:19:41 -05:00
AlfredoSequeida 363a9c108b replaced pickle logic with json to avoid possible vulnerability 2021-02-20 11:52:12 -08:00
AlfredoSequeida 5602f1b598 replaced pickle logic with json to avoid possible vulnerability 2021-02-20 11:52:12 -08:00
AlfredoSequeida 074d77c053 documented code, formatted using PEP 8 style guide, and made use of type hinting 2021-02-19 17:07:36 -08:00
AlfredoSequeida 9d5680e360 documented code, formatted using PEP 8 style guide, and made use of type hinting 2021-02-19 17:07:36 -08:00
AlfredoSequeida b09428be60 changed version to reflect with the changelog 2021-01-17 00:13:16 -08:00
AlfredoSequeida 7ebe8f23db changed version to reflect with the changelog 2021-01-17 00:13:16 -08:00
Theelgirl 62c3d7daee
Formatting 2021-01-16 21:54:42 -05:00
Theelgirl 3f61c92c7b Formatting 2021-01-16 21:54:42 -05:00
Theelgirl 9629123dbc
Remove 1.0.1 as 1.0.0 was never published 2021-01-16 21:54:24 -05:00
Theelgirl 8de3749889 Remove 1.0.1 as 1.0.0 was never published 2021-01-16 21:54:24 -05:00
Theelgirl 43eeb25fab
Attempt syntax error fix 2021-01-15 21:28:20 -05:00