morkt
|
da947f20b6
|
(StringExtensions): added ToLowerAscii and ToLowerShiftJis methods.
|
2018-01-22 11:36:31 +04:00 |
|
morkt
|
1a8b0d8b4a
|
(HuffmanCompression): classes utilizing Huffman compression.
|
2018-01-02 06:43:41 +04:00 |
|
morkt
|
a4bd5caf05
|
added static class implementing string extension methods.
methods check if file name ends with specified extensions.
|
2017-04-10 22:18:41 +04:00 |
|
morkt
|
7b5359e9a8
|
(TgaStream): obsolete.
|
2017-03-12 17:47:17 +04:00 |
|
morkt
|
7ddc894742
|
(MMX): added PSRLD instruction.
|
2017-03-12 05:39:17 +04:00 |
|
morkt
|
a975e6c415
|
(AutoEntry): removed unused field.
|
2016-06-25 22:43:08 +04:00 |
|
morkt
|
5f0e5b0c3c
|
(MMX.PAddB): uint overload.
|
2016-05-20 03:56:09 +04:00 |
|
morkt
|
be6825bf07
|
added OggAudio.Instance public property.
|
2016-05-01 21:56:38 +04:00 |
|
morkt
|
834409f2a4
|
moved common stream classes to separate file.
|
2016-03-13 00:32:02 +04:00 |
|
morkt
|
8d8dae710d
|
NotTransform and XorTransform implementations moved to separate file.
|
2016-02-29 08:33:17 +04:00 |
|
morkt
|
77af4a7f50
|
(MMX): added PSubB, PSubW and PSubD methods.
|
2016-02-09 09:56:51 +04:00 |
|
morkt
|
6d508f8595
|
(AutoEntry.DetectFileType): changed arguments.
|
2016-01-31 06:20:34 +04:00 |
|
morkt
|
bb49a1376a
|
(AutoEntry): file type detection moved to separate method.
|
2016-01-18 20:27:40 +04:00 |
|
morkt
|
526904af29
|
(PrefixStream): don't seek over unseekable streams.
|
2016-01-15 11:48:50 +04:00 |
|
morkt
|
0b9391e59a
|
(TgaStream): interpret 8bpp images as grayscaled.
|
2015-12-09 17:59:22 +04:00 |
|
morkt
|
fd18f21b40
|
(TgaStream): added Create method for images with non-default stride.
|
2015-12-06 22:24:14 +04:00 |
|
morkt
|
007b835320
|
(MMX.PSlld): shift count limited to 32 bits.
|
2015-12-03 15:54:09 +04:00 |
|
morkt
|
abe08cd457
|
(TgaStream): new static class.
create TGA image stream from the given image meta-data and pixels array.
|
2015-11-30 03:41:20 +04:00 |
|
morkt
|
65ae716469
|
(AutoEntry): don't return file type for ambiguously detected files.
|
2015-11-19 11:35:02 +04:00 |
|
morkt
|
682be864fa
|
(MMX): added paddb and pslld instructions.
|
2015-11-07 00:14:03 +04:00 |
|
morkt
|
46631796b8
|
(AutoEntry.Create): ignore zero signatures.
|
2015-10-28 23:13:13 +04:00 |
|
morkt
|
9e5990b118
|
added 'padd' MMX instructions emulation.
|
2015-10-28 00:51:55 +04:00 |
|
morkt
|
c396b86c22
|
(StreamRegion): added leave_open argument to constructor.
|
2015-10-19 09:02:53 +04:00 |
|
morkt
|
321ac1cf69
|
(HuffmanDecoder) renamed some private fields.
|
2015-08-04 22:26:38 +04:00 |
|
morkt
|
dd3d87aff7
|
(Dump): convenient class for tracing/debugging.
|
2015-08-03 22:26:26 +04:00 |
|
morkt
|
230ba532f0
|
LzssStream and related classes moved to separate namespace.
|
2015-07-25 04:20:20 +04:00 |
|
morkt
|
ce54fb1a4e
|
NotTransorm class moved to common namespace.
|
2015-07-23 20:23:14 +04:00 |
|
morkt
|
d08f6249c2
|
(LzssStream): LZSS-compressed stream implementation.
|
2015-07-07 11:27:30 +04:00 |
|
morkt
|
8e405e8fe6
|
(PrefixStream): added leave_open argument to constructor.
|
2015-06-25 11:27:29 +04:00 |
|
morkt
|
d1ac47ad03
|
(Dispose): dispose of members only when 'disposing' argument is true.
|
2015-06-20 21:30:21 +04:00 |
|
morkt
|
0955c15181
|
(StreamRegion): added leave_open argument to constructor.
|
2015-06-14 10:19:16 +04:00 |
|
morkt
|
29bd97fca9
|
(StreamRange): new wrapper around IO.Stream.
(LzssReader): allow compressed format customization.
|
2015-06-12 01:47:00 +04:00 |
|
morkt
|
167d9b53a1
|
(HuffmanDecode): clean-up reverse-engineered stuff.
|
2015-04-20 14:06:20 +04:00 |
|
morkt
|
0aaf977c8a
|
AuroEntry changes.
(constructor): set offset property.
(GetName): use Path.ChangeExtension to set filename extension.
|
2015-04-16 22:38:47 +04:00 |
|
morkt
|
75c3f8b61e
|
(HuffmanDecoder): class made public and moved to ArcCommon.cs
|
2015-04-14 10:28:00 +04:00 |
|
morkt
|
bf9ea96717
|
(AutoEntry, LzssReader): new classes.
AutoEntry is an Entry that changes its name/type according to underlying
file contents.
LzssReader is a LZSS unpacker.
|
2015-04-04 05:26:14 +04:00 |
|
morkt
|
f703789685
|
(PrefixStream.Read): changed underlying stream position reset logic.
|
2015-03-05 17:40:13 +04:00 |
|
morkt
|
3214e05609
|
Moved PrefixStream class implementation to separate file.
|
2015-02-26 22:07:49 +04:00 |
|