Skip to content

Releases: Danixu/ecm-tools-reloaded

v3.0.0-alpha

07 Sep 21:10
Compare
Choose a tag to compare

Commits

  • a3dcf8c: Updated readme (Danixu)
  • d94802b: Fixed compression with 0 bytes sectors (Danixu)
  • d4a5e2d: Changed header data (Danixu)
  • 0b7c8f9: Added new specification and modified conversion to fit it (Danixu) #8
  • 0ff15ef: Now the program is able to encode and decode ECM2v3 files (Danixu) #8
  • 26a0336: Fixed an error with encoding options fixer (Danixu) #8
  • 3c052bb: Cleanup, little fixes and added summary (Danixu) #8
  • ee4d11e: Fixed progress and moved summary (Danixu) #8
  • 2a2614f: Added some finished messages (Danixu) #8
  • 79f8cec: Fixed decoding when compression is used (Danixu) #8
  • 280b5e2: Moved ECM end position to relative (Danixu) #8
  • a9f63fb: Now the program detects the PSX ID and store it in header (Danixu) #8
  • 06c5c7f: Fixed a problem with optimizations detector (Danixu) #8
  • b24b6d9: Added a Warning when no data sectors are detected, and changed std cout/cerr with fprintf_s (Danixu) #8
  • ec7b8e6: Updated changelog (Danixu)
  • a014765: Removed sprintf_s because is not compatible with standard build (Danixu)

v2.3.2-alpha

22 Aug 07:22
Compare
Choose a tag to compare

Commits

  • 7276eba: Reorganized docs (Danixu)
  • 8f93604: Added compatibility list, and added detection of wrong redundant FLAG (Danixu)
  • 772638c: Fixed Unknown Mode data sectors detection (Alundra II) (Danixu)
  • 0df0910: Fixed segfault in flaczlib class and updated changelog (Danixu)
  • 0530fc0: Fixed decoding progress and encoding sumary (Danixu)
  • 4de3483: Added a check before remove the output file (Danixu)
  • 50d38f3: Now the errors are sent to STDERR (Danixu)
  • 9f26b3c: Changed sucessfully message (Danixu)
  • 2fe03b6: Fixed a message typo (Danixu)

v2.3.1-alpha

21 Aug 22:23
Compare
Choose a tag to compare

Commits

  • 8c258f5: Updated version, help and Readme (Danixu)
  • 85aada0: Updated Readme (Danixu)
  • 4f17668: Added return code to main function (Danixu)
  • c18787e: Added some error handling (Danixu)
  • 14a7a04: Moved the options to struct (Danixu)
  • 2fb13b6: Fixed libcrypt protected games (Danixu)
  • 6efa948: Fixed lzma compression bug (Danixu)
  • 1b512d7: Updated changelog, todo, specifications and readme (Danixu)

v2.3.0-alpha

16 Aug 23:20
Compare
Choose a tag to compare

Commits

  • 12483c6: Updated makefile to avoid errors on clean (Danixu)
  • a7abb5a: Added flac and wrapper repository (Danixu) #7
  • 1eb42ef: Updated flaczlib with a working version (Danixu) #7
  • 262e0b5: Added FLAC compression and decompression (Danixu) #7
  • 617533b: Fixed a memory leak (Danixu) #7
  • 36e2138: Added flac to Makefile (Danixu) #7
  • 2bd6df9: Added missing libtool-bin to automatic compilation (Danixu)
  • 85a45db: Now the Makefile only compiles the libFLAC (Danixu)

v2.2.0-alpha

03 Aug 09:42
Compare
Choose a tag to compare

Commits

  • 9196544: Added repository (Daniel Carrasco) #6
  • e8297ec: Fixed assets upload on deployment (Daniel Carrasco)
  • 549cc9f: Updated some headers in files (Daniel Carrasco)
  • 765163b: Merge branch 'master' into feature/lz4 (Daniel Carrasco) #6
  • c544613: Working LZ4 compression (Danixu) #6
  • 26ffe37: Changed version, lz4 compression and buffers (Danixu) #6
  • 5c93380: Working LZ4 compression (Danixu) #6
  • 0e371cb: Refactorized analisys and encoding process (Danixu) #6
  • 57ffe66: Fixed memory leak in compression loop (Danixu) #6
  • 03ac381: Refactoriced decoder (not working yet) (Danixu) #6
  • 88582ea: Fixed header read/write (Danixu) #6
  • a05c36f: Fixed sectors analizer (generated header) (Danixu) #6
  • 6e5fca0: Fixed LZMA compression on multistream files (Danixu) #6
  • e8df3c8: Fixed LZ4 compressor (Danixu) #6
  • 4f80ac5: updated lzlib4 class (Danixu) #6
  • d6922a7: Updated changelog and version (Danixu)

