jak-project/third-party/xdelta3
water111 e9567a6e4b
Cleanup goalc tests, fix jak2 kernel bugs (#1669)
* Cleanup goalc tests, fix jak2 kernel bugs

* fix warnings on linux

* spelling is hard
2022-07-17 14:12:11 -04:00
..
xdelta3 Cleanup goalc tests, fix jak2 kernel bugs (#1669) 2022-07-17 14:12:11 -04:00
.gitignore add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
CMakeLists.txt PAL & NTSC-J support + updates (#1490) 2022-06-22 05:16:34 +01:00
README.md add xdelta3 library for binary file patching (#1514) 2022-06-21 20:45:45 -04:00
xdelta3.c PAL & NTSC-J support + updates (#1490) 2022-06-22 05:16:34 +01:00
xdelta3.h PAL & NTSC-J support + updates (#1490) 2022-06-22 05:16:34 +01:00

Xdelta

Xdelta version 3 is a C library and command-line tool for delta compression using VCDIFF/RFC 3284 streams.

License

This repository contains branches of Xdelta 3.x that were re-licensed by the original author under the Apache Public License version 2.0, namely:

  • release3_0_apl Change to APL based on 3.0.11 sources
  • release3_1_apl Merges release3_0_apl with 3.1.0 sources

The original GPL licensed Xdelta lives at http://github.com/jmacd/xdelta-gpl.

Documentation

See the command-line usage. See wiki directory.