Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Name: XZ Utils | 1 Name: XZ Utils |
| 2 URL: http://tukaani.org/xz/ | 2 URL: http://tukaani.org/xz/ |
| 3 Source URL: git://ctrl.tukaani.org/xz.git | 3 Source URL: http://git.tukaani.org/xz.git |
| 4 Version: 5.0.3 (git tag v5.0.3, e32cb264ea72a4459810f30abad70dae5a4fa17d, | 4 Version: 5.0.4 (git tag v5.0.4, f6999fefe47884922f3f62186ddcf849d54b1092, |
|
Mark Mentovai
2013/03/19 18:45:00
The third_party portion is in https://codereview.c
| |
| 5 2011-05-21 16:59:22 +0300) | 5 2012-06-22 07:54:56 +0300) |
| 6 License: Public domain/license grant, LGPL 2.1, GPL 2, GPL 3 | 6 License: Public domain/license grant, LGPL 2.1, GPL 2, GPL 3 |
| 7 | 7 |
| 8 Description: | 8 Description: |
| 9 XZ Utils is general-purpose data compression software implementing the | 9 XZ Utils is general-purpose data compression software implementing the |
| 10 modified Lempel-Ziv-Markov chain algorithm (LZMA2). | 10 modified Lempel-Ziv-Markov chain algorithm (LZMA2). |
| 11 | 11 |
| 12 Local Modifications: | 12 Local Modifications: |
| 13 - None. | 13 - None. |
| 14 | 14 |
| 15 The upstream source is present in the xz directory. Other entries in this | 15 The upstream source is present in the xz directory. Other entries in this |
| (...skipping 17 matching lines...) Expand all Loading... | |
| 33 - HAVE_DECODER_X86 | 33 - HAVE_DECODER_X86 |
| 34 - HAVE_ENCODER_ARM | 34 - HAVE_ENCODER_ARM |
| 35 - HAVE_ENCODER_ARMTHUMB | 35 - HAVE_ENCODER_ARMTHUMB |
| 36 - HAVE_ENCODER_DELTA | 36 - HAVE_ENCODER_DELTA |
| 37 - HAVE_ENCODER_IA64 | 37 - HAVE_ENCODER_IA64 |
| 38 - HAVE_ENCODER_LZMA1 | 38 - HAVE_ENCODER_LZMA1 |
| 39 - HAVE_ENCODER_LZMA2 | 39 - HAVE_ENCODER_LZMA2 |
| 40 - HAVE_ENCODER_POWERPC | 40 - HAVE_ENCODER_POWERPC |
| 41 - HAVE_ENCODER_SPARC | 41 - HAVE_ENCODER_SPARC |
| 42 - HAVE_ENCODER_X86 | 42 - HAVE_ENCODER_X86 |
| OLD | NEW |