v2.1.1-alpha

16 Jul 16:17
Compare
Choose a tag to compare

Commits

  • 78663da: Added summary (Daniel Carrasco)

v2.1.0-alpha

15 Jul 21:31
Compare
Choose a tag to compare

Commits

  • d6efaea: Reworked a bit the encoding code (Daniel Carrasco)
  • 1c59c30: Changed decoding part (Daniel Carrasco)
  • 55c1a9d: Removed unused stuff (Daniel Carrasco)
  • cda3366: Added compression to sectors header (Daniel Carrasco)
  • fffd78d: Updated Readme (Daniel Carrasco)
  • ee06dbf: Changed file ext to ecm2 and fixed EOS position in header (Daniel Carrasco)
  • dfac19a: Fusionado en feature/ecm2 (solicitud de integración #3) (Daniel Carrasco Marín)
  • 086b069: Added compression to encoding (Daniel Carrasco)
  • b14cb35: Added some options and fixed compression/decompression (Daniel Carrasco)
  • ed92e0b: Fixed a bug in stream detection (Daniel Carrasco)
  • 013c8ef: Fusionado en feature/zlib_streams_compression (solicitud de integración #4) (Daniel Carrasco Marín)
  • ccec372: Fixed zlib stream finish (Daniel Carrasco)
  • cfe3151: Just changed a return code (Daniel Carrasco)
  • 6e3b73c: Added zlib to audio stream and fixed bug in streams (Daniel Carrasco)
  • 1644031: Updated changelog and moved to an standalone file (Daniel Carrasco)
  • 9c10177: Fusionado en feature/zlib_in_audio (solicitud de integración #5) (Daniel Carrasco Marín)
  • a71e577: Fixed a typo in Readme (Daniel Carrasco)
  • 52b7176: Updated Changelog To-Do's (Daniel Carrasco)
  • 83a0f71: Create c-cpp.yml (Danixu)
  • d542354: Fixed some code issues (Daniel Carrasco)
  • e8cda2c: Create codeql-analysis.yml (Danixu)
  • 808ff4d: Fixed code check (Danixu)
  • 3ece786: Update codeql-analysis.yml (Danixu)
  • 7acb6ec: Fixed build (Danixu)
  • e52721f: Fixed some code (Daniel Carrasco)
  • 9882b6c: Merge branch 'master' of github.com:Danixu/ecm-tools-reloaded (Daniel Carrasco)
  • 61a6841: Splitted regenerate function into smaller functions (Daniel Carrasco) #2
  • d23b20e: splited sector_clean function (Daniel Carrasco) #2
  • 4e6e70e: Simplified compression options and fixed compression (Daniel Carrasco) #3
  • c2090b1: Trying to fix compilation (Daniel Carrasco)
  • f671348: Trying to fix compilation (Daniel Carrasco)
  • ff26131: Trying to fix compilation (Daniel Carrasco)
  • 068cd4d: Changed zip name on compilation (Daniel Carrasco)
  • c61781c: Chaged release script (Daniel Carrasco)
  • 5a5f243: Chaged release script (Daniel Carrasco)
  • 72dcdaf: Now zlib is a submodule (Daniel Carrasco)
  • d334fdd: Modified Makefile (Daniel Carrasco)
  • 2e30c19: Added lzma compression to program (Daniel Carrasco) #5
  • d9e2b11: Added xz repo folder (Daniel Carrasco) #5
  • 91ae460: Updated Makefile and pipelines (Daniel Carrasco) #5
  • c33784e: Updated Makefile (Daniel Carrasco) #5
  • c7f82ad: Added extreme compresison for lzma (Daniel Carrasco) #5
  • 363138c: Updated specifications document (Daniel Carrasco) #5
  • b45278f: Updated program version and fixed a typo in help (Daniel Carrasco) #5
  • e2f8e36: Fixed compression level selector (Daniel Carrasco) #5
  • eb06e83: Updated changelog (Daniel Carrasco) #5
  • 604d5f2: Cleaned common.h (Daniel Carrasco)
  • 1812433: Fixed deployment (Daniel Carrasco)
  • 97077db: Fixed artifact upload and code check (Daniel Carrasco)

v2.0.3a

09 Jul 17:05
Compare
Choose a tag to compare

Fixed streams compression

v2.0.2a

08 Jul 19:48
Compare
Choose a tag to compare
Added gzip compression to audio streams

v2.0.1a

08 Jul 19:50
Compare
Choose a tag to compare
Alpha bugfix version