Update mspack, add to premake, and fix missing license. Fixes #1252.
This commit is contained in:
parent
021af14a6e
commit
7226c9e047
|
@ -228,6 +228,7 @@ solution("xenia")
|
|||
include("third_party/glslang-spirv.lua")
|
||||
include("third_party/imgui.lua")
|
||||
include("third_party/libav.lua")
|
||||
include("third_party/mspack.lua")
|
||||
include("third_party/snappy.lua")
|
||||
include("third_party/spirv-tools.lua")
|
||||
include("third_party/volk.lua")
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include "third_party/crypto/rijndael-alg-fst.c"
|
||||
#include "third_party/crypto/rijndael-alg-fst.h"
|
||||
#include "third_party/mspack/lzx.h"
|
||||
#include "third_party/mspack/lzxd.c"
|
||||
#include "third_party/mspack/mspack.h"
|
||||
#include "third_party/pe/pe_image.h"
|
||||
|
||||
|
@ -120,7 +119,7 @@ int lzx_decompress(const void* lzx_data, size_t lzx_len, void* dest,
|
|||
mspack_memory_file* lzxdst = mspack_memory_open(sys, dest, dest_len);
|
||||
lzxd_stream* lzxd =
|
||||
lzxd_init(sys, (struct mspack_file*)lzxsrc, (struct mspack_file*)lzxdst,
|
||||
window_bits, 0, 0x8000, (off_t)dest_len);
|
||||
window_bits, 0, 0x8000, (off_t)dest_len, 0);
|
||||
|
||||
if (lzxd) {
|
||||
if (window_data) {
|
||||
|
|
|
@ -0,0 +1,33 @@
|
|||
group("third_party")
|
||||
project("mspack")
|
||||
uuid("0881692A-75A1-4E7B-87D8-BB9108CEDEA4")
|
||||
kind("StaticLib")
|
||||
language("C")
|
||||
|
||||
defines({
|
||||
"_LIB",
|
||||
"HAVE_CONFIG_H",
|
||||
})
|
||||
removedefines({
|
||||
"_UNICODE",
|
||||
"UNICODE",
|
||||
})
|
||||
includedirs({
|
||||
"mspack",
|
||||
})
|
||||
files({
|
||||
"mspack/lzx.h",
|
||||
"mspack/lzxd.c",
|
||||
"mspack/mspack.h",
|
||||
"mspack/readbits.h",
|
||||
"mspack/readhuff.h",
|
||||
"mspack/system.c",
|
||||
"mspack/system.h",
|
||||
})
|
||||
|
||||
filter("platforms:Windows")
|
||||
defines({
|
||||
})
|
||||
filter("platforms:Linux")
|
||||
defines({
|
||||
})
|
|
@ -0,0 +1,504 @@
|
|||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
Version 2.1, February 1999
|
||||
|
||||
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
||||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
[This is the first released version of the Lesser GPL. It also counts
|
||||
as the successor of the GNU Library Public License, version 2, hence
|
||||
the version number 2.1.]
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
Licenses are intended to guarantee your freedom to share and change
|
||||
free software--to make sure the software is free for all its users.
|
||||
|
||||
This license, the Lesser General Public License, applies to some
|
||||
specially designated software packages--typically libraries--of the
|
||||
Free Software Foundation and other authors who decide to use it. You
|
||||
can use it too, but we suggest you first think carefully about whether
|
||||
this license or the ordinary General Public License is the better
|
||||
strategy to use in any particular case, based on the explanations below.
|
||||
|
||||
When we speak of free software, we are referring to freedom of use,
|
||||
not price. Our General Public Licenses are designed to make sure that
|
||||
you have the freedom to distribute copies of free software (and charge
|
||||
for this service if you wish); that you receive source code or can get
|
||||
it if you want it; that you can change the software and use pieces of
|
||||
it in new free programs; and that you are informed that you can do
|
||||
these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
distributors to deny you these rights or to ask you to surrender these
|
||||
rights. These restrictions translate to certain responsibilities for
|
||||
you if you distribute copies of the library or if you modify it.
|
||||
|
||||
For example, if you distribute copies of the library, whether gratis
|
||||
or for a fee, you must give the recipients all the rights that we gave
|
||||
you. You must make sure that they, too, receive or can get the source
|
||||
code. If you link other code with the library, you must provide
|
||||
complete object files to the recipients, so that they can relink them
|
||||
with the library after making changes to the library and recompiling
|
||||
it. And you must show them these terms so they know their rights.
|
||||
|
||||
We protect your rights with a two-step method: (1) we copyright the
|
||||
library, and (2) we offer you this license, which gives you legal
|
||||
permission to copy, distribute and/or modify the library.
|
||||
|
||||
To protect each distributor, we want to make it very clear that
|
||||
there is no warranty for the free library. Also, if the library is
|
||||
modified by someone else and passed on, the recipients should know
|
||||
that what they have is not the original version, so that the original
|
||||
author's reputation will not be affected by problems that might be
|
||||
introduced by others.
|
||||
|
||||
Finally, software patents pose a constant threat to the existence of
|
||||
any free program. We wish to make sure that a company cannot
|
||||
effectively restrict the users of a free program by obtaining a
|
||||
restrictive license from a patent holder. Therefore, we insist that
|
||||
any patent license obtained for a version of the library must be
|
||||
consistent with the full freedom of use specified in this license.
|
||||
|
||||
Most GNU software, including some libraries, is covered by the
|
||||
ordinary GNU General Public License. This license, the GNU Lesser
|
||||
General Public License, applies to certain designated libraries, and
|
||||
is quite different from the ordinary General Public License. We use
|
||||
this license for certain libraries in order to permit linking those
|
||||
libraries into non-free programs.
|
||||
|
||||
When a program is linked with a library, whether statically or using
|
||||
a shared library, the combination of the two is legally speaking a
|
||||
combined work, a derivative of the original library. The ordinary
|
||||
General Public License therefore permits such linking only if the
|
||||
entire combination fits its criteria of freedom. The Lesser General
|
||||
Public License permits more lax criteria for linking other code with
|
||||
the library.
|
||||
|
||||
We call this license the "Lesser" General Public License because it
|
||||
does Less to protect the user's freedom than the ordinary General
|
||||
Public License. It also provides other free software developers Less
|
||||
of an advantage over competing non-free programs. These disadvantages
|
||||
are the reason we use the ordinary General Public License for many
|
||||
libraries. However, the Lesser license provides advantages in certain
|
||||
special circumstances.
|
||||
|
||||
For example, on rare occasions, there may be a special need to
|
||||
encourage the widest possible use of a certain library, so that it becomes
|
||||
a de-facto standard. To achieve this, non-free programs must be
|
||||
allowed to use the library. A more frequent case is that a free
|
||||
library does the same job as widely used non-free libraries. In this
|
||||
case, there is little to gain by limiting the free library to free
|
||||
software only, so we use the Lesser General Public License.
|
||||
|
||||
In other cases, permission to use a particular library in non-free
|
||||
programs enables a greater number of people to use a large body of
|
||||
free software. For example, permission to use the GNU C Library in
|
||||
non-free programs enables many more people to use the whole GNU
|
||||
operating system, as well as its variant, the GNU/Linux operating
|
||||
system.
|
||||
|
||||
Although the Lesser General Public License is Less protective of the
|
||||
users' freedom, it does ensure that the user of a program that is
|
||||
linked with the Library has the freedom and the wherewithal to run
|
||||
that program using a modified version of the Library.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow. Pay close attention to the difference between a
|
||||
"work based on the library" and a "work that uses the library". The
|
||||
former contains code derived from the library, whereas the latter must
|
||||
be combined with the library in order to run.
|
||||
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License Agreement applies to any software library or other
|
||||
program which contains a notice placed by the copyright holder or
|
||||
other authorized party saying it may be distributed under the terms of
|
||||
this Lesser General Public License (also called "this License").
|
||||
Each licensee is addressed as "you".
|
||||
|
||||
A "library" means a collection of software functions and/or data
|
||||
prepared so as to be conveniently linked with application programs
|
||||
(which use some of those functions and data) to form executables.
|
||||
|
||||
The "Library", below, refers to any such software library or work
|
||||
which has been distributed under these terms. A "work based on the
|
||||
Library" means either the Library or any derivative work under
|
||||
copyright law: that is to say, a work containing the Library or a
|
||||
portion of it, either verbatim or with modifications and/or translated
|
||||
straightforwardly into another language. (Hereinafter, translation is
|
||||
included without limitation in the term "modification".)
|
||||
|
||||
"Source code" for a work means the preferred form of the work for
|
||||
making modifications to it. For a library, complete source code means
|
||||
all the source code for all modules it contains, plus any associated
|
||||
interface definition files, plus the scripts used to control compilation
|
||||
and installation of the library.
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running a program using the Library is not restricted, and output from
|
||||
such a program is covered only if its contents constitute a work based
|
||||
on the Library (independent of the use of the Library in a tool for
|
||||
writing it). Whether that is true depends on what the Library does
|
||||
and what the program that uses the Library does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Library's
|
||||
complete source code as you receive it, in any medium, provided that
|
||||
you conspicuously and appropriately publish on each copy an
|
||||
appropriate copyright notice and disclaimer of warranty; keep intact
|
||||
all the notices that refer to this License and to the absence of any
|
||||
warranty; and distribute a copy of this License along with the
|
||||
Library.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy,
|
||||
and you may at your option offer warranty protection in exchange for a
|
||||
fee.
|
||||
|
||||
2. You may modify your copy or copies of the Library or any portion
|
||||
of it, thus forming a work based on the Library, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) The modified work must itself be a software library.
|
||||
|
||||
b) You must cause the files modified to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
c) You must cause the whole of the work to be licensed at no
|
||||
charge to all third parties under the terms of this License.
|
||||
|
||||
d) If a facility in the modified Library refers to a function or a
|
||||
table of data to be supplied by an application program that uses
|
||||
the facility, other than as an argument passed when the facility
|
||||
is invoked, then you must make a good faith effort to ensure that,
|
||||
in the event an application does not supply such function or
|
||||
table, the facility still operates, and performs whatever part of
|
||||
its purpose remains meaningful.
|
||||
|
||||
(For example, a function in a library to compute square roots has
|
||||
a purpose that is entirely well-defined independent of the
|
||||
application. Therefore, Subsection 2d requires that any
|
||||
application-supplied function or table used by this function must
|
||||
be optional: if the application does not supply it, the square
|
||||
root function must still compute square roots.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Library,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Library, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote
|
||||
it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Library.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Library
|
||||
with the Library (or with a work based on the Library) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may opt to apply the terms of the ordinary GNU General Public
|
||||
License instead of this License to a given copy of the Library. To do
|
||||
this, you must alter all the notices that refer to this License, so
|
||||
that they refer to the ordinary GNU General Public License, version 2,
|
||||
instead of to this License. (If a newer version than version 2 of the
|
||||
ordinary GNU General Public License has appeared, then you can specify
|
||||
that version instead if you wish.) Do not make any other change in
|
||||
these notices.
|
||||
|
||||
Once this change is made in a given copy, it is irreversible for
|
||||
that copy, so the ordinary GNU General Public License applies to all
|
||||
subsequent copies and derivative works made from that copy.
|
||||
|
||||
This option is useful when you wish to copy part of the code of
|
||||
the Library into a program that is not a library.
|
||||
|
||||
4. You may copy and distribute the Library (or a portion or
|
||||
derivative of it, under Section 2) in object code or executable form
|
||||
under the terms of Sections 1 and 2 above provided that you accompany
|
||||
it with the complete corresponding machine-readable source code, which
|
||||
must be distributed under the terms of Sections 1 and 2 above on a
|
||||
medium customarily used for software interchange.
|
||||
|
||||
If distribution of object code is made by offering access to copy
|
||||
from a designated place, then offering equivalent access to copy the
|
||||
source code from the same place satisfies the requirement to
|
||||
distribute the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
5. A program that contains no derivative of any portion of the
|
||||
Library, but is designed to work with the Library by being compiled or
|
||||
linked with it, is called a "work that uses the Library". Such a
|
||||
work, in isolation, is not a derivative work of the Library, and
|
||||
therefore falls outside the scope of this License.
|
||||
|
||||
However, linking a "work that uses the Library" with the Library
|
||||
creates an executable that is a derivative of the Library (because it
|
||||
contains portions of the Library), rather than a "work that uses the
|
||||
library". The executable is therefore covered by this License.
|
||||
Section 6 states terms for distribution of such executables.
|
||||
|
||||
When a "work that uses the Library" uses material from a header file
|
||||
that is part of the Library, the object code for the work may be a
|
||||
derivative work of the Library even though the source code is not.
|
||||
Whether this is true is especially significant if the work can be
|
||||
linked without the Library, or if the work is itself a library. The
|
||||
threshold for this to be true is not precisely defined by law.
|
||||
|
||||
If such an object file uses only numerical parameters, data
|
||||
structure layouts and accessors, and small macros and small inline
|
||||
functions (ten lines or less in length), then the use of the object
|
||||
file is unrestricted, regardless of whether it is legally a derivative
|
||||
work. (Executables containing this object code plus portions of the
|
||||
Library will still fall under Section 6.)
|
||||
|
||||
Otherwise, if the work is a derivative of the Library, you may
|
||||
distribute the object code for the work under the terms of Section 6.
|
||||
Any executables containing that work also fall under Section 6,
|
||||
whether or not they are linked directly with the Library itself.
|
||||
|
||||
6. As an exception to the Sections above, you may also combine or
|
||||
link a "work that uses the Library" with the Library to produce a
|
||||
work containing portions of the Library, and distribute that work
|
||||
under terms of your choice, provided that the terms permit
|
||||
modification of the work for the customer's own use and reverse
|
||||
engineering for debugging such modifications.
|
||||
|
||||
You must give prominent notice with each copy of the work that the
|
||||
Library is used in it and that the Library and its use are covered by
|
||||
this License. You must supply a copy of this License. If the work
|
||||
during execution displays copyright notices, you must include the
|
||||
copyright notice for the Library among them, as well as a reference
|
||||
directing the user to the copy of this License. Also, you must do one
|
||||
of these things:
|
||||
|
||||
a) Accompany the work with the complete corresponding
|
||||
machine-readable source code for the Library including whatever
|
||||
changes were used in the work (which must be distributed under
|
||||
Sections 1 and 2 above); and, if the work is an executable linked
|
||||
with the Library, with the complete machine-readable "work that
|
||||
uses the Library", as object code and/or source code, so that the
|
||||
user can modify the Library and then relink to produce a modified
|
||||
executable containing the modified Library. (It is understood
|
||||
that the user who changes the contents of definitions files in the
|
||||
Library will not necessarily be able to recompile the application
|
||||
to use the modified definitions.)
|
||||
|
||||
b) Use a suitable shared library mechanism for linking with the
|
||||
Library. A suitable mechanism is one that (1) uses at run time a
|
||||
copy of the library already present on the user's computer system,
|
||||
rather than copying library functions into the executable, and (2)
|
||||
will operate properly with a modified version of the library, if
|
||||
the user installs one, as long as the modified version is
|
||||
interface-compatible with the version that the work was made with.
|
||||
|
||||
c) Accompany the work with a written offer, valid for at
|
||||
least three years, to give the same user the materials
|
||||
specified in Subsection 6a, above, for a charge no more
|
||||
than the cost of performing this distribution.
|
||||
|
||||
d) If distribution of the work is made by offering access to copy
|
||||
from a designated place, offer equivalent access to copy the above
|
||||
specified materials from the same place.
|
||||
|
||||
e) Verify that the user has already received a copy of these
|
||||
materials or that you have already sent this user a copy.
|
||||
|
||||
For an executable, the required form of the "work that uses the
|
||||
Library" must include any data and utility programs needed for
|
||||
reproducing the executable from it. However, as a special exception,
|
||||
the materials to be distributed need not include anything that is
|
||||
normally distributed (in either source or binary form) with the major
|
||||
components (compiler, kernel, and so on) of the operating system on
|
||||
which the executable runs, unless that component itself accompanies
|
||||
the executable.
|
||||
|
||||
It may happen that this requirement contradicts the license
|
||||
restrictions of other proprietary libraries that do not normally
|
||||
accompany the operating system. Such a contradiction means you cannot
|
||||
use both them and the Library together in an executable that you
|
||||
distribute.
|
||||
|
||||
7. You may place library facilities that are a work based on the
|
||||
Library side-by-side in a single library together with other library
|
||||
facilities not covered by this License, and distribute such a combined
|
||||
library, provided that the separate distribution of the work based on
|
||||
the Library and of the other library facilities is otherwise
|
||||
permitted, and provided that you do these two things:
|
||||
|
||||
a) Accompany the combined library with a copy of the same work
|
||||
based on the Library, uncombined with any other library
|
||||
facilities. This must be distributed under the terms of the
|
||||
Sections above.
|
||||
|
||||
b) Give prominent notice with the combined library of the fact
|
||||
that part of it is a work based on the Library, and explaining
|
||||
where to find the accompanying uncombined form of the same work.
|
||||
|
||||
8. You may not copy, modify, sublicense, link with, or distribute
|
||||
the Library except as expressly provided under this License. Any
|
||||
attempt otherwise to copy, modify, sublicense, link with, or
|
||||
distribute the Library is void, and will automatically terminate your
|
||||
rights under this License. However, parties who have received copies,
|
||||
or rights, from you under this License will not have their licenses
|
||||
terminated so long as such parties remain in full compliance.
|
||||
|
||||
9. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Library or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Library (or any work based on the
|
||||
Library), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Library or works based on it.
|
||||
|
||||
10. Each time you redistribute the Library (or any work based on the
|
||||
Library), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute, link with or modify the Library
|
||||
subject to these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties with
|
||||
this License.
|
||||
|
||||
11. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Library at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Library by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Library.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under any
|
||||
particular circumstance, the balance of the section is intended to apply,
|
||||
and the section as a whole is intended to apply in other circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
12. If the distribution and/or use of the Library is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Library under this License may add
|
||||
an explicit geographical distribution limitation excluding those countries,
|
||||
so that distribution is permitted only in or among countries not thus
|
||||
excluded. In such case, this License incorporates the limitation as if
|
||||
written in the body of this License.
|
||||
|
||||
13. The Free Software Foundation may publish revised and/or new
|
||||
versions of the Lesser General Public License from time to time.
|
||||
Such new versions will be similar in spirit to the present version,
|
||||
but may differ in detail to address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Library
|
||||
specifies a version number of this License which applies to it and
|
||||
"any later version", you have the option of following the terms and
|
||||
conditions either of that version or of any later version published by
|
||||
the Free Software Foundation. If the Library does not specify a
|
||||
license version number, you may choose any version ever published by
|
||||
the Free Software Foundation.
|
||||
|
||||
14. If you wish to incorporate parts of the Library into other free
|
||||
programs whose distribution conditions are incompatible with these,
|
||||
write to the author to ask for permission. For software which is
|
||||
copyrighted by the Free Software Foundation, write to the Free
|
||||
Software Foundation; we sometimes make exceptions for this. Our
|
||||
decision will be guided by the two goals of preserving the free status
|
||||
of all derivatives of our free software and of promoting the sharing
|
||||
and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
|
||||
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
||||
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
|
||||
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
|
||||
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
|
||||
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
|
||||
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
|
||||
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
|
||||
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
|
||||
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
|
||||
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
|
||||
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
|
||||
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
|
||||
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
|
||||
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
||||
DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Libraries
|
||||
|
||||
If you develop a new library, and you want it to be of the greatest
|
||||
possible use to the public, we recommend making it free software that
|
||||
everyone can redistribute and change. You can do so by permitting
|
||||
redistribution under these terms (or, alternatively, under the terms of the
|
||||
ordinary General Public License).
|
||||
|
||||
To apply these terms, attach the following notices to the library. It is
|
||||
safest to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least the
|
||||
"copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the library's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with this library; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the library, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the
|
||||
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1990
|
||||
Ty Coon, President of Vice
|
||||
|
||||
That's all there is to it!
|
||||
|
||||
|
|
@ -0,0 +1,114 @@
|
|||
/* config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
/* Turn debugging mode on? */
|
||||
#undef DEBUG
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#undef HAVE_DLFCN_H
|
||||
|
||||
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
|
||||
#undef HAVE_FSEEKO
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#define HAVE_INTTYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
/* Define to 1 if you have the `mkdir' function. */
|
||||
#undef HAVE_MKDIR
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#define HAVE_STDINT_H 1
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#define HAVE_STDLIB_H 1
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#undef HAVE_STRINGS_H
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#undef HAVE_SYS_STAT_H
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#undef HAVE_SYS_TYPES_H
|
||||
|
||||
/* Define to 1 if you have the `towlower' function. */
|
||||
#undef HAVE_TOWLOWER
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#undef HAVE_UNISTD_H
|
||||
|
||||
/* Define to 1 if you have the `_mkdir' function. */
|
||||
#undef HAVE__MKDIR
|
||||
|
||||
/* Define to the sub-directory where libtool stores uninstalled libraries. */
|
||||
#undef LT_OBJDIR
|
||||
|
||||
/* Define if mkdir takes only one argument. */
|
||||
#undef MKDIR_TAKES_ONE_ARG
|
||||
|
||||
/* Name of package */
|
||||
#undef PACKAGE
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#undef PACKAGE_BUGREPORT
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#undef PACKAGE_NAME
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#undef PACKAGE_STRING
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#undef PACKAGE_TARNAME
|
||||
|
||||
/* Define to the home page for this package. */
|
||||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#undef PACKAGE_VERSION
|
||||
|
||||
/* The size of `off_t', as computed by sizeof. */
|
||||
#undef SIZEOF_OFF_T
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS
|
||||
|
||||
/* Version number of package */
|
||||
#undef VERSION
|
||||
|
||||
/* Enable large inode numbers on Mac OS X 10.5. */
|
||||
#ifndef _DARWIN_USE_64_BIT_INODE
|
||||
# define _DARWIN_USE_64_BIT_INODE 1
|
||||
#endif
|
||||
|
||||
/* Number of bits in a file offset, on hosts where this is settable. */
|
||||
#undef _FILE_OFFSET_BITS
|
||||
|
||||
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
|
||||
#undef _LARGEFILE_SOURCE
|
||||
|
||||
/* Define for large files, on AIX-style hosts. */
|
||||
#undef _LARGE_FILES
|
||||
|
||||
/* Define to empty if `const' does not conform to ANSI C. */
|
||||
#undef const
|
||||
|
||||
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
||||
calls it, or to nothing if 'inline' is not supported under any name. */
|
||||
#ifndef __cplusplus
|
||||
#undef inline
|
||||
#endif
|
||||
|
||||
/* Define to `int' if <sys/types.h> does not define. */
|
||||
#undef mode_t
|
||||
|
||||
/* Define to `long int' if <sys/types.h> does not define. */
|
||||
#undef off_t
|
||||
|
||||
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
||||
#undef size_t
|
|
@ -1,5 +1,5 @@
|
|||
/* This file is part of libmspack.
|
||||
* (C) 2003-2004 Stuart Caie.
|
||||
* (C) 2003-2013 Stuart Caie.
|
||||
*
|
||||
* The LZX method was created by Jonathan Forbes and Tomi Poutanen, adapted
|
||||
* by Microsoft Corporation.
|
||||
|
@ -13,6 +13,10 @@
|
|||
#ifndef MSPACK_LZX_H
|
||||
#define MSPACK_LZX_H 1
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* LZX compression / decompression definitions */
|
||||
|
||||
/* some constants defined by the LZX specification */
|
||||
|
@ -31,7 +35,7 @@
|
|||
/* LZX huffman defines: tweak tablebits as desired */
|
||||
#define LZX_PRETREE_MAXSYMBOLS (LZX_PRETREE_NUM_ELEMENTS)
|
||||
#define LZX_PRETREE_TABLEBITS (6)
|
||||
#define LZX_MAINTREE_MAXSYMBOLS (LZX_NUM_CHARS + 50*8)
|
||||
#define LZX_MAINTREE_MAXSYMBOLS (LZX_NUM_CHARS + 290*8)
|
||||
#define LZX_MAINTREE_TABLEBITS (12)
|
||||
#define LZX_LENGTH_MAXSYMBOLS (LZX_NUM_SECONDARY_LENGTHS+1)
|
||||
#define LZX_LENGTH_TABLEBITS (12)
|
||||
|
@ -51,6 +55,8 @@ struct lzxd_stream {
|
|||
|
||||
unsigned char *window; /* decoding window */
|
||||
unsigned int window_size; /* window size */
|
||||
unsigned int ref_data_size; /* LZX DELTA reference data size */
|
||||
unsigned int num_offsets; /* number of match_offset entries in table */
|
||||
unsigned int window_posn; /* decompression offset within window */
|
||||
unsigned int frame_posn; /* current frame offset within in window */
|
||||
unsigned int frame; /* the number of 32kb frames processed */
|
||||
|
@ -66,8 +72,8 @@ struct lzxd_stream {
|
|||
unsigned char intel_started; /* has intel E8 decoding started? */
|
||||
unsigned char block_type; /* type of the current block */
|
||||
unsigned char header_read; /* have we started decoding at all yet? */
|
||||
unsigned char posn_slots; /* how many posn slots in stream? */
|
||||
unsigned char input_end; /* have we reached the end of input? */
|
||||
unsigned char is_delta; /* does stream follow LZX DELTA spec? */
|
||||
|
||||
int error;
|
||||
|
||||
|
@ -83,85 +89,133 @@ struct lzxd_stream {
|
|||
|
||||
/* huffman decoding tables */
|
||||
unsigned short PRETREE_table [(1 << LZX_PRETREE_TABLEBITS) +
|
||||
(LZX_PRETREE_MAXSYMBOLS * 2)];
|
||||
(LZX_PRETREE_MAXSYMBOLS * 2)];
|
||||
unsigned short MAINTREE_table[(1 << LZX_MAINTREE_TABLEBITS) +
|
||||
(LZX_MAINTREE_MAXSYMBOLS * 2)];
|
||||
(LZX_MAINTREE_MAXSYMBOLS * 2)];
|
||||
unsigned short LENGTH_table [(1 << LZX_LENGTH_TABLEBITS) +
|
||||
(LZX_LENGTH_MAXSYMBOLS * 2)];
|
||||
(LZX_LENGTH_MAXSYMBOLS * 2)];
|
||||
unsigned short ALIGNED_table [(1 << LZX_ALIGNED_TABLEBITS) +
|
||||
(LZX_ALIGNED_MAXSYMBOLS * 2)];
|
||||
(LZX_ALIGNED_MAXSYMBOLS * 2)];
|
||||
unsigned char LENGTH_empty;
|
||||
|
||||
/* this is used purely for doing the intel E8 transform */
|
||||
unsigned char e8_buf[LZX_FRAME_SIZE];
|
||||
};
|
||||
|
||||
/* allocates LZX decompression state for decoding the given stream.
|
||||
/**
|
||||
* Allocates and initialises LZX decompression state for decoding an LZX
|
||||
* stream.
|
||||
*
|
||||
* - returns NULL if window_bits is outwith the range 15 to 21 (inclusive).
|
||||
* This routine uses system->alloc() to allocate memory. If memory
|
||||
* allocation fails, or the parameters to this function are invalid,
|
||||
* NULL is returned.
|
||||
*
|
||||
* - uses system->alloc() to allocate memory
|
||||
*
|
||||
* - returns NULL if not enough memory
|
||||
*
|
||||
* - window_bits is the size of the LZX window, from 32Kb (15) to 2Mb (21).
|
||||
*
|
||||
* - reset_interval is how often the bitstream is reset, measured in
|
||||
* multiples of 32Kb bytes output. For CAB LZX streams, this is always 0
|
||||
* (does not occur).
|
||||
*
|
||||
* - input_buffer_size is how many bytes to use as an input bitstream buffer
|
||||
*
|
||||
* - output_length is the length in bytes of the entirely decompressed
|
||||
* output stream, if known in advance. It is used to correctly perform
|
||||
* the Intel E8 transformation, which must stop 6 bytes before the very
|
||||
* end of the decompressed stream. It is not otherwise used or adhered
|
||||
* to. If the full decompressed length is known in advance, set it here.
|
||||
* If it is NOT known, use the value 0, and call lzxd_set_output_length()
|
||||
* once it is known. If never set, 4 of the final 6 bytes of the output
|
||||
* stream may be incorrect.
|
||||
* @param system an mspack_system structure used to read from
|
||||
* the input stream and write to the output
|
||||
* stream, also to allocate and free memory.
|
||||
* @param input an input stream with the LZX data.
|
||||
* @param output an output stream to write the decoded data to.
|
||||
* @param window_bits the size of the decoding window, which must be
|
||||
* between 15 and 21 inclusive for regular LZX
|
||||
* data, or between 17 and 25 inclusive for
|
||||
* LZX DELTA data.
|
||||
* @param reset_interval the interval at which the LZX bitstream is
|
||||
* reset, in multiples of LZX frames (32678
|
||||
* bytes), e.g. a value of 2 indicates the input
|
||||
* stream resets after every 65536 output bytes.
|
||||
* A value of 0 indicates that the bitstream never
|
||||
* resets, such as in CAB LZX streams.
|
||||
* @param input_buffer_size the number of bytes to use as an input
|
||||
* bitstream buffer.
|
||||
* @param output_length the length in bytes of the entirely
|
||||
* decompressed output stream, if known in
|
||||
* advance. It is used to correctly perform the
|
||||
* Intel E8 transformation, which must stop 6
|
||||
* bytes before the very end of the
|
||||
* decompressed stream. It is not otherwise used
|
||||
* or adhered to. If the full decompressed
|
||||
* length is known in advance, set it here.
|
||||
* If it is NOT known, use the value 0, and call
|
||||
* lzxd_set_output_length() once it is
|
||||
* known. If never set, 4 of the final 6 bytes
|
||||
* of the output stream may be incorrect.
|
||||
* @param is_delta should be zero for all regular LZX data,
|
||||
* non-zero for LZX DELTA encoded data.
|
||||
* @return a pointer to an initialised lzxd_stream structure, or NULL if
|
||||
* there was not enough memory or parameters to the function were wrong.
|
||||
*/
|
||||
extern struct lzxd_stream *lzxd_init(struct mspack_system *system,
|
||||
struct mspack_file *input,
|
||||
struct mspack_file *output,
|
||||
int window_bits,
|
||||
int reset_interval,
|
||||
int input_buffer_size,
|
||||
off_t output_length);
|
||||
struct mspack_file *input,
|
||||
struct mspack_file *output,
|
||||
int window_bits,
|
||||
int reset_interval,
|
||||
int input_buffer_size,
|
||||
off_t output_length,
|
||||
char is_delta);
|
||||
|
||||
/* see description of output_length in lzxd_init() */
|
||||
extern void lzxd_set_output_length(struct lzxd_stream *lzx,
|
||||
off_t output_length);
|
||||
off_t output_length);
|
||||
|
||||
/* decompresses, or decompresses more of, an LZX stream.
|
||||
/**
|
||||
* Reads LZX DELTA reference data into the window and allows
|
||||
* lzxd_decompress() to reference it.
|
||||
*
|
||||
* - out_bytes of data will be decompressed and the function will return
|
||||
* with an MSPACK_ERR_OK return code.
|
||||
* Call this before the first call to lzxd_decompress().
|
||||
|
||||
* @param lzx the LZX stream to apply this reference data to
|
||||
* @param system an mspack_system implementation to use with the
|
||||
* input param. Only read() will be called.
|
||||
* @param input an input file handle to read reference data using
|
||||
* system->read().
|
||||
* @param length the length of the reference data. Cannot be longer
|
||||
* than the LZX window size.
|
||||
* @return an error code, or MSPACK_ERR_OK if successful
|
||||
*/
|
||||
extern int lzxd_set_reference_data(struct lzxd_stream *lzx,
|
||||
struct mspack_system *system,
|
||||
struct mspack_file *input,
|
||||
unsigned int length);
|
||||
|
||||
/**
|
||||
* Decompresses entire or partial LZX streams.
|
||||
*
|
||||
* - decompressing will stop as soon as out_bytes is reached. if the true
|
||||
* amount of bytes decoded spills over that amount, they will be kept for
|
||||
* a later invocation of lzxd_decompress().
|
||||
* The number of bytes of data that should be decompressed is given as the
|
||||
* out_bytes parameter. If more bytes are decoded than are needed, they
|
||||
* will be kept over for a later invocation.
|
||||
*
|
||||
* - the output bytes will be passed to the system->write() function given in
|
||||
* lzxd_init(), using the output file handle given in lzxd_init(). More
|
||||
* than one call may be made to system->write().
|
||||
* The output bytes will be passed to the system->write() function given in
|
||||
* lzxd_init(), using the output file handle given in lzxd_init(). More than
|
||||
* one call may be made to system->write().
|
||||
|
||||
* Input bytes will be read in as necessary using the system->read()
|
||||
* function given in lzxd_init(), using the input file handle given in
|
||||
* lzxd_init(). This will continue until system->read() returns 0 bytes,
|
||||
* or an error. Errors will be passed out of the function as
|
||||
* MSPACK_ERR_READ errors. Input streams should convey an "end of input
|
||||
* stream" by refusing to supply all the bytes that LZX asks for when they
|
||||
* reach the end of the stream, rather than return an error code.
|
||||
*
|
||||
* - LZX will read input bytes as necessary using the system->read() function
|
||||
* given in lzxd_init(), using the input file handle given in lzxd_init().
|
||||
* This will continue until system->read() returns 0 bytes, or an error.
|
||||
* input streams should convey an "end of input stream" by refusing to
|
||||
* supply all the bytes that LZX asks for when they reach the end of the
|
||||
* stream, rather than return an error code.
|
||||
* If any error code other than MSPACK_ERR_OK is returned, the stream
|
||||
* should be considered unusable and lzxd_decompress() should not be
|
||||
* called again on this stream.
|
||||
*
|
||||
* - if an error code other than MSPACK_ERR_OK is returned, the stream should
|
||||
* be considered unusable and lzxd_decompress() should not be called again
|
||||
* on this stream.
|
||||
* @param lzx LZX decompression state, as allocated by lzxd_init().
|
||||
* @param out_bytes the number of bytes of data to decompress.
|
||||
* @return an error code, or MSPACK_ERR_OK if successful
|
||||
*/
|
||||
extern int lzxd_decompress(struct lzxd_stream *lzx, off_t out_bytes);
|
||||
|
||||
/* frees all state associated with an LZX data stream
|
||||
/**
|
||||
* Frees all state associated with an LZX data stream. This will call
|
||||
* system->free() using the system pointer given in lzxd_init().
|
||||
*
|
||||
* - calls system->free() using the system pointer given in lzxd_init()
|
||||
* @param lzx LZX decompression state to free.
|
||||
*/
|
||||
void lzxd_free(struct lzxd_stream *lzx);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,207 @@
|
|||
/* This file is part of libmspack.
|
||||
* (C) 2003-2010 Stuart Caie.
|
||||
*
|
||||
* libmspack is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Lesser General Public License (LGPL) version 2.1
|
||||
*
|
||||
* For further details, see the file COPYING.LIB distributed with libmspack
|
||||
*/
|
||||
|
||||
#ifndef MSPACK_READBITS_H
|
||||
#define MSPACK_READBITS_H 1
|
||||
|
||||
/* this header defines macros that read data streams by
|
||||
* the individual bits
|
||||
*
|
||||
* INIT_BITS initialises bitstream state in state structure
|
||||
* STORE_BITS stores bitstream state in state structure
|
||||
* RESTORE_BITS restores bitstream state from state structure
|
||||
* ENSURE_BITS(n) ensure there are at least N bits in the bit buffer
|
||||
* READ_BITS(var,n) takes N bits from the buffer and puts them in var
|
||||
* PEEK_BITS(n) extracts without removing N bits from the bit buffer
|
||||
* REMOVE_BITS(n) removes N bits from the bit buffer
|
||||
*
|
||||
* READ_BITS simply calls ENSURE_BITS, PEEK_BITS and REMOVE_BITS,
|
||||
* which means it's limited to reading the number of bits you can
|
||||
* ensure at any one time. It also fails if asked to read zero bits.
|
||||
* If you need to read zero bits, or more bits than can be ensured in
|
||||
* one go, use READ_MANY_BITS instead.
|
||||
*
|
||||
* These macros have variable names baked into them, so to use them
|
||||
* you have to define some macros:
|
||||
* - BITS_TYPE: the type name of your state structure
|
||||
* - BITS_VAR: the variable that points to your state structure
|
||||
* - define BITS_ORDER_MSB if bits are read from the MSB, or
|
||||
* define BITS_ORDER_LSB if bits are read from the LSB
|
||||
* - READ_BYTES: some code that reads more data into the bit buffer,
|
||||
* it should use READ_IF_NEEDED (calls read_input if the byte buffer
|
||||
* is empty), then INJECT_BITS(data,n) to put data from the byte
|
||||
* buffer into the bit buffer.
|
||||
*
|
||||
* You also need to define some variables and structure members:
|
||||
* - unsigned char *i_ptr; // current position in the byte buffer
|
||||
* - unsigned char *i_end; // end of the byte buffer
|
||||
* - unsigned int bit_buffer; // the bit buffer itself
|
||||
* - unsigned int bits_left; // number of bits remaining
|
||||
*
|
||||
* If you use read_input() and READ_IF_NEEDED, they also expect these
|
||||
* structure members:
|
||||
* - struct mspack_system *sys; // to access sys->read()
|
||||
* - unsigned int error; // to record/return read errors
|
||||
* - unsigned char input_end; // to mark reaching the EOF
|
||||
* - unsigned char *inbuf; // the input byte buffer
|
||||
* - unsigned int inbuf_size; // the size of the input byte buffer
|
||||
*
|
||||
* Your READ_BYTES implementation should read data from *i_ptr and
|
||||
* put them in the bit buffer. READ_IF_NEEDED will call read_input()
|
||||
* if i_ptr reaches i_end, and will fill up inbuf and set i_ptr to
|
||||
* the start of inbuf and i_end to the end of inbuf.
|
||||
*
|
||||
* If you're reading in MSB order, the routines work by using the area
|
||||
* beyond the MSB and the LSB of the bit buffer as a free source of
|
||||
* zeroes when shifting. This avoids having to mask any bits. So we
|
||||
* have to know the bit width of the bit buffer variable. We use
|
||||
* <limits.h> and CHAR_BIT to find the size of the bit buffer in bits.
|
||||
*
|
||||
* If you are reading in LSB order, bits need to be masked. Normally
|
||||
* this is done by computing the mask: N bits are masked by the value
|
||||
* (1<<N)-1). However, you can define BITS_LSB_TABLE to use a lookup
|
||||
* table instead of computing this. This adds two new macros,
|
||||
* PEEK_BITS_T and READ_BITS_T which work the same way as PEEK_BITS
|
||||
* and READ_BITS, except they use this lookup table. This is useful if
|
||||
* you need to look up a number of bits that are only known at
|
||||
* runtime, so the bit mask can't be turned into a constant by the
|
||||
* compiler.
|
||||
|
||||
* The bit buffer datatype should be at least 32 bits wide: it must be
|
||||
* possible to ENSURE_BITS(17), so it must be possible to add 16 new bits
|
||||
* to the bit buffer when the bit buffer already has 1 to 15 bits left.
|
||||
*/
|
||||
|
||||
#ifndef BITS_VAR
|
||||
# error "define BITS_VAR as the state structure poiner variable name"
|
||||
#endif
|
||||
#ifndef BITS_TYPE
|
||||
# error "define BITS_TYPE as the state structure type"
|
||||
#endif
|
||||
#if defined(BITS_ORDER_MSB) && defined(BITS_ORDER_LSB)
|
||||
# error "you must define either BITS_ORDER_MSB or BITS_ORDER_LSB"
|
||||
#else
|
||||
# if !(defined(BITS_ORDER_MSB) || defined(BITS_ORDER_LSB))
|
||||
# error "you must define BITS_ORDER_MSB or BITS_ORDER_LSB"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if HAVE_LIMITS_H
|
||||
# include <limits.h>
|
||||
#endif
|
||||
#ifndef CHAR_BIT
|
||||
# define CHAR_BIT (8)
|
||||
#endif
|
||||
#define BITBUF_WIDTH (sizeof(bit_buffer) * CHAR_BIT)
|
||||
|
||||
#define INIT_BITS do { \
|
||||
BITS_VAR->i_ptr = &BITS_VAR->inbuf[0]; \
|
||||
BITS_VAR->i_end = &BITS_VAR->inbuf[0]; \
|
||||
BITS_VAR->bit_buffer = 0; \
|
||||
BITS_VAR->bits_left = 0; \
|
||||
BITS_VAR->input_end = 0; \
|
||||
} while (0)
|
||||
|
||||
#define STORE_BITS do { \
|
||||
BITS_VAR->i_ptr = i_ptr; \
|
||||
BITS_VAR->i_end = i_end; \
|
||||
BITS_VAR->bit_buffer = bit_buffer; \
|
||||
BITS_VAR->bits_left = bits_left; \
|
||||
} while (0)
|
||||
|
||||
#define RESTORE_BITS do { \
|
||||
i_ptr = BITS_VAR->i_ptr; \
|
||||
i_end = BITS_VAR->i_end; \
|
||||
bit_buffer = BITS_VAR->bit_buffer; \
|
||||
bits_left = BITS_VAR->bits_left; \
|
||||
} while (0)
|
||||
|
||||
#define ENSURE_BITS(nbits) do { \
|
||||
while (bits_left < (nbits)) READ_BYTES; \
|
||||
} while (0)
|
||||
|
||||
#define READ_BITS(val, nbits) do { \
|
||||
ENSURE_BITS(nbits); \
|
||||
(val) = PEEK_BITS(nbits); \
|
||||
REMOVE_BITS(nbits); \
|
||||
} while (0)
|
||||
|
||||
#define READ_MANY_BITS(val, bits) do { \
|
||||
unsigned char needed = (bits), bitrun; \
|
||||
(val) = 0; \
|
||||
while (needed > 0) { \
|
||||
if (bits_left <= (BITBUF_WIDTH - 16)) READ_BYTES; \
|
||||
bitrun = (bits_left < needed) ? bits_left : needed; \
|
||||
(val) = ((val) << bitrun) | PEEK_BITS(bitrun); \
|
||||
REMOVE_BITS(bitrun); \
|
||||
needed -= bitrun; \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
#ifdef BITS_ORDER_MSB
|
||||
# define PEEK_BITS(nbits) (bit_buffer >> (BITBUF_WIDTH - (nbits)))
|
||||
# define REMOVE_BITS(nbits) ((bit_buffer <<= (nbits)), (bits_left -= (nbits)))
|
||||
# define INJECT_BITS(bitdata,nbits) ((bit_buffer |= \
|
||||
(bitdata) << (BITBUF_WIDTH - (nbits) - bits_left)), (bits_left += (nbits)))
|
||||
#else /* BITS_ORDER_LSB */
|
||||
# define PEEK_BITS(nbits) (bit_buffer & ((1 << (nbits))-1))
|
||||
# define REMOVE_BITS(nbits) ((bit_buffer >>= (nbits)), (bits_left -= (nbits)))
|
||||
# define INJECT_BITS(bitdata,nbits) ((bit_buffer |= \
|
||||
(bitdata) << bits_left), (bits_left += (nbits)))
|
||||
#endif
|
||||
|
||||
#ifdef BITS_LSB_TABLE
|
||||
/* lsb_bit_mask[n] = (1 << n) - 1 */
|
||||
static const unsigned short lsb_bit_mask[17] = {
|
||||
0x0000, 0x0001, 0x0003, 0x0007, 0x000f, 0x001f, 0x003f, 0x007f, 0x00ff,
|
||||
0x01ff, 0x03ff, 0x07ff, 0x0fff, 0x1fff, 0x3fff, 0x7fff, 0xffff
|
||||
};
|
||||
# define PEEK_BITS_T(nbits) (bit_buffer & lsb_bit_mask[(nbits)])
|
||||
# define READ_BITS_T(val, nbits) do { \
|
||||
ENSURE_BITS(nbits); \
|
||||
(val) = PEEK_BITS_T(nbits); \
|
||||
REMOVE_BITS(nbits); \
|
||||
} while (0)
|
||||
#endif
|
||||
|
||||
#ifndef BITS_NO_READ_INPUT
|
||||
# define READ_IF_NEEDED do { \
|
||||
if (i_ptr >= i_end) { \
|
||||
if (read_input(BITS_VAR)) \
|
||||
return BITS_VAR->error; \
|
||||
i_ptr = BITS_VAR->i_ptr; \
|
||||
i_end = BITS_VAR->i_end; \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
static int read_input(BITS_TYPE *p) {
|
||||
int read = p->sys->read(p->input, &p->inbuf[0], (int)p->inbuf_size);
|
||||
if (read < 0) return p->error = MSPACK_ERR_READ;
|
||||
|
||||
/* we might overrun the input stream by asking for bits we don't use,
|
||||
* so fake 2 more bytes at the end of input */
|
||||
if (read == 0) {
|
||||
if (p->input_end) {
|
||||
D(("out of input bytes"))
|
||||
return p->error = MSPACK_ERR_READ;
|
||||
}
|
||||
else {
|
||||
read = 2;
|
||||
p->inbuf[0] = p->inbuf[1] = 0;
|
||||
p->input_end = 1;
|
||||
}
|
||||
}
|
||||
|
||||
/* update i_ptr and i_end */
|
||||
p->i_ptr = &p->inbuf[0];
|
||||
p->i_end = &p->inbuf[read];
|
||||
return MSPACK_ERR_OK;
|
||||
}
|
||||
#endif
|
||||
#endif
|
|
@ -0,0 +1,172 @@
|
|||
/* This file is part of libmspack.
|
||||
* (C) 2003-2014 Stuart Caie.
|
||||
*
|
||||
* libmspack is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Lesser General Public License (LGPL) version 2.1
|
||||
*
|
||||
* For further details, see the file COPYING.LIB distributed with libmspack
|
||||
*/
|
||||
|
||||
#ifndef MSPACK_READHUFF_H
|
||||
#define MSPACK_READHUFF_H 1
|
||||
|
||||
/* This implements a fast Huffman tree decoding system. */
|
||||
|
||||
#if !(defined(BITS_ORDER_MSB) || defined(BITS_ORDER_LSB))
|
||||
# error "readhuff.h is used in conjunction with readbits.h, include that first"
|
||||
#endif
|
||||
#if !(defined(TABLEBITS) && defined(MAXSYMBOLS))
|
||||
# error "define TABLEBITS(tbl) and MAXSYMBOLS(tbl) before using readhuff.h"
|
||||
#endif
|
||||
#if !(defined(HUFF_TABLE) && defined(HUFF_LEN))
|
||||
# error "define HUFF_TABLE(tbl) and HUFF_LEN(tbl) before using readhuff.h"
|
||||
#endif
|
||||
#ifndef HUFF_ERROR
|
||||
# error "define HUFF_ERROR before using readhuff.h"
|
||||
#endif
|
||||
#ifndef HUFF_MAXBITS
|
||||
# define HUFF_MAXBITS 16
|
||||
#endif
|
||||
|
||||
/* Decodes the next huffman symbol from the input bitstream into var.
|
||||
* Do not use this macro on a table unless build_decode_table() succeeded.
|
||||
*/
|
||||
#define READ_HUFFSYM(tbl, var) do { \
|
||||
ENSURE_BITS(HUFF_MAXBITS); \
|
||||
sym = HUFF_TABLE(tbl, PEEK_BITS(TABLEBITS(tbl))); \
|
||||
if (sym >= MAXSYMBOLS(tbl)) HUFF_TRAVERSE(tbl); \
|
||||
(var) = sym; \
|
||||
i = HUFF_LEN(tbl, sym); \
|
||||
REMOVE_BITS(i); \
|
||||
} while (0)
|
||||
|
||||
#ifdef BITS_ORDER_LSB
|
||||
# define HUFF_TRAVERSE(tbl) do { \
|
||||
i = TABLEBITS(tbl) - 1; \
|
||||
do { \
|
||||
if (i++ > HUFF_MAXBITS) HUFF_ERROR; \
|
||||
sym = HUFF_TABLE(tbl, \
|
||||
(sym << 1) | ((bit_buffer >> i) & 1)); \
|
||||
} while (sym >= MAXSYMBOLS(tbl)); \
|
||||
} while (0)
|
||||
#else
|
||||
#define HUFF_TRAVERSE(tbl) do { \
|
||||
i = 1 << (BITBUF_WIDTH - TABLEBITS(tbl)); \
|
||||
do { \
|
||||
if ((i >>= 1) == 0) HUFF_ERROR; \
|
||||
sym = HUFF_TABLE(tbl, \
|
||||
(sym << 1) | ((bit_buffer & i) ? 1 : 0)); \
|
||||
} while (sym >= MAXSYMBOLS(tbl)); \
|
||||
} while (0)
|
||||
#endif
|
||||
|
||||
/* make_decode_table(nsyms, nbits, length[], table[])
|
||||
*
|
||||
* This function was originally coded by David Tritscher.
|
||||
* It builds a fast huffman decoding table from
|
||||
* a canonical huffman code lengths table.
|
||||
*
|
||||
* nsyms = total number of symbols in this huffman tree.
|
||||
* nbits = any symbols with a code length of nbits or less can be decoded
|
||||
* in one lookup of the table.
|
||||
* length = A table to get code lengths from [0 to nsyms-1]
|
||||
* table = The table to fill up with decoded symbols and pointers.
|
||||
* Should be ((1<<nbits) + (nsyms*2)) in length.
|
||||
*
|
||||
* Returns 0 for OK or 1 for error
|
||||
*/
|
||||
static int make_decode_table(unsigned int nsyms, unsigned int nbits,
|
||||
unsigned char *length, unsigned short *table)
|
||||
{
|
||||
register unsigned short sym, next_symbol;
|
||||
register unsigned int leaf, fill;
|
||||
#ifdef BITS_ORDER_LSB
|
||||
register unsigned int reverse;
|
||||
#endif
|
||||
register unsigned char bit_num;
|
||||
unsigned int pos = 0; /* the current position in the decode table */
|
||||
unsigned int table_mask = 1 << nbits;
|
||||
unsigned int bit_mask = table_mask >> 1; /* don't do 0 length codes */
|
||||
|
||||
/* fill entries for codes short enough for a direct mapping */
|
||||
for (bit_num = 1; bit_num <= nbits; bit_num++) {
|
||||
for (sym = 0; sym < nsyms; sym++) {
|
||||
if (length[sym] != bit_num) continue;
|
||||
#ifdef BITS_ORDER_MSB
|
||||
leaf = pos;
|
||||
#else
|
||||
/* reverse the significant bits */
|
||||
fill = length[sym]; reverse = pos >> (nbits - fill); leaf = 0;
|
||||
do {leaf <<= 1; leaf |= reverse & 1; reverse >>= 1;} while (--fill);
|
||||
#endif
|
||||
|
||||
if((pos += bit_mask) > table_mask) return 1; /* table overrun */
|
||||
|
||||
/* fill all possible lookups of this symbol with the symbol itself */
|
||||
#ifdef BITS_ORDER_MSB
|
||||
for (fill = bit_mask; fill-- > 0;) table[leaf++] = sym;
|
||||
#else
|
||||
fill = bit_mask; next_symbol = 1 << bit_num;
|
||||
do { table[leaf] = sym; leaf += next_symbol; } while (--fill);
|
||||
#endif
|
||||
}
|
||||
bit_mask >>= 1;
|
||||
}
|
||||
|
||||
/* exit with success if table is now complete */
|
||||
if (pos == table_mask) return 0;
|
||||
|
||||
/* mark all remaining table entries as unused */
|
||||
for (sym = pos; sym < table_mask; sym++) {
|
||||
#ifdef BITS_ORDER_MSB
|
||||
table[sym] = 0xFFFF;
|
||||
#else
|
||||
reverse = sym; leaf = 0; fill = nbits;
|
||||
do { leaf <<= 1; leaf |= reverse & 1; reverse >>= 1; } while (--fill);
|
||||
table[leaf] = 0xFFFF;
|
||||
#endif
|
||||
}
|
||||
|
||||
/* next_symbol = base of allocation for long codes */
|
||||
next_symbol = ((table_mask >> 1) < nsyms) ? nsyms : (table_mask >> 1);
|
||||
|
||||
/* give ourselves room for codes to grow by up to 16 more bits.
|
||||
* codes now start at bit nbits+16 and end at (nbits+16-codelength) */
|
||||
pos <<= 16;
|
||||
table_mask <<= 16;
|
||||
bit_mask = 1 << 15;
|
||||
|
||||
for (bit_num = nbits+1; bit_num <= HUFF_MAXBITS; bit_num++) {
|
||||
for (sym = 0; sym < nsyms; sym++) {
|
||||
if (length[sym] != bit_num) continue;
|
||||
if (pos >= table_mask) return 1; /* table overflow */
|
||||
|
||||
#ifdef BITS_ORDER_MSB
|
||||
leaf = pos >> 16;
|
||||
#else
|
||||
/* leaf = the first nbits of the code, reversed */
|
||||
reverse = pos >> 16; leaf = 0; fill = nbits;
|
||||
do {leaf <<= 1; leaf |= reverse & 1; reverse >>= 1;} while (--fill);
|
||||
#endif
|
||||
for (fill = 0; fill < (bit_num - nbits); fill++) {
|
||||
/* if this path hasn't been taken yet, 'allocate' two entries */
|
||||
if (table[leaf] == 0xFFFF) {
|
||||
table[(next_symbol << 1) ] = 0xFFFF;
|
||||
table[(next_symbol << 1) + 1 ] = 0xFFFF;
|
||||
table[leaf] = next_symbol++;
|
||||
}
|
||||
|
||||
/* follow the path and select either left or right for next bit */
|
||||
leaf = table[leaf] << 1;
|
||||
if ((pos >> (15-fill)) & 1) leaf++;
|
||||
}
|
||||
table[leaf] = sym;
|
||||
pos += bit_mask;
|
||||
}
|
||||
bit_mask >>= 1;
|
||||
}
|
||||
|
||||
/* full table? */
|
||||
return (pos == table_mask) ? 0 : 1;
|
||||
}
|
||||
#endif
|
|
@ -0,0 +1,242 @@
|
|||
/* This file is part of libmspack.
|
||||
* (C) 2003-2004 Stuart Caie.
|
||||
*
|
||||
* libmspack is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Lesser General Public License (LGPL) version 2.1
|
||||
*
|
||||
* For further details, see the file COPYING.LIB distributed with libmspack
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <system.h>
|
||||
|
||||
#if !LARGEFILE_SUPPORT
|
||||
const char *largefile_msg = "library not compiled to support large files.";
|
||||
#endif
|
||||
|
||||
|
||||
int mspack_version(int entity) {
|
||||
switch (entity) {
|
||||
/* CHM decoder version 1 -> 2 changes:
|
||||
* - added mschmd_sec_mscompressed::spaninfo
|
||||
* - added mschmd_header::first_pmgl
|
||||
* - added mschmd_header::last_pmgl
|
||||
* - added mschmd_header::chunk_cache;
|
||||
*/
|
||||
case MSPACK_VER_MSCHMD:
|
||||
/* CAB decoder version 1 -> 2 changes:
|
||||
* - added MSCABD_PARAM_SALVAGE
|
||||
*/
|
||||
case MSPACK_VER_MSCABD:
|
||||
return 2;
|
||||
case MSPACK_VER_LIBRARY:
|
||||
case MSPACK_VER_SYSTEM:
|
||||
case MSPACK_VER_MSSZDDD:
|
||||
case MSPACK_VER_MSKWAJD:
|
||||
case MSPACK_VER_MSOABD:
|
||||
return 1;
|
||||
case MSPACK_VER_MSCABC:
|
||||
case MSPACK_VER_MSCHMC:
|
||||
case MSPACK_VER_MSLITD:
|
||||
case MSPACK_VER_MSLITC:
|
||||
case MSPACK_VER_MSHLPD:
|
||||
case MSPACK_VER_MSHLPC:
|
||||
case MSPACK_VER_MSSZDDC:
|
||||
case MSPACK_VER_MSKWAJC:
|
||||
case MSPACK_VER_MSOABC:
|
||||
return 0;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
int mspack_sys_selftest_internal(int offt_size) {
|
||||
return (sizeof(off_t) == offt_size) ? MSPACK_ERR_OK : MSPACK_ERR_SEEK;
|
||||
}
|
||||
|
||||
/* validates a system structure */
|
||||
int mspack_valid_system(struct mspack_system *sys) {
|
||||
return (sys != NULL) && (sys->open != NULL) && (sys->close != NULL) &&
|
||||
(sys->read != NULL) && (sys->write != NULL) && (sys->seek != NULL) &&
|
||||
(sys->tell != NULL) && (sys->message != NULL) && (sys->alloc != NULL) &&
|
||||
(sys->free != NULL) && (sys->copy != NULL) && (sys->null_ptr == NULL);
|
||||
}
|
||||
|
||||
/* returns the length of a file opened for reading */
|
||||
int mspack_sys_filelen(struct mspack_system *system,
|
||||
struct mspack_file *file, off_t *length)
|
||||
{
|
||||
off_t current;
|
||||
|
||||
if (!system || !file || !length) return MSPACK_ERR_OPEN;
|
||||
|
||||
/* get current offset */
|
||||
current = system->tell(file);
|
||||
|
||||
/* seek to end of file */
|
||||
if (system->seek(file, (off_t) 0, MSPACK_SYS_SEEK_END)) {
|
||||
return MSPACK_ERR_SEEK;
|
||||
}
|
||||
|
||||
/* get offset of end of file */
|
||||
*length = system->tell(file);
|
||||
|
||||
/* seek back to original offset */
|
||||
if (system->seek(file, current, MSPACK_SYS_SEEK_START)) {
|
||||
return MSPACK_ERR_SEEK;
|
||||
}
|
||||
|
||||
return MSPACK_ERR_OK;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* definition of mspack_default_system -- if the library is compiled with
|
||||
* MSPACK_NO_DEFAULT_SYSTEM, no default system will be provided. Otherwise,
|
||||
* an appropriate default system (e.g. the standard C library, or some native
|
||||
* API calls)
|
||||
*/
|
||||
|
||||
#ifdef MSPACK_NO_DEFAULT_SYSTEM
|
||||
struct mspack_system *mspack_default_system = NULL;
|
||||
#else
|
||||
|
||||
/* implementation of mspack_default_system for standard C library */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
struct mspack_file_p {
|
||||
FILE *fh;
|
||||
const char *name;
|
||||
};
|
||||
|
||||
static struct mspack_file *msp_open(struct mspack_system *self,
|
||||
const char *filename, int mode)
|
||||
{
|
||||
struct mspack_file_p *fh;
|
||||
const char *fmode;
|
||||
|
||||
switch (mode) {
|
||||
case MSPACK_SYS_OPEN_READ: fmode = "rb"; break;
|
||||
case MSPACK_SYS_OPEN_WRITE: fmode = "wb"; break;
|
||||
case MSPACK_SYS_OPEN_UPDATE: fmode = "r+b"; break;
|
||||
case MSPACK_SYS_OPEN_APPEND: fmode = "ab"; break;
|
||||
default: return NULL;
|
||||
}
|
||||
|
||||
if ((fh = (struct mspack_file_p *) malloc(sizeof(struct mspack_file_p)))) {
|
||||
fh->name = filename;
|
||||
if ((fh->fh = fopen(filename, fmode))) return (struct mspack_file *) fh;
|
||||
free(fh);
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static void msp_close(struct mspack_file *file) {
|
||||
struct mspack_file_p *self = (struct mspack_file_p *) file;
|
||||
if (self) {
|
||||
fclose(self->fh);
|
||||
free(self);
|
||||
}
|
||||
}
|
||||
|
||||
static int msp_read(struct mspack_file *file, void *buffer, int bytes) {
|
||||
struct mspack_file_p *self = (struct mspack_file_p *) file;
|
||||
if (self && buffer && bytes >= 0) {
|
||||
size_t count = fread(buffer, 1, (size_t) bytes, self->fh);
|
||||
if (!ferror(self->fh)) return (int) count;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int msp_write(struct mspack_file *file, void *buffer, int bytes) {
|
||||
struct mspack_file_p *self = (struct mspack_file_p *) file;
|
||||
if (self && buffer && bytes >= 0) {
|
||||
size_t count = fwrite(buffer, 1, (size_t) bytes, self->fh);
|
||||
if (!ferror(self->fh)) return (int) count;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int msp_seek(struct mspack_file *file, off_t offset, int mode) {
|
||||
struct mspack_file_p *self = (struct mspack_file_p *) file;
|
||||
if (self) {
|
||||
switch (mode) {
|
||||
case MSPACK_SYS_SEEK_START: mode = SEEK_SET; break;
|
||||
case MSPACK_SYS_SEEK_CUR: mode = SEEK_CUR; break;
|
||||
case MSPACK_SYS_SEEK_END: mode = SEEK_END; break;
|
||||
default: return -1;
|
||||
}
|
||||
#if HAVE_FSEEKO
|
||||
return fseeko(self->fh, offset, mode);
|
||||
#else
|
||||
return fseek(self->fh, offset, mode);
|
||||
#endif
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
static off_t msp_tell(struct mspack_file *file) {
|
||||
struct mspack_file_p *self = (struct mspack_file_p *) file;
|
||||
#if HAVE_FSEEKO
|
||||
return (self) ? (off_t) ftello(self->fh) : 0;
|
||||
#else
|
||||
return (self) ? (off_t) ftell(self->fh) : 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
static void msp_msg(struct mspack_file *file, const char *format, ...) {
|
||||
va_list ap;
|
||||
if (file) fprintf(stderr, "%s: ", ((struct mspack_file_p *) file)->name);
|
||||
va_start(ap, format);
|
||||
vfprintf(stderr, format, ap);
|
||||
va_end(ap);
|
||||
fputc((int) '\n', stderr);
|
||||
fflush(stderr);
|
||||
}
|
||||
|
||||
static void *msp_alloc(struct mspack_system *self, size_t bytes) {
|
||||
#if DEBUG
|
||||
/* make uninitialised data obvious */
|
||||
char *buf = malloc(bytes + 8);
|
||||
if (buf) memset(buf, 0xDC, bytes);
|
||||
*((size_t *)buf) = bytes;
|
||||
return &buf[8];
|
||||
#else
|
||||
return malloc(bytes);
|
||||
#endif
|
||||
}
|
||||
|
||||
static void msp_free(void *buffer) {
|
||||
#if DEBUG
|
||||
char *buf = buffer;
|
||||
size_t bytes;
|
||||
if (buf) {
|
||||
buf -= 8;
|
||||
bytes = *((size_t *)buf);
|
||||
/* make freed data obvious */
|
||||
memset(buf, 0xED, bytes);
|
||||
free(buf);
|
||||
}
|
||||
#else
|
||||
free(buffer);
|
||||
#endif
|
||||
}
|
||||
|
||||
static void msp_copy(void *src, void *dest, size_t bytes) {
|
||||
memcpy(dest, src, bytes);
|
||||
}
|
||||
|
||||
static struct mspack_system msp_system = {
|
||||
&msp_open, &msp_close, &msp_read, &msp_write, &msp_seek,
|
||||
&msp_tell, &msp_msg, &msp_alloc, &msp_free, &msp_copy, NULL
|
||||
};
|
||||
|
||||
struct mspack_system *mspack_default_system = &msp_system;
|
||||
|
||||
#endif
|
|
@ -0,0 +1,113 @@
|
|||
/* This file is part of libmspack.
|
||||
* (C) 2003-2018 Stuart Caie.
|
||||
*
|
||||
* libmspack is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Lesser General Public License (LGPL) version 2.1
|
||||
*
|
||||
* For further details, see the file COPYING.LIB distributed with libmspack
|
||||
*/
|
||||
|
||||
#ifndef MSPACK_SYSTEM_H
|
||||
#define MSPACK_SYSTEM_H 1
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* ensure config.h is read before mspack.h */
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <mspack.h>
|
||||
|
||||
/* assume <string.h> exists */
|
||||
#include <string.h>
|
||||
|
||||
/* fix for problem with GCC 4 and glibc (thanks to Ville Skytta)
|
||||
* http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=150429
|
||||
*/
|
||||
#ifdef read
|
||||
# undef read
|
||||
#endif
|
||||
|
||||
/* Old GCCs don't have __func__, but __FUNCTION__:
|
||||
* http://gcc.gnu.org/onlinedocs/gcc/Function-Names.html
|
||||
*/
|
||||
#if __STDC_VERSION__ < 199901L
|
||||
# if __GNUC__ >= 2
|
||||
# define __func__ __FUNCTION__
|
||||
# else
|
||||
# define __func__ "<unknown>"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if DEBUG
|
||||
# include <stdio.h>
|
||||
# define D(x) do { printf("%s:%d (%s) ",__FILE__, __LINE__, __func__); \
|
||||
printf x ; fputc('\n', stdout); fflush(stdout);} while (0);
|
||||
#else
|
||||
# define D(x)
|
||||
#endif
|
||||
|
||||
/* CAB supports searching through files over 4GB in size, and the CHM file
|
||||
* format actively uses 64-bit offsets. These can only be fully supported
|
||||
* if the system the code runs on supports large files. If not, the library
|
||||
* will work as normal using only 32-bit arithmetic, but if an offset
|
||||
* greater than 2GB is detected, an error message indicating the library
|
||||
* can't support the file should be printed.
|
||||
*/
|
||||
#if HAVE_INTTYPES_H
|
||||
# include <inttypes.h>
|
||||
#else
|
||||
# define PRId64 "lld"
|
||||
# define PRIu64 "llu"
|
||||
# define PRId32 "ld"
|
||||
# define PRIu32 "lu"
|
||||
#endif
|
||||
|
||||
#include <limits.h>
|
||||
#if ((defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS >= 64) || \
|
||||
(defined(FILESIZEBITS) && FILESIZEBITS >= 64) || \
|
||||
defined(_LARGEFILE_SOURCE) || defined(_LARGEFILE64_SOURCE) || \
|
||||
SIZEOF_OFF_T >= 8)
|
||||
# define LARGEFILE_SUPPORT 1
|
||||
# define LD PRId64
|
||||
# define LU PRIu64
|
||||
#else
|
||||
extern const char *largefile_msg;
|
||||
# define LD PRId32
|
||||
# define LU PRIu32
|
||||
#endif
|
||||
|
||||
/* endian-neutral reading of little-endian data */
|
||||
#define __egi32(a,n) ( ((((unsigned char *) a)[n+3]) << 24) | \
|
||||
((((unsigned char *) a)[n+2]) << 16) | \
|
||||
((((unsigned char *) a)[n+1]) << 8) | \
|
||||
((((unsigned char *) a)[n+0])))
|
||||
#define EndGetI64(a) ((((unsigned long long int) __egi32(a,4)) << 32) | \
|
||||
((unsigned int) __egi32(a,0)))
|
||||
#define EndGetI32(a) __egi32(a,0)
|
||||
#define EndGetI16(a) ((((a)[1])<<8)|((a)[0]))
|
||||
|
||||
/* endian-neutral reading of big-endian data */
|
||||
#define EndGetM32(a) (((((unsigned char *) a)[0]) << 24) | \
|
||||
((((unsigned char *) a)[1]) << 16) | \
|
||||
((((unsigned char *) a)[2]) << 8) | \
|
||||
((((unsigned char *) a)[3])))
|
||||
#define EndGetM16(a) ((((a)[0])<<8)|((a)[1]))
|
||||
|
||||
extern struct mspack_system *mspack_default_system;
|
||||
|
||||
/* returns the length of a file opened for reading */
|
||||
extern int mspack_sys_filelen(struct mspack_system *system,
|
||||
struct mspack_file *file, off_t *length);
|
||||
|
||||
/* validates a system structure */
|
||||
extern int mspack_valid_system(struct mspack_system *sys);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue