Carl Woffenden
df66ddd794
Replaced the slow shell script with a faster Python equivalent
2022-01-19 17:01:35 +01:00
Rich Geldreich
928a0caa3e
Fixing asserts on 1x1 jpeg's when chroma filtering is enabled.
2021-12-27 02:18:33 -05:00
Rich Geldreich
4e0c016c70
Update README.md
2021-12-18 20:54:43 -05:00
Rich Geldreich
865a5af02f
Update README.md
2021-12-18 20:53:49 -05:00
Rich Geldreich
0da4c110b0
Merge pull request #233 from atteneder/sse4.2
...
fix: Allow building SSE kernels regardless of SSE 4.2 being (in)active
2021-12-18 17:39:44 -08:00
Rich Geldreich
3755515342
Merge pull request #265 from Calinou/fix-freebsd-build
...
Fix compilation on FreeBSD
2021-12-18 17:35:43 -08:00
Rich Geldreich
0ba72f4fb3
Update README.md
2021-11-27 01:30:32 -05:00
Rich Geldreich
a5cf5d88f0
Update README.md
2021-11-27 01:26:34 -05:00
Rich Geldreich
5d1335ec8a
Update README.md
2021-11-27 01:26:09 -05:00
Rich Geldreich
840abafea4
Update README.md
2021-11-27 01:25:16 -05:00
Rich Geldreich
fcc30afcbc
Update README.md
2021-11-27 01:23:13 -05:00
Hugo Locurcio
9ecbdaa7dd
Fix compilation on FreeBSD
...
Linux's `<sys/timex.h>` header was used instead of
FreeBSD's <sys/time.h> due to missing preprocessor comparison.
Co-authored-by: robfram <robfram@gmail.com >
2021-11-19 20:47:26 +01:00
Rich Geldreich
646a9f8261
Rewriting reduce_all() helpers. They aren't actually used, but they are good to have around.
2021-10-19 23:25:00 -04:00
Rich Geldreich
d7e2d47879
deleting file
2021-10-18 09:41:04 -04:00
Rich Geldreich
cdf517faae
Update README.md
2021-10-18 09:32:27 -04:00
Rich Geldreich
6d84f50616
new file
2021-10-18 09:28:31 -04:00
Rich Geldreich
77b7df8e5d
Merge pull request #234 from omar-polo/master
...
fix the build on OpenBSD
v1_15_update
v1_15_update2
2021-09-22 20:17:31 -04:00
Rich Geldreich
1ad79624f2
Merge pull request #235 from cwoffenden/single-file-fixes
...
Single file transcoder fixes
2021-09-22 20:14:36 -04:00
Rich Geldreich
716f6ee9dc
Fixing bug in tree structured VQ code that would generate nodes with redundant input vector indices, causing rare frontend verify crashes.
2021-09-22 20:09:16 -04:00
Rich Geldreich
3478338c7c
Update README.md
2021-09-22 19:52:26 -04:00
Rich Geldreich
b993de4209
Merge pull request #237 from zeux/enc1
...
Make it easier to build Basis encoder as one .cpp
2021-09-09 23:19:38 -04:00
Rich Geldreich
6ac519f1e5
Merge pull request #238 from zeux/cppfix
...
apg_bmp: Fix building C source as C++
2021-08-03 21:41:04 -04:00
Rich Geldreich
86506eef52
Merge pull request #244 from EthanMichalicek/patch-1
...
Updated README to reflect current -uastc_rdo_l flag
2021-07-25 04:41:25 -04:00
EthanMichalicek
5ae3571a4b
Updated README to reflect current -uastc_rdo_l flag
...
README still lists `-uastc_rdo_q` as an option, even though it has been replaced by `-uastc_rdo_l`.
2021-07-06 11:17:49 -05:00
Andreas Atteneder
2849bbd177
fix: Compile SSE kernel regardless of SSE 4.2 support being enabled
2021-06-21 17:38:38 +02:00
Rich Geldreich
c4c0db735a
Merge pull request #240 from zeux/nominmax
...
Remove redundant definitions of min/max
2021-06-15 19:21:08 -04:00
Rich Geldreich
46a441a4a2
Merge pull request #239 from zeux/nooutput
...
Disable read/wrote output when status output is off
2021-06-15 19:16:35 -04:00
Arseny Kapoulkine
35c42cb00b
Remove redundant definitions of min/max
...
These aren't used and they conflict with other sources in single-source
build.
2021-06-06 22:04:31 -07:00
Arseny Kapoulkine
94d8efb875
Disable read/wrote output when status output is off
...
This was the only output that was being printed when m_status_output is
false; since this defaults to true in command-line builds this doesn't
affect them.
2021-06-05 22:25:30 -07:00
Arseny Kapoulkine
ce94722f41
Fix building C source as C++
...
apg_bmp used implicit void*->type* cast which compiles in C but not in
C++.
2021-06-05 22:23:37 -07:00
Arseny Kapoulkine
d564299635
Make it easier to build Basis encoder as one .cpp
...
This is adding a missing #pragma once to bc7enc.h and renaming
ast_interpolate to avoid conflicts with the copy in basisu_uastc_enc
(and also making the color space obvious).
2021-06-05 21:15:50 -07:00
Carl Woffenden
150b7fb24f
Tidy docs
2021-05-31 14:55:24 +02:00
Carl Woffenden
f5722a8025
Removed/moved unused vars
...
Relates to issue #230
2021-05-31 14:46:12 +02:00
Carl Woffenden
b0c447b479
Minor: fixed quotes in example
2021-05-31 14:36:55 +02:00
Carl Woffenden
51c999afba
Minor tweaks to fix single-file creations
2021-05-31 14:14:59 +02:00
Omar Polo
ed2df5ba57
fix the build on OpenBSD
2021-05-22 17:46:43 +02:00
Andreas Atteneder
b55d5b311d
fix: Allow building SSE kernels even when SSE 4.2 is active
2021-05-16 02:15:02 +02:00
Rich Geldreich
ba1c3e40f1
Merge pull request #226 from zeux/resample
...
Implement custom resampling command line args
2021-04-16 00:40:45 -04:00
Arseny Kapoulkine
0eb541a118
Implement custom resampling command line args
...
This change implements -resample X Y command line support in addition to
-resample_factor, when a more sophisticated algorithm is needed to
compute the desired image size.
For example, these can be used to round the image to a multiple of 4 or
to a power of 2 for improved compatibility with various graphics APIs.
2021-04-14 21:13:19 -07:00
Rich Geldreich
5337227c5d
Rebuilt WASM encoder
2021-04-15 00:02:16 -04:00
Rich Geldreich
24ba5ded22
Merge pull request #214 from zeux/trial_errors
...
Optimize find_optimal_selector_clusters_for_each_block
2021-04-14 23:50:22 -04:00
Rich Geldreich
f3f7f750bb
Updating comment
2021-04-14 23:36:10 -04:00
Rich Geldreich
cbcf539186
Merge pull request #225 from flashk/patch-1
...
Apply swizzle to user supplied mipmaps
2021-04-14 23:34:31 -04:00
flashk
1cd2b7506a
Apply swizzle to user supplied mipmaps
2021-04-14 10:37:16 -07:00
Rich Geldreich
ee626cec19
Adding initial support for user-provided mipmaps. This isn't hooked up to the command line tool or the JS wrappers yet.
2021-04-13 22:48:01 -04:00
Rich Geldreich
0088fc656a
Update README.md
2021-04-13 15:40:27 -04:00
Rich Geldreich
d17837b049
Adding BSD.txt license file
2021-04-13 15:34:38 -04:00
Rich Geldreich
6891895496
Update README.md
2021-04-13 15:32:22 -04:00
Rich Geldreich
0b9cd40f3b
Rebuild WASM files
v1.15_rel2
2021-04-13 15:25:42 -04:00
Rich Geldreich
d57ca739c5
Update README.md
v1_15
2021-04-13 15:09:47 -04:00