tesseract-vs2012 icon indicating copy to clipboard operation
tesseract-vs2012 copied to clipboard

Webp

Open tofutim opened this issue 9 years ago • 1 comments

in case there is interested, this is the previous PR + webp

tofutim avatar Dec 01 '15 20:12 tofutim

Thanks Tim, I'll have a look at these changes over the weekend. On 02/12/2015 7:40 am, "Tim Uy" [email protected] wrote:

in case there is interested, this is the previous PR + webp

You can view, comment on, or merge this pull request online at:

https://github.com/charlesw/tesseract-vs2012/pull/15 Commit Summary

  • VS2015 toolset update (look into supporting XP though...)
  • switch to platform v140_xp (support XP stilll...)
  • Add src folder from 1.72
  • project numbers and notes
  • switch all platforms and configurations to v140_xp
  • Merge branch 'ldev' into Leptonica-1.72
  • Compile leptonica as Cpp to address L_BUF_SIZE as static const instead of #define
  • update patch version numbers
  • dropped in libwebp, added to sln, includes, build.proj
  • add HAVE_LIBWEBP and HAVE_LIBGIF
  • add versionnumbers.props to webp
  • cleanup build order
  • use relative dir as there are .c files with same names in webp

File Changes

  • M build.proj https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-0 (13)
  • M giflib/giflib.vcxproj https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-1 (11)
  • M include/leptonica_versionnumbers.props https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-2 (12)
  • M libjpeg/jpeg.vcxproj https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-3 (11)
  • M liblept/include/allheaders.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-4 (114)
  • M liblept/include/alltypes.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-5 (3)
  • M liblept/include/array.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-6 (6)
  • M liblept/include/bbuffer.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-7 (2)
  • M liblept/include/bmf.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-8 (4)
  • A liblept/include/bmfdata.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-9 (634)
  • M liblept/include/bmp.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-10 (2)
  • M liblept/include/ccbord.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-11 (2)
  • M liblept/include/environ.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-12 (67)
  • M liblept/include/jbclass.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-13 (2)
  • M liblept/include/morph.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-14 (2)
  • M liblept/include/pix.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-15 (13)
  • M liblept/include/readbarcode.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-16 (2)
  • M liblept/include/recog.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-17 (7)
  • A liblept/include/stringcode.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-18 (48)
  • M liblept/include/sudoku.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-19 (2)
  • M liblept/include/watershed.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-20 (6)
  • M liblept/leptonica.vcxproj https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-21 (66)
  • M liblept/leptonica.vcxproj.filters https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-22 (15)
  • M liblept/src/adaptmap.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-23 (51)
  • M liblept/src/allheaders_top.txt https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-24 (2)
  • M liblept/src/bbuffer.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-25 (30)
  • M liblept/src/bilateral.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-26 (2)
  • M liblept/src/bmf.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-27 (379)
  • M liblept/src/bmpio.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-28 (8)
  • A liblept/src/bootnumgen.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-29 (287)
  • M liblept/src/boxbasic.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-30 (12)
  • M liblept/src/boxfunc2.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-31 (79)
  • M liblept/src/boxfunc4.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-32 (571)
  • M liblept/src/classapp.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-33 (2)
  • M liblept/src/colorcontent.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-34 (130)
  • M liblept/src/coloring.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-35 (130)
  • M liblept/src/colormap.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-36 (135)
  • M liblept/src/colorspace.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-37 (723)
  • M liblept/src/compare.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-38 (5)
  • M liblept/src/convolve.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-39 (508)
  • M liblept/src/correlscore.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-40 (16)
  • M liblept/src/dewarp1.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-41 (27)
  • M liblept/src/dewarp2.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-42 (230)
  • M liblept/src/dewarp3.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-43 (359)
  • M liblept/src/dewarp4.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-44 (169)
  • M liblept/src/dnabasic.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-45 (4)
  • A liblept/src/encoding.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-46 (638)
  • M liblept/src/enhance.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-47 (6)
  • M liblept/src/fhmtauto.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-48 (32)
  • M liblept/src/fhmtgen.1.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-49 (16)
  • M liblept/src/fmorphauto.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-50 (22)
  • M liblept/src/fpix1.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-51 (43)
  • M liblept/src/fpix2.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-52 (8)
  • M liblept/src/gifio.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-53 (15)
  • M liblept/src/gplot.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-54 (3)
  • M liblept/src/graymorph.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-55 (308)
  • M liblept/src/hmttemplate1.txt https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-56 (8)
  • M liblept/src/jbclass.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-57 (5)
  • M liblept/src/jp2kheader.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-58 (10)
  • M liblept/src/jp2kio.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-59 (220)
  • M liblept/src/jp2kiostub.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-60 (14)
  • M liblept/src/jpegio.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-61 (45)
  • M liblept/src/libversions.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-62 (96)
  • M liblept/src/numabasic.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-63 (4)
  • M liblept/src/numafunc1.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-64 (20)
  • M liblept/src/numafunc2.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-65 (102)
  • M liblept/src/paintcmap.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-66 (96)
  • M liblept/src/parseprotos.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-67 (3)
  • M liblept/src/pdfio1.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-68 (9)
  • M liblept/src/pdfio2.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-69 (69)
  • M liblept/src/pdfio2stub.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-70 (2)
  • M liblept/src/pix1.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-71 (8)
  • M liblept/src/pix2.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-72 (27)
  • M liblept/src/pix3.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-73 (0)
  • I liblept/src/pix4.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-74 (0)
  • I liblept/src/pix5.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-75 (0)
  • I liblept/src/pixabasic.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-76 (0)
  • I liblept/src/pixafunc2.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-77 (0)
  • I liblept/src/pixconv.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-78 (0)
  • I liblept/src/pngio.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-79 (0)
  • I liblept/src/pngiostub.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-80 (0)
  • I liblept/src/pnmio.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-81 (0)
  • I liblept/src/psio2.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-82 (0)
  • I liblept/src/psio2stub.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-83 (0)
  • I liblept/src/readfile.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-84 (0)
  • I liblept/src/recogbasic.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-85 (0)
  • I liblept/src/recogdid.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-86 (0)
  • I liblept/src/recogident.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-87 (0)
  • I liblept/src/recogtrain.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-88 (0)
  • I liblept/src/regutils.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-89 (0)
  • I liblept/src/sarray.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-90 (0)
  • I liblept/src/sel1.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-91 (0)
  • I liblept/src/sel2.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-92 (0)
  • I liblept/src/skew.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-93 (0)
  • A liblept/src/stringcode.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-94 (0)
  • A liblept/src/stringtemplate1.txt https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-95 (0)
  • A liblept/src/stringtemplate2.txt https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-96 (0)
  • I liblept/src/tiffio.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-97 (0)
  • I liblept/src/utils.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-98 (0)
  • I liblept/src/viewfiles.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-99 (0)
  • I liblept/src/writefile.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-100 (0)
  • I liblept/src/xtractprotos.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-101 (0)
  • I liblept/version-notes.html https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-102 (0)
  • I libpng/libpng.vcxproj https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-103 (0)
  • I libtiff/libtiff/libtiff.vcxproj https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-104 (0)
  • A libwebp/AUTHORS https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-105 (0)
  • A libwebp/Android.mk https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-106 (0)
  • A libwebp/COPYING https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-107 (0)
  • A libwebp/ChangeLog https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-108 (0)
  • A libwebp/Makefile.am https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-109 (0)
  • A libwebp/Makefile.in https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-110 (0)
  • A libwebp/Makefile.vc https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-111 (0)
  • A libwebp/NEWS https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-112 (0)
  • A libwebp/PATENTS https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-113 (0)
  • A libwebp/README https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-114 (0)
  • A libwebp/README.mux https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-115 (0)
  • A libwebp/aclocal.m4 https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-116 (0)
  • A libwebp/ar-lib https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-117 (0)
  • A libwebp/autogen.sh https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-118 (0)
  • A libwebp/compile https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-119 (0)
  • A libwebp/config.guess https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-120 (0)
  • A libwebp/config.sub https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-121 (0)
  • A libwebp/configure https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-122 (0)
  • A libwebp/configure.ac https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-123 (0)
  • A libwebp/depcomp https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-124 (0)
  • A libwebp/doc/README https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-125 (0)
  • A libwebp/doc/template.html https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-126 (0)
  • A libwebp/doc/webp-container-spec.txt https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-127 (0)
  • A libwebp/doc/webp-lossless-bitstream-spec.txt https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-128 (0)
  • A libwebp/examples/Android.mk https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-129 (0)
  • A libwebp/examples/Makefile.am https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-130 (0)
  • A libwebp/examples/Makefile.in https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-131 (0)
  • A libwebp/examples/cwebp.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-132 (0)
  • A libwebp/examples/dwebp.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-133 (0)
  • A libwebp/examples/example_util.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-134 (0)
  • A libwebp/examples/example_util.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-135 (0)
  • A libwebp/examples/gif2webp.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-136 (0)
  • A libwebp/examples/gif2webp_util.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-137 (0)
  • A libwebp/examples/gif2webp_util.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-138 (0)
  • A libwebp/examples/jpegdec.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-139 (0)
  • A libwebp/examples/jpegdec.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-140 (0)
  • A libwebp/examples/metadata.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-141 (0)
  • A libwebp/examples/metadata.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-142 (0)
  • A libwebp/examples/pngdec.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-143 (0)
  • A libwebp/examples/pngdec.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-144 (0)
  • A libwebp/examples/stopwatch.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-145 (0)
  • A libwebp/examples/test.webp https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-146 (0)
  • A libwebp/examples/test_ref.ppm https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-147 (0)
  • A libwebp/examples/tiffdec.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-148 (0)
  • A libwebp/examples/tiffdec.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-149 (0)
  • A libwebp/examples/vwebp.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-150 (0)
  • A libwebp/examples/webpdec.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-151 (0)
  • A libwebp/examples/webpdec.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-152 (0)
  • A libwebp/examples/webpmux.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-153 (0)
  • A libwebp/examples/wicdec.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-154 (0)
  • A libwebp/examples/wicdec.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-155 (0)
  • A libwebp/install-sh https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-156 (0)
  • A libwebp/iosbuild.sh https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-157 (0)
  • A libwebp/libwebp.vcxproj https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-158 (0)
  • A libwebp/libwebp.vcxproj.filters https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-159 (0)
  • A libwebp/ltmain.sh https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-160 (0)
  • A libwebp/m4/ax_pthread.m4 https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-161 (0)
  • A libwebp/m4/libtool.m4 https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-162 (0)
  • A libwebp/m4/ltoptions.m4 https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-163 (0)
  • A libwebp/m4/ltsugar.m4 https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-164 (0)
  • A libwebp/m4/ltversion.m4 https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-165 (0)
  • A libwebp/m4/lt~obsolete.m4 https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-166 (0)
  • A libwebp/makefile.unix https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-167 (0)
  • A libwebp/man/Makefile.am https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-168 (0)
  • A libwebp/man/Makefile.in https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-169 (0)
  • A libwebp/man/cwebp.1 https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-170 (0)
  • A libwebp/man/dwebp.1 https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-171 (0)
  • A libwebp/man/gif2webp.1 https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-172 (0)
  • A libwebp/man/vwebp.1 https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-173 (0)
  • A libwebp/man/webpmux.1 https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-174 (0)
  • A libwebp/missing https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-175 (0)
  • A libwebp/src/Makefile.am https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-176 (0)
  • A libwebp/src/Makefile.in https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-177 (0)
  • A libwebp/src/dec/Makefile.am https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-178 (0)
  • A libwebp/src/dec/Makefile.in https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-179 (0)
  • A libwebp/src/dec/alpha.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-180 (0)
  • A libwebp/src/dec/alphai.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-181 (0)
  • A libwebp/src/dec/buffer.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-182 (0)
  • A libwebp/src/dec/decode_vp8.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-183 (0)
  • A libwebp/src/dec/frame.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-184 (0)
  • A libwebp/src/dec/idec.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-185 (0)
  • A libwebp/src/dec/io.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-186 (0)
  • A libwebp/src/dec/quant.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-187 (0)
  • A libwebp/src/dec/tree.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-188 (0)
  • A libwebp/src/dec/vp8.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-189 (0)
  • A libwebp/src/dec/vp8i.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-190 (0)
  • A libwebp/src/dec/vp8l.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-191 (0)
  • A libwebp/src/dec/vp8li.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-192 (0)
  • A libwebp/src/dec/webp.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-193 (0)
  • A libwebp/src/dec/webpi.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-194 (0)
  • A libwebp/src/demux/Makefile.am https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-195 (0)
  • A libwebp/src/demux/Makefile.in https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-196 (0)
  • A libwebp/src/demux/demux.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-197 (0)
  • A libwebp/src/demux/libwebpdemux.pc.in https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-198 (0)
  • A libwebp/src/dsp/Makefile.am https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-199 (0)
  • A libwebp/src/dsp/Makefile.in https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-200 (0)
  • A libwebp/src/dsp/alpha_processing.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-201 (0)
  • A libwebp/src/dsp/alpha_processing_sse2.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-202 (0)
  • A libwebp/src/dsp/cpu.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-203 (0)
  • A libwebp/src/dsp/dec.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-204 (0)
  • A libwebp/src/dsp/dec_clip_tables.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-205 (0)
  • A libwebp/src/dsp/dec_mips32.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-206 (0)
  • A libwebp/src/dsp/dec_neon.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-207 (0)
  • A libwebp/src/dsp/dec_sse2.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-208 (0)
  • A libwebp/src/dsp/dsp.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-209 (0)
  • A libwebp/src/dsp/enc.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-210 (0)
  • A libwebp/src/dsp/enc_avx2.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-211 (0)
  • A libwebp/src/dsp/enc_mips32.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-212 (0)
  • A libwebp/src/dsp/enc_neon.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-213 (0)
  • A libwebp/src/dsp/enc_sse2.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-214 (0)
  • A libwebp/src/dsp/lossless.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-215 (0)
  • A libwebp/src/dsp/lossless.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-216 (0)
  • A libwebp/src/dsp/lossless_mips32.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-217 (0)
  • A libwebp/src/dsp/lossless_neon.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-218 (0)
  • A libwebp/src/dsp/lossless_sse2.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-219 (0)
  • A libwebp/src/dsp/neon.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-220 (0)
  • A libwebp/src/dsp/upsampling.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-221 (0)
  • A libwebp/src/dsp/upsampling_neon.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-222 (0)
  • A libwebp/src/dsp/upsampling_sse2.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-223 (0)
  • A libwebp/src/dsp/yuv.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-224 (0)
  • A libwebp/src/dsp/yuv.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-225 (0)
  • A libwebp/src/dsp/yuv_mips32.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-226 (0)
  • A libwebp/src/dsp/yuv_sse2.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-227 (0)
  • A libwebp/src/dsp/yuv_tables_sse2.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-228 (0)
  • A libwebp/src/enc/Makefile.am https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-229 (0)
  • A libwebp/src/enc/Makefile.in https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-230 (0)
  • A libwebp/src/enc/alpha.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-231 (0)
  • A libwebp/src/enc/analysis.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-232 (0)
  • A libwebp/src/enc/backward_references.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-233 (0)
  • A libwebp/src/enc/backward_references.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-234 (0)
  • A libwebp/src/enc/config.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-235 (0)
  • A libwebp/src/enc/cost.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-236 (0)
  • A libwebp/src/enc/cost.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-237 (0)
  • A libwebp/src/enc/filter.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-238 (0)
  • A libwebp/src/enc/frame.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-239 (0)
  • A libwebp/src/enc/histogram.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-240 (0)
  • A libwebp/src/enc/histogram.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-241 (0)
  • A libwebp/src/enc/iterator.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-242 (0)
  • A libwebp/src/enc/picture.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-243 (0)
  • A libwebp/src/enc/picture_csp.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-244 (0)
  • A libwebp/src/enc/picture_psnr.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-245 (0)
  • A libwebp/src/enc/picture_rescale.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-246 (0)
  • A libwebp/src/enc/picture_tools.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-247 (0)
  • A libwebp/src/enc/quant.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-248 (0)
  • A libwebp/src/enc/syntax.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-249 (0)
  • A libwebp/src/enc/token.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-250 (0)
  • A libwebp/src/enc/tree.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-251 (0)
  • A libwebp/src/enc/vp8enci.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-252 (0)
  • A libwebp/src/enc/vp8l.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-253 (0)
  • A libwebp/src/enc/vp8li.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-254 (0)
  • A libwebp/src/enc/webpenc.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-255 (0)
  • A libwebp/src/libwebp.pc.in https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-256 (0)
  • A libwebp/src/libwebpdecoder.pc.in https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-257 (0)
  • A libwebp/src/mux/Makefile.am https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-258 (0)
  • A libwebp/src/mux/Makefile.in https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-259 (0)
  • A libwebp/src/mux/libwebpmux.pc.in https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-260 (0)
  • A libwebp/src/mux/muxedit.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-261 (0)
  • A libwebp/src/mux/muxi.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-262 (0)
  • A libwebp/src/mux/muxinternal.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-263 (0)
  • A libwebp/src/mux/muxread.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-264 (0)
  • A libwebp/src/utils/Makefile.am https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-265 (0)
  • A libwebp/src/utils/Makefile.in https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-266 (0)
  • A libwebp/src/utils/bit_reader.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-267 (0)
  • A libwebp/src/utils/bit_reader.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-268 (0)
  • A libwebp/src/utils/bit_reader_inl.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-269 (0)
  • A libwebp/src/utils/bit_writer.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-270 (0)
  • A libwebp/src/utils/bit_writer.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-271 (0)
  • A libwebp/src/utils/color_cache.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-272 (0)
  • A libwebp/src/utils/color_cache.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-273 (0)
  • A libwebp/src/utils/endian_inl.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-274 (0)
  • A libwebp/src/utils/filters.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-275 (0)
  • A libwebp/src/utils/filters.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-276 (0)
  • A libwebp/src/utils/huffman.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-277 (0)
  • A libwebp/src/utils/huffman.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-278 (0)
  • A libwebp/src/utils/huffman_encode.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-279 (0)
  • A libwebp/src/utils/huffman_encode.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-280 (0)
  • A libwebp/src/utils/quant_levels.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-281 (0)
  • A libwebp/src/utils/quant_levels.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-282 (0)
  • A libwebp/src/utils/quant_levels_dec.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-283 (0)
  • A libwebp/src/utils/quant_levels_dec.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-284 (0)
  • A libwebp/src/utils/random.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-285 (0)
  • A libwebp/src/utils/random.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-286 (0)
  • A libwebp/src/utils/rescaler.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-287 (0)
  • A libwebp/src/utils/rescaler.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-288 (0)
  • A libwebp/src/utils/thread.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-289 (0)
  • A libwebp/src/utils/thread.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-290 (0)
  • A libwebp/src/utils/utils.c https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-291 (0)
  • A libwebp/src/utils/utils.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-292 (0)
  • A libwebp/src/webp/config.h.in https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-293 (0)
  • A libwebp/src/webp/decode.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-294 (0)
  • A libwebp/src/webp/demux.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-295 (0)
  • A libwebp/src/webp/encode.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-296 (0)
  • A libwebp/src/webp/format_constants.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-297 (0)
  • A libwebp/src/webp/mux.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-298 (0)
  • A libwebp/src/webp/mux_types.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-299 (0)
  • I libwebp/src/webp/types.h https://github.com/charlesw/tesseract-vs2012/pull/15/files#diff-300 (0)

Patch Links:

  • https://github.com/charlesw/tesseract-vs2012/pull/15.patch
  • https://github.com/charlesw/tesseract-vs2012/pull/15.diff

— Reply to this email directly or view it on GitHub https://github.com/charlesw/tesseract-vs2012/pull/15.

charlesw avatar Dec 01 '15 20:12 charlesw