[go: up one dir, main page]

  1. 5efd630 mv SharpYuvEstimate420Risk to extras/ by James Zern · 1 year, 9 months ago
  2. d7a0506 Add YUV420 riskiness metric. by Maryla · 1 year, 10 months ago
  3. 24d7f9c Switch code to SDL2. by Vincent Rabaud · 2 years ago
  4. eac3bd5 Have the palette code be in its own file. by Vincent Rabaud · 2 years, 3 months ago
  5. 979c0eb sharpyuv: add SharpYuvGetCPUInfo by James Zern · 3 years ago
  6. 9d7ff74 Create libsharpyuv.a in makefile.unix. by Maryla · 3 years, 2 months ago
  7. 8278825 makefile.unix: add sharpyuv objects to clean target by James Zern · 3 years, 3 months ago
  8. 2d607ee sharpyuv: increase precision of gamma<->linear conversion by Maryla · 3 years, 4 months ago
  9. 01a05de libsharpyuv: add colorspace utilities by Maryla · 3 years, 6 months ago
  10. d55d447 Make libwebp depend on libsharpyuv. by Maryla · 3 years, 7 months ago
  11. 29cc95c Basic version of libsharpyuv in libwebp, in C. by Maryla · 3 years, 8 months ago
  12. b6f756e update http links by James Zern · 3 years, 11 months ago
  13. a09a647 SSE4.1 version of TransformColorInverse by Ilya Kurdyukov · 4 years, 8 months ago
  14. 312f74d makefile.unix: allow *_LIBS to be overridden w/EXTRA_LIBS by James Zern · 6 years ago
  15. fcfd9c7 BitTrace: if BITTRACE is > 0, record and print syntax bits used by Pascal Massimino · 7 years ago
  16. 0fd7514 neon: SetResidualCoeffs by Johann · 7 years ago
  17. cbf82cc Remove AVX2 files. by Vincent Rabaud · 7 years ago
  18. b911fbc libwebp: Remove duplicate GIFDisplayError in anim_util by Yannis Guyon · 7 years ago
  19. e577feb makefile.unix: add DEBUG flag for compiling w/ debug-symbol by Pascal Massimino · 8 years ago
  20. b892b8b makefile.unix,dist: use ascii for text output by James Zern · 8 years ago
  21. 217443c remove some deprecation warning on MacOSX by Pascal Massimino · 8 years ago
  22. 641cedc imagedec: support metadata reading for WebP image decoding by Pascal Massimino · 8 years ago
  23. f4dd925 remove WEBP_EXPERIMENTAL_FEATURES by James Zern · 8 years ago
  24. 1c59020 fix missing sse41 targets in makefile.unix by Pascal Massimino · 8 years ago
  25. a439972 WIP: list includes as descendants of the project dir by James Zern · 8 years ago
  26. 8635973 use sdl-config (if available) to determine the link flags by Pascal Massimino · 8 years ago
  27. e945938 use CPPFLAGS before CFLAGS by Pascal Massimino · 8 years ago
  28. f66f94e anim_dump: small tool to dump frames from animated WebP by Pascal Massimino · 8 years ago
  29. 663a6d9 unify the ALTERNATE_CODE flag usage by skal · 8 years ago
  30. 8acb494 Remove the argb* files. by Vincent Rabaud · 8 years ago
  31. b903b80 Split cost-based backward references in its own file. by Vincent Rabaud · 8 years ago
  32. d63e6f4 Add a man page for webpinfo by hui su · 8 years ago
  33. 5224542 NEON implementation of some Sharp-YUV420 functions by Pascal Massimino · 8 years ago
  34. 274daf5 Add webpinfo tool. by Pascal Massimino · 9 years ago
  35. ec5036e add explicit reference to /usr/local/{lib,inc} by Pascal Massimino · 9 years ago
  36. 39cf6f4 vwebp_sdl: fix the makefile.unix by Pascal Massimino · 9 years ago
  37. 693bf74 move the SSIM calculation code in ssim.c / ssim_sse2.c by Pascal Massimino · 9 years ago
  38. 57d8de8 Merge "vwebp_sdl: simple viewer based on SDL" by Pascal Massimino · 9 years ago
  39. dcf9d82 imageio: add limited PNM support for reading by Pascal Massimino · 9 years ago
  40. 6524fcd vwebp_sdl: simple viewer based on SDL by Pascal Massimino · 9 years ago
  41. 668e1dd src/{dec,enc,utils}: give filenames a unique suffix by James Zern · 9 years ago
  42. ea48240 makefiles: prune get_disto & webp_quality deps by James Zern · 9 years ago
  43. 1de931c NEON: implement alpha-filters (horizontal/vertical/gradient) by Pascal Massimino · 9 years ago
  44. 49d0280 NEON: implement several alpha-processing functions by Pascal Massimino · 9 years ago
  45. 03f4095 img2webp: convert a sequence of images to an animated webp by Pascal Massimino · 9 years ago
  46. 68ae5b6 Add libwebp/src/mux/animi.h by hui su · 9 years ago
  47. 6cc48b1 Move some lossless logic out of dsp. by Vincent Rabaud · 9 years ago
  48. c9b4586 Split off common lossless dsp inline functions. by Vincent Rabaud · 9 years ago
  49. af1ad3e libimageenc.a: extract image-saving code from dwebp by Pascal Massimino · 9 years ago
  50. 485cac1 switch libimagedec.a and libimageio_util.a to avoid undefined symbol by Pascal Massimino · 9 years ago
  51. 7b87e84 Merge "Add MSA optimized YUV to RGB upsampling functions" by Parag Salasakar · 9 years ago
  52. d3ddacb Add MSA optimized YUV to RGB upsampling functions by Parag Salasakar · 9 years ago
  53. eb98d8d webp_quality: detect lossless format and features by Pascal Massimino · 9 years ago
  54. ebee57f move imageio/example_util.[hc] (back to) examples/ by James Zern · 9 years ago
  55. bdda5bd split example_util.h by James Zern · 9 years ago
  56. e8ab6a8 VP8EstimateQuality(): roughty estimate webp bitstream quality factor by skal · 9 years ago
  57. 1e7d440 'extras/get_disto' example: compute PSNR between two files by skal · 9 years ago
  58. c379b55 move examples/{example_util,image_dec} to imageio/ by James Zern · 9 years ago
  59. ad497fb move src/extras to the top-level by James Zern · 9 years ago
  60. 9ac74f9 Add MSA optimized rescaling functions by Parag Salasakar · 9 years ago
  61. cb19dbc Add MSA optimized color transform functions by Parag Salasakar · 9 years ago
  62. 435308e Add MSA optimized encoder transform functions by Parag Salasakar · 9 years ago
  63. dce64bf Add MSA optimized alpha filter functions by Parag Salasakar · 9 years ago
  64. 701c772 Add MSA optimized colorspace conversion functions by Parag Salasakar · 9 years ago
  65. 5e60c42 Added MSA optimized transform functions by Parag Salasakar · 9 years ago
  66. 4c59aac Merge "mips msa webp configuration" by James Zern · 9 years ago
  67. e11da08 mips msa webp configuration by Parag Salasakar · 9 years ago
  68. ae2a722 collect all decoding utilities from examples/ in libexampledec.a by Pascal Massimino · 9 years ago
  69. e60853e Add missing common_sse2.h file to makefile.unix by Vincent Rabaud · 10 years ago
  70. 1a819f0 makefile.unix: make visibility=hidden the default by James Zern · 10 years ago
  71. ac761a3 10% faster table-less SSE2/NEON version of YUV->RGB conversion by Pascal Massimino · 10 years ago
  72. 96201e5 migrate anim_diff tool from C++ to C89 by Pascal Massimino · 10 years ago
  73. b4e731c neon-implementation for rescaler code by skal · 10 years ago
  74. 48f66b6 Add delta_palettization feature to WebP by Mislav Bradac · 10 years ago
  75. 76a7dc3 rescaler: add some SSE2 code by Pascal Massimino · 10 years ago
  76. d39dc8f Create a WebPAnimDecoder API. by Urvang Joshi · 10 years ago
  77. f3d687e SSE4.1 implementation of some lossless encoding functions by Pascal Massimino · 10 years ago
  78. bfc300c SSE4.1 implementation of some alpha-processing functions by Pascal Massimino · 10 years ago
  79. acd7b5a Introduce a test tool anim_diff. by Urvang Joshi · 10 years ago
  80. 9e00a49 makefile.unix: remove superclean target by James Zern · 10 years ago
  81. cefc9c0 makefile.unix: clean up after extras target by James Zern · 10 years ago
  82. af74c14 populate 'libwebpextras' with: import gray, rgb565 and rgb4444 functions by Pascal Massimino · 10 years ago
  83. bf516a8 makefile.unix: add some missing headers by James Zern · 11 years ago
  84. 82d9802 add a dec/common.h header to collect common enc/dec #defines by Pascal Massimino · 11 years ago
  85. 9405550 encoding SSE4.1 stub for StoreHistogram + Quantize + SSE_16xN by Pascal Massimino · 11 years ago
  86. 553051f dsp/lossless: split enc/dec functions by James Zern · 11 years ago
  87. bf09cf1 conditionally add -msse4.1 in Makefile.unix by Pascal Massimino · 11 years ago
  88. e9570dd stub for SSE4.1 support. by Pascal Massimino · 11 years ago
  89. 2a40709 4-5% faster encoding using SSE2 for GetResidualCost by Pascal Massimino · 11 years ago
  90. a987fae MIPS: dspr2: added optimization for function GetResidualCost by Pascal Massimino · 11 years ago
  91. 022d2f8 add SSE2 variants for alpha filtering functions by Pascal Massimino · 11 years ago
  92. 7afdaf8 Alpha coding: reorganize the filter/unfiltering code by Pascal Massimino · 11 years ago
  93. d1c4ffa gif2webp: Move GIF decoding related code to a support library. by Urvang Joshi · 11 years ago
  94. cbcdd5f Merge "move rescaler functions to rescaler* files in src/dsp/" by pascal massimino · 11 years ago
  95. 0f54f1e Remove gif2webp_util which is no longer needed. by Urvang Joshi · 11 years ago
  96. cbcbedd move rescaler functions to rescaler* files in src/dsp/ by Djordje Pesut · 11 years ago
  97. 9f0dd6e Merge "WebPAnimEncoder API: Header and implementation" by pascal massimino · 11 years ago
  98. 4b997ae WebPAnimEncoder API: Header and implementation by Urvang Joshi · 11 years ago
  99. 72208be move argb_*.o build target to encoder list by Pascal Massimino · 11 years ago
  100. 4c1b300 Merge "SSE2 implementation of VP8PackARGB" by Pascal Massimino · 11 years ago