Commit Graph

  • 5b01f32162 Merge "Update Windows makefile to build libsharpyuv library." into main Maryla Ustarroz-Calonge 2022-10-07 13:28:20 +00:00
  • 19b1a71c48 webp_js/README.md,cosmetics: reflow some lines James Zern 2022-10-06 14:10:03 -07:00
  • 780db75618 Update Windows makefile to build libsharpyuv library. Maryla 2022-10-05 14:21:35 +02:00
  • e407d4b37c CMakeLists.txt: replace GLUT_glut_LIBRARY w/GLUT::GLUT James Zern 2022-10-04 15:45:50 -07:00
  • abf73d628e Merge "WebPConfig.cmake.in: add find_dependency(Threads)" into main James Zern 2022-10-04 22:39:13 +00:00
  • 25807fb4cb Merge "cmake: restore compatibility with cmake < 3.12" into main James Zern 2022-10-04 21:06:52 +00:00
  • 5dbc4bfa1b WebPConfig.cmake.in: add find_dependency(Threads) James Zern 2022-10-04 13:01:12 -07:00
  • b2a175dd04 Merge "Update wasm instructions." into main Vincent Rabaud 2022-10-04 19:33:17 +00:00
  • cb90f76b68 Update wasm instructions. Vincent Rabaud 2022-10-03 14:08:44 +02:00
  • 02d1525869 cmake: restore compatibility with cmake < 3.12 James Zern 2022-10-03 18:40:07 -07:00
  • 5ba046e25f CMake: add_definitions -> add_compile_options Jeremy Maitin-Shepard 2022-10-01 10:35:19 -07:00
  • e68765af42 dsp,neon: use vaddv in a few more places James Zern 2022-09-09 22:17:46 -07:00
  • e8f83de286 Set libsharpyuv include dir to 'webp' subdirectory. Maryla 2022-08-18 14:27:15 +02:00
  • 15a91ab179 cmake,cosmetics: apply cmake-format James Zern 2022-08-17 12:33:17 -07:00
  • 0dd49d1a3a CMakeLists.txt: set @ONLY in configure_file() calls James Zern 2022-08-17 12:00:22 -07:00
  • 62b1bfe8bd Merge changes I2877e7bb,I777cad70,I15af7d1a,I686e6740,If10538a9, ... into main James Zern 2022-08-17 18:13:09 +00:00
  • 95c8fe5f3d Merge changes Iecea3603,I9dc228ab into main James Zern 2022-08-17 18:11:27 +00:00
  • e7c805cfad picture_csp_enc.c: remove SafeInitSharpYuv James Zern 2022-08-12 11:05:57 -07:00
  • 6af8845a8f sharpyuv: prefer webp/types.h James Zern 2022-08-12 10:55:39 -07:00
  • 639619ce72 cmake: fix dll exports James Zern 2022-08-11 19:33:37 -07:00
  • 782ed48cd3 sharpyuv,SharpYuvInit: add mutex protection when available James Zern 2022-08-11 18:58:40 -07:00
  • cad0d5adb6 sharyuv_{neon,sse2}.c: merge WEBP_USE_* sections James Zern 2022-08-11 17:48:11 -07:00
  • ef70ee06fa add a few missing <stddef.h> includes for NULL James Zern 2022-08-11 17:39:48 -07:00
  • f0f9eda406 sharpyuv.h: remove <inttypes.h> James Zern 2022-08-11 17:18:49 -07:00
  • 9b902cbace Merge "picture_csp_enc.c,CheckNonOpaque: rm unneeded local" into main James Zern 2022-08-11 22:59:45 +00:00
  • 9c1d457c01 cmake/cpu.cmake: remove unused variable James Zern 2022-08-11 15:04:29 -07:00
  • 9ac25bcb39 CMakeLists.txt,win32: match naming convention used by nmake H. Vetinari 2022-07-21 23:57:06 +02:00
  • 76c353bab7 picture_csp_enc.c,CheckNonOpaque: rm unneeded local James Zern 2022-08-11 09:57:11 -07:00
  • 5000de5435 Merge "cwebp: fix WebPPictureHasTransparency call" into main James Zern 2022-08-11 16:55:40 +00:00
  • e17293095b Merge "WebPPictureHasTransparency: add missing pointer check" into main James Zern 2022-08-11 16:55:21 +00:00
  • 00ff988a59 vp8l_enc,AddSingleSubGreen: clear int sanitizer warnings James Zern 2022-08-08 13:54:40 -07:00
  • e2fecc22e1 dsp/lossless_enc.c: clear int sanitizer warnings James Zern 2022-08-08 13:33:44 -07:00
  • 129cf9e97e dsp/lossless.c: clear int sanitizer warnings James Zern 2022-08-08 13:23:01 -07:00
  • ad7d1753c5 dsp/lossless_enc.c: clear int sanitizer warnings James Zern 2022-08-07 10:07:12 -07:00
  • 5037220e55 VP8LSubtractGreenFromBlueAndRed_C: clear int sanitizer warnings James Zern 2022-08-05 22:12:59 -07:00
  • 2ee786c740 upsampling_sse2.c: clear int sanitizer warnings James Zern 2022-08-03 15:43:36 -07:00
  • 4cc157d48a ParseOptionalChunks: clear int sanitizer warning James Zern 2022-08-03 15:40:07 -07:00
  • 892cf033b9 BuildHuffmanTable: clear int sanitizer warning James Zern 2022-08-03 15:28:46 -07:00
  • 3a9a4d4589 VP8GetSigned: clear int sanitizer warnings James Zern 2022-08-03 15:27:39 -07:00
  • 704a3d0a1f dsp/lossless.c: quiet int sanitizer warnings James Zern 2022-08-03 15:22:20 -07:00
  • 1a6c109c99 WebPPictureHasTransparency: add missing pointer check James Zern 2022-08-08 16:40:21 -07:00
  • c626e7d544 cwebp: fix WebPPictureHasTransparency call James Zern 2022-08-08 16:42:00 -07:00
  • 866e349cef Merge tag 'v1.2.4' James Zern 2022-08-08 15:47:16 -07:00
  • c170df3830 Merge "Create libsharpyuv.a in makefile.unix." into main Maryla Ustarroz-Calonge 2022-08-08 09:22:55 +00:00
  • 9d7ff74a55 Create libsharpyuv.a in makefile.unix. Maryla 2022-08-04 17:56:59 +02:00
  • 0d1f12546b update ChangeLog v1.2.4 James Zern 2022-08-05 16:49:26 -07:00
  • fcbc2d78ab Merge "doc/*.txt: restrict code to 69 columns" into main James Zern 2022-08-05 22:03:51 +00:00
  • 4ad0e1895e Merge "webp-container-spec.txt: normalize fourcc spelling" into main James Zern 2022-08-05 22:03:09 +00:00
  • 980d24884c update NEWS James Zern 2022-08-04 22:01:16 -07:00
  • 9fde812779 bump version to 1.2.4 James Zern 2022-08-04 19:58:56 -07:00
  • 7a0a9935ed doc/*.txt: restrict code to 69 columns James Zern 2022-08-04 19:28:16 -07:00
  • c040a615b1 webp-container-spec.txt: normalize fourcc spelling James Zern 2022-08-04 11:47:22 -07:00
  • aff1c546ef dsp,x86: normalize types w/_mm_cvtsi128_si32 calls James Zern 2022-08-03 21:50:43 -07:00
  • ab540ae0c5 dsp,x86: normalize types w/_mm_cvtsi32_si128 calls James Zern 2022-08-03 19:36:41 -07:00
  • 8980362eed dsp,x86: normalize types w/_mm_set* calls (2) James Zern 2022-08-04 11:24:41 -07:00
  • e626925cef lossless: fix crunch mode w/WEBP_REDUCE_SIZE 1.2.3 James Zern 2022-07-20 19:27:26 -07:00
  • 835392393b dsp,x86: normalize types w/_mm_set* calls James Zern 2022-08-03 15:19:51 -07:00
  • 8a4576ce26 webp-container-spec.txt: replace &amp; with & James Zern 2022-08-03 11:12:23 -07:00
  • db87088162 Merge "webp-container-spec.txt: make reserved 0 values a MUST" into main James Zern 2022-08-03 18:07:16 +00:00
  • 01d7d378d1 webp-lossless-bitstream-spec: number all sections James Zern 2022-08-02 19:03:51 -07:00
  • 337cf69f58 webp-lossless-bitstream-spec: mv Nomenclature after Intro James Zern 2022-08-02 18:50:59 -07:00
  • 79be856e6e Merge changes I7111d1f7,I872cd62c into main James Zern 2022-08-03 01:43:10 +00:00
  • 5b87983ad0 webp-container-spec.txt: make reserved 0 values a MUST James Zern 2022-08-02 15:14:11 -07:00
  • bd9391232d Merge changes I7a25b1a6,I51b2c2a0,I87d0cbcf,I6ec60af6,I0a3fe9dc into main James Zern 2022-08-02 22:13:07 +00:00
  • 04764b56a0
    libwebp.pc: add libsharpyuv to requires Christopher Degawa 2022-08-02 15:58:49 -05:00
  • 7deee8103e
    libsharpyuv: add pkg-config file Christopher Degawa 2022-08-02 15:46:19 -05:00
  • 1a64a7e649 webp-container-spec.txt: clarify some SHOULDs James Zern 2022-08-01 19:06:01 -07:00
  • bec2c88a11 webp-container-spec.txt: move ChunkHeader to terminology James Zern 2022-08-01 18:58:02 -07:00
  • c9359332a3 webp-container-spec.txt: clarify 'VP8 '/'XMP ' fourccs James Zern 2022-08-01 18:50:17 -07:00
  • 70fe3063a5 webp-container-spec.txt: rightsize table entries James Zern 2022-08-01 18:44:26 -07:00
  • ddbf3f3f2a webp-container-spec.txt: update 'key words' text James Zern 2022-08-01 18:37:19 -07:00
  • c151e95bdc utils.h,WEBP_ALIGN: make bitmask unsigned James Zern 2022-07-29 12:23:10 -07:00
  • 748e92bbb9 add WebPInt32ToMem James Zern 2022-07-30 19:38:35 -07:00
  • 3fe15b6773 Merge "Build libsharpyuv as a full installable library." into main Maryla Ustarroz-Calonge 2022-08-01 13:10:09 +00:00
  • 4f402f34a1 add WebPMemToInt32 James Zern 2022-07-28 19:33:44 -07:00
  • a3b68c195e Build libsharpyuv as a full installable library. Maryla 2022-07-27 17:54:43 +02:00
  • b4994eaa6d CMake: set rpath for shared objects James Zern 2022-07-25 16:48:00 -07:00
  • 94cd711779 Merge "CMake: fix dylib versioning" into main James Zern 2022-07-25 23:29:50 +00:00
  • e91451b69b Fix the lossless specs a bit more. Vincent Rabaud 2022-07-25 22:34:54 +02:00
  • 231bdfb762 CMake: fix dylib versioning James Zern 2022-07-22 10:50:31 -07:00
  • bfad7ab589 CMakeLists.txt: correct libwebpmux name in WebPConfig.cmake James Zern 2022-07-21 18:27:50 -07:00
  • c2e3fd30c4 Revert "cmake: fix webpmux lib name for cmake linking" James Zern 2022-07-21 17:57:23 -07:00
  • 7366f7f394 Merge "lossless: fix crunch mode w/WEBP_REDUCE_SIZE" into main James Zern 2022-07-21 16:27:38 +00:00
  • 84163d9d02 lossless: fix crunch mode w/WEBP_REDUCE_SIZE James Zern 2022-07-20 19:27:26 -07:00
  • d01c1eb309 webp-lossless-bitstream-spec,cosmetics: normalize capitalization James Zern 2022-07-20 10:35:14 -07:00
  • 8813ca8e69 Merge tag 'v1.2.3' James Zern 2022-07-15 16:00:00 -07:00
  • 3c4a0fbfbc update ChangeLog v1.2.3 James Zern 2022-07-15 12:48:16 -07:00
  • 56a480e80c dsp/cpu.h: add missing extern "C" James Zern 2022-07-08 15:41:44 -07:00
  • 62b45bddcd update ChangeLog v1.2.3-rc1 James Zern 2022-07-07 15:23:40 -07:00
  • 8764ec7a07 Merge changes Idb037953,Id582e395 into 1.2.3 James Zern 2022-07-07 22:18:26 +00:00
  • bcb872c31f vwebp: fix file name display in windows unicode build James Zern 2022-07-05 11:47:09 -07:00
  • 67c44ac5db webpmux: fix -frame option in windows unicode build James Zern 2022-07-05 11:45:52 -07:00
  • 8278825aac makefile.unix: add sharpyuv objects to clean target James Zern 2022-07-05 10:41:14 -07:00
  • 14a49e018d update NEWS James Zern 2022-06-30 19:19:53 -07:00
  • 34b1dc336d bump version to 1.2.3 James Zern 2022-06-30 18:38:51 -07:00
  • 0b397fda9d update AUTHORS James Zern 2022-06-30 18:34:53 -07:00
  • c16488ac4a update .mailmap James Zern 2022-06-30 19:25:25 -07:00
  • 5a2d929cd8 Merge "unicode.h: set console mode before using wprintf" into main James Zern 2022-07-01 01:03:01 +00:00
  • 169f867f3c unicode.h: set console mode before using wprintf James Zern 2022-06-20 10:15:24 -07:00
  • a94b855c54 Merge "libsharpyuv: add version defines" into main Maryla Ustarroz-Calonge 2022-06-28 09:49:56 +00:00