laag-libjpeg-turbo 1.5.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (444) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +57 -0
  3. data/LICENSE.txt +139 -0
  4. data/README.org +34 -0
  5. data/ext/laag/libjpeg-turbo/extconf.rb +16 -0
  6. data/laag-libjpeg-turbo.gemspec +20 -0
  7. data/lib/laag/libjpeg-turbo.rb +29 -0
  8. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/.gitignore +14 -0
  9. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/.travis.yml +131 -0
  10. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/BUILDING.md +964 -0
  11. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/CMakeLists.txt +962 -0
  12. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/ChangeLog.md +1151 -0
  13. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/LICENSE.md +139 -0
  14. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/Makefile.am +794 -0
  15. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/README.ijg +279 -0
  16. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/README.md +341 -0
  17. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/acinclude.m4 +287 -0
  18. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/appveyor.yml +57 -0
  19. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/bmp.c +341 -0
  20. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/bmp.h +42 -0
  21. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/cderror.h +136 -0
  22. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/cdjpeg.c +144 -0
  23. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/cdjpeg.h +153 -0
  24. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/change.log +315 -0
  25. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/ci/keys.enc +0 -0
  26. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/cjpeg.1 +351 -0
  27. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/cjpeg.c +644 -0
  28. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/cmakescripts/cmake_uninstall.cmake.in +24 -0
  29. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/cmakescripts/testclean.cmake +39 -0
  30. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/coderules.txt +78 -0
  31. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/configure.ac +616 -0
  32. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/djpeg.1 +293 -0
  33. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/djpeg.c +782 -0
  34. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/annotated.html +104 -0
  35. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/bc_s.png +0 -0
  36. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/bdwn.png +0 -0
  37. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/classes.html +106 -0
  38. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/closed.png +0 -0
  39. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/doxygen-extra.css +3 -0
  40. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/doxygen.css +1184 -0
  41. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/doxygen.png +0 -0
  42. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/dynsections.js +97 -0
  43. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/ftv2blank.png +0 -0
  44. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/ftv2cl.png +0 -0
  45. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/ftv2doc.png +0 -0
  46. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/ftv2folderclosed.png +0 -0
  47. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/ftv2folderopen.png +0 -0
  48. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/ftv2lastnode.png +0 -0
  49. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/ftv2link.png +0 -0
  50. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/ftv2mlastnode.png +0 -0
  51. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/ftv2mnode.png +0 -0
  52. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/ftv2mo.png +0 -0
  53. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/ftv2node.png +0 -0
  54. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/ftv2ns.png +0 -0
  55. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/ftv2plastnode.png +0 -0
  56. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/ftv2pnode.png +0 -0
  57. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/ftv2splitbar.png +0 -0
  58. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/ftv2vertline.png +0 -0
  59. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/functions.html +134 -0
  60. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/functions_vars.html +134 -0
  61. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/group___turbo_j_p_e_g.html +2446 -0
  62. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/index.html +90 -0
  63. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/jquery.js +8 -0
  64. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/modules.html +95 -0
  65. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/nav_f.png +0 -0
  66. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/nav_g.png +0 -0
  67. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/nav_h.png +0 -0
  68. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/open.png +0 -0
  69. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_63.html +26 -0
  70. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_63.js +4 -0
  71. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_64.html +26 -0
  72. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_64.js +5 -0
  73. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_68.html +26 -0
  74. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_68.js +4 -0
  75. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_6e.html +26 -0
  76. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_6e.js +4 -0
  77. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_6f.html +26 -0
  78. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_6f.js +5 -0
  79. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_72.html +26 -0
  80. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_72.js +4 -0
  81. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_74.html +26 -0
  82. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_74.js +89 -0
  83. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_77.html +26 -0
  84. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_77.js +4 -0
  85. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_78.html +26 -0
  86. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_78.js +4 -0
  87. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_79.html +26 -0
  88. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/all_79.js +4 -0
  89. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/classes_74.html +26 -0
  90. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/classes_74.js +6 -0
  91. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/close.png +0 -0
  92. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/enums_74.html +26 -0
  93. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/enums_74.js +7 -0
  94. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/enumvalues_74.html +26 -0
  95. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/enumvalues_74.js +34 -0
  96. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/functions_74.html +26 -0
  97. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/functions_74.js +28 -0
  98. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/groups_74.html +26 -0
  99. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/groups_74.js +4 -0
  100. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/mag_sel.png +0 -0
  101. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/nomatches.html +12 -0
  102. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/search.css +271 -0
  103. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/search.js +809 -0
  104. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/search_l.png +0 -0
  105. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/search_m.png +0 -0
  106. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/search_r.png +0 -0
  107. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/typedefs_74.html +26 -0
  108. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/typedefs_74.js +5 -0
  109. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_63.html +26 -0
  110. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_63.js +4 -0
  111. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_64.html +26 -0
  112. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_64.js +5 -0
  113. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_68.html +26 -0
  114. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_68.js +4 -0
  115. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_6e.html +26 -0
  116. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_6e.js +4 -0
  117. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_6f.html +26 -0
  118. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_6f.js +5 -0
  119. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_72.html +26 -0
  120. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_72.js +4 -0
  121. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_74.html +26 -0
  122. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_74.js +9 -0
  123. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_77.html +26 -0
  124. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_77.js +4 -0
  125. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_78.html +26 -0
  126. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_78.js +4 -0
  127. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_79.html +26 -0
  128. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/search/variables_79.js +4 -0
  129. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/structtjregion.html +186 -0
  130. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/structtjscalingfactor.html +148 -0
  131. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/structtjtransform.html +212 -0
  132. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/sync_off.png +0 -0
  133. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/sync_on.png +0 -0
  134. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/tab_a.png +0 -0
  135. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/tab_b.png +0 -0
  136. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/tab_h.png +0 -0
  137. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/tab_s.png +0 -0
  138. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doc/html/tabs.css +60 -0
  139. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doxygen-extra.css +3 -0
  140. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/doxygen.config +16 -0
  141. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/example.c +433 -0
  142. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jaricom.c +156 -0
  143. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/CMakeLists.txt +57 -0
  144. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/MANIFEST.MF +2 -0
  145. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/Makefile.am +75 -0
  146. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/README +52 -0
  147. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/TJBench.java +926 -0
  148. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/TJExample.java +362 -0
  149. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/TJUnitTest.java +959 -0
  150. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/allclasses-frame.html +24 -0
  151. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/allclasses-noframe.html +24 -0
  152. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/constant-values.html +479 -0
  153. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/deprecated-list.html +248 -0
  154. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/help-doc.html +206 -0
  155. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/index-all.html +980 -0
  156. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/index.html +70 -0
  157. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/TJ.html +1254 -0
  158. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/TJCompressor.html +922 -0
  159. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/TJCustomFilter.html +237 -0
  160. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/TJDecompressor.html +1235 -0
  161. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/TJException.html +287 -0
  162. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/TJScalingFactor.html +333 -0
  163. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/TJTransform.html +706 -0
  164. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/TJTransformer.html +417 -0
  165. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/YUVImage.html +761 -0
  166. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/package-frame.html +31 -0
  167. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/package-summary.html +198 -0
  168. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/package-tree.html +156 -0
  169. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/overview-tree.html +160 -0
  170. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/package-list +1 -0
  171. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/resources/background.gif +0 -0
  172. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/resources/tab.gif +0 -0
  173. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/resources/titlebar.gif +0 -0
  174. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/resources/titlebar_end.gif +0 -0
  175. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/serialized-form.html +159 -0
  176. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/doc/stylesheet.css +474 -0
  177. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/TJ.java +513 -0
  178. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/TJCompressor.java +658 -0
  179. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/TJCustomFilter.java +76 -0
  180. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/TJDecompressor.java +909 -0
  181. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/TJException.java +53 -0
  182. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/TJLoader.java.in +35 -0
  183. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/TJLoader.java.tmpl +59 -0
  184. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/TJScalingFactor.java +104 -0
  185. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/TJTransform.java +208 -0
  186. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/TJTransformer.java +163 -0
  187. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/YUVImage.java +443 -0
  188. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/org_libjpegturbo_turbojpeg_TJ.h +129 -0
  189. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/org_libjpegturbo_turbojpeg_TJCompressor.h +101 -0
  190. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/org_libjpegturbo_turbojpeg_TJDecompressor.h +101 -0
  191. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/java/org_libjpegturbo_turbojpeg_TJTransformer.h +29 -0
  192. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jcapimin.c +295 -0
  193. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jcapistd.c +162 -0
  194. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jcarith.c +928 -0
  195. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jccoefct.c +449 -0
  196. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jccolext.c +148 -0
  197. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jccolor.c +719 -0
  198. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jcdctmgr.c +721 -0
  199. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jchuff.c +1091 -0
  200. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jchuff.h +43 -0
  201. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jcinit.c +77 -0
  202. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jcmainct.c +162 -0
  203. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jcmarker.c +665 -0
  204. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jcmaster.c +639 -0
  205. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jcomapi.c +109 -0
  206. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jconfig.h.in +73 -0
  207. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jconfig.txt +143 -0
  208. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jconfigint.h.in +17 -0
  209. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jcparam.c +542 -0
  210. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jcphuff.c +834 -0
  211. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jcprepct.c +357 -0
  212. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jcsample.c +539 -0
  213. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jcstest.c +126 -0
  214. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jctrans.c +402 -0
  215. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdapimin.c +407 -0
  216. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdapistd.c +637 -0
  217. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdarith.c +769 -0
  218. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdatadst-tj.c +202 -0
  219. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdatadst.c +293 -0
  220. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdatasrc-tj.c +191 -0
  221. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdatasrc.c +295 -0
  222. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdcoefct.c +693 -0
  223. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdcoefct.h +82 -0
  224. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdcol565.c +384 -0
  225. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdcolext.c +143 -0
  226. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdcolor.c +897 -0
  227. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdct.h +208 -0
  228. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jddctmgr.c +352 -0
  229. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdhuff.c +822 -0
  230. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdhuff.h +234 -0
  231. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdinput.c +405 -0
  232. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdmainct.c +456 -0
  233. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdmainct.h +71 -0
  234. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdmarker.c +1377 -0
  235. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdmaster.c +736 -0
  236. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdmaster.h +28 -0
  237. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdmerge.c +627 -0
  238. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdmrg565.c +356 -0
  239. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdmrgext.c +186 -0
  240. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdphuff.c +674 -0
  241. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdpostct.c +290 -0
  242. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdsample.c +517 -0
  243. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdsample.h +50 -0
  244. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jdtrans.c +155 -0
  245. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jerror.c +251 -0
  246. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jerror.h +317 -0
  247. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jfdctflt.c +169 -0
  248. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jfdctfst.c +227 -0
  249. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jfdctint.c +286 -0
  250. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jidctflt.c +240 -0
  251. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jidctfst.c +371 -0
  252. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jidctint.c +2627 -0
  253. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jidctred.c +403 -0
  254. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jinclude.h +84 -0
  255. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jmemmgr.c +1183 -0
  256. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jmemnobs.c +115 -0
  257. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jmemsys.h +178 -0
  258. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jmorecfg.h +421 -0
  259. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jpeg_nbits_table.h +4098 -0
  260. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jpegcomp.h +31 -0
  261. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jpegint.h +368 -0
  262. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jpeglib.h +1122 -0
  263. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jpegtran.1 +290 -0
  264. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jpegtran.c +551 -0
  265. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jquant1.c +857 -0
  266. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jquant2.c +1282 -0
  267. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jsimd.h +93 -0
  268. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jsimd_none.c +404 -0
  269. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jsimddct.h +74 -0
  270. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jstdhuff.c +135 -0
  271. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jutils.c +133 -0
  272. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/jversion.h +49 -0
  273. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/libjpeg.map.in +11 -0
  274. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/libjpeg.txt +3104 -0
  275. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/md5/CMakeLists.txt +1 -0
  276. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/md5/Makefile.am +4 -0
  277. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/md5/md5.c +340 -0
  278. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/md5/md5.h +49 -0
  279. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/md5/md5cmp.c +60 -0
  280. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/md5/md5hl.c +114 -0
  281. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/rdbmp.c +483 -0
  282. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/rdcolmap.c +254 -0
  283. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/rdgif.c +39 -0
  284. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/rdjpgcom.1 +63 -0
  285. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/rdjpgcom.c +510 -0
  286. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/rdppm.c +471 -0
  287. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/rdrle.c +389 -0
  288. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/rdswitch.c +424 -0
  289. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/rdtarga.c +503 -0
  290. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/release/Distribution.xml +24 -0
  291. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/release/License.rtf +20 -0
  292. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/release/ReadMe.txt +5 -0
  293. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/release/Welcome.rtf +17 -0
  294. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/release/deb-control.tmpl +31 -0
  295. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/release/libjpeg-turbo.nsi.in +162 -0
  296. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/release/libjpeg-turbo.spec.in +164 -0
  297. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/release/libjpeg.pc.in +10 -0
  298. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/release/libturbojpeg.pc.in +10 -0
  299. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/release/makecygwinpkg.in +42 -0
  300. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/release/makedpkg.in +82 -0
  301. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/release/makemacpkg.in +470 -0
  302. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/release/uninstall.in +112 -0
  303. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/sharedlib/CMakeLists.txt +73 -0
  304. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/CMakeLists.txt +81 -0
  305. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/Makefile.am +102 -0
  306. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jccolext-altivec.c +267 -0
  307. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jccolext-mmx.asm +476 -0
  308. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jccolext-sse2-64.asm +486 -0
  309. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jccolext-sse2.asm +503 -0
  310. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jccolor-altivec.c +104 -0
  311. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jccolor-mmx.asm +122 -0
  312. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jccolor-sse2-64.asm +121 -0
  313. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jccolor-sse2.asm +121 -0
  314. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jcgray-altivec.c +99 -0
  315. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jcgray-mmx.asm +115 -0
  316. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jcgray-sse2-64.asm +114 -0
  317. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jcgray-sse2.asm +114 -0
  318. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jcgryext-altivec.c +227 -0
  319. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jcgryext-mmx.asm +356 -0
  320. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jcgryext-sse2-64.asm +365 -0
  321. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jcgryext-sse2.asm +384 -0
  322. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jchuff-sse2-64.asm +360 -0
  323. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jchuff-sse2.asm +426 -0
  324. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jcolsamp.inc +104 -0
  325. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jcsample-altivec.c +158 -0
  326. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jcsample-mmx.asm +323 -0
  327. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jcsample-sse2-64.asm +329 -0
  328. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jcsample-sse2.asm +350 -0
  329. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jcsample.h +28 -0
  330. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdcolext-altivec.c +274 -0
  331. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdcolext-mmx.asm +404 -0
  332. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdcolext-sse2-64.asm +440 -0
  333. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdcolext-sse2.asm +459 -0
  334. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdcolor-altivec.c +96 -0
  335. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdcolor-mmx.asm +119 -0
  336. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdcolor-sse2-64.asm +119 -0
  337. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdcolor-sse2.asm +119 -0
  338. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdct.inc +27 -0
  339. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdmerge-altivec.c +108 -0
  340. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdmerge-mmx.asm +125 -0
  341. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdmerge-sse2-64.asm +125 -0
  342. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdmerge-sse2.asm +125 -0
  343. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdmrgext-altivec.c +323 -0
  344. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdmrgext-mmx.asm +463 -0
  345. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdmrgext-sse2-64.asm +537 -0
  346. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdmrgext-sse2.asm +518 -0
  347. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdsample-altivec.c +392 -0
  348. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdsample-mmx.asm +736 -0
  349. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdsample-sse2-64.asm +670 -0
  350. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jdsample-sse2.asm +728 -0
  351. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jfdctflt-3dn.asm +319 -0
  352. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jfdctflt-sse-64.asm +357 -0
  353. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jfdctflt-sse.asm +369 -0
  354. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jfdctfst-altivec.c +156 -0
  355. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jfdctfst-mmx.asm +396 -0
  356. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jfdctfst-sse2-64.asm +391 -0
  357. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jfdctfst-sse2.asm +403 -0
  358. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jfdctint-altivec.c +262 -0
  359. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jfdctint-mmx.asm +621 -0
  360. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jfdctint-sse2-64.asm +621 -0
  361. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jfdctint-sse2.asm +633 -0
  362. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jidctflt-3dn.asm +451 -0
  363. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jidctflt-sse.asm +571 -0
  364. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jidctflt-sse2-64.asm +482 -0
  365. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jidctflt-sse2.asm +497 -0
  366. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jidctfst-altivec.c +257 -0
  367. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jidctfst-mmx.asm +499 -0
  368. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jidctfst-sse2-64.asm +491 -0
  369. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jidctfst-sse2.asm +501 -0
  370. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jidctint-altivec.c +359 -0
  371. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jidctint-mmx.asm +851 -0
  372. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jidctint-sse2-64.asm +847 -0
  373. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jidctint-sse2.asm +858 -0
  374. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jidctred-mmx.asm +705 -0
  375. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jidctred-sse2-64.asm +575 -0
  376. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jidctred-sse2.asm +593 -0
  377. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jpeg_nbits_table.inc +4097 -0
  378. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jquant-3dn.asm +232 -0
  379. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jquant-mmx.asm +273 -0
  380. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jquant-sse.asm +210 -0
  381. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jquantf-sse2-64.asm +157 -0
  382. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jquantf-sse2.asm +170 -0
  383. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jquanti-altivec.c +252 -0
  384. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jquanti-sse2-64.asm +186 -0
  385. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jquanti-sse2.asm +199 -0
  386. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jsimd.h +871 -0
  387. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jsimd_altivec.h +99 -0
  388. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jsimd_arm.c +728 -0
  389. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jsimd_arm64.c +803 -0
  390. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jsimd_arm64_neon.S +3425 -0
  391. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jsimd_arm_neon.S +2878 -0
  392. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jsimd_i386.c +1091 -0
  393. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jsimd_mips.c +1140 -0
  394. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jsimd_mips_dspr2.S +4486 -0
  395. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jsimd_mips_dspr2_asm.h +283 -0
  396. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jsimd_powerpc.c +852 -0
  397. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jsimd_x86_64.c +887 -0
  398. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jsimdcfg.inc.h +130 -0
  399. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jsimdcpu.asm +104 -0
  400. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/jsimdext.inc +375 -0
  401. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/simd/nasm_lt.sh +60 -0
  402. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/structure.txt +904 -0
  403. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/testimages/nightshot_iso_100.bmp +0 -0
  404. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/testimages/nightshot_iso_100.txt +25 -0
  405. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/testimages/testimgari.jpg +0 -0
  406. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/testimages/testimgint.jpg +0 -0
  407. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/testimages/testorig.jpg +0 -0
  408. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/testimages/testorig.ppm +4 -0
  409. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/testimages/testorig12.jpg +0 -0
  410. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/testimages/vgl_5674_0098.bmp +0 -0
  411. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/testimages/vgl_6434_0018a.bmp +0 -0
  412. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/testimages/vgl_6548_0026a.bmp +0 -0
  413. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/tjbench.c +1010 -0
  414. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/tjbenchtest.in +252 -0
  415. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/tjbenchtest.java.in +207 -0
  416. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/tjexampletest.in +150 -0
  417. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/tjunittest.c +734 -0
  418. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/tjutil.c +66 -0
  419. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/tjutil.h +47 -0
  420. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/transupp.c +1626 -0
  421. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/transupp.h +207 -0
  422. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/turbojpeg-jni.c +1166 -0
  423. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/turbojpeg-mapfile +56 -0
  424. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/turbojpeg-mapfile.jni +92 -0
  425. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/turbojpeg.c +2175 -0
  426. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/turbojpeg.h +1545 -0
  427. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/usage.txt +635 -0
  428. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/win/jconfig.h.in +51 -0
  429. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/win/jconfigint.h.in +13 -0
  430. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/win/jpeg62-memsrcdst.def +106 -0
  431. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/win/jpeg62.def +104 -0
  432. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/win/jpeg7-memsrcdst.def +108 -0
  433. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/win/jpeg7.def +106 -0
  434. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/win/jpeg8.def +109 -0
  435. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/win/jsimdcfg.inc +94 -0
  436. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/wizard.txt +211 -0
  437. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/wrbmp.c +494 -0
  438. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/wrgif.c +413 -0
  439. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/wrjpgcom.1 +103 -0
  440. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/wrjpgcom.c +592 -0
  441. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/wrppm.c +280 -0
  442. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/wrrle.c +308 -0
  443. data/vendor/github.com/libjpeg-turbo/libjpeg-turbo/wrtarga.c +261 -0
  444. metadata +509 -0
