|
| 1 | +aa2684fc update NEWS |
| 2 | +36923846 bump version to 1.5.0 |
| 3 | +ceea8ff6 update AUTHORS |
| 4 | +e4f7a9f0 img2webp: add a warning for unused options |
| 5 | +1b4c967f Merge "Properly check the data size against the end of the RIFF chunk" into main |
| 6 | +9e5ecfaf Properly check the data size against the end of the RIFF chunk |
| 7 | +da0d9c7d examples: exit w/failure w/no args |
| 8 | +fcff86c7 {gif,img}2webp: sync -m help w/cwebp |
| 9 | +b76c4a84 man/img2webp.1: sync -m text w/cwebp.1 & gif2webp.1 |
| 10 | +30633519 muxread: fix reading of buffers > riff size |
| 11 | +4c85d860 yuv.h: update RGB<->YUV coefficients in comment |
| 12 | +0ab789e0 Merge changes I6dfedfd5,I2376e2dc into main |
| 13 | +03236450 {ios,xcframework}build.sh: fix compilation w/Xcode 16 |
| 14 | +61e2cfda rework AddVectorEq_SSE2 |
| 15 | +7bda3deb rework AddVector_SSE2 |
| 16 | +2ddaaf0a Fix variable names in SharpYuvComputeConversionMatrix |
| 17 | +a3ba6f19 Makefile.vc: fix gif2webp link error |
| 18 | +f999d94f gif2webp: add -sharp_yuv/-near_lossless |
| 19 | +dfdcb7f9 Merge "lossless.h: fix function declaration mismatches" into main (tag: webp-rfc9649) |
| 20 | +78ed6839 fix overread in Intra4Preds_NEON |
| 21 | +d516a68e lossless.h: fix function declaration mismatches |
| 22 | +87406904 Merge "Improve documentation of SharpYuvConversionMatrix." into main |
| 23 | +fdb229ea Merge changes I07a7e36a,Ib29980f7,I2316122d,I2356e314,I32b53dd3, ... into main |
| 24 | +0c3cd9cc Improve documentation of SharpYuvConversionMatrix. |
| 25 | +169dfbf9 disable Intra4Preds_NEON |
| 26 | +2dd5eb98 dsp/yuv*: use WEBP_RESTRICT qualifier |
| 27 | +23bbafbe dsp/upsampling*: use WEBP_RESTRICT qualifier |
| 28 | +35915b38 dsp/rescaler*: use WEBP_RESTRICT qualifier |
| 29 | +a32b436b dsp/lossless*: use WEBP_RESTRICT qualifier |
| 30 | +04d4b4f3 dsp/filters*: use WEBP_RESTRICT qualifier |
| 31 | +b1cb37e6 dsp/enc*: use WEBP_RESTRICT qualifier |
| 32 | +201894ef dsp/dec*: use WEBP_RESTRICT qualifier |
| 33 | +02eac8a7 dsp/cost*: use WEBP_RESTRICT qualifier |
| 34 | +84b118c9 Merge "webp-container-spec: normalize notes & unknown chunk link" into main |
| 35 | +052cf42f webp-container-spec: normalize notes & unknown chunk link |
| 36 | +220ee529 Search for best predictor transform bits |
| 37 | +78619478 Try to reduce the sampling for the entropy image |
| 38 | +14f09ab7 webp-container-spec: reorder chunk size - N text |
| 39 | +a78c5356 Remove a useless malloc for entropy image |
| 40 | +bc491763 Merge "Refactor predictor finding" into main |
| 41 | +34f92238 man/{cwebp,img2webp}.1: rm 'if needed' from -sharp_yuv |
| 42 | +367ca938 Refactor predictor finding |
| 43 | +a582b53b webp-lossless-bitstream-spec: clarify some text |
| 44 | +0fd25d84 Merge "anim_encode.c: fix function ref in comment" into main |
| 45 | +f8882913 anim_encode.c: fix function ref in comment |
| 46 | +40e4ca60 specs_generation.md: update kramdown command line |
| 47 | +57883c78 img2webp: add -exact/-noexact per-frame options |
| 48 | +1c8eba97 img2webp,cosmetics: add missing '.' spacers to help |
| 49 | +2e81017c Convert predictor_enc.c to fixed point |
| 50 | +94de6c7f Merge "Fix fuzztest link errors w/-DBUILD_SHARED_LIBS=1" into main |
| 51 | +51d9832a Fix fuzztest link errors w/-DBUILD_SHARED_LIBS=1 |
| 52 | +7bcb36b8 Merge "Fix static overflow warning." into main |
| 53 | +8e0cc14c Fix static overflow warning. |
| 54 | +cea68462 README.md: add security report note |
| 55 | +615e5874 Merge "make VP8LPredictor[01]_C() static" into main |
| 56 | +233e86b9 Merge changes Ie43dc5ef,I94cd8bab into main |
| 57 | +1a29fd2f make VP8LPredictor[01]_C() static |
| 58 | +dd9d3770 Do*Filter_*: remove row & num_rows parameters |
| 59 | +ab451a49 Do*Filter_C: remove dead 'inverse' code paths |
| 60 | +f9a480f7 {TrueMotion,TM16}_NEON: remove zero extension |
| 61 | +04834aca Merge changes I25c30a9e,I0a192fc6,I4cf89575 into main |
| 62 | +39a602af webp-lossless-bitstream-spec: normalize predictor transform ref |
| 63 | +f28c837d Merge "webp-container-spec: align anim pseudocode w/prose" into main |
| 64 | +74be8e22 Fix implicit conversion issues |
| 65 | +0c01db7c Merge "Increase the transform bits if possible." into main |
| 66 | +f2d6dc1e Increase the transform bits if possible. |
| 67 | +caa19e5b update link to issue tracker |
| 68 | +c9dd9bd4 webp-container-spec: align anim pseudocode w/prose |
| 69 | +8a7c8dc6 WASM: Enable VP8L_USE_FAST_LOAD |
| 70 | +f0c53cd9 WASM: don't use USE_GENERIC_TREE |
| 71 | +eef903d0 WASM: Enable 64-bit BITS caching |
| 72 | +6296cc8d iterator_enc: make VP8IteratorReset() static |
| 73 | +fbd93896 histogram_enc: make VP8LGetHistogramSize static |
| 74 | +cc7ff545 cost_enc: make VP8CalculateLevelCosts[] static |
| 75 | +4e2828ba vp8l_dec: make VP8LClear() static |
| 76 | +d742b24a Intra16Preds_NEON: fix truemotion saturation |
| 77 | +c7bb4cb5 Intra4Preds_NEON: fix truemotion saturation |
| 78 | +952a989b Merge "Remove TODO now that log is using fixed point." into main |
| 79 | +dde11574 Remove TODO now that log is using fixed point. |
| 80 | +a1ca153d Fix hidden myerr in my_error_exit |
| 81 | +3bd94202 Merge changes Iff6e47ed,I24c67cd5,Id781e761 into main |
| 82 | +d27d246e Merge "Convert VP8LFastSLog2 to fixed point" into main |
| 83 | +4838611f Disable msg_code use in fuzzing mode |
| 84 | +314a142a Use QuantizeBlock_NEON for VP8EncQuantizeBlockWHT on Arm |
| 85 | +3bfb05e3 Add AArch64 Neon implementation of Intra16Preds |
| 86 | +baa93808 Add AArch64 Neon implementation of Intra4Preds |
| 87 | +41a5e582 Fix errors when compiling code as C++ |
| 88 | +fb444b69 Convert VP8LFastSLog2 to fixed point |
| 89 | +c1c89f51 Fix WEBP_NODISCARD comment and C++ version |
| 90 | +66408c2c Switch the histogram_enc.h API to fixed point |
| 91 | +ac1e410d Remove leftover tiff dep |
| 92 | +b78d3957 Disable TIFF on fuzztest. |
| 93 | +cff21a7d Do not build statically on oss-fuzz. |
| 94 | +6853a8e5 Merge "Move more internal fuzzers to public." into main |
| 95 | +9bc09db4 Merge "Convert VP8LFastLog2 to fixed point" into main |
| 96 | +0a9f1c19 Convert VP8LFastLog2 to fixed point |
| 97 | +db0cb9c2 Move more internal fuzzers to public. |
| 98 | +ff2b5b15 Merge "advanced_api_fuzzer.cc: use crop dims in OOM check" into main |
| 99 | +c4af79d0 Put 0 at the end of a palette and do not store it. |
| 100 | +0ec80aef Delete last references to delta palettization |
| 101 | +96d79f84 advanced_api_fuzzer.cc: use crop dims in OOM check |
| 102 | +c35c7e02 Fix huffman fuzzer to not leak. |
| 103 | +f2fe8dec Bump fuzztest dependency. |
| 104 | +9ce982fd Fix fuzz tests to work on oss-fuzz |
| 105 | +3ba8af1a Do not escape quotes anymore in build.sh |
| 106 | +ea0e121b Allow centipede to be used as a fuzzing engine. |
| 107 | +27731afd make VP8I4ModeOffsets & VP8MakeIntra4Preds static |
| 108 | +ddd6245e oss-fuzz/build.sh: use heredoc for script creation |
| 109 | +50074930 oss-fuzz/build.sh,cosmetics: fix indent |
| 110 | +20e92f7d Limit the possible fuzz engines. |
| 111 | +4f200de5 Switch public fuzz tests to fuzztest. |
| 112 | +64186bb3 Add huffman_fuzzer to .gitignore |
| 113 | +0905f61c Move build script from oss-fuzz repo to here. |
| 114 | +e8678758 Fix link to Javascript documentation |
| 115 | +5e5b8f0c Fix SSE2 Transform_AC3 function name |
| 116 | +45129ee0 Revert "Check all the rows." |
| 117 | +ee26766a Check all the rows. |
| 118 | +7ec51c59 Increase the transform bits if possible. |
| 119 | +3cd16fd3 Revert "Increase the transform bits if possible." |
| 120 | +971a03d8 Increase the transform bits if possible. |
| 121 | +1bf198a2 Allow transform_bits to be different during encoding. |
| 122 | +1e462ca8 Define MAX_TRANSFORM_BITS according to the specification. |
| 123 | +64d1ec23 Use (MIN/NUM)_(TRANSFORM/HUFFMAN)_BITS where appropriate |
| 124 | +a90160e1 Refactor histograms in predictors. |
| 125 | +a7aa7525 Fix some function declarations |
| 126 | +68ff4e1e Merge "jpegdec: add a hint for EOF/READ errors" into main |
| 127 | +79e7968a jpegdec: add a hint for EOF/READ errors |
| 128 | +d33455cd man/*: s/BUGS/REPORTING BUGS/ |
| 129 | +a67ff735 normalize example exit status |
| 130 | +edc28909 upsampling_{neon,sse41}: fix int sanitizer warning |
| 131 | +3cada4ce ImgIoUtilReadFile: check ftell() return |
| 132 | +dc950585 Merge tag 'v1.4.0' |
| 133 | +845d5476 update ChangeLog (tag: v1.4.0, origin/1.4.0) |
1 | 134 | 8a6a55bb update NEWS |
2 | 135 | cf7c5a5d provide a way to opt-out/override WEBP_NODISCARD |
3 | 136 | cc34288a update ChangeLog (tag: v1.4.0-rc1) |
|
0 commit comments