Skip to content

Releases: Youjose/PyCriCodecs

PyCriCodecs 0.4.11 Release

23 Jul 13:57
0bd67a6
Compare
Choose a tag to compare

ADX fixes, mainly on writing loop points. Tested lazily but numbers seem to match.

PyCriCodecs 0.4.9 Release

20 Jun 23:45
e1e339b
Compare
Choose a tag to compare

There were couple of bugs in the ADX decoding code:

  • Fix bug where any looping ADX would not decode and error, and invalid ADX wouldn't.
  • Fix bug on writing PCM data on ADX decoding.
  • Fix bug on writing looping information for the resulting decoding.
  • Fix bug where on an edge case, last frame of the ADX would not be decoded.
  • Fix bug where a 'segfault' may occur on decoding.
  • General memory management improvement and patching memory leaks.

PyCriCodecs 0.4.8 Release

18 Mar 11:11
eeede26
Compare
Choose a tag to compare

Fixes HCA encoding bug, also adds HCA encoding quality options.

PyCriCodecs 0.4.7 Release

11 Mar 23:56
0b88439
Compare
Choose a tag to compare

Added the os.path.join in setup.py for cross platform and fixed some other bugs and added a feature.

PyCriCodecs 0.4.6 Release

10 Mar 21:29
413d089
Compare
Choose a tag to compare

Fix PCM module.

PyCriCodecs 0.4.5 Release v2

07 Mar 19:58
43e018b
Compare
Choose a tag to compare

Remove a left out print statement in pcm.cpp.

PyCriCodecs 0.4.5 Release

28 Feb 07:37
43e018b
Compare
Choose a tag to compare

Fixed bugs in AWB, ADX, HCA from 0.3.0 and some overhauls in some files.

May have some broken changes, as per my testing there is none. Please report any issues if you find any.

PyCriCodecs 0.4.3 Unstable

27 Aug 16:07
2ae771e
Compare
Choose a tag to compare
Pre-release

PyCriCodecs 0.4.3, with some more bug fixes and additional features.
A complete rework for the ADX API, which broken the USM library for now, that's why it is unstable.

This wheel is only for python 3.11

PyCriCodecs 0.3.0

29 Mar 04:24
39cd334
Compare
Choose a tag to compare

Wheel for python 3.11.
Added improved HCA encoding, decoding, encrypting and decrypting.
As well as some improvements for AWB building.

PyCriCodecs 0.2.7

11 Dec 15:12
b88a88a
Compare
Choose a tag to compare

PyCriCodecs ver. 0.2.7
Main changes: Vastly improved CPK packing over last version.