@@ -0,0 +1,71 @@
1
+ /*
2
+ * jdmainct.h
3
+ *
4
+ * This file was part of the Independent JPEG Group's software:
5
+ * Copyright (C) 1994-1996, Thomas G. Lane.
6
+ * For conditions of distribution and use, see the accompanying README.ijg
7
+ * file.
8
+ */
9
+
10
+ #define JPEG_INTERNALS
11
+ #include "jpeglib.h"
12
+ #include "jpegcomp.h"
13
+
14
+
15
+ /* Private buffer controller object */
16
+
17
+ typedef struct {
18
+ struct jpeg_d_main_controller pub; /* public fields */
19
+
20
+ /* Pointer to allocated workspace (M or M+2 row groups). */
21
+ JSAMPARRAY buffer[MAX_COMPONENTS];
22
+
23
+ boolean buffer_full; /* Have we gotten an iMCU row from decoder? */
24
+ JDIMENSION rowgroup_ctr; /* counts row groups output to postprocessor */
25
+
26
+ /* Remaining fields are only used in the context case. */
27
+
28
+ /* These are the master pointers to the funny-order pointer lists. */
29
+ JSAMPIMAGE xbuffer[2]; /* pointers to weird pointer lists */
30
+
31
+ int whichptr; /* indicates which pointer set is now in use */
32
+ int context_state; /* process_data state machine status */
33
+ JDIMENSION rowgroups_avail; /* row groups available to postprocessor */
34
+ JDIMENSION iMCU_row_ctr; /* counts iMCU rows to detect image top/bot */
35
+ } my_main_controller;
36
+
37
+ typedef my_main_controller *my_main_ptr;
38
+
39
+
40
+ /* context_state values: */
41
+ #define CTX_PREPARE_FOR_IMCU 0 /* need to prepare for MCU row */
42
+ #define CTX_PROCESS_IMCU 1 /* feeding iMCU to postprocessor */
43
+ #define CTX_POSTPONED_ROW 2 /* feeding postponed row group */
44
+
45
+
46
+ LOCAL(void)
47
+ set_wraparound_pointers (j_decompress_ptr cinfo)
48
+ /* Set up the "wraparound" pointers at top and bottom of the pointer lists.
49
+ * This changes the pointer list state from top-of-image to the normal state.
50
+ */
51
+ {
52
+ my_main_ptr main_ptr = (my_main_ptr) cinfo->main;
53
+ int ci, i, rgroup;
54
+ int M = cinfo->_min_DCT_scaled_size;
55
+ jpeg_component_info *compptr;
56
+ JSAMPARRAY xbuf0, xbuf1;
57
+
58
+ for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
59
+ ci++, compptr++) {
60
+ rgroup = (compptr->v_samp_factor * compptr->_DCT_scaled_size) /
61
+ cinfo->_min_DCT_scaled_size; /* height of a row group of component */
62
+ xbuf0 = main_ptr->xbuffer[0][ci];
63
+ xbuf1 = main_ptr->xbuffer[1][ci];
64
+ for (i = 0; i < rgroup; i++) {
65
+ xbuf0[i - rgroup] = xbuf0[rgroup*(M+1) + i];
66
+ xbuf1[i - rgroup] = xbuf1[rgroup*(M+1) + i];
67
+ xbuf0[rgroup*(M+2) + i] = xbuf0[i];
68
+ xbuf1[rgroup*(M+2) + i] = xbuf1[i];
69
+ }
70
+ }
71
+ }
@@ -0,0 +1,1377 @@
1
+ /*
2
+ * jdmarker.c
3
+ *
4
+ * This file was part of the Independent JPEG Group's software:
5
+ * Copyright (C) 1991-1998, Thomas G. Lane.
6
+ * libjpeg-turbo Modifications:
7
+ * Copyright (C) 2012, 2015, D. R. Commander.
8
+ * For conditions of distribution and use, see the accompanying README.ijg
9
+ * file.
10
+ *
11
+ * This file contains routines to decode JPEG datastream markers.
12
+ * Most of the complexity arises from our desire to support input
13
+ * suspension: if not all of the data for a marker is available,
14
+ * we must exit back to the application. On resumption, we reprocess
15
+ * the marker.
16
+ */
17
+
18
+ #define JPEG_INTERNALS
19
+ #include "jinclude.h"
20
+ #include "jpeglib.h"
21
+
22
+
23
+ typedef enum { /* JPEG marker codes */
24
+ M_SOF0 = 0xc0,
25
+ M_SOF1 = 0xc1,
26
+ M_SOF2 = 0xc2,
27
+ M_SOF3 = 0xc3,
28
+
29
+ M_SOF5 = 0xc5,
30
+ M_SOF6 = 0xc6,
31
+ M_SOF7 = 0xc7,
32
+
33
+ M_JPG = 0xc8,
34
+ M_SOF9 = 0xc9,
35
+ M_SOF10 = 0xca,
36
+ M_SOF11 = 0xcb,
37
+
38
+ M_SOF13 = 0xcd,
39
+ M_SOF14 = 0xce,
40
+ M_SOF15 = 0xcf,
41
+
42
+ M_DHT = 0xc4,
43
+
44
+ M_DAC = 0xcc,
45
+
46
+ M_RST0 = 0xd0,
47
+ M_RST1 = 0xd1,
48
+ M_RST2 = 0xd2,
49
+ M_RST3 = 0xd3,
50
+ M_RST4 = 0xd4,
51
+ M_RST5 = 0xd5,
52
+ M_RST6 = 0xd6,
53
+ M_RST7 = 0xd7,
54
+
55
+ M_SOI = 0xd8,
56
+ M_EOI = 0xd9,
57
+ M_SOS = 0xda,
58
+ M_DQT = 0xdb,
59
+ M_DNL = 0xdc,
60
+ M_DRI = 0xdd,
61
+ M_DHP = 0xde,
62
+ M_EXP = 0xdf,
63
+
64
+ M_APP0 = 0xe0,
65
+ M_APP1 = 0xe1,
66
+ M_APP2 = 0xe2,
67
+ M_APP3 = 0xe3,
68
+ M_APP4 = 0xe4,
69
+ M_APP5 = 0xe5,
70
+ M_APP6 = 0xe6,
71
+ M_APP7 = 0xe7,
72
+ M_APP8 = 0xe8,
73
+ M_APP9 = 0xe9,
74
+ M_APP10 = 0xea,
75
+ M_APP11 = 0xeb,
76
+ M_APP12 = 0xec,
77
+ M_APP13 = 0xed,
78
+ M_APP14 = 0xee,
79
+ M_APP15 = 0xef,
80
+
81
+ M_JPG0 = 0xf0,
82
+ M_JPG13 = 0xfd,
83
+ M_COM = 0xfe,
84
+
85
+ M_TEM = 0x01,
86
+
87
+ M_ERROR = 0x100
88
+ } JPEG_MARKER;
89
+
90
+
91
+ /* Private state */
92
+
93
+ typedef struct {
94
+ struct jpeg_marker_reader pub; /* public fields */
95
+
96
+ /* Application-overridable marker processing methods */
97
+ jpeg_marker_parser_method process_COM;
98
+ jpeg_marker_parser_method process_APPn[16];
99
+
100
+ /* Limit on marker data length to save for each marker type */
101
+ unsigned int length_limit_COM;
102
+ unsigned int length_limit_APPn[16];
103
+
104
+ /* Status of COM/APPn marker saving */
105
+ jpeg_saved_marker_ptr cur_marker; /* NULL if not processing a marker */
106
+ unsigned int bytes_read; /* data bytes read so far in marker */
107
+ /* Note: cur_marker is not linked into marker_list until it's all read. */
108
+ } my_marker_reader;
109
+
110
+ typedef my_marker_reader *my_marker_ptr;
111
+
112
+
113
+ /*
114
+ * Macros for fetching data from the data source module.
115
+ *
116
+ * At all times, cinfo->src->next_input_byte and ->bytes_in_buffer reflect
117
+ * the current restart point; we update them only when we have reached a
118
+ * suitable place to restart if a suspension occurs.
119
+ */
120
+
121
+ /* Declare and initialize local copies of input pointer/count */
122
+ #define INPUT_VARS(cinfo) \
123
+ struct jpeg_source_mgr *datasrc = (cinfo)->src; \
124
+ const JOCTET *next_input_byte = datasrc->next_input_byte; \
125
+ size_t bytes_in_buffer = datasrc->bytes_in_buffer
126
+
127
+ /* Unload the local copies --- do this only at a restart boundary */
128
+ #define INPUT_SYNC(cinfo) \
129
+ ( datasrc->next_input_byte = next_input_byte, \
130
+ datasrc->bytes_in_buffer = bytes_in_buffer )
131
+
132
+ /* Reload the local copies --- used only in MAKE_BYTE_AVAIL */
133
+ #define INPUT_RELOAD(cinfo) \
134
+ ( next_input_byte = datasrc->next_input_byte, \
135
+ bytes_in_buffer = datasrc->bytes_in_buffer )
136
+
137
+ /* Internal macro for INPUT_BYTE and INPUT_2BYTES: make a byte available.
138
+ * Note we do *not* do INPUT_SYNC before calling fill_input_buffer,
139
+ * but we must reload the local copies after a successful fill.
140
+ */
141
+ #define MAKE_BYTE_AVAIL(cinfo,action) \
142
+ if (bytes_in_buffer == 0) { \
143
+ if (! (*datasrc->fill_input_buffer) (cinfo)) \
144
+ { action; } \
145
+ INPUT_RELOAD(cinfo); \
146
+ }
147
+
148
+ /* Read a byte into variable V.
149
+ * If must suspend, take the specified action (typically "return FALSE").
150
+ */
151
+ #define INPUT_BYTE(cinfo,V,action) \
152
+ MAKESTMT( MAKE_BYTE_AVAIL(cinfo,action); \
153
+ bytes_in_buffer--; \
154
+ V = GETJOCTET(*next_input_byte++); )
155
+
156
+ /* As above, but read two bytes interpreted as an unsigned 16-bit integer.
157
+ * V should be declared unsigned int or perhaps JLONG.
158
+ */
159
+ #define INPUT_2BYTES(cinfo,V,action) \
160
+ MAKESTMT( MAKE_BYTE_AVAIL(cinfo,action); \
161
+ bytes_in_buffer--; \
162
+ V = ((unsigned int) GETJOCTET(*next_input_byte++)) << 8; \
163
+ MAKE_BYTE_AVAIL(cinfo,action); \
164
+ bytes_in_buffer--; \
165
+ V += GETJOCTET(*next_input_byte++); )
166
+
167
+
168
+ /*
169
+ * Routines to process JPEG markers.
170
+ *
171
+ * Entry condition: JPEG marker itself has been read and its code saved
172
+ * in cinfo->unread_marker; input restart point is just after the marker.
173
+ *
174
+ * Exit: if return TRUE, have read and processed any parameters, and have
175
+ * updated the restart point to point after the parameters.
176
+ * If return FALSE, was forced to suspend before reaching end of
177
+ * marker parameters; restart point has not been moved. Same routine
178
+ * will be called again after application supplies more input data.
179
+ *
180
+ * This approach to suspension assumes that all of a marker's parameters
181
+ * can fit into a single input bufferload. This should hold for "normal"
182
+ * markers. Some COM/APPn markers might have large parameter segments
183
+ * that might not fit. If we are simply dropping such a marker, we use
184
+ * skip_input_data to get past it, and thereby put the problem on the
185
+ * source manager's shoulders. If we are saving the marker's contents
186
+ * into memory, we use a slightly different convention: when forced to
187
+ * suspend, the marker processor updates the restart point to the end of
188
+ * what it's consumed (ie, the end of the buffer) before returning FALSE.
189
+ * On resumption, cinfo->unread_marker still contains the marker code,
190
+ * but the data source will point to the next chunk of marker data.
191
+ * The marker processor must retain internal state to deal with this.
192
+ *
193
+ * Note that we don't bother to avoid duplicate trace messages if a
194
+ * suspension occurs within marker parameters. Other side effects
195
+ * require more care.
196
+ */
197
+
198
+
199
+ LOCAL(boolean)
200
+ get_soi (j_decompress_ptr cinfo)
201
+ /* Process an SOI marker */
202
+ {
203
+ int i;
204
+
205
+ TRACEMS(cinfo, 1, JTRC_SOI);
206
+
207
+ if (cinfo->marker->saw_SOI)
208
+ ERREXIT(cinfo, JERR_SOI_DUPLICATE);
209
+
210
+ /* Reset all parameters that are defined to be reset by SOI */
211
+
212
+ for (i = 0; i < NUM_ARITH_TBLS; i++) {
213
+ cinfo->arith_dc_L[i] = 0;
214
+ cinfo->arith_dc_U[i] = 1;
215
+ cinfo->arith_ac_K[i] = 5;
216
+ }
217
+ cinfo->restart_interval = 0;
218
+
219
+ /* Set initial assumptions for colorspace etc */
220
+
221
+ cinfo->jpeg_color_space = JCS_UNKNOWN;
222
+ cinfo->CCIR601_sampling = FALSE; /* Assume non-CCIR sampling??? */
223
+
224
+ cinfo->saw_JFIF_marker = FALSE;
225
+ cinfo->JFIF_major_version = 1; /* set default JFIF APP0 values */
226
+ cinfo->JFIF_minor_version = 1;
227
+ cinfo->density_unit = 0;
228
+ cinfo->X_density = 1;
229
+ cinfo->Y_density = 1;
230
+ cinfo->saw_Adobe_marker = FALSE;
231
+ cinfo->Adobe_transform = 0;
232
+
233
+ cinfo->marker->saw_SOI = TRUE;
234
+
235
+ return TRUE;
236
+ }
237
+
238
+
239
+ LOCAL(boolean)
240
+ get_sof (j_decompress_ptr cinfo, boolean is_prog, boolean is_arith)
241
+ /* Process a SOFn marker */
242
+ {
243
+ JLONG length;
244
+ int c, ci;
245
+ jpeg_component_info *compptr;
246
+ INPUT_VARS(cinfo);
247
+
248
+ cinfo->progressive_mode = is_prog;
249
+ cinfo->arith_code = is_arith;
250
+
251
+ INPUT_2BYTES(cinfo, length, return FALSE);
252
+
253
+ INPUT_BYTE(cinfo, cinfo->data_precision, return FALSE);
254
+ INPUT_2BYTES(cinfo, cinfo->image_height, return FALSE);
255
+ INPUT_2BYTES(cinfo, cinfo->image_width, return FALSE);
256
+ INPUT_BYTE(cinfo, cinfo->num_components, return FALSE);
257
+
258
+ length -= 8;
259
+
260
+ TRACEMS4(cinfo, 1, JTRC_SOF, cinfo->unread_marker,
261
+ (int) cinfo->image_width, (int) cinfo->image_height,
262
+ cinfo->num_components);
263
+
264
+ if (cinfo->marker->saw_SOF)
265
+ ERREXIT(cinfo, JERR_SOF_DUPLICATE);
266
+
267
+ /* We don't support files in which the image height is initially specified */
268
+ /* as 0 and is later redefined by DNL. As long as we have to check that, */
269
+ /* might as well have a general sanity check. */
270
+ if (cinfo->image_height <= 0 || cinfo->image_width <= 0
271
+ || cinfo->num_components <= 0)
272
+ ERREXIT(cinfo, JERR_EMPTY_IMAGE);
273
+
274
+ if (length != (cinfo->num_components * 3))
275
+ ERREXIT(cinfo, JERR_BAD_LENGTH);
276
+
277
+ if (cinfo->comp_info == NULL) /* do only once, even if suspend */
278
+ cinfo->comp_info = (jpeg_component_info *) (*cinfo->mem->alloc_small)
279
+ ((j_common_ptr) cinfo, JPOOL_IMAGE,
280
+ cinfo->num_components * sizeof(jpeg_component_info));
281
+
282
+ for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
283
+ ci++, compptr++) {
284
+ compptr->component_index = ci;
285
+ INPUT_BYTE(cinfo, compptr->component_id, return FALSE);
286
+ INPUT_BYTE(cinfo, c, return FALSE);
287
+ compptr->h_samp_factor = (c >> 4) & 15;
288
+ compptr->v_samp_factor = (c ) & 15;
289
+ INPUT_BYTE(cinfo, compptr->quant_tbl_no, return FALSE);
290
+
291
+ TRACEMS4(cinfo, 1, JTRC_SOF_COMPONENT,
292
+ compptr->component_id, compptr->h_samp_factor,
293
+ compptr->v_samp_factor, compptr->quant_tbl_no);
294
+ }
295
+
296
+ cinfo->marker->saw_SOF = TRUE;
297
+
298
+ INPUT_SYNC(cinfo);
299
+ return TRUE;
300
+ }
301
+
302
+
303
+ LOCAL(boolean)
304
+ get_sos (j_decompress_ptr cinfo)
305
+ /* Process a SOS marker */
306
+ {
307
+ JLONG length;
308
+ int i, ci, n, c, cc, pi;
309
+ jpeg_component_info *compptr;
310
+ INPUT_VARS(cinfo);
311
+
312
+ if (! cinfo->marker->saw_SOF)
313
+ ERREXIT(cinfo, JERR_SOS_NO_SOF);
314
+
315
+ INPUT_2BYTES(cinfo, length, return FALSE);
316
+
317
+ INPUT_BYTE(cinfo, n, return FALSE); /* Number of components */
318
+
319
+ TRACEMS1(cinfo, 1, JTRC_SOS, n);
320
+
321
+ if (length != (n * 2 + 6) || n < 1 || n > MAX_COMPS_IN_SCAN)
322
+ ERREXIT(cinfo, JERR_BAD_LENGTH);
323
+
324
+ cinfo->comps_in_scan = n;
325
+
326
+ /* Collect the component-spec parameters */
327
+
328
+ for (i = 0; i < MAX_COMPS_IN_SCAN; i++)
329
+ cinfo->cur_comp_info[i] = NULL;
330
+
331
+ for (i = 0; i < n; i++) {
332
+ INPUT_BYTE(cinfo, cc, return FALSE);
333
+ INPUT_BYTE(cinfo, c, return FALSE);
334
+
335
+ for (ci = 0, compptr = cinfo->comp_info;
336
+ ci < cinfo->num_components && ci < MAX_COMPS_IN_SCAN;
337
+ ci++, compptr++) {
338
+ if (cc == compptr->component_id && !cinfo->cur_comp_info[ci])
339
+ goto id_found;
340
+ }
341
+
342
+ ERREXIT1(cinfo, JERR_BAD_COMPONENT_ID, cc);
343
+
344
+ id_found:
345
+
346
+ cinfo->cur_comp_info[i] = compptr;
347
+ compptr->dc_tbl_no = (c >> 4) & 15;
348
+ compptr->ac_tbl_no = (c ) & 15;
349
+
350
+ TRACEMS3(cinfo, 1, JTRC_SOS_COMPONENT, cc,
351
+ compptr->dc_tbl_no, compptr->ac_tbl_no);
352
+
353
+ /* This CSi (cc) should differ from the previous CSi */
354
+ for (pi = 0; pi < i; pi++) {
355
+ if (cinfo->cur_comp_info[pi] == compptr) {
356
+ ERREXIT1(cinfo, JERR_BAD_COMPONENT_ID, cc);
357
+ }
358
+ }
359
+ }
360
+
361
+ /* Collect the additional scan parameters Ss, Se, Ah/Al. */
362
+ INPUT_BYTE(cinfo, c, return FALSE);
363
+ cinfo->Ss = c;
364
+ INPUT_BYTE(cinfo, c, return FALSE);
365
+ cinfo->Se = c;
366
+ INPUT_BYTE(cinfo, c, return FALSE);
367
+ cinfo->Ah = (c >> 4) & 15;
368
+ cinfo->Al = (c ) & 15;
369
+
370
+ TRACEMS4(cinfo, 1, JTRC_SOS_PARAMS, cinfo->Ss, cinfo->Se,
371
+ cinfo->Ah, cinfo->Al);
372
+
373
+ /* Prepare to scan data & restart markers */
374
+ cinfo->marker->next_restart_num = 0;
375
+
376
+ /* Count another SOS marker */
377
+ cinfo->input_scan_number++;
378
+
379
+ INPUT_SYNC(cinfo);
380
+ return TRUE;
381
+ }
382
+
383
+
384
+ #ifdef D_ARITH_CODING_SUPPORTED
385
+
386
+ LOCAL(boolean)
387
+ get_dac (j_decompress_ptr cinfo)
388
+ /* Process a DAC marker */
389
+ {
390
+ JLONG length;
391
+ int index, val;
392
+ INPUT_VARS(cinfo);
393
+
394
+ INPUT_2BYTES(cinfo, length, return FALSE);
395
+ length -= 2;
396
+
397
+ while (length > 0) {
398
+ INPUT_BYTE(cinfo, index, return FALSE);
399
+ INPUT_BYTE(cinfo, val, return FALSE);
400
+
401
+ length -= 2;
402
+
403
+ TRACEMS2(cinfo, 1, JTRC_DAC, index, val);
404
+
405
+ if (index < 0 || index >= (2*NUM_ARITH_TBLS))
406
+ ERREXIT1(cinfo, JERR_DAC_INDEX, index);
407
+
408
+ if (index >= NUM_ARITH_TBLS) { /* define AC table */
409
+ cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val;
410
+ } else { /* define DC table */
411
+ cinfo->arith_dc_L[index] = (UINT8) (val & 0x0F);
412
+ cinfo->arith_dc_U[index] = (UINT8) (val >> 4);
413
+ if (cinfo->arith_dc_L[index] > cinfo->arith_dc_U[index])
414
+ ERREXIT1(cinfo, JERR_DAC_VALUE, val);
415
+ }
416
+ }
417
+
418
+ if (length != 0)
419
+ ERREXIT(cinfo, JERR_BAD_LENGTH);
420
+
421
+ INPUT_SYNC(cinfo);
422
+ return TRUE;
423
+ }
424
+
425
+ #else /* ! D_ARITH_CODING_SUPPORTED */
426
+
427
+ #define get_dac(cinfo) skip_variable(cinfo)
428
+
429
+ #endif /* D_ARITH_CODING_SUPPORTED */
430
+
431
+
432
+ LOCAL(boolean)
433
+ get_dht (j_decompress_ptr cinfo)
434
+ /* Process a DHT marker */
435
+ {
436
+ JLONG length;
437
+ UINT8 bits[17];
438
+ UINT8 huffval[256];
439
+ int i, index, count;
440
+ JHUFF_TBL **htblptr;
441
+ INPUT_VARS(cinfo);
442
+
443
+ INPUT_2BYTES(cinfo, length, return FALSE);
444
+ length -= 2;
445
+
446
+ while (length > 16) {
447
+ INPUT_BYTE(cinfo, index, return FALSE);
448
+
449
+ TRACEMS1(cinfo, 1, JTRC_DHT, index);
450
+
451
+ bits[0] = 0;
452
+ count = 0;
453
+ for (i = 1; i <= 16; i++) {
454
+ INPUT_BYTE(cinfo, bits[i], return FALSE);
455
+ count += bits[i];
456
+ }
457
+
458
+ length -= 1 + 16;
459
+
460
+ TRACEMS8(cinfo, 2, JTRC_HUFFBITS,
461
+ bits[1], bits[2], bits[3], bits[4],
462
+ bits[5], bits[6], bits[7], bits[8]);
463
+ TRACEMS8(cinfo, 2, JTRC_HUFFBITS,
464
+ bits[9], bits[10], bits[11], bits[12],
465
+ bits[13], bits[14], bits[15], bits[16]);
466
+
467
+ /* Here we just do minimal validation of the counts to avoid walking
468
+ * off the end of our table space. jdhuff.c will check more carefully.
469
+ */
470
+ if (count > 256 || ((JLONG) count) > length)
471
+ ERREXIT(cinfo, JERR_BAD_HUFF_TABLE);
472
+
473
+ for (i = 0; i < count; i++)
474
+ INPUT_BYTE(cinfo, huffval[i], return FALSE);
475
+
476
+ MEMZERO(&huffval[count], (256 - count) * sizeof(UINT8));
477
+
478
+ length -= count;
479
+
480
+ if (index & 0x10) { /* AC table definition */
481
+ index -= 0x10;
482
+ if (index < 0 || index >= NUM_HUFF_TBLS)
483
+ ERREXIT1(cinfo, JERR_DHT_INDEX, index);
484
+ htblptr = &cinfo->ac_huff_tbl_ptrs[index];
485
+ } else { /* DC table definition */
486
+ if (index < 0 || index >= NUM_HUFF_TBLS)
487
+ ERREXIT1(cinfo, JERR_DHT_INDEX, index);
488
+ htblptr = &cinfo->dc_huff_tbl_ptrs[index];
489
+ }
490
+
491
+ if (*htblptr == NULL)
492
+ *htblptr = jpeg_alloc_huff_table((j_common_ptr) cinfo);
493
+
494
+ MEMCOPY((*htblptr)->bits, bits, sizeof((*htblptr)->bits));
495
+ MEMCOPY((*htblptr)->huffval, huffval, sizeof((*htblptr)->huffval));
496
+ }
497
+
498
+ if (length != 0)
499
+ ERREXIT(cinfo, JERR_BAD_LENGTH);
500
+
501
+ INPUT_SYNC(cinfo);
502
+ return TRUE;
503
+ }
504
+
505
+
506
+ LOCAL(boolean)
507
+ get_dqt (j_decompress_ptr cinfo)
508
+ /* Process a DQT marker */
509
+ {
510
+ JLONG length;
511
+ int n, i, prec;
512
+ unsigned int tmp;
513
+ JQUANT_TBL *quant_ptr;
514
+ INPUT_VARS(cinfo);
515
+
516
+ INPUT_2BYTES(cinfo, length, return FALSE);
517
+ length -= 2;
518
+
519
+ while (length > 0) {
520
+ INPUT_BYTE(cinfo, n, return FALSE);
521
+ prec = n >> 4;
522
+ n &= 0x0F;
523
+
524
+ TRACEMS2(cinfo, 1, JTRC_DQT, n, prec);
525
+
526
+ if (n >= NUM_QUANT_TBLS)
527
+ ERREXIT1(cinfo, JERR_DQT_INDEX, n);
528
+
529
+ if (cinfo->quant_tbl_ptrs[n] == NULL)
530
+ cinfo->quant_tbl_ptrs[n] = jpeg_alloc_quant_table((j_common_ptr) cinfo);
531
+ quant_ptr = cinfo->quant_tbl_ptrs[n];
532
+
533
+ for (i = 0; i < DCTSIZE2; i++) {
534
+ if (prec)
535
+ INPUT_2BYTES(cinfo, tmp, return FALSE);
536
+ else
537
+ INPUT_BYTE(cinfo, tmp, return FALSE);
538
+ /* We convert the zigzag-order table to natural array order. */
539
+ quant_ptr->quantval[jpeg_natural_order[i]] = (UINT16) tmp;
540
+ }
541
+
542
+ if (cinfo->err->trace_level >= 2) {
543
+ for (i = 0; i < DCTSIZE2; i += 8) {
544
+ TRACEMS8(cinfo, 2, JTRC_QUANTVALS,
545
+ quant_ptr->quantval[i], quant_ptr->quantval[i+1],
546
+ quant_ptr->quantval[i+2], quant_ptr->quantval[i+3],
547
+ quant_ptr->quantval[i+4], quant_ptr->quantval[i+5],
548
+ quant_ptr->quantval[i+6], quant_ptr->quantval[i+7]);
549
+ }
550
+ }
551
+
552
+ length -= DCTSIZE2+1;
553
+ if (prec) length -= DCTSIZE2;
554
+ }
555
+
556
+ if (length != 0)
557
+ ERREXIT(cinfo, JERR_BAD_LENGTH);
558
+
559
+ INPUT_SYNC(cinfo);
560
+ return TRUE;
561
+ }
562
+
563
+
564
+ LOCAL(boolean)
565
+ get_dri (j_decompress_ptr cinfo)
566
+ /* Process a DRI marker */
567
+ {
568
+ JLONG length;
569
+ unsigned int tmp;
570
+ INPUT_VARS(cinfo);
571
+
572
+ INPUT_2BYTES(cinfo, length, return FALSE);
573
+
574
+ if (length != 4)
575
+ ERREXIT(cinfo, JERR_BAD_LENGTH);
576
+
577
+ INPUT_2BYTES(cinfo, tmp, return FALSE);
578
+
579
+ TRACEMS1(cinfo, 1, JTRC_DRI, tmp);
580
+
581
+ cinfo->restart_interval = tmp;
582
+
583
+ INPUT_SYNC(cinfo);
584
+ return TRUE;
585
+ }
586
+
587
+
588
+ /*
589
+ * Routines for processing APPn and COM markers.
590
+ * These are either saved in memory or discarded, per application request.
591
+ * APP0 and APP14 are specially checked to see if they are
592
+ * JFIF and Adobe markers, respectively.
593
+ */
594
+
595
+ #define APP0_DATA_LEN 14 /* Length of interesting data in APP0 */
596
+ #define APP14_DATA_LEN 12 /* Length of interesting data in APP14 */
597
+ #define APPN_DATA_LEN 14 /* Must be the largest of the above!! */
598
+
599
+
600
+ LOCAL(void)
601
+ examine_app0 (j_decompress_ptr cinfo, JOCTET *data,
602
+ unsigned int datalen, JLONG remaining)
603
+ /* Examine first few bytes from an APP0.
604
+ * Take appropriate action if it is a JFIF marker.
605
+ * datalen is # of bytes at data[], remaining is length of rest of marker data.
606
+ */
607
+ {
608
+ JLONG totallen = (JLONG) datalen + remaining;
609
+
610
+ if (datalen >= APP0_DATA_LEN &&
611
+ GETJOCTET(data[0]) == 0x4A &&
612
+ GETJOCTET(data[1]) == 0x46 &&
613
+ GETJOCTET(data[2]) == 0x49 &&
614
+ GETJOCTET(data[3]) == 0x46 &&
615
+ GETJOCTET(data[4]) == 0) {
616
+ /* Found JFIF APP0 marker: save info */
617
+ cinfo->saw_JFIF_marker = TRUE;
618
+ cinfo->JFIF_major_version = GETJOCTET(data[5]);
619
+ cinfo->JFIF_minor_version = GETJOCTET(data[6]);
620
+ cinfo->density_unit = GETJOCTET(data[7]);
621
+ cinfo->X_density = (GETJOCTET(data[8]) << 8) + GETJOCTET(data[9]);
622
+ cinfo->Y_density = (GETJOCTET(data[10]) << 8) + GETJOCTET(data[11]);
623
+ /* Check version.
624
+ * Major version must be 1, anything else signals an incompatible change.
625
+ * (We used to treat this as an error, but now it's a nonfatal warning,
626
+ * because some bozo at Hijaak couldn't read the spec.)
627
+ * Minor version should be 0..2, but process anyway if newer.
628
+ */
629
+ if (cinfo->JFIF_major_version != 1)
630
+ WARNMS2(cinfo, JWRN_JFIF_MAJOR,
631
+ cinfo->JFIF_major_version, cinfo->JFIF_minor_version);
632
+ /* Generate trace messages */
633
+ TRACEMS5(cinfo, 1, JTRC_JFIF,
634
+ cinfo->JFIF_major_version, cinfo->JFIF_minor_version,
635
+ cinfo->X_density, cinfo->Y_density, cinfo->density_unit);
636
+ /* Validate thumbnail dimensions and issue appropriate messages */
637
+ if (GETJOCTET(data[12]) | GETJOCTET(data[13]))
638
+ TRACEMS2(cinfo, 1, JTRC_JFIF_THUMBNAIL,
639
+ GETJOCTET(data[12]), GETJOCTET(data[13]));
640
+ totallen -= APP0_DATA_LEN;
641
+ if (totallen !=
642
+ ((JLONG)GETJOCTET(data[12]) * (JLONG)GETJOCTET(data[13]) * (JLONG) 3))
643
+ TRACEMS1(cinfo, 1, JTRC_JFIF_BADTHUMBNAILSIZE, (int) totallen);
644
+ } else if (datalen >= 6 &&
645
+ GETJOCTET(data[0]) == 0x4A &&
646
+ GETJOCTET(data[1]) == 0x46 &&
647
+ GETJOCTET(data[2]) == 0x58 &&
648
+ GETJOCTET(data[3]) == 0x58 &&
649
+ GETJOCTET(data[4]) == 0) {
650
+ /* Found JFIF "JFXX" extension APP0 marker */
651
+ /* The library doesn't actually do anything with these,
652
+ * but we try to produce a helpful trace message.
653
+ */
654
+ switch (GETJOCTET(data[5])) {
655
+ case 0x10:
656
+ TRACEMS1(cinfo, 1, JTRC_THUMB_JPEG, (int) totallen);
657
+ break;
658
+ case 0x11:
659
+ TRACEMS1(cinfo, 1, JTRC_THUMB_PALETTE, (int) totallen);
660
+ break;
661
+ case 0x13:
662
+ TRACEMS1(cinfo, 1, JTRC_THUMB_RGB, (int) totallen);
663
+ break;
664
+ default:
665
+ TRACEMS2(cinfo, 1, JTRC_JFIF_EXTENSION,
666
+ GETJOCTET(data[5]), (int) totallen);
667
+ break;
668
+ }
669
+ } else {
670
+ /* Start of APP0 does not match "JFIF" or "JFXX", or too short */
671
+ TRACEMS1(cinfo, 1, JTRC_APP0, (int) totallen);
672
+ }
673
+ }
674
+
675
+
676
+ LOCAL(void)
677
+ examine_app14 (j_decompress_ptr cinfo, JOCTET *data,
678
+ unsigned int datalen, JLONG remaining)
679
+ /* Examine first few bytes from an APP14.
680
+ * Take appropriate action if it is an Adobe marker.
681
+ * datalen is # of bytes at data[], remaining is length of rest of marker data.
682
+ */
683
+ {
684
+ unsigned int version, flags0, flags1, transform;
685
+
686
+ if (datalen >= APP14_DATA_LEN &&
687
+ GETJOCTET(data[0]) == 0x41 &&
688
+ GETJOCTET(data[1]) == 0x64 &&
689
+ GETJOCTET(data[2]) == 0x6F &&
690
+ GETJOCTET(data[3]) == 0x62 &&
691
+ GETJOCTET(data[4]) == 0x65) {
692
+ /* Found Adobe APP14 marker */
693
+ version = (GETJOCTET(data[5]) << 8) + GETJOCTET(data[6]);
694
+ flags0 = (GETJOCTET(data[7]) << 8) + GETJOCTET(data[8]);
695
+ flags1 = (GETJOCTET(data[9]) << 8) + GETJOCTET(data[10]);
696
+ transform = GETJOCTET(data[11]);
697
+ TRACEMS4(cinfo, 1, JTRC_ADOBE, version, flags0, flags1, transform);
698
+ cinfo->saw_Adobe_marker = TRUE;
699
+ cinfo->Adobe_transform = (UINT8) transform;
700
+ } else {
701
+ /* Start of APP14 does not match "Adobe", or too short */
702
+ TRACEMS1(cinfo, 1, JTRC_APP14, (int) (datalen + remaining));
703
+ }
704
+ }
705
+
706
+
707
+ METHODDEF(boolean)
708
+ get_interesting_appn (j_decompress_ptr cinfo)
709
+ /* Process an APP0 or APP14 marker without saving it */
710
+ {
711
+ JLONG length;
712
+ JOCTET b[APPN_DATA_LEN];
713
+ unsigned int i, numtoread;
714
+ INPUT_VARS(cinfo);
715
+
716
+ INPUT_2BYTES(cinfo, length, return FALSE);
717
+ length -= 2;
718
+
719
+ /* get the interesting part of the marker data */
720
+ if (length >= APPN_DATA_LEN)
721
+ numtoread = APPN_DATA_LEN;
722
+ else if (length > 0)
723
+ numtoread = (unsigned int) length;
724
+ else
725
+ numtoread = 0;
726
+ for (i = 0; i < numtoread; i++)
727
+ INPUT_BYTE(cinfo, b[i], return FALSE);
728
+ length -= numtoread;
729
+
730
+ /* process it */
731
+ switch (cinfo->unread_marker) {
732
+ case M_APP0:
733
+ examine_app0(cinfo, (JOCTET *) b, numtoread, length);
734
+ break;
735
+ case M_APP14:
736
+ examine_app14(cinfo, (JOCTET *) b, numtoread, length);
737
+ break;
738
+ default:
739
+ /* can't get here unless jpeg_save_markers chooses wrong processor */
740
+ ERREXIT1(cinfo, JERR_UNKNOWN_MARKER, cinfo->unread_marker);
741
+ break;
742
+ }
743
+
744
+ /* skip any remaining data -- could be lots */
745
+ INPUT_SYNC(cinfo);
746
+ if (length > 0)
747
+ (*cinfo->src->skip_input_data) (cinfo, (long) length);
748
+
749
+ return TRUE;
750
+ }
751
+
752
+
753
+ #ifdef SAVE_MARKERS_SUPPORTED
754
+
755
+ METHODDEF(boolean)
756
+ save_marker (j_decompress_ptr cinfo)
757
+ /* Save an APPn or COM marker into the marker list */
758
+ {
759
+ my_marker_ptr marker = (my_marker_ptr) cinfo->marker;
760
+ jpeg_saved_marker_ptr cur_marker = marker->cur_marker;
761
+ unsigned int bytes_read, data_length;
762
+ JOCTET *data;
763
+ JLONG length = 0;
764
+ INPUT_VARS(cinfo);
765
+
766
+ if (cur_marker == NULL) {
767
+ /* begin reading a marker */
768
+ INPUT_2BYTES(cinfo, length, return FALSE);
769
+ length -= 2;
770
+ if (length >= 0) { /* watch out for bogus length word */
771
+ /* figure out how much we want to save */
772
+ unsigned int limit;
773
+ if (cinfo->unread_marker == (int) M_COM)
774
+ limit = marker->length_limit_COM;
775
+ else
776
+ limit = marker->length_limit_APPn[cinfo->unread_marker - (int) M_APP0];
777
+ if ((unsigned int) length < limit)
778
+ limit = (unsigned int) length;
779
+ /* allocate and initialize the marker item */
780
+ cur_marker = (jpeg_saved_marker_ptr)
781
+ (*cinfo->mem->alloc_large) ((j_common_ptr) cinfo, JPOOL_IMAGE,
782
+ sizeof(struct jpeg_marker_struct) + limit);
783
+ cur_marker->next = NULL;
784
+ cur_marker->marker = (UINT8) cinfo->unread_marker;
785
+ cur_marker->original_length = (unsigned int) length;
786
+ cur_marker->data_length = limit;
787
+ /* data area is just beyond the jpeg_marker_struct */
788
+ data = cur_marker->data = (JOCTET *) (cur_marker + 1);
789
+ marker->cur_marker = cur_marker;
790
+ marker->bytes_read = 0;
791
+ bytes_read = 0;
792
+ data_length = limit;
793
+ } else {
794
+ /* deal with bogus length word */
795
+ bytes_read = data_length = 0;
796
+ data = NULL;
797
+ }
798
+ } else {
799
+ /* resume reading a marker */
800
+ bytes_read = marker->bytes_read;
801
+ data_length = cur_marker->data_length;
802
+ data = cur_marker->data + bytes_read;
803
+ }
804
+
805
+ while (bytes_read < data_length) {
806
+ INPUT_SYNC(cinfo); /* move the restart point to here */
807
+ marker->bytes_read = bytes_read;
808
+ /* If there's not at least one byte in buffer, suspend */
809
+ MAKE_BYTE_AVAIL(cinfo, return FALSE);
810
+ /* Copy bytes with reasonable rapidity */
811
+ while (bytes_read < data_length && bytes_in_buffer > 0) {
812
+ *data++ = *next_input_byte++;
813
+ bytes_in_buffer--;
814
+ bytes_read++;
815
+ }
816
+ }
817
+
818
+ /* Done reading what we want to read */
819
+ if (cur_marker != NULL) { /* will be NULL if bogus length word */
820
+ /* Add new marker to end of list */
821
+ if (cinfo->marker_list == NULL) {
822
+ cinfo->marker_list = cur_marker;
823
+ } else {
824
+ jpeg_saved_marker_ptr prev = cinfo->marker_list;
825
+ while (prev->next != NULL)
826
+ prev = prev->next;
827
+ prev->next = cur_marker;
828
+ }
829
+ /* Reset pointer & calc remaining data length */
830
+ data = cur_marker->data;
831
+ length = cur_marker->original_length - data_length;
832
+ }
833
+ /* Reset to initial state for next marker */
834
+ marker->cur_marker = NULL;
835
+
836
+ /* Process the marker if interesting; else just make a generic trace msg */
837
+ switch (cinfo->unread_marker) {
838
+ case M_APP0:
839
+ examine_app0(cinfo, data, data_length, length);
840
+ break;
841
+ case M_APP14:
842
+ examine_app14(cinfo, data, data_length, length);
843
+ break;
844
+ default:
845
+ TRACEMS2(cinfo, 1, JTRC_MISC_MARKER, cinfo->unread_marker,
846
+ (int) (data_length + length));
847
+ break;
848
+ }
849
+
850
+ /* skip any remaining data -- could be lots */
851
+ INPUT_SYNC(cinfo); /* do before skip_input_data */
852
+ if (length > 0)
853
+ (*cinfo->src->skip_input_data) (cinfo, (long) length);
854
+
855
+ return TRUE;
856
+ }
857
+
858
+ #endif /* SAVE_MARKERS_SUPPORTED */
859
+
860
+
861
+ METHODDEF(boolean)
862
+ skip_variable (j_decompress_ptr cinfo)
863
+ /* Skip over an unknown or uninteresting variable-length marker */
864
+ {
865
+ JLONG length;
866
+ INPUT_VARS(cinfo);
867
+
868
+ INPUT_2BYTES(cinfo, length, return FALSE);
869
+ length -= 2;
870
+
871
+ TRACEMS2(cinfo, 1, JTRC_MISC_MARKER, cinfo->unread_marker, (int) length);
872
+
873
+ INPUT_SYNC(cinfo); /* do before skip_input_data */
874
+ if (length > 0)
875
+ (*cinfo->src->skip_input_data) (cinfo, (long) length);
876
+
877
+ return TRUE;
878
+ }
879
+
880
+
881
+ /*
882
+ * Find the next JPEG marker, save it in cinfo->unread_marker.
883
+ * Returns FALSE if had to suspend before reaching a marker;
884
+ * in that case cinfo->unread_marker is unchanged.
885
+ *
886
+ * Note that the result might not be a valid marker code,
887
+ * but it will never be 0 or FF.
888
+ */
889
+
890
+ LOCAL(boolean)
891
+ next_marker (j_decompress_ptr cinfo)
892
+ {
893
+ int c;
894
+ INPUT_VARS(cinfo);
895
+
896
+ for (;;) {
897
+ INPUT_BYTE(cinfo, c, return FALSE);
898
+ /* Skip any non-FF bytes.
899
+ * This may look a bit inefficient, but it will not occur in a valid file.
900
+ * We sync after each discarded byte so that a suspending data source
901
+ * can discard the byte from its buffer.
902
+ */
903
+ while (c != 0xFF) {
904
+ cinfo->marker->discarded_bytes++;
905
+ INPUT_SYNC(cinfo);
906
+ INPUT_BYTE(cinfo, c, return FALSE);
907
+ }
908
+ /* This loop swallows any duplicate FF bytes. Extra FFs are legal as
909
+ * pad bytes, so don't count them in discarded_bytes. We assume there
910
+ * will not be so many consecutive FF bytes as to overflow a suspending
911
+ * data source's input buffer.
912
+ */
913
+ do {
914
+ INPUT_BYTE(cinfo, c, return FALSE);
915
+ } while (c == 0xFF);
916
+ if (c != 0)
917
+ break; /* found a valid marker, exit loop */
918
+ /* Reach here if we found a stuffed-zero data sequence (FF/00).
919
+ * Discard it and loop back to try again.
920
+ */
921
+ cinfo->marker->discarded_bytes += 2;
922
+ INPUT_SYNC(cinfo);
923
+ }
924
+
925
+ if (cinfo->marker->discarded_bytes != 0) {
926
+ WARNMS2(cinfo, JWRN_EXTRANEOUS_DATA, cinfo->marker->discarded_bytes, c);
927
+ cinfo->marker->discarded_bytes = 0;
928
+ }
929
+
930
+ cinfo->unread_marker = c;
931
+
932
+ INPUT_SYNC(cinfo);
933
+ return TRUE;
934
+ }
935
+
936
+
937
+ LOCAL(boolean)
938
+ first_marker (j_decompress_ptr cinfo)
939
+ /* Like next_marker, but used to obtain the initial SOI marker. */
940
+ /* For this marker, we do not allow preceding garbage or fill; otherwise,
941
+ * we might well scan an entire input file before realizing it ain't JPEG.
942
+ * If an application wants to process non-JFIF files, it must seek to the
943
+ * SOI before calling the JPEG library.
944
+ */
945
+ {
946
+ int c, c2;
947
+ INPUT_VARS(cinfo);
948
+
949
+ INPUT_BYTE(cinfo, c, return FALSE);
950
+ INPUT_BYTE(cinfo, c2, return FALSE);
951
+ if (c != 0xFF || c2 != (int) M_SOI)
952
+ ERREXIT2(cinfo, JERR_NO_SOI, c, c2);
953
+
954
+ cinfo->unread_marker = c2;
955
+
956
+ INPUT_SYNC(cinfo);
957
+ return TRUE;
958
+ }
959
+
960
+
961
+ /*
962
+ * Read markers until SOS or EOI.
963
+ *
964
+ * Returns same codes as are defined for jpeg_consume_input:
965
+ * JPEG_SUSPENDED, JPEG_REACHED_SOS, or JPEG_REACHED_EOI.
966
+ */
967
+
968
+ METHODDEF(int)
969
+ read_markers (j_decompress_ptr cinfo)
970
+ {
971
+ /* Outer loop repeats once for each marker. */
972
+ for (;;) {
973
+ /* Collect the marker proper, unless we already did. */
974
+ /* NB: first_marker() enforces the requirement that SOI appear first. */
975
+ if (cinfo->unread_marker == 0) {
976
+ if (! cinfo->marker->saw_SOI) {
977
+ if (! first_marker(cinfo))
978
+ return JPEG_SUSPENDED;
979
+ } else {
980
+ if (! next_marker(cinfo))
981
+ return JPEG_SUSPENDED;
982
+ }
983
+ }
984
+ /* At this point cinfo->unread_marker contains the marker code and the
985
+ * input point is just past the marker proper, but before any parameters.
986
+ * A suspension will cause us to return with this state still true.
987
+ */
988
+ switch (cinfo->unread_marker) {
989
+ case M_SOI:
990
+ if (! get_soi(cinfo))
991
+ return JPEG_SUSPENDED;
992
+ break;
993
+
994
+ case M_SOF0: /* Baseline */
995
+ case M_SOF1: /* Extended sequential, Huffman */
996
+ if (! get_sof(cinfo, FALSE, FALSE))
997
+ return JPEG_SUSPENDED;
998
+ break;
999
+
1000
+ case M_SOF2: /* Progressive, Huffman */
1001
+ if (! get_sof(cinfo, TRUE, FALSE))
1002
+ return JPEG_SUSPENDED;
1003
+ break;
1004
+
1005
+ case M_SOF9: /* Extended sequential, arithmetic */
1006
+ if (! get_sof(cinfo, FALSE, TRUE))
1007
+ return JPEG_SUSPENDED;
1008
+ break;
1009
+
1010
+ case M_SOF10: /* Progressive, arithmetic */
1011
+ if (! get_sof(cinfo, TRUE, TRUE))
1012
+ return JPEG_SUSPENDED;
1013
+ break;
1014
+
1015
+ /* Currently unsupported SOFn types */
1016
+ case M_SOF3: /* Lossless, Huffman */
1017
+ case M_SOF5: /* Differential sequential, Huffman */
1018
+ case M_SOF6: /* Differential progressive, Huffman */
1019
+ case M_SOF7: /* Differential lossless, Huffman */
1020
+ case M_JPG: /* Reserved for JPEG extensions */
1021
+ case M_SOF11: /* Lossless, arithmetic */
1022
+ case M_SOF13: /* Differential sequential, arithmetic */
1023
+ case M_SOF14: /* Differential progressive, arithmetic */
1024
+ case M_SOF15: /* Differential lossless, arithmetic */
1025
+ ERREXIT1(cinfo, JERR_SOF_UNSUPPORTED, cinfo->unread_marker);
1026
+ break;
1027
+
1028
+ case M_SOS:
1029
+ if (! get_sos(cinfo))
1030
+ return JPEG_SUSPENDED;
1031
+ cinfo->unread_marker = 0; /* processed the marker */
1032
+ return JPEG_REACHED_SOS;
1033
+
1034
+ case M_EOI:
1035
+ TRACEMS(cinfo, 1, JTRC_EOI);
1036
+ cinfo->unread_marker = 0; /* processed the marker */
1037
+ return JPEG_REACHED_EOI;
1038
+
1039
+ case M_DAC:
1040
+ if (! get_dac(cinfo))
1041
+ return JPEG_SUSPENDED;
1042
+ break;
1043
+
1044
+ case M_DHT:
1045
+ if (! get_dht(cinfo))
1046
+ return JPEG_SUSPENDED;
1047
+ break;
1048
+
1049
+ case M_DQT:
1050
+ if (! get_dqt(cinfo))
1051
+ return JPEG_SUSPENDED;
1052
+ break;
1053
+
1054
+ case M_DRI:
1055
+ if (! get_dri(cinfo))
1056
+ return JPEG_SUSPENDED;
1057
+ break;
1058
+
1059
+ case M_APP0:
1060
+ case M_APP1:
1061
+ case M_APP2:
1062
+ case M_APP3:
1063
+ case M_APP4:
1064
+ case M_APP5:
1065
+ case M_APP6:
1066
+ case M_APP7:
1067
+ case M_APP8:
1068
+ case M_APP9:
1069
+ case M_APP10:
1070
+ case M_APP11:
1071
+ case M_APP12:
1072
+ case M_APP13:
1073
+ case M_APP14:
1074
+ case M_APP15:
1075
+ if (! (*((my_marker_ptr) cinfo->marker)->process_APPn[
1076
+ cinfo->unread_marker - (int) M_APP0]) (cinfo))
1077
+ return JPEG_SUSPENDED;
1078
+ break;
1079
+
1080
+ case M_COM:
1081
+ if (! (*((my_marker_ptr) cinfo->marker)->process_COM) (cinfo))
1082
+ return JPEG_SUSPENDED;
1083
+ break;
1084
+
1085
+ case M_RST0: /* these are all parameterless */
1086
+ case M_RST1:
1087
+ case M_RST2:
1088
+ case M_RST3:
1089
+ case M_RST4:
1090
+ case M_RST5:
1091
+ case M_RST6:
1092
+ case M_RST7:
1093
+ case M_TEM:
1094
+ TRACEMS1(cinfo, 1, JTRC_PARMLESS_MARKER, cinfo->unread_marker);
1095
+ break;
1096
+
1097
+ case M_DNL: /* Ignore DNL ... perhaps the wrong thing */
1098
+ if (! skip_variable(cinfo))
1099
+ return JPEG_SUSPENDED;
1100
+ break;
1101
+
1102
+ default: /* must be DHP, EXP, JPGn, or RESn */
1103
+ /* For now, we treat the reserved markers as fatal errors since they are
1104
+ * likely to be used to signal incompatible JPEG Part 3 extensions.
1105
+ * Once the JPEG 3 version-number marker is well defined, this code
1106
+ * ought to change!
1107
+ */
1108
+ ERREXIT1(cinfo, JERR_UNKNOWN_MARKER, cinfo->unread_marker);
1109
+ break;
1110
+ }
1111
+ /* Successfully processed marker, so reset state variable */
1112
+ cinfo->unread_marker = 0;
1113
+ } /* end loop */
1114
+ }
1115
+
1116
+
1117
+ /*
1118
+ * Read a restart marker, which is expected to appear next in the datastream;
1119
+ * if the marker is not there, take appropriate recovery action.
1120
+ * Returns FALSE if suspension is required.
1121
+ *
1122
+ * This is called by the entropy decoder after it has read an appropriate
1123
+ * number of MCUs. cinfo->unread_marker may be nonzero if the entropy decoder
1124
+ * has already read a marker from the data source. Under normal conditions
1125
+ * cinfo->unread_marker will be reset to 0 before returning; if not reset,
1126
+ * it holds a marker which the decoder will be unable to read past.
1127
+ */
1128
+
1129
+ METHODDEF(boolean)
1130
+ read_restart_marker (j_decompress_ptr cinfo)
1131
+ {
1132
+ /* Obtain a marker unless we already did. */
1133
+ /* Note that next_marker will complain if it skips any data. */
1134
+ if (cinfo->unread_marker == 0) {
1135
+ if (! next_marker(cinfo))
1136
+ return FALSE;
1137
+ }
1138
+
1139
+ if (cinfo->unread_marker ==
1140
+ ((int) M_RST0 + cinfo->marker->next_restart_num)) {
1141
+ /* Normal case --- swallow the marker and let entropy decoder continue */
1142
+ TRACEMS1(cinfo, 3, JTRC_RST, cinfo->marker->next_restart_num);
1143
+ cinfo->unread_marker = 0;
1144
+ } else {
1145
+ /* Uh-oh, the restart markers have been messed up. */
1146
+ /* Let the data source manager determine how to resync. */
1147
+ if (! (*cinfo->src->resync_to_restart) (cinfo,
1148
+ cinfo->marker->next_restart_num))
1149
+ return FALSE;
1150
+ }
1151
+
1152
+ /* Update next-restart state */
1153
+ cinfo->marker->next_restart_num = (cinfo->marker->next_restart_num + 1) & 7;
1154
+
1155
+ return TRUE;
1156
+ }
1157
+
1158
+
1159
+ /*
1160
+ * This is the default resync_to_restart method for data source managers
1161
+ * to use if they don't have any better approach. Some data source managers
1162
+ * may be able to back up, or may have additional knowledge about the data
1163
+ * which permits a more intelligent recovery strategy; such managers would
1164
+ * presumably supply their own resync method.
1165
+ *
1166
+ * read_restart_marker calls resync_to_restart if it finds a marker other than
1167
+ * the restart marker it was expecting. (This code is *not* used unless
1168
+ * a nonzero restart interval has been declared.) cinfo->unread_marker is
1169
+ * the marker code actually found (might be anything, except 0 or FF).
1170
+ * The desired restart marker number (0..7) is passed as a parameter.
1171
+ * This routine is supposed to apply whatever error recovery strategy seems
1172
+ * appropriate in order to position the input stream to the next data segment.
1173
+ * Note that cinfo->unread_marker is treated as a marker appearing before
1174
+ * the current data-source input point; usually it should be reset to zero
1175
+ * before returning.
1176
+ * Returns FALSE if suspension is required.
1177
+ *
1178
+ * This implementation is substantially constrained by wanting to treat the
1179
+ * input as a data stream; this means we can't back up. Therefore, we have
1180
+ * only the following actions to work with:
1181
+ * 1. Simply discard the marker and let the entropy decoder resume at next
1182
+ * byte of file.
1183
+ * 2. Read forward until we find another marker, discarding intervening
1184
+ * data. (In theory we could look ahead within the current bufferload,
1185
+ * without having to discard data if we don't find the desired marker.
1186
+ * This idea is not implemented here, in part because it makes behavior
1187
+ * dependent on buffer size and chance buffer-boundary positions.)
1188
+ * 3. Leave the marker unread (by failing to zero cinfo->unread_marker).
1189
+ * This will cause the entropy decoder to process an empty data segment,
1190
+ * inserting dummy zeroes, and then we will reprocess the marker.
1191
+ *
1192
+ * #2 is appropriate if we think the desired marker lies ahead, while #3 is
1193
+ * appropriate if the found marker is a future restart marker (indicating
1194
+ * that we have missed the desired restart marker, probably because it got
1195
+ * corrupted).
1196
+ * We apply #2 or #3 if the found marker is a restart marker no more than
1197
+ * two counts behind or ahead of the expected one. We also apply #2 if the
1198
+ * found marker is not a legal JPEG marker code (it's certainly bogus data).
1199
+ * If the found marker is a restart marker more than 2 counts away, we do #1
1200
+ * (too much risk that the marker is erroneous; with luck we will be able to
1201
+ * resync at some future point).
1202
+ * For any valid non-restart JPEG marker, we apply #3. This keeps us from
1203
+ * overrunning the end of a scan. An implementation limited to single-scan
1204
+ * files might find it better to apply #2 for markers other than EOI, since
1205
+ * any other marker would have to be bogus data in that case.
1206
+ */
1207
+
1208
+ GLOBAL(boolean)
1209
+ jpeg_resync_to_restart (j_decompress_ptr cinfo, int desired)
1210
+ {
1211
+ int marker = cinfo->unread_marker;
1212
+ int action = 1;
1213
+
1214
+ /* Always put up a warning. */
1215
+ WARNMS2(cinfo, JWRN_MUST_RESYNC, marker, desired);
1216
+
1217
+ /* Outer loop handles repeated decision after scanning forward. */
1218
+ for (;;) {
1219
+ if (marker < (int) M_SOF0)
1220
+ action = 2; /* invalid marker */
1221
+ else if (marker < (int) M_RST0 || marker > (int) M_RST7)
1222
+ action = 3; /* valid non-restart marker */
1223
+ else {
1224
+ if (marker == ((int) M_RST0 + ((desired+1) & 7)) ||
1225
+ marker == ((int) M_RST0 + ((desired+2) & 7)))
1226
+ action = 3; /* one of the next two expected restarts */
1227
+ else if (marker == ((int) M_RST0 + ((desired-1) & 7)) ||
1228
+ marker == ((int) M_RST0 + ((desired-2) & 7)))
1229
+ action = 2; /* a prior restart, so advance */
1230
+ else
1231
+ action = 1; /* desired restart or too far away */
1232
+ }
1233
+ TRACEMS2(cinfo, 4, JTRC_RECOVERY_ACTION, marker, action);
1234
+ switch (action) {
1235
+ case 1:
1236
+ /* Discard marker and let entropy decoder resume processing. */
1237
+ cinfo->unread_marker = 0;
1238
+ return TRUE;
1239
+ case 2:
1240
+ /* Scan to the next marker, and repeat the decision loop. */
1241
+ if (! next_marker(cinfo))
1242
+ return FALSE;
1243
+ marker = cinfo->unread_marker;
1244
+ break;
1245
+ case 3:
1246
+ /* Return without advancing past this marker. */
1247
+ /* Entropy decoder will be forced to process an empty segment. */
1248
+ return TRUE;
1249
+ }
1250
+ } /* end loop */
1251
+ }
1252
+
1253
+
1254
+ /*
1255
+ * Reset marker processing state to begin a fresh datastream.
1256
+ */
1257
+
1258
+ METHODDEF(void)
1259
+ reset_marker_reader (j_decompress_ptr cinfo)
1260
+ {
1261
+ my_marker_ptr marker = (my_marker_ptr) cinfo->marker;
1262
+
1263
+ cinfo->comp_info = NULL; /* until allocated by get_sof */
1264
+ cinfo->input_scan_number = 0; /* no SOS seen yet */
1265
+ cinfo->unread_marker = 0; /* no pending marker */
1266
+ marker->pub.saw_SOI = FALSE; /* set internal state too */
1267
+ marker->pub.saw_SOF = FALSE;
1268
+ marker->pub.discarded_bytes = 0;
1269
+ marker->cur_marker = NULL;
1270
+ }
1271
+
1272
+
1273
+ /*
1274
+ * Initialize the marker reader module.
1275
+ * This is called only once, when the decompression object is created.
1276
+ */
1277
+
1278
+ GLOBAL(void)
1279
+ jinit_marker_reader (j_decompress_ptr cinfo)
1280
+ {
1281
+ my_marker_ptr marker;
1282
+ int i;
1283
+
1284
+ /* Create subobject in permanent pool */
1285
+ marker = (my_marker_ptr)
1286
+ (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_PERMANENT,
1287
+ sizeof(my_marker_reader));
1288
+ cinfo->marker = (struct jpeg_marker_reader *) marker;
1289
+ /* Initialize public method pointers */
1290
+ marker->pub.reset_marker_reader = reset_marker_reader;
1291
+ marker->pub.read_markers = read_markers;
1292
+ marker->pub.read_restart_marker = read_restart_marker;
1293
+ /* Initialize COM/APPn processing.
1294
+ * By default, we examine and then discard APP0 and APP14,
1295
+ * but simply discard COM and all other APPn.
1296
+ */
1297
+ marker->process_COM = skip_variable;
1298
+ marker->length_limit_COM = 0;
1299
+ for (i = 0; i < 16; i++) {
1300
+ marker->process_APPn[i] = skip_variable;
1301
+ marker->length_limit_APPn[i] = 0;
1302
+ }
1303
+ marker->process_APPn[0] = get_interesting_appn;
1304
+ marker->process_APPn[14] = get_interesting_appn;
1305
+ /* Reset marker processing state */
1306
+ reset_marker_reader(cinfo);
1307
+ }
1308
+
1309
+
1310
+ /*
1311
+ * Control saving of COM and APPn markers into marker_list.
1312
+ */
1313
+
1314
+ #ifdef SAVE_MARKERS_SUPPORTED
1315
+
1316
+ GLOBAL(void)
1317
+ jpeg_save_markers (j_decompress_ptr cinfo, int marker_code,
1318
+ unsigned int length_limit)
1319
+ {
1320
+ my_marker_ptr marker = (my_marker_ptr) cinfo->marker;
1321
+ long maxlength;
1322
+ jpeg_marker_parser_method processor;
1323
+
1324
+ /* Length limit mustn't be larger than what we can allocate
1325
+ * (should only be a concern in a 16-bit environment).
1326
+ */
1327
+ maxlength = cinfo->mem->max_alloc_chunk - sizeof(struct jpeg_marker_struct);
1328
+ if (((long) length_limit) > maxlength)
1329
+ length_limit = (unsigned int) maxlength;
1330
+
1331
+ /* Choose processor routine to use.
1332
+ * APP0/APP14 have special requirements.
1333
+ */
1334
+ if (length_limit) {
1335
+ processor = save_marker;
1336
+ /* If saving APP0/APP14, save at least enough for our internal use. */
1337
+ if (marker_code == (int) M_APP0 && length_limit < APP0_DATA_LEN)
1338
+ length_limit = APP0_DATA_LEN;
1339
+ else if (marker_code == (int) M_APP14 && length_limit < APP14_DATA_LEN)
1340
+ length_limit = APP14_DATA_LEN;
1341
+ } else {
1342
+ processor = skip_variable;
1343
+ /* If discarding APP0/APP14, use our regular on-the-fly processor. */
1344
+ if (marker_code == (int) M_APP0 || marker_code == (int) M_APP14)
1345
+ processor = get_interesting_appn;
1346
+ }
1347
+
1348
+ if (marker_code == (int) M_COM) {
1349
+ marker->process_COM = processor;
1350
+ marker->length_limit_COM = length_limit;
1351
+ } else if (marker_code >= (int) M_APP0 && marker_code <= (int) M_APP15) {
1352
+ marker->process_APPn[marker_code - (int) M_APP0] = processor;
1353
+ marker->length_limit_APPn[marker_code - (int) M_APP0] = length_limit;
1354
+ } else
1355
+ ERREXIT1(cinfo, JERR_UNKNOWN_MARKER, marker_code);
1356
+ }
1357
+
1358
+ #endif /* SAVE_MARKERS_SUPPORTED */
1359
+
1360
+
1361
+ /*
1362
+ * Install a special processing method for COM or APPn markers.
1363
+ */
1364
+
1365
+ GLOBAL(void)
1366
+ jpeg_set_marker_processor (j_decompress_ptr cinfo, int marker_code,
1367
+ jpeg_marker_parser_method routine)
1368
+ {
1369
+ my_marker_ptr marker = (my_marker_ptr) cinfo->marker;
1370
+
1371
+ if (marker_code == (int) M_COM)
1372
+ marker->process_COM = routine;
1373
+ else if (marker_code >= (int) M_APP0 && marker_code <= (int) M_APP15)
1374
+ marker->process_APPn[marker_code - (int) M_APP0] = routine;
1375
+ else
1376
+ ERREXIT1(cinfo, JERR_UNKNOWN_MARKER, marker_code);
1377
+ }