gstreamer 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2721) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +81 -25
  3. data/ext/gstreamer/rbgst-element-factory.c +61 -0
  4. data/ext/gstreamer/rbgst.c +50 -5
  5. data/ext/gstreamer/rbgst.h +26 -0
  6. data/lib/1.9/gstreamer.so +0 -0
  7. data/lib/2.0/gstreamer.so +0 -0
  8. data/lib/gst.rb +51 -5
  9. data/lib/gst/{base_loader.rb → base-loader.rb} +0 -0
  10. data/lib/gst/caps.rb +25 -0
  11. data/lib/gst/{controller_loader.rb → controller-loader.rb} +0 -0
  12. data/lib/gst/element-factory.rb +35 -0
  13. data/lib/gst/element.rb +5 -0
  14. data/lib/gst/plugin-feature.rb +24 -0
  15. data/lib/gst/registry.rb +30 -0
  16. data/lib/gst/structure.rb +28 -0
  17. data/sample/gst-inspect.rb +478 -0
  18. data/vendor/local/bin/cjpeg.exe +0 -0
  19. data/vendor/local/bin/djpeg.exe +0 -0
  20. data/vendor/local/bin/flac.exe +0 -0
  21. data/vendor/local/bin/gst-discoverer-1.0.exe +0 -0
  22. data/vendor/local/bin/gst-inspect-1.0.exe +0 -0
  23. data/vendor/local/bin/gst-launch-1.0.exe +0 -0
  24. data/vendor/local/bin/gst-play-1.0.exe +0 -0
  25. data/vendor/local/bin/gst-typefind-1.0.exe +0 -0
  26. data/vendor/local/bin/jpegtran.exe +0 -0
  27. data/vendor/local/bin/libFLAC-8.dll +0 -0
  28. data/vendor/local/bin/libgstallocators-1.0-0.dll +0 -0
  29. data/vendor/local/bin/libgstapp-1.0-0.dll +0 -0
  30. data/vendor/local/bin/libgstaudio-1.0-0.dll +0 -0
  31. data/vendor/local/bin/libgstbase-1.0-0.dll +0 -0
  32. data/vendor/local/bin/libgstbasecamerabinsrc-1.0-0.dll +0 -0
  33. data/vendor/local/bin/libgstcheck-1.0-0.dll +0 -0
  34. data/vendor/local/bin/libgstcodecparsers-1.0-0.dll +0 -0
  35. data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
  36. data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
  37. data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
  38. data/vendor/local/bin/libgstmpegts-1.0-0.dll +0 -0
  39. data/vendor/local/bin/libgstnet-1.0-0.dll +0 -0
  40. data/vendor/local/bin/libgstpbutils-1.0-0.dll +0 -0
  41. data/vendor/local/bin/libgstphotography-1.0-0.dll +0 -0
  42. data/vendor/local/bin/libgstreamer-1.0-0.dll +0 -0
  43. data/vendor/local/bin/libgstriff-1.0-0.dll +0 -0
  44. data/vendor/local/bin/libgstrtp-1.0-0.dll +0 -0
  45. data/vendor/local/bin/libgstrtsp-1.0-0.dll +0 -0
  46. data/vendor/local/bin/libgstsdp-1.0-0.dll +0 -0
  47. data/vendor/local/bin/libgsttag-1.0-0.dll +0 -0
  48. data/vendor/local/bin/libgsturidownloader-1.0-0.dll +0 -0
  49. data/vendor/local/bin/libgstvideo-1.0-0.dll +0 -0
  50. data/vendor/local/bin/libjpeg-9.dll +0 -0
  51. data/vendor/local/bin/libogg-0.dll +0 -0
  52. data/vendor/local/bin/libsoup-2.4-1.dll +0 -0
  53. data/vendor/local/bin/libspeex-1.dll +0 -0
  54. data/vendor/local/bin/libspeexdsp-1.dll +0 -0
  55. data/vendor/local/bin/libsqlite3-0.dll +0 -0
  56. data/vendor/local/bin/libtheora-0.dll +0 -0
  57. data/vendor/local/bin/libtheoradec-1.dll +0 -0
  58. data/vendor/local/bin/libtheoraenc-1.dll +0 -0
  59. data/vendor/local/bin/libvorbis-0.dll +0 -0
  60. data/vendor/local/bin/libvorbisenc-2.dll +0 -0
  61. data/vendor/local/bin/libvorbisfile-3.dll +0 -0
  62. data/vendor/local/bin/metaflac.exe +0 -0
  63. data/vendor/local/bin/rdjpgcom.exe +0 -0
  64. data/vendor/local/bin/speexdec.exe +0 -0
  65. data/vendor/local/bin/speexenc.exe +0 -0
  66. data/vendor/local/bin/sqlite3.exe +0 -0
  67. data/vendor/local/bin/wrjpgcom.exe +0 -0
  68. data/vendor/local/include/FLAC/all.h +3 -2
  69. data/vendor/local/include/FLAC/assert.h +2 -1
  70. data/vendor/local/include/FLAC/callback.h +2 -1
  71. data/vendor/local/include/FLAC/export.h +14 -8
  72. data/vendor/local/include/FLAC/format.h +14 -1
  73. data/vendor/local/include/FLAC/metadata.h +3 -2
  74. data/vendor/local/include/FLAC/ordinals.h +20 -14
  75. data/vendor/local/include/FLAC/stream_decoder.h +2 -1
  76. data/vendor/local/include/FLAC/stream_encoder.h +3 -2
  77. data/vendor/local/include/gstreamer-1.0/gst/allocators/allocators.h +28 -0
  78. data/vendor/local/include/gstreamer-1.0/gst/allocators/gstdmabuf.h +39 -0
  79. data/vendor/local/include/gstreamer-1.0/gst/app/app.h +28 -0
  80. data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +2 -2
  81. data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +22 -20
  82. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +6 -6
  83. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-format.h +32 -5
  84. data/vendor/local/include/gstreamer-1.0/gst/audio/audio-info.h +10 -8
  85. data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +35 -2
  86. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +6 -5
  87. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +6 -4
  88. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h +6 -2
  89. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioclock.h +6 -2
  90. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +9 -5
  91. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +6 -3
  92. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiofilter.h +5 -3
  93. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioiec61937.h +2 -2
  94. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiometa.h +2 -4
  95. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +11 -6
  96. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +6 -2
  97. data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +6 -2
  98. data/vendor/local/include/gstreamer-1.0/gst/audio/streamvolume.h +2 -2
  99. data/vendor/local/include/gstreamer-1.0/gst/base/base.h +39 -0
  100. data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +7 -4
  101. data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +22 -3
  102. data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesink.h +6 -2
  103. data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +2 -2
  104. data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +2 -2
  105. data/vendor/local/include/gstreamer-1.0/gst/base/gstbitreader.h +2 -2
  106. data/vendor/local/include/gstreamer-1.0/gst/base/gstbytereader.h +2 -2
  107. data/vendor/local/include/gstreamer-1.0/gst/base/gstbytewriter.h +2 -2
  108. data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +2 -2
  109. data/vendor/local/include/gstreamer-1.0/gst/base/gstdataqueue.h +163 -0
  110. data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +2 -2
  111. data/vendor/local/include/gstreamer-1.0/gst/base/gstqueuearray.h +50 -0
  112. data/vendor/local/include/gstreamer-1.0/gst/base/gsttypefindhelper.h +3 -3
  113. data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h +3 -2
  114. data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabin-enum.h +2 -2
  115. data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabinpreview.h +2 -2
  116. data/vendor/local/include/gstreamer-1.0/gst/check/check.h +30 -0
  117. data/vendor/local/include/gstreamer-1.0/gst/check/gstbufferstraw.h +2 -2
  118. data/vendor/local/include/gstreamer-1.0/gst/check/gstcheck.h +140 -4
  119. data/vendor/local/include/gstreamer-1.0/gst/check/gstconsistencychecker.h +2 -2
  120. data/vendor/local/include/gstreamer-1.0/gst/check/gsttestclock.h +106 -0
  121. data/vendor/local/include/gstreamer-1.0/gst/check/internal-check.h +2 -2
  122. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +43 -3
  123. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpeg4parser.h +5 -3
  124. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideometa.h +89 -0
  125. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +127 -12
  126. data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvc1parser.h +29 -9
  127. data/vendor/local/include/gstreamer-1.0/gst/controller/controller.h +32 -0
  128. data/vendor/local/include/gstreamer-1.0/gst/controller/gstargbcontrolbinding.h +2 -2
  129. data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +2 -2
  130. data/vendor/local/include/gstreamer-1.0/gst/controller/gstinterpolationcontrolsource.h +2 -2
  131. data/vendor/local/include/gstreamer-1.0/gst/controller/gstlfocontrolsource.h +2 -2
  132. data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +2 -2
  133. data/vendor/local/include/gstreamer-1.0/gst/controller/gsttriggercontrolsource.h +2 -2
  134. data/vendor/local/include/gstreamer-1.0/gst/fft/fft.h +31 -0
  135. data/vendor/local/include/gstreamer-1.0/gst/fft/gstfft.h +2 -2
  136. data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf32.h +2 -2
  137. data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf64.h +2 -2
  138. data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts16.h +2 -2
  139. data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts32.h +2 -2
  140. data/vendor/local/include/gstreamer-1.0/gst/glib-compat.h +2 -2
  141. data/vendor/local/include/gstreamer-1.0/gst/gst.h +3 -2
  142. data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +2 -2
  143. data/vendor/local/include/gstreamer-1.0/gst/gstatomicqueue.h +2 -2
  144. data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +4 -4
  145. data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +20 -11
  146. data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +2 -2
  147. data/vendor/local/include/gstreamer-1.0/gst/gstbufferpool.h +2 -2
  148. data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +2 -2
  149. data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +17 -2
  150. data/vendor/local/include/gstreamer-1.0/gst/gstcapsfeatures.h +80 -0
  151. data/vendor/local/include/gstreamer-1.0/gst/gstchildproxy.h +2 -2
  152. data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +2 -2
  153. data/vendor/local/include/gstreamer-1.0/gst/gstcompat.h +23 -22
  154. data/vendor/local/include/gstreamer-1.0/gst/gstconfig.h +2 -51
  155. data/vendor/local/include/gstreamer-1.0/gst/gstcontext.h +159 -0
  156. data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +2 -2
  157. data/vendor/local/include/gstreamer-1.0/gst/gstcontrolsource.h +2 -2
  158. data/vendor/local/include/gstreamer-1.0/gst/gstdatetime.h +2 -2
  159. data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +2 -2
  160. data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +10 -4
  161. data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +2 -2
  162. data/vendor/local/include/gstreamer-1.0/gst/gstelementmetadata.h +2 -2
  163. data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +4 -0
  164. data/vendor/local/include/gstreamer-1.0/gst/gsterror.h +2 -2
  165. data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +33 -2
  166. data/vendor/local/include/gstreamer-1.0/gst/gstformat.h +2 -2
  167. data/vendor/local/include/gstreamer-1.0/gst/gstghostpad.h +2 -2
  168. data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +39 -19
  169. data/vendor/local/include/gstreamer-1.0/gst/gstiterator.h +2 -2
  170. data/vendor/local/include/gstreamer-1.0/gst/gstmacros.h +2 -2
  171. data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +28 -2
  172. data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +17 -2
  173. data/vendor/local/include/gstreamer-1.0/gst/gstmeta.h +14 -2
  174. data/vendor/local/include/gstreamer-1.0/gst/gstminiobject.h +2 -2
  175. data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +2 -2
  176. data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +5 -4
  177. data/vendor/local/include/gstreamer-1.0/gst/gstpadtemplate.h +2 -2
  178. data/vendor/local/include/gstreamer-1.0/gst/gstparamspecs.h +2 -2
  179. data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +6 -3
  180. data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +2 -2
  181. data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +3 -3
  182. data/vendor/local/include/gstreamer-1.0/gst/gstpluginfeature.h +3 -2
  183. data/vendor/local/include/gstreamer-1.0/gst/gstpoll.h +2 -2
  184. data/vendor/local/include/gstreamer-1.0/gst/gstpreset.h +2 -2
  185. data/vendor/local/include/gstreamer-1.0/gst/gstquery.h +21 -5
  186. data/vendor/local/include/gstreamer-1.0/gst/gstregistry.h +2 -2
  187. data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +24 -2
  188. data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +2 -2
  189. data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +222 -174
  190. data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +2 -2
  191. data/vendor/local/include/gstreamer-1.0/gst/gsttaglist.h +19 -2
  192. data/vendor/local/include/gstreamer-1.0/gst/gsttagsetter.h +2 -2
  193. data/vendor/local/include/gstreamer-1.0/gst/gsttask.h +2 -2
  194. data/vendor/local/include/gstreamer-1.0/gst/gsttaskpool.h +2 -2
  195. data/vendor/local/include/gstreamer-1.0/gst/gsttoc.h +2 -2
  196. data/vendor/local/include/gstreamer-1.0/gst/gsttocsetter.h +2 -2
  197. data/vendor/local/include/gstreamer-1.0/gst/gsttypefind.h +2 -2
  198. data/vendor/local/include/gstreamer-1.0/gst/gsttypefindfactory.h +2 -2
  199. data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +2 -2
  200. data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +92 -44
  201. data/vendor/local/include/gstreamer-1.0/gst/gstvalue.h +36 -2
  202. data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +4 -4
  203. data/vendor/local/include/gstreamer-1.0/gst/insertbin/gstinsertbin.h +106 -0
  204. data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography.h +45 -5
  205. data/vendor/local/include/gstreamer-1.0/gst/math-compat.h +2 -2
  206. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-atsc-section.h +67 -0
  207. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-descriptor.h +353 -0
  208. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-section.h +329 -0
  209. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +317 -0
  210. data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtssection.h +363 -0
  211. data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts.h +41 -0
  212. data/vendor/local/include/gstreamer-1.0/gst/net/gstnet.h +3 -4
  213. data/vendor/local/include/gstreamer-1.0/gst/net/gstnetaddressmeta.h +2 -2
  214. data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +2 -2
  215. data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimepacket.h +2 -2
  216. data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimeprovider.h +2 -2
  217. data/vendor/local/include/gstreamer-1.0/gst/net/net.h +31 -0
  218. data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +3 -2
  219. data/vendor/local/include/gstreamer-1.0/gst/pbutils/descriptions.h +2 -2
  220. data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +7 -2
  221. data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-target.h +2 -2
  222. data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +3 -2
  223. data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +4 -4
  224. data/vendor/local/include/gstreamer-1.0/gst/pbutils/install-plugins.h +2 -2
  225. data/vendor/local/include/gstreamer-1.0/gst/pbutils/missing-plugins.h +3 -4
  226. data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils.h +2 -2
  227. data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +3 -2
  228. data/vendor/local/include/gstreamer-1.0/gst/riff/riff-media.h +2 -2
  229. data/vendor/local/include/gstreamer-1.0/gst/riff/riff-read.h +2 -2
  230. data/vendor/local/include/gstreamer-1.0/gst/riff/riff.h +29 -0
  231. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h +18 -14
  232. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h +2 -2
  233. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +2 -2
  234. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h +2 -2
  235. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +4 -2
  236. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtphdrext.h +50 -0
  237. data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtppayloads.h +2 -2
  238. data/vendor/local/include/gstreamer-1.0/gst/rtp/rtp.h +33 -0
  239. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsp.h +33 -0
  240. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +15 -2
  241. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h +3 -2
  242. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspextension.h +2 -2
  243. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspmessage.h +3 -4
  244. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsprange.h +42 -6
  245. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +5 -3
  246. data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspurl.h +2 -2
  247. data/vendor/local/include/gstreamer-1.0/gst/rtsp/rtsp.h +35 -0
  248. data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdp.h +2 -2
  249. data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdpmessage.h +98 -8
  250. data/vendor/local/include/gstreamer-1.0/gst/sdp/sdp.h +28 -0
  251. data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagdemux.h +2 -2
  252. data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagmux.h +2 -2
  253. data/vendor/local/include/gstreamer-1.0/gst/tag/tag.h +20 -2
  254. data/vendor/local/include/gstreamer-1.0/gst/tag/xmpwriter.h +2 -2
  255. data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gstfragment.h +70 -0
  256. data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader.h +66 -0
  257. data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader_debug.h +12 -0
  258. data/vendor/local/include/gstreamer-1.0/gst/video/colorbalance.h +2 -2
  259. data/vendor/local/include/gstreamer-1.0/gst/video/colorbalancechannel.h +2 -2
  260. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +11 -6
  261. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +8 -3
  262. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideofilter.h +2 -2
  263. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideometa.h +148 -4
  264. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideopool.h +2 -2
  265. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideosink.h +2 -2
  266. data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +6 -3
  267. data/vendor/local/include/gstreamer-1.0/gst/video/navigation.h +2 -2
  268. data/vendor/local/include/gstreamer-1.0/gst/video/video-blend.h +2 -2
  269. data/vendor/local/include/gstreamer-1.0/gst/video/video-chroma.h +103 -0
  270. data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +2 -2
  271. data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +8 -2
  272. data/vendor/local/include/gstreamer-1.0/gst/video/video-event.h +2 -2
  273. data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +56 -38
  274. data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +7 -6
  275. data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +2 -2
  276. data/vendor/local/include/gstreamer-1.0/gst/video/video-overlay-composition.h +15 -2
  277. data/vendor/local/include/gstreamer-1.0/gst/video/video.h +53 -3
  278. data/vendor/local/include/gstreamer-1.0/gst/video/videoorientation.h +2 -2
  279. data/vendor/local/include/gstreamer-1.0/gst/video/videooverlay.h +2 -2
  280. data/vendor/local/include/jconfig.h +8 -0
  281. data/vendor/local/include/jerror.h +2 -2
  282. data/vendor/local/include/jmorecfg.h +26 -7
  283. data/vendor/local/include/jpeglib.h +22 -7
  284. data/vendor/local/include/libsoup-2.4/libsoup/soup-address.h +12 -15
  285. data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-manager.h +44 -0
  286. data/vendor/local/include/libsoup-2.4/libsoup/soup-auth.h +36 -2
  287. data/vendor/local/include/libsoup-2.4/libsoup/soup-cache.h +102 -0
  288. data/vendor/local/include/libsoup-2.4/libsoup/soup-content-decoder.h +45 -0
  289. data/vendor/local/include/libsoup-2.4/libsoup/soup-content-sniffer.h +62 -0
  290. data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar-db.h +46 -0
  291. data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar-text.h +2 -0
  292. data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar.h +57 -26
  293. data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie.h +41 -0
  294. data/vendor/local/include/libsoup-2.4/libsoup/soup-date.h +28 -0
  295. data/vendor/local/include/libsoup-2.4/libsoup/soup-enum-types.h +24 -24
  296. data/vendor/local/include/libsoup-2.4/libsoup/soup-form.h +3 -1
  297. data/vendor/local/include/libsoup-2.4/libsoup/soup-headers.h +7 -0
  298. data/vendor/local/include/libsoup-2.4/libsoup/soup-logger.h +4 -2
  299. data/vendor/local/include/libsoup-2.4/libsoup/soup-message-body.h +17 -0
  300. data/vendor/local/include/libsoup-2.4/libsoup/soup-message-headers.h +21 -1
  301. data/vendor/local/include/libsoup-2.4/libsoup/soup-message.h +76 -15
  302. data/vendor/local/include/libsoup-2.4/libsoup/soup-method.h +33 -30
  303. data/vendor/local/include/libsoup-2.4/libsoup/soup-misc.h +27 -8
  304. data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart-input-stream.h +66 -0
  305. data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart.h +9 -0
  306. data/vendor/local/include/libsoup-2.4/libsoup/soup-password-manager.h +64 -0
  307. data/vendor/local/include/libsoup-2.4/libsoup/soup-portability.h +1 -3
  308. data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver-default.h +30 -0
  309. data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver.h +12 -7
  310. data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-uri-resolver.h +17 -7
  311. data/vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h +53 -0
  312. data/vendor/local/include/libsoup-2.4/libsoup/soup-request-file.h +56 -0
  313. data/vendor/local/include/libsoup-2.4/libsoup/soup-request-http.h +56 -0
  314. data/vendor/local/include/libsoup-2.4/libsoup/soup-request.h +103 -0
  315. data/vendor/local/include/libsoup-2.4/libsoup/soup-requester.h +84 -0
  316. data/vendor/local/include/libsoup-2.4/libsoup/soup-server.h +11 -7
  317. data/vendor/local/include/libsoup-2.4/libsoup/soup-session-async.h +2 -0
  318. data/vendor/local/include/libsoup-2.4/libsoup/soup-session-feature.h +40 -20
  319. data/vendor/local/include/libsoup-2.4/libsoup/soup-session-sync.h +2 -0
  320. data/vendor/local/include/libsoup-2.4/libsoup/soup-session.h +114 -13
  321. data/vendor/local/include/libsoup-2.4/libsoup/soup-socket.h +18 -13
  322. data/vendor/local/include/libsoup-2.4/libsoup/soup-status.h +83 -2
  323. data/vendor/local/include/libsoup-2.4/libsoup/soup-tld.h +34 -0
  324. data/vendor/local/include/libsoup-2.4/libsoup/soup-types.h +10 -2
  325. data/vendor/local/include/libsoup-2.4/libsoup/soup-uri.h +82 -55
  326. data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +261 -0
  327. data/vendor/local/include/libsoup-2.4/libsoup/soup-xmlrpc.h +0 -4
  328. data/vendor/local/include/libsoup-2.4/libsoup/soup.h +14 -0
  329. data/vendor/local/include/ogg/config_types.h +5 -5
  330. data/vendor/local/include/sqlite3.h +7338 -0
  331. data/vendor/local/include/sqlite3ext.h +487 -0
  332. data/vendor/local/lib/girepository-1.0/Gst-1.0.typelib +0 -0
  333. data/vendor/local/lib/girepository-1.0/GstAllocators-1.0.typelib +0 -0
  334. data/vendor/local/lib/girepository-1.0/GstApp-1.0.typelib +0 -0
  335. data/vendor/local/lib/girepository-1.0/GstAudio-1.0.typelib +0 -0
  336. data/vendor/local/lib/girepository-1.0/GstBase-1.0.typelib +0 -0
  337. data/vendor/local/lib/girepository-1.0/GstCheck-1.0.typelib +0 -0
  338. data/vendor/local/lib/girepository-1.0/GstController-1.0.typelib +0 -0
  339. data/vendor/local/lib/girepository-1.0/GstFft-1.0.typelib +0 -0
  340. data/vendor/local/lib/girepository-1.0/GstInsertBin-1.0.typelib +0 -0
  341. data/vendor/local/lib/girepository-1.0/GstMpegts-1.0.typelib +0 -0
  342. data/vendor/local/lib/girepository-1.0/GstNet-1.0.typelib +0 -0
  343. data/vendor/local/lib/girepository-1.0/GstPbutils-1.0.typelib +0 -0
  344. data/vendor/local/lib/girepository-1.0/GstRiff-1.0.typelib +0 -0
  345. data/vendor/local/lib/girepository-1.0/GstRtp-1.0.typelib +0 -0
  346. data/vendor/local/lib/girepository-1.0/GstRtsp-1.0.typelib +0 -0
  347. data/vendor/local/lib/girepository-1.0/GstSdp-1.0.typelib +0 -0
  348. data/vendor/local/lib/girepository-1.0/GstTag-1.0.typelib +0 -0
  349. data/vendor/local/lib/girepository-1.0/GstVideo-1.0.typelib +0 -0
  350. data/vendor/local/lib/girepository-1.0/Soup-2.4.typelib +0 -0
  351. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll +0 -0
  352. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll.a +0 -0
  353. data/vendor/local/lib/gstreamer-1.0/libgstaccurip.la +41 -0
  354. data/vendor/local/lib/gstreamer-1.0/libgstadder.dll +0 -0
  355. data/vendor/local/lib/gstreamer-1.0/libgstadder.dll.a +0 -0
  356. data/vendor/local/lib/gstreamer-1.0/libgstadder.la +2 -2
  357. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll +0 -0
  358. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll.a +0 -0
  359. data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.la +2 -2
  360. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll +0 -0
  361. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll.a +0 -0
  362. data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.la +2 -2
  363. data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll +0 -0
  364. data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll.a +0 -0
  365. data/vendor/local/lib/gstreamer-1.0/libgstaiff.la +41 -0
  366. data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll +0 -0
  367. data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll.a +0 -0
  368. data/vendor/local/lib/gstreamer-1.0/libgstalaw.la +2 -2
  369. data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll +0 -0
  370. data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll.a +0 -0
  371. data/vendor/local/lib/gstreamer-1.0/libgstalpha.la +2 -2
  372. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll +0 -0
  373. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll.a +0 -0
  374. data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.la +2 -2
  375. data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll +0 -0
  376. data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll.a +0 -0
  377. data/vendor/local/lib/gstreamer-1.0/libgstapetag.la +2 -2
  378. data/vendor/local/lib/gstreamer-1.0/libgstapp.dll +0 -0
  379. data/vendor/local/lib/gstreamer-1.0/libgstapp.dll.a +0 -0
  380. data/vendor/local/lib/gstreamer-1.0/libgstapp.la +2 -2
  381. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll +0 -0
  382. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll.a +0 -0
  383. data/vendor/local/lib/gstreamer-1.0/libgstasfmux.la +2 -2
  384. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll +0 -0
  385. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll.a +0 -0
  386. data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.la +2 -2
  387. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll +0 -0
  388. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll.a +0 -0
  389. data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.la +2 -2
  390. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll +0 -0
  391. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll.a +0 -0
  392. data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.la +41 -0
  393. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll +0 -0
  394. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll.a +0 -0
  395. data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.la +2 -2
  396. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll +0 -0
  397. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll.a +0 -0
  398. data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.la +2 -2
  399. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll +0 -0
  400. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll.a +0 -0
  401. data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.la +2 -2
  402. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll +0 -0
  403. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll.a +0 -0
  404. data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.la +2 -2
  405. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll +0 -0
  406. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll.a +0 -0
  407. data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.la +2 -2
  408. data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll +0 -0
  409. data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll.a +0 -0
  410. data/vendor/local/lib/gstreamer-1.0/libgstauparse.la +2 -2
  411. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll +0 -0
  412. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll.a +0 -0
  413. data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.la +2 -2
  414. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll +0 -0
  415. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll.a +0 -0
  416. data/vendor/local/lib/gstreamer-1.0/libgstautodetect.la +2 -2
  417. data/vendor/local/lib/gstreamer-1.0/libgstavi.dll +0 -0
  418. data/vendor/local/lib/gstreamer-1.0/libgstavi.dll.a +0 -0
  419. data/vendor/local/lib/gstreamer-1.0/libgstavi.la +2 -2
  420. data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll +0 -0
  421. data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll.a +0 -0
  422. data/vendor/local/lib/gstreamer-1.0/libgstbayer.la +2 -2
  423. data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll +0 -0
  424. data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll.a +0 -0
  425. data/vendor/local/lib/gstreamer-1.0/libgstcairo.la +3 -3
  426. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll +0 -0
  427. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll.a +0 -0
  428. data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.la +2 -2
  429. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll +0 -0
  430. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll.a +0 -0
  431. data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.la +2 -2
  432. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll +0 -0
  433. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll.a +0 -0
  434. data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.la +2 -2
  435. data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll +0 -0
  436. data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll.a +0 -0
  437. data/vendor/local/lib/gstreamer-1.0/libgstcutter.la +2 -2
  438. data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll +0 -0
  439. data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll.a +0 -0
  440. data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.la +2 -2
  441. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll +0 -0
  442. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll.a +0 -0
  443. data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.la +41 -0
  444. data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll +0 -0
  445. data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll.a +0 -0
  446. data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.la +2 -2
  447. data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll +0 -0
  448. data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll.a +0 -0
  449. data/vendor/local/lib/gstreamer-1.0/libgstdebug.la +2 -2
  450. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll +0 -0
  451. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll.a +0 -0
  452. data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.la +2 -2
  453. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll +0 -0
  454. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll.a +0 -0
  455. data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.la +2 -2
  456. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll +0 -0
  457. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll.a +0 -0
  458. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.la +2 -2
  459. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll +0 -0
  460. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll.a +0 -0
  461. data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.la +2 -2
  462. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll +0 -0
  463. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll.a +0 -0
  464. data/vendor/local/lib/gstreamer-1.0/libgstdtmf.la +2 -2
  465. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll +0 -0
  466. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll.a +0 -0
  467. data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.la +2 -2
  468. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll +0 -0
  469. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll.a +0 -0
  470. data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.la +2 -2
  471. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll +0 -0
  472. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll.a +0 -0
  473. data/vendor/local/lib/gstreamer-1.0/libgsteffectv.la +2 -2
  474. data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll +0 -0
  475. data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll.a +0 -0
  476. data/vendor/local/lib/gstreamer-1.0/libgstencodebin.la +2 -2
  477. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll +0 -0
  478. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll.a +0 -0
  479. data/vendor/local/lib/gstreamer-1.0/libgstequalizer.la +2 -2
  480. data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll +0 -0
  481. data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll.a +0 -0
  482. data/vendor/local/lib/gstreamer-1.0/libgstfestival.la +2 -2
  483. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll +0 -0
  484. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll.a +0 -0
  485. data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.la +2 -2
  486. data/vendor/local/lib/gstreamer-1.0/libgstflac.dll +0 -0
  487. data/vendor/local/lib/gstreamer-1.0/libgstflac.dll.a +0 -0
  488. data/vendor/local/lib/gstreamer-1.0/libgstflac.la +2 -2
  489. data/vendor/local/lib/gstreamer-1.0/libgstflv.dll +0 -0
  490. data/vendor/local/lib/gstreamer-1.0/libgstflv.dll.a +0 -0
  491. data/vendor/local/lib/gstreamer-1.0/libgstflv.la +2 -2
  492. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll +0 -0
  493. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll.a +0 -0
  494. data/vendor/local/lib/gstreamer-1.0/libgstflxdec.la +2 -2
  495. data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll +0 -0
  496. data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll.a +0 -0
  497. data/vendor/local/lib/gstreamer-1.0/libgstfragmented.la +2 -2
  498. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll +0 -0
  499. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll.a +0 -0
  500. data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.la +41 -0
  501. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll +0 -0
  502. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll.a +0 -0
  503. data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.la +2 -2
  504. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll +0 -0
  505. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll.a +0 -0
  506. data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.la +2 -2
  507. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll +0 -0
  508. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll.a +0 -0
  509. data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.la +2 -2
  510. data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll +0 -0
  511. data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll.a +0 -0
  512. data/vendor/local/lib/gstreamer-1.0/libgstgdp.la +2 -2
  513. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll +0 -0
  514. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll.a +0 -0
  515. data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.la +2 -2
  516. data/vendor/local/lib/gstreamer-1.0/libgstgio.dll +0 -0
  517. data/vendor/local/lib/gstreamer-1.0/libgstgio.dll.a +0 -0
  518. data/vendor/local/lib/gstreamer-1.0/libgstgio.la +2 -2
  519. data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll +0 -0
  520. data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll.a +0 -0
  521. data/vendor/local/lib/gstreamer-1.0/libgstgoom.la +2 -2
  522. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll +0 -0
  523. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll.a +0 -0
  524. data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.la +2 -2
  525. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll +0 -0
  526. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll.a +0 -0
  527. data/vendor/local/lib/gstreamer-1.0/libgsticydemux.la +2 -2
  528. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll +0 -0
  529. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll.a +0 -0
  530. data/vendor/local/lib/gstreamer-1.0/libgstid3demux.la +2 -2
  531. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll +0 -0
  532. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll.a +0 -0
  533. data/vendor/local/lib/gstreamer-1.0/libgstid3tag.la +2 -2
  534. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll +0 -0
  535. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll.a +0 -0
  536. data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.la +2 -2
  537. data/vendor/local/lib/gstreamer-1.0/libgstinter.dll +0 -0
  538. data/vendor/local/lib/gstreamer-1.0/libgstinter.dll.a +0 -0
  539. data/vendor/local/lib/gstreamer-1.0/libgstinter.la +2 -2
  540. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll +0 -0
  541. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll.a +0 -0
  542. data/vendor/local/lib/gstreamer-1.0/libgstinterlace.la +2 -2
  543. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll +0 -0
  544. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll.a +0 -0
  545. data/vendor/local/lib/gstreamer-1.0/libgstinterleave.la +2 -2
  546. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll +0 -0
  547. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll.a +0 -0
  548. data/vendor/local/lib/gstreamer-1.0/libgstisomp4.la +2 -2
  549. data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll +0 -0
  550. data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll.a +0 -0
  551. data/vendor/local/lib/gstreamer-1.0/libgstivtc.la +41 -0
  552. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll +0 -0
  553. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll.a +0 -0
  554. data/vendor/local/lib/gstreamer-1.0/libgstjpeg.la +2 -2
  555. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll +0 -0
  556. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll.a +0 -0
  557. data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.la +2 -2
  558. data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll +0 -0
  559. data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll.a +0 -0
  560. data/vendor/local/lib/gstreamer-1.0/libgstlevel.la +2 -2
  561. data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll +0 -0
  562. data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll.a +0 -0
  563. data/vendor/local/lib/gstreamer-1.0/libgstlibav.la +2 -2
  564. data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll +0 -0
  565. data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll.a +0 -0
  566. data/vendor/local/lib/gstreamer-1.0/libgstliveadder.la +2 -2
  567. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll +0 -0
  568. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll.a +0 -0
  569. data/vendor/local/lib/gstreamer-1.0/libgstmatroska.la +2 -2
  570. data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll +0 -0
  571. data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll.a +0 -0
  572. data/vendor/local/lib/gstreamer-1.0/libgstmidi.la +41 -0
  573. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll +0 -0
  574. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll.a +0 -0
  575. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.la +2 -2
  576. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll +0 -0
  577. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll.a +0 -0
  578. data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.la +2 -2
  579. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll +0 -0
  580. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll.a +0 -0
  581. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.la +2 -2
  582. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll +0 -0
  583. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll.a +0 -0
  584. data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.la +2 -2
  585. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll +0 -0
  586. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll.a +0 -0
  587. data/vendor/local/lib/gstreamer-1.0/libgstmulaw.la +2 -2
  588. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll +0 -0
  589. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll.a +0 -0
  590. data/vendor/local/lib/gstreamer-1.0/libgstmultifile.la +2 -2
  591. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll +0 -0
  592. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll.a +0 -0
  593. data/vendor/local/lib/gstreamer-1.0/libgstmultipart.la +2 -2
  594. data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll +0 -0
  595. data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll.a +0 -0
  596. data/vendor/local/lib/gstreamer-1.0/libgstmxf.la +41 -0
  597. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll +0 -0
  598. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll.a +0 -0
  599. data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.la +2 -2
  600. data/vendor/local/lib/gstreamer-1.0/libgstogg.dll +0 -0
  601. data/vendor/local/lib/gstreamer-1.0/libgstogg.dll.a +0 -0
  602. data/vendor/local/lib/gstreamer-1.0/libgstogg.la +2 -2
  603. data/vendor/local/lib/gstreamer-1.0/libgstpango.dll +0 -0
  604. data/vendor/local/lib/gstreamer-1.0/libgstpango.dll.a +0 -0
  605. data/vendor/local/lib/gstreamer-1.0/libgstpango.la +3 -3
  606. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll +0 -0
  607. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll.a +0 -0
  608. data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.la +2 -2
  609. data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll +0 -0
  610. data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll.a +0 -0
  611. data/vendor/local/lib/gstreamer-1.0/libgstplayback.la +2 -2
  612. data/vendor/local/lib/gstreamer-1.0/libgstpng.dll +0 -0
  613. data/vendor/local/lib/gstreamer-1.0/libgstpng.dll.a +0 -0
  614. data/vendor/local/lib/gstreamer-1.0/libgstpng.la +2 -2
  615. data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll +0 -0
  616. data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll.a +0 -0
  617. data/vendor/local/lib/gstreamer-1.0/libgstpnm.la +2 -2
  618. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll +0 -0
  619. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll.a +0 -0
  620. data/vendor/local/lib/gstreamer-1.0/libgstrawparse.la +2 -2
  621. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll +0 -0
  622. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll.a +0 -0
  623. data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.la +2 -2
  624. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll +0 -0
  625. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll.a +0 -0
  626. data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.la +2 -2
  627. data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll +0 -0
  628. data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll.a +0 -0
  629. data/vendor/local/lib/gstreamer-1.0/libgstrtp.la +2 -2
  630. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll +0 -0
  631. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll.a +0 -0
  632. data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.la +2 -2
  633. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll +0 -0
  634. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll.a +0 -0
  635. data/vendor/local/lib/gstreamer-1.0/libgstrtsp.la +2 -2
  636. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll +0 -0
  637. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll.a +0 -0
  638. data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.la +2 -2
  639. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll +0 -0
  640. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll.a +0 -0
  641. data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.la +2 -2
  642. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll +0 -0
  643. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll.a +0 -0
  644. data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.la +2 -2
  645. data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll +0 -0
  646. data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll.a +0 -0
  647. data/vendor/local/lib/gstreamer-1.0/libgstsiren.la +2 -2
  648. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll +0 -0
  649. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll.a +0 -0
  650. data/vendor/local/lib/gstreamer-1.0/libgstsmooth.la +2 -2
  651. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll +0 -0
  652. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll.a +0 -0
  653. data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.la +41 -0
  654. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll +0 -0
  655. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll.a +0 -0
  656. data/vendor/local/lib/gstreamer-1.0/libgstsmpte.la +2 -2
  657. data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll +0 -0
  658. data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll.a +0 -0
  659. data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.la +2 -2
  660. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll +0 -0
  661. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll.a +0 -0
  662. data/vendor/local/lib/gstreamer-1.0/libgstspectrum.la +2 -2
  663. data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll +0 -0
  664. data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll.a +0 -0
  665. data/vendor/local/lib/gstreamer-1.0/libgstspeed.la +2 -2
  666. data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll +0 -0
  667. data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll.a +0 -0
  668. data/vendor/local/lib/gstreamer-1.0/libgstspeex.la +2 -2
  669. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll +0 -0
  670. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll.a +0 -0
  671. data/vendor/local/lib/gstreamer-1.0/libgstsubenc.la +2 -2
  672. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll +0 -0
  673. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll.a +0 -0
  674. data/vendor/local/lib/gstreamer-1.0/libgstsubparse.la +2 -2
  675. data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll +0 -0
  676. data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll.a +0 -0
  677. data/vendor/local/lib/gstreamer-1.0/libgsttcp.la +2 -2
  678. data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll +0 -0
  679. data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll.a +0 -0
  680. data/vendor/local/lib/gstreamer-1.0/libgsttheora.la +2 -2
  681. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll +0 -0
  682. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll.a +0 -0
  683. data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.la +2 -2
  684. data/vendor/local/lib/gstreamer-1.0/libgstudp.dll +0 -0
  685. data/vendor/local/lib/gstreamer-1.0/libgstudp.dll.a +0 -0
  686. data/vendor/local/lib/gstreamer-1.0/libgstudp.la +2 -2
  687. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll +0 -0
  688. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll.a +0 -0
  689. data/vendor/local/lib/gstreamer-1.0/libgstvideobox.la +2 -2
  690. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll +0 -0
  691. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll.a +0 -0
  692. data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.la +2 -2
  693. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll +0 -0
  694. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll.a +0 -0
  695. data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.la +2 -2
  696. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll +0 -0
  697. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll.a +0 -0
  698. data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.la +2 -2
  699. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll +0 -0
  700. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll.a +0 -0
  701. data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.la +41 -0
  702. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll +0 -0
  703. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll.a +0 -0
  704. data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.la +2 -2
  705. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll +0 -0
  706. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll.a +0 -0
  707. data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.la +2 -2
  708. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll +0 -0
  709. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll.a +0 -0
  710. data/vendor/local/lib/gstreamer-1.0/libgstvideorate.la +2 -2
  711. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll +0 -0
  712. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll.a +0 -0
  713. data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.la +2 -2
  714. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll +0 -0
  715. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll.a +0 -0
  716. data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.la +2 -2
  717. data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll +0 -0
  718. data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll.a +0 -0
  719. data/vendor/local/lib/gstreamer-1.0/libgstvolume.la +2 -2
  720. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll +0 -0
  721. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll.a +0 -0
  722. data/vendor/local/lib/gstreamer-1.0/libgstvorbis.la +2 -2
  723. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll +0 -0
  724. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll.a +0 -0
  725. data/vendor/local/lib/gstreamer-1.0/libgstwasapi.la +41 -0
  726. data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll +0 -0
  727. data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll.a +0 -0
  728. data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.la +2 -2
  729. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll +0 -0
  730. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll.a +0 -0
  731. data/vendor/local/lib/gstreamer-1.0/libgstwavenc.la +2 -2
  732. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll +0 -0
  733. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll.a +0 -0
  734. data/vendor/local/lib/gstreamer-1.0/libgstwavparse.la +2 -2
  735. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll +0 -0
  736. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll.a +0 -0
  737. data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.la +41 -0
  738. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll +0 -0
  739. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll.a +0 -0
  740. data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.la +2 -2
  741. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll +0 -0
  742. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll.a +0 -0
  743. data/vendor/local/lib/gstreamer-1.0/libgsty4menc.la +2 -2
  744. data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll +0 -0
  745. data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll.a +0 -0
  746. data/vendor/local/lib/gstreamer-1.0/libgstyadif.la +41 -0
  747. data/vendor/local/lib/libFLAC.dll.a +0 -0
  748. data/vendor/local/lib/libFLAC.la +4 -4
  749. data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
  750. data/vendor/local/lib/libgstallocators-1.0.la +41 -0
  751. data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
  752. data/vendor/local/lib/libgstapp-1.0.la +4 -4
  753. data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
  754. data/vendor/local/lib/libgstaudio-1.0.la +4 -4
  755. data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
  756. data/vendor/local/lib/libgstbase-1.0.la +4 -4
  757. data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
  758. data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +4 -4
  759. data/vendor/local/lib/libgstcheck-1.0.dll.a +0 -0
  760. data/vendor/local/lib/libgstcheck-1.0.la +4 -4
  761. data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
  762. data/vendor/local/lib/libgstcodecparsers-1.0.la +4 -4
  763. data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
  764. data/vendor/local/lib/libgstcontroller-1.0.la +4 -4
  765. data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
  766. data/vendor/local/lib/libgstfft-1.0.la +4 -4
  767. data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
  768. data/vendor/local/lib/libgstinsertbin-1.0.la +41 -0
  769. data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
  770. data/vendor/local/lib/libgstmpegts-1.0.la +41 -0
  771. data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
  772. data/vendor/local/lib/libgstnet-1.0.la +4 -4
  773. data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
  774. data/vendor/local/lib/libgstpbutils-1.0.la +4 -4
  775. data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
  776. data/vendor/local/lib/libgstphotography-1.0.la +4 -4
  777. data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
  778. data/vendor/local/lib/libgstreamer-1.0.la +4 -4
  779. data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
  780. data/vendor/local/lib/libgstriff-1.0.la +4 -4
  781. data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
  782. data/vendor/local/lib/libgstrtp-1.0.la +4 -4
  783. data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
  784. data/vendor/local/lib/libgstrtsp-1.0.la +4 -4
  785. data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
  786. data/vendor/local/lib/libgstsdp-1.0.la +4 -4
  787. data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
  788. data/vendor/local/lib/libgsttag-1.0.la +4 -4
  789. data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
  790. data/vendor/local/lib/libgsturidownloader-1.0.la +41 -0
  791. data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
  792. data/vendor/local/lib/libgstvideo-1.0.la +4 -4
  793. data/vendor/local/lib/libjpeg.a +0 -0
  794. data/vendor/local/lib/libjpeg.dll.a +0 -0
  795. data/vendor/local/lib/libjpeg.la +41 -0
  796. data/vendor/local/lib/libogg.a +0 -0
  797. data/vendor/local/lib/libogg.dll.a +0 -0
  798. data/vendor/local/lib/libogg.la +2 -2
  799. data/vendor/local/lib/libsoup-2.4.a +0 -0
  800. data/vendor/local/lib/libsoup-2.4.dll.a +0 -0
  801. data/vendor/local/lib/libsoup-2.4.la +41 -0
  802. data/vendor/local/lib/libspeex.a +0 -0
  803. data/vendor/local/lib/libspeex.dll.a +0 -0
  804. data/vendor/local/lib/libspeexdsp.a +0 -0
  805. data/vendor/local/lib/libspeexdsp.dll.a +0 -0
  806. data/vendor/local/lib/libsqlite3.a +0 -0
  807. data/vendor/local/lib/libsqlite3.dll.a +0 -0
  808. data/vendor/local/lib/libsqlite3.la +41 -0
  809. data/vendor/local/lib/libtheora.a +0 -0
  810. data/vendor/local/lib/libtheora.dll.a +0 -0
  811. data/vendor/local/lib/libtheoradec.a +0 -0
  812. data/vendor/local/lib/libtheoradec.dll.a +0 -0
  813. data/vendor/local/lib/libtheoraenc.a +0 -0
  814. data/vendor/local/lib/libtheoraenc.dll.a +0 -0
  815. data/vendor/local/lib/libvorbis.a +0 -0
  816. data/vendor/local/lib/libvorbis.dll.a +0 -0
  817. data/vendor/local/lib/libvorbis.la +2 -2
  818. data/vendor/local/lib/libvorbisenc.a +0 -0
  819. data/vendor/local/lib/libvorbisenc.dll.a +0 -0
  820. data/vendor/local/lib/libvorbisenc.la +2 -2
  821. data/vendor/local/lib/libvorbisfile.a +0 -0
  822. data/vendor/local/lib/libvorbisfile.dll.a +0 -0
  823. data/vendor/local/lib/libvorbisfile.la +2 -2
  824. data/vendor/local/lib/pkgconfig/flac.pc +5 -3
  825. data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +3 -2
  826. data/vendor/local/lib/pkgconfig/gstreamer-allocators-1.0.pc +16 -0
  827. data/vendor/local/lib/pkgconfig/gstreamer-app-1.0.pc +1 -1
  828. data/vendor/local/lib/pkgconfig/gstreamer-audio-1.0.pc +1 -1
  829. data/vendor/local/lib/pkgconfig/gstreamer-base-1.0.pc +1 -1
  830. data/vendor/local/lib/pkgconfig/gstreamer-check-1.0.pc +1 -1
  831. data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
  832. data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
  833. data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
  834. data/vendor/local/lib/pkgconfig/gstreamer-insertbin-1.0.pc +12 -0
  835. data/vendor/local/lib/pkgconfig/gstreamer-mpegts-1.0.pc +12 -0
  836. data/vendor/local/lib/pkgconfig/gstreamer-net-1.0.pc +1 -1
  837. data/vendor/local/lib/pkgconfig/gstreamer-pbutils-1.0.pc +1 -1
  838. data/vendor/local/lib/pkgconfig/gstreamer-plugins-bad-1.0.pc +6 -4
  839. data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +2 -2
  840. data/vendor/local/lib/pkgconfig/gstreamer-riff-1.0.pc +1 -1
  841. data/vendor/local/lib/pkgconfig/gstreamer-rtp-1.0.pc +1 -1
  842. data/vendor/local/lib/pkgconfig/gstreamer-rtsp-1.0.pc +1 -1
  843. data/vendor/local/lib/pkgconfig/gstreamer-sdp-1.0.pc +1 -1
  844. data/vendor/local/lib/pkgconfig/gstreamer-tag-1.0.pc +1 -1
  845. data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +1 -1
  846. data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +2 -2
  847. data/vendor/local/lib/pkgconfig/ogg.pc +1 -1
  848. data/vendor/local/lib/pkgconfig/sqlite3.pc +13 -0
  849. data/vendor/local/lib/pkgconfig/vorbis.pc +1 -1
  850. data/vendor/local/lib/pkgconfig/vorbisenc.pc +1 -1
  851. data/vendor/local/lib/pkgconfig/vorbisfile.pc +1 -1
  852. data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
  853. data/vendor/local/share/aclocal/libFLAC.m4 +9 -5
  854. data/vendor/local/share/aclocal/ogg.m4 +1 -1
  855. data/vendor/local/share/doc/flac-1.3.0/FLAC.tag +10355 -0
  856. data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2all_8h_source.html +125 -0
  857. data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2export_8h.html +102 -0
  858. data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2export_8h_source.html +142 -0
  859. data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2metadata_8h.html +144 -0
  860. data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2metadata_8h_source.html +992 -0
  861. data/vendor/local/share/doc/flac-1.3.0/html/api/all_8h_source.html +131 -0
  862. data/vendor/local/share/doc/flac-1.3.0/html/api/annotated.html +134 -0
  863. data/vendor/local/share/doc/flac-1.3.0/html/api/assert_8h_source.html +125 -0
  864. data/vendor/local/share/doc/flac-1.3.0/html/api/bc_s.png +0 -0
  865. data/vendor/local/share/doc/flac-1.3.0/html/api/bdwn.png +0 -0
  866. data/vendor/local/share/doc/flac-1.3.0/html/api/callback_8h.html +112 -0
  867. data/vendor/local/share/doc/flac-1.3.0/html/api/callback_8h_source.html +159 -0
  868. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File-members.html +140 -0
  869. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File.html +1315 -0
  870. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File.png +0 -0
  871. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream-members.html +132 -0
  872. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream.html +1163 -0
  873. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream.png +0 -0
  874. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html +89 -0
  875. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html +114 -0
  876. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File-members.html +155 -0
  877. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File.html +1915 -0
  878. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File.png +0 -0
  879. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream-members.html +146 -0
  880. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream.html +1721 -0
  881. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream.png +0 -0
  882. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html +89 -0
  883. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html +114 -0
  884. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application-members.html +122 -0
  885. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application.html +770 -0
  886. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application.png +0 -0
  887. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain-members.html +99 -0
  888. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain.html +399 -0
  889. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html +88 -0
  890. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html +111 -0
  891. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html +137 -0
  892. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet.html +1056 -0
  893. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet.png +0 -0
  894. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html +105 -0
  895. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html +183 -0
  896. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html +98 -0
  897. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Iterator.html +305 -0
  898. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding-members.html +119 -0
  899. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding.html +766 -0
  900. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding.png +0 -0
  901. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture-members.html +134 -0
  902. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture.html +865 -0
  903. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture.png +0 -0
  904. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html +109 -0
  905. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype.html +456 -0
  906. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype.png +0 -0
  907. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html +130 -0
  908. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable.html +1003 -0
  909. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable.png +0 -0
  910. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html +103 -0
  911. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html +442 -0
  912. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html +88 -0
  913. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html +111 -0
  914. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html +135 -0
  915. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html +1062 -0
  916. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png +0 -0
  917. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html +120 -0
  918. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown.html +764 -0
  919. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown.png +0 -0
  920. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html +130 -0
  921. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html +983 -0
  922. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png +0 -0
  923. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html +111 -0
  924. data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html +203 -0
  925. data/vendor/local/share/doc/flac-1.3.0/html/api/classes.html +108 -0
  926. data/vendor/local/share/doc/flac-1.3.0/html/api/closed.png +0 -0
  927. data/vendor/local/share/doc/flac-1.3.0/html/api/decoder_8h.html +99 -0
  928. data/vendor/local/share/doc/flac-1.3.0/html/api/decoder_8h_source.html +256 -0
  929. data/vendor/local/share/doc/flac-1.3.0/html/api/dir_1982b5890de532b4beef7221dae776e2.html +95 -0
  930. data/vendor/local/share/doc/flac-1.3.0/html/api/dir_527642952c2881b3e5b36abb4a29ebef.html +87 -0
  931. data/vendor/local/share/doc/flac-1.3.0/html/api/dir_d44c64559bbebec7f509842c48db8b23.html +81 -0
  932. data/vendor/local/share/doc/flac-1.3.0/html/api/doxygen.css +1357 -0
  933. data/vendor/local/share/doc/flac-1.3.0/html/api/doxygen.png +0 -0
  934. data/vendor/local/share/doc/flac-1.3.0/html/api/dynsections.js +97 -0
  935. data/vendor/local/share/doc/flac-1.3.0/html/api/encoder_8h.html +100 -0
  936. data/vendor/local/share/doc/flac-1.3.0/html/api/encoder_8h_source.html +270 -0
  937. data/vendor/local/share/doc/flac-1.3.0/html/api/export_8h.html +105 -0
  938. data/vendor/local/share/doc/flac-1.3.0/html/api/export_8h_source.html +149 -0
  939. data/vendor/local/share/doc/flac-1.3.0/html/api/files.html +96 -0
  940. data/vendor/local/share/doc/flac-1.3.0/html/api/format_8h.html +440 -0
  941. data/vendor/local/share/doc/flac-1.3.0/html/api/format_8h_source.html +785 -0
  942. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2blank.png +0 -0
  943. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2cl.png +0 -0
  944. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2doc.png +0 -0
  945. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2folderclosed.png +0 -0
  946. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2folderopen.png +0 -0
  947. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2lastnode.png +0 -0
  948. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2link.png +0 -0
  949. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mlastnode.png +0 -0
  950. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mnode.png +0 -0
  951. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mo.png +0 -0
  952. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2node.png +0 -0
  953. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2ns.png +0 -0
  954. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2plastnode.png +0 -0
  955. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2pnode.png +0 -0
  956. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2splitbar.png +0 -0
  957. data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2vertline.png +0 -0
  958. data/vendor/local/share/doc/flac-1.3.0/html/api/functions.html +129 -0
  959. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x62.html +116 -0
  960. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x63.html +141 -0
  961. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x64.html +143 -0
  962. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x65.html +120 -0
  963. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x66.html +123 -0
  964. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x67.html +235 -0
  965. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x68.html +113 -0
  966. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x69.html +183 -0
  967. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6c.html +119 -0
  968. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6d.html +123 -0
  969. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6e.html +128 -0
  970. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6f.html +193 -0
  971. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x70.html +147 -0
  972. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x71.html +119 -0
  973. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x72.html +149 -0
  974. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x73.html +284 -0
  975. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x74.html +140 -0
  976. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x75.html +113 -0
  977. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x76.html +116 -0
  978. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x77.html +125 -0
  979. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x7e.html +113 -0
  980. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func.html +126 -0
  981. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x63.html +119 -0
  982. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x64.html +123 -0
  983. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x65.html +113 -0
  984. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x66.html +117 -0
  985. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x67.html +232 -0
  986. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x69.html +169 -0
  987. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6c.html +110 -0
  988. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6d.html +114 -0
  989. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6e.html +111 -0
  990. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6f.html +175 -0
  991. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x70.html +138 -0
  992. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x72.html +139 -0
  993. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x73.html +272 -0
  994. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x74.html +129 -0
  995. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x75.html +110 -0
  996. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x76.html +110 -0
  997. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x77.html +115 -0
  998. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x7e.html +110 -0
  999. data/vendor/local/share/doc/flac-1.3.0/html/api/functions_vars.html +322 -0
  1000. data/vendor/local/share/doc/flac-1.3.0/html/api/globals.html +1570 -0
  1001. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_defs.html +153 -0
  1002. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_enum.html +150 -0
  1003. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_eval.html +508 -0
  1004. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_func.html +655 -0
  1005. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_type.html +156 -0
  1006. data/vendor/local/share/doc/flac-1.3.0/html/api/globals_vars.html +382 -0
  1007. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac.html +90 -0
  1008. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__callbacks.html +274 -0
  1009. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__decoder.html +80 -0
  1010. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__encoder.html +80 -0
  1011. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__export.html +147 -0
  1012. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__format.html +2323 -0
  1013. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata.html +96 -0
  1014. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level0.html +309 -0
  1015. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level1.html +828 -0
  1016. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level2.html +1222 -0
  1017. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__object.html +2407 -0
  1018. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__stream__decoder.html +2378 -0
  1019. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__stream__encoder.html +3088 -0
  1020. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp.html +85 -0
  1021. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__decoder.html +84 -0
  1022. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__encoder.html +84 -0
  1023. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__export.html +90 -0
  1024. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata.html +86 -0
  1025. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level0.html +373 -0
  1026. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level1.html +92 -0
  1027. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level2.html +134 -0
  1028. data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__object.html +354 -0
  1029. data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting.html +92 -0
  1030. data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__2__to__1__1__3.html +134 -0
  1031. data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__3__to__1__1__4.html +71 -0
  1032. data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__4__to__1__2__0.html +72 -0
  1033. data/vendor/local/share/doc/flac-1.3.0/html/api/hierarchy.html +130 -0
  1034. data/vendor/local/share/doc/flac-1.3.0/html/api/index.html +104 -0
  1035. data/vendor/local/share/doc/flac-1.3.0/html/api/metadata_8h.html +343 -0
  1036. data/vendor/local/share/doc/flac-1.3.0/html/api/metadata_8h_source.html +522 -0
  1037. data/vendor/local/share/doc/flac-1.3.0/html/api/modules.html +99 -0
  1038. data/vendor/local/share/doc/flac-1.3.0/html/api/nav_f.png +0 -0
  1039. data/vendor/local/share/doc/flac-1.3.0/html/api/nav_g.png +0 -0
  1040. data/vendor/local/share/doc/flac-1.3.0/html/api/nav_h.png +0 -0
  1041. data/vendor/local/share/doc/flac-1.3.0/html/api/open.png +0 -0
  1042. data/vendor/local/share/doc/flac-1.3.0/html/api/ordinals_8h_source.html +165 -0
  1043. data/vendor/local/share/doc/flac-1.3.0/html/api/stream__decoder_8h.html +273 -0
  1044. data/vendor/local/share/doc/flac-1.3.0/html/api/stream__decoder_8h_source.html +480 -0
  1045. data/vendor/local/share/doc/flac-1.3.0/html/api/stream__encoder_8h.html +302 -0
  1046. data/vendor/local/share/doc/flac-1.3.0/html/api/stream__encoder_8h_source.html +465 -0
  1047. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod-members.html +83 -0
  1048. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod.html +100 -0
  1049. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html +82 -0
  1050. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html +123 -0
  1051. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html +83 -0
  1052. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html +137 -0
  1053. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Frame-members.html +83 -0
  1054. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Frame.html +100 -0
  1055. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameFooter-members.html +81 -0
  1056. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameFooter.html +107 -0
  1057. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameHeader-members.html +90 -0
  1058. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameHeader.html +217 -0
  1059. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____IOCallbacks-members.html +86 -0
  1060. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____IOCallbacks.html +110 -0
  1061. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamDecoder-members.html +82 -0
  1062. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamDecoder.html +98 -0
  1063. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamEncoder-members.html +82 -0
  1064. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamEncoder.html +98 -0
  1065. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata-members.html +92 -0
  1066. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata.html +169 -0
  1067. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Application-members.html +82 -0
  1068. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Application.html +97 -0
  1069. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet-members.html +85 -0
  1070. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet.html +167 -0
  1071. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html +82 -0
  1072. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Index.html +122 -0
  1073. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html +87 -0
  1074. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Track.html +197 -0
  1075. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Padding-members.html +81 -0
  1076. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Padding.html +107 -0
  1077. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Picture-members.html +89 -0
  1078. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Picture.html +227 -0
  1079. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekPoint-members.html +83 -0
  1080. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekPoint.html +137 -0
  1081. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekTable-members.html +82 -0
  1082. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekTable.html +105 -0
  1083. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__StreamInfo-members.html +89 -0
  1084. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__StreamInfo.html +118 -0
  1085. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Unknown-members.html +81 -0
  1086. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Unknown.html +94 -0
  1087. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment-members.html +83 -0
  1088. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment.html +100 -0
  1089. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html +82 -0
  1090. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html +99 -0
  1091. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe-members.html +87 -0
  1092. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe.html +109 -0
  1093. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Constant-members.html +81 -0
  1094. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Constant.html +107 -0
  1095. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Fixed-members.html +84 -0
  1096. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Fixed.html +152 -0
  1097. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__LPC-members.html +87 -0
  1098. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__LPC.html +197 -0
  1099. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Verbatim-members.html +81 -0
  1100. data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Verbatim.html +107 -0
  1101. data/vendor/local/share/doc/flac-1.3.0/html/api/sync_off.png +0 -0
  1102. data/vendor/local/share/doc/flac-1.3.0/html/api/sync_on.png +0 -0
  1103. data/vendor/local/share/doc/flac-1.3.0/html/api/tab_a.png +0 -0
  1104. data/vendor/local/share/doc/flac-1.3.0/html/api/tab_b.png +0 -0
  1105. data/vendor/local/share/doc/flac-1.3.0/html/api/tab_h.png +0 -0
  1106. data/vendor/local/share/doc/flac-1.3.0/html/api/tab_s.png +0 -0
  1107. data/vendor/local/share/doc/flac-1.3.0/html/api/tabs.css +60 -0
  1108. data/vendor/local/share/doc/flac-1.3.0/html/changelog.html +946 -0
  1109. data/vendor/local/share/doc/flac-1.3.0/html/comparison.html +433 -0
  1110. data/vendor/local/share/doc/flac-1.3.0/html/comparison__chopin_prelude_24.html +171 -0
  1111. data/vendor/local/share/doc/flac-1.3.0/html/comparison__dream_theater_600.html +171 -0
  1112. data/vendor/local/share/doc/flac-1.3.0/html/comparison__eddie_warner_titus.html +171 -0
  1113. data/vendor/local/share/doc/flac-1.3.0/html/comparison__fanfare_de_l_eventail_de_jeanne.html +171 -0
  1114. data/vendor/local/share/doc/flac-1.3.0/html/comparison__gloria_estefan_conga.html +171 -0
  1115. data/vendor/local/share/doc/flac-1.3.0/html/comparison__hand_in_my_pocket.html +171 -0
  1116. data/vendor/local/share/doc/flac-1.3.0/html/comparison__l_sub_raga_sivapriya.html +171 -0
  1117. data/vendor/local/share/doc/flac-1.3.0/html/comparison__laetatus_sum.html +171 -0
  1118. data/vendor/local/share/doc/flac-1.3.0/html/comparison__mummified_in_barbed_wire.html +171 -0
  1119. data/vendor/local/share/doc/flac-1.3.0/html/comparison__prokofiev_pcon3_3.html +171 -0
  1120. data/vendor/local/share/doc/flac-1.3.0/html/comparison__ravel_sq4_4.html +171 -0
  1121. data/vendor/local/share/doc/flac-1.3.0/html/comparison__scarlatti_k42.html +171 -0
  1122. data/vendor/local/share/doc/flac-1.3.0/html/comparison__tool_forty_six_and_2.html +171 -0
  1123. data/vendor/local/share/doc/flac-1.3.0/html/comparison__white_room.html +171 -0
  1124. data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpudectime.html +168 -0
  1125. data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpuenctime.html +168 -0
  1126. data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procdectime.html +168 -0
  1127. data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procenctime.html +168 -0
  1128. data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_ratio.html +168 -0
  1129. data/vendor/local/share/doc/flac-1.3.0/html/developers.html +144 -0
  1130. data/vendor/local/share/doc/flac-1.3.0/html/documentation.html +108 -0
  1131. data/vendor/local/share/doc/flac-1.3.0/html/documentation_bugs.html +104 -0
  1132. data/vendor/local/share/doc/flac-1.3.0/html/documentation_example_code.html +84 -0
  1133. data/vendor/local/share/doc/flac-1.3.0/html/documentation_format_overview.html +133 -0
  1134. data/vendor/local/share/doc/flac-1.3.0/html/documentation_tasks.html +229 -0
  1135. data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools.html +95 -0
  1136. data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_flac.html +1197 -0
  1137. data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_metaflac.html +573 -0
  1138. data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_plugins.html +97 -0
  1139. data/vendor/local/share/doc/flac-1.3.0/html/download.html +287 -0
  1140. data/vendor/local/share/doc/flac-1.3.0/html/faq.html +405 -0
  1141. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/favicon.ico +0 -0
  1142. data/vendor/local/share/doc/flac-1.3.0/html/features.html +130 -0
  1143. data/vendor/local/share/doc/flac-1.3.0/html/flac.css +192 -0
  1144. data/vendor/local/share/doc/flac-1.3.0/html/format.html +1858 -0
  1145. data/vendor/local/share/doc/flac-1.3.0/html/id.html +300 -0
  1146. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/1x1.gif +0 -0
  1147. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/cafebug.gif +0 -0
  1148. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Blackbird_Front_low3_325x87.jpg +0 -0
  1149. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/MS300frontsmall_270x108.jpg +0 -0
  1150. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/MediaBox_Frt_170x325.jpg +0 -0
  1151. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/SB_Hero_Black_325x182.jpg +0 -0
  1152. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Sooloos-ControlOne_325x328.jpg +0 -0
  1153. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Z500_front_325x94.jpg +0 -0
  1154. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/a2_01_325x252.jpg +0 -0
  1155. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/arcus_325x135.jpg +0 -0
  1156. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/bmp-1430_325x241.jpg +0 -0
  1157. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/cs505_front_lrg_325x113.jpg +0 -0
  1158. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/enus_3-4lft-hires_product_eva8000_325x127.jpg +0 -0
  1159. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/escient_ProductLine_325x163.jpg +0 -0
  1160. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/hifidelio_bl_front_Z_RGB_325x163.jpg +0 -0
  1161. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/i-station-mini-dx_325x237.jpg +0 -0
  1162. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/iwod-g10_325x257.jpg +0 -0
  1163. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/knc_hr-2800_325x209.jpg +0 -0
  1164. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/mediaready_prodmain_MRMCa_325x232.jpg +0 -0
  1165. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/meizu_m6_325x206.jpg +0 -0
  1166. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/musica_artwork_325x90.jpg +0 -0
  1167. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/neodigits_x5000_325x124.jpg +0 -0
  1168. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/onda-vx737_325x240.jpg +0 -0
  1169. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/request_n_front_325x103.jpg +0 -0
  1170. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/rio_karma_279x254.jpg +0 -0
  1171. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/sonos_family_RGB_325x200.jpg +0 -0
  1172. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/teclast-tl29_325x244.jpg +0 -0
  1173. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/transporter_hero_grey_325x208.jpg +0 -0
  1174. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/tvix-4000_325x204.jpg +0 -0
  1175. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/vibez_nofm_combi_black_b_325x220.jpg +0 -0
  1176. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/logo100.gif +0 -0
  1177. data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/logo130.gif +0 -0
  1178. data/vendor/local/share/doc/flac-1.3.0/html/index.html +140 -0
  1179. data/vendor/local/share/doc/flac-1.3.0/html/itunes.html +94 -0
  1180. data/vendor/local/share/doc/flac-1.3.0/html/license.html +96 -0
  1181. data/vendor/local/share/doc/flac-1.3.0/html/links.html +490 -0
  1182. data/vendor/local/share/doc/flac-1.3.0/html/news.html +700 -0
  1183. data/vendor/local/share/doc/flac-1.3.0/html/ogg_mapping.html +141 -0
  1184. data/vendor/local/share/doc/flac-1.3.0/html/ru/authors.html +114 -0
  1185. data/vendor/local/share/doc/flac-1.3.0/html/ru/comparison.html +866 -0
  1186. data/vendor/local/share/doc/flac-1.3.0/html/ru/developers.html +111 -0
  1187. data/vendor/local/share/doc/flac-1.3.0/html/ru/documentation.html +518 -0
  1188. data/vendor/local/share/doc/flac-1.3.0/html/ru/download.html +111 -0
  1189. data/vendor/local/share/doc/flac-1.3.0/html/ru/features.html +126 -0
  1190. data/vendor/local/share/doc/flac-1.3.0/html/ru/format.html +1008 -0
  1191. data/vendor/local/share/doc/flac-1.3.0/html/ru/goals.html +106 -0
  1192. data/vendor/local/share/doc/flac-1.3.0/html/ru/id.html +130 -0
  1193. data/vendor/local/share/doc/flac-1.3.0/html/ru/index.html +123 -0
  1194. data/vendor/local/share/doc/flac-1.3.0/html/ru/links.html +126 -0
  1195. data/vendor/local/share/doc/flac-1.3.0/html/ru/news.html +306 -0
  1196. data/vendor/local/share/doc/libogg/fish_xiph_org.png +0 -0
  1197. data/vendor/local/share/doc/libogg/framing.html +429 -0
  1198. data/vendor/local/share/doc/libogg/index.html +105 -0
  1199. data/vendor/local/share/doc/libogg/libogg/bitpacking.html +103 -0
  1200. data/vendor/local/share/doc/libogg/libogg/datastructures.html +59 -0
  1201. data/vendor/local/share/doc/libogg/libogg/decoding.html +104 -0
  1202. data/vendor/local/share/doc/libogg/libogg/encoding.html +76 -0
  1203. data/vendor/local/share/doc/libogg/libogg/general.html +109 -0
  1204. data/vendor/local/share/doc/libogg/libogg/index.html +39 -0
  1205. data/vendor/local/share/doc/libogg/libogg/ogg_iovec_t.html +62 -0
  1206. data/vendor/local/share/doc/libogg/libogg/ogg_packet.html +75 -0
  1207. data/vendor/local/share/doc/libogg/libogg/ogg_packet_clear.html +64 -0
  1208. data/vendor/local/share/doc/libogg/libogg/ogg_page.html +75 -0
  1209. data/vendor/local/share/doc/libogg/libogg/ogg_page_bos.html +65 -0
  1210. data/vendor/local/share/doc/libogg/libogg/ogg_page_checksum_set.html +62 -0
  1211. data/vendor/local/share/doc/libogg/libogg/ogg_page_continued.html +64 -0
  1212. data/vendor/local/share/doc/libogg/libogg/ogg_page_eos.html +65 -0
  1213. data/vendor/local/share/doc/libogg/libogg/ogg_page_granulepos.html +65 -0
  1214. data/vendor/local/share/doc/libogg/libogg/ogg_page_packets.html +75 -0
  1215. data/vendor/local/share/doc/libogg/libogg/ogg_page_pageno.html +63 -0
  1216. data/vendor/local/share/doc/libogg/libogg/ogg_page_serialno.html +63 -0
  1217. data/vendor/local/share/doc/libogg/libogg/ogg_page_version.html +63 -0
  1218. data/vendor/local/share/doc/libogg/libogg/ogg_stream_check.html +71 -0
  1219. data/vendor/local/share/doc/libogg/libogg/ogg_stream_clear.html +61 -0
  1220. data/vendor/local/share/doc/libogg/libogg/ogg_stream_destroy.html +71 -0
  1221. data/vendor/local/share/doc/libogg/libogg/ogg_stream_eos.html +62 -0
  1222. data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush.html +67 -0
  1223. data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush_fill.html +74 -0
  1224. data/vendor/local/share/doc/libogg/libogg/ogg_stream_init.html +66 -0
  1225. data/vendor/local/share/doc/libogg/libogg/ogg_stream_iovecin.html +80 -0
  1226. data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetin.html +72 -0
  1227. data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetout.html +85 -0
  1228. data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetpeek.html +85 -0
  1229. data/vendor/local/share/doc/libogg/libogg/ogg_stream_pagein.html +67 -0
  1230. data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout.html +84 -0
  1231. data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout_fill.html +89 -0
  1232. data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset.html +61 -0
  1233. data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset_serialno.html +67 -0
  1234. data/vendor/local/share/doc/libogg/libogg/ogg_stream_state.html +121 -0
  1235. data/vendor/local/share/doc/libogg/libogg/ogg_sync_buffer.html +67 -0
  1236. data/vendor/local/share/doc/libogg/libogg/ogg_sync_check.html +71 -0
  1237. data/vendor/local/share/doc/libogg/libogg/ogg_sync_clear.html +62 -0
  1238. data/vendor/local/share/doc/libogg/libogg/ogg_sync_destroy.html +68 -0
  1239. data/vendor/local/share/doc/libogg/libogg/ogg_sync_init.html +63 -0
  1240. data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageout.html +77 -0
  1241. data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageseek.html +68 -0
  1242. data/vendor/local/share/doc/libogg/libogg/ogg_sync_reset.html +63 -0
  1243. data/vendor/local/share/doc/libogg/libogg/ogg_sync_state.html +77 -0
  1244. data/vendor/local/share/doc/libogg/libogg/ogg_sync_wrote.html +73 -0
  1245. data/vendor/local/share/doc/libogg/libogg/oggpack_adv.html +64 -0
  1246. data/vendor/local/share/doc/libogg/libogg/oggpack_adv1.html +62 -0
  1247. data/vendor/local/share/doc/libogg/libogg/oggpack_bits.html +62 -0
  1248. data/vendor/local/share/doc/libogg/libogg/oggpack_buffer.html +66 -0
  1249. data/vendor/local/share/doc/libogg/libogg/oggpack_bytes.html +67 -0
  1250. data/vendor/local/share/doc/libogg/libogg/oggpack_get_buffer.html +62 -0
  1251. data/vendor/local/share/doc/libogg/libogg/oggpack_look.html +66 -0
  1252. data/vendor/local/share/doc/libogg/libogg/oggpack_look1.html +63 -0
  1253. data/vendor/local/share/doc/libogg/libogg/oggpack_read.html +65 -0
  1254. data/vendor/local/share/doc/libogg/libogg/oggpack_read1.html +63 -0
  1255. data/vendor/local/share/doc/libogg/libogg/oggpack_readinit.html +64 -0
  1256. data/vendor/local/share/doc/libogg/libogg/oggpack_reset.html +62 -0
  1257. data/vendor/local/share/doc/libogg/libogg/oggpack_write.html +68 -0
  1258. data/vendor/local/share/doc/libogg/libogg/oggpack_writealign.html +65 -0
  1259. data/vendor/local/share/doc/libogg/libogg/oggpack_writecheck.html +81 -0
  1260. data/vendor/local/share/doc/libogg/libogg/oggpack_writeclear.html +62 -0
  1261. data/vendor/local/share/doc/libogg/libogg/oggpack_writecopy.html +69 -0
  1262. data/vendor/local/share/doc/libogg/libogg/oggpack_writeinit.html +62 -0
  1263. data/vendor/local/share/doc/libogg/libogg/oggpack_writetrunc.html +65 -0
  1264. data/vendor/local/share/doc/libogg/libogg/overview.html +44 -0
  1265. data/vendor/local/share/doc/libogg/libogg/reference.html +98 -0
  1266. data/vendor/local/share/doc/{libogg-1.3.0/ogg → libogg/libogg}/style.css +0 -0
  1267. data/vendor/local/share/doc/libogg/multiplex1.png +0 -0
  1268. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/ogg-multiplex.html +0 -0
  1269. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/oggstream.html +0 -0
  1270. data/vendor/local/share/doc/libogg/packets.png +0 -0
  1271. data/vendor/local/share/doc/libogg/pages.png +0 -0
  1272. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/rfc3533.txt +0 -0
  1273. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/rfc5334.txt +0 -0
  1274. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/skeleton.html +0 -0
  1275. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/stream.png +0 -0
  1276. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/vorbisword2.png +0 -0
  1277. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/white-ogg.png +0 -0
  1278. data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/white-xifish.png +0 -0
  1279. data/vendor/local/share/doc/libtheora-1.1.1/Theora.pdf +0 -0
  1280. data/vendor/local/share/doc/libtheora-1.1.1/html/annotated.html +15 -14
  1281. data/vendor/local/share/doc/libtheora-1.1.1/html/bc_s.png +0 -0
  1282. data/vendor/local/share/doc/libtheora-1.1.1/html/classes.html +4 -3
  1283. data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h.html +89 -56
  1284. data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h_source.html +156 -90
  1285. data/vendor/local/share/doc/libtheora-1.1.1/html/dir_0f91760d62c578de767c41a0aaae5482.html +10 -5
  1286. data/vendor/local/share/doc/libtheora-1.1.1/html/dir_d44c64559bbebec7f509842c48db8b23.html +7 -5
  1287. data/vendor/local/share/doc/libtheora-1.1.1/html/doxygen.css +212 -18
  1288. data/vendor/local/share/doc/libtheora-1.1.1/html/dynsections.js +32 -13
  1289. data/vendor/local/share/doc/libtheora-1.1.1/html/files.html +8 -7
  1290. data/vendor/local/share/doc/libtheora-1.1.1/html/functions.html +4 -3
  1291. data/vendor/local/share/doc/libtheora-1.1.1/html/functions_vars.html +4 -3
  1292. data/vendor/local/share/doc/libtheora-1.1.1/html/globals.html +4 -3
  1293. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_defs.html +4 -3
  1294. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_enum.html +4 -3
  1295. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_eval.html +4 -3
  1296. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_func.html +4 -3
  1297. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_type.html +4 -3
  1298. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_vars.html +4 -3
  1299. data/vendor/local/share/doc/libtheora-1.1.1/html/group__basefuncs.html +67 -51
  1300. data/vendor/local/share/doc/libtheora-1.1.1/html/group__decfuncs.html +43 -35
  1301. data/vendor/local/share/doc/libtheora-1.1.1/html/group__encfuncs.html +33 -26
  1302. data/vendor/local/share/doc/libtheora-1.1.1/html/group__oldfuncs.html +179 -129
  1303. data/vendor/local/share/doc/libtheora-1.1.1/html/index.html +4 -3
  1304. data/vendor/local/share/doc/libtheora-1.1.1/html/modules.html +4 -3
  1305. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__comment.html +16 -11
  1306. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__huff__code.html +11 -8
  1307. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__img__plane.html +15 -10
  1308. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__info.html +44 -24
  1309. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__info.html +16 -13
  1310. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__ranges.html +15 -11
  1311. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__stripe__callback.html +13 -10
  1312. data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__comment.html +16 -11
  1313. data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__info.html +50 -21
  1314. data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__state.html +11 -6
  1315. data/vendor/local/share/doc/libtheora-1.1.1/html/structyuv__buffer.html +27 -17
  1316. data/vendor/local/share/doc/libtheora-1.1.1/html/tab_b.png +0 -0
  1317. data/vendor/local/share/doc/libtheora-1.1.1/html/tab_h.png +0 -0
  1318. data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h.html +114 -61
  1319. data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h_source.html +199 -112
  1320. data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h.html +63 -42
  1321. data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h_source.html +48 -30
  1322. data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h.html +92 -64
  1323. data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h_source.html +51 -33
  1324. data/vendor/local/share/doc/libtheora-1.1.1/latex/Makefile +2 -0
  1325. data/vendor/local/share/doc/libtheora-1.1.1/latex/codec_8h.tex +2 -4
  1326. data/vendor/local/share/doc/libtheora-1.1.1/latex/dir_0f91760d62c578de767c41a0aaae5482.tex +2 -2
  1327. data/vendor/local/share/doc/libtheora-1.1.1/latex/dir_d44c64559bbebec7f509842c48db8b23.tex +2 -2
  1328. data/vendor/local/share/doc/libtheora-1.1.1/latex/doxygen.sty +194 -214
  1329. data/vendor/local/share/doc/libtheora-1.1.1/latex/group__basefuncs.tex +2 -1
  1330. data/vendor/local/share/doc/libtheora-1.1.1/latex/group__oldfuncs.tex +2 -4
  1331. data/vendor/local/share/doc/libtheora-1.1.1/latex/refman.tex +101 -24
  1332. data/vendor/local/share/doc/libtheora-1.1.1/latex/structth__info.tex +2 -1
  1333. data/vendor/local/share/doc/libtheora-1.1.1/latex/structth__quant__info.tex +0 -4
  1334. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/doxygen-build.stamp +0 -0
  1335. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/eightphase.png +0 -0
  1336. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/evenlsp.png +0 -0
  1337. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/fish_xiph_org.png +0 -0
  1338. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/floor1_inverse_dB_table.html +0 -0
  1339. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/floorval.png +0 -0
  1340. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/fourphase.png +0 -0
  1341. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/framing.html +0 -0
  1342. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/helper.html +0 -0
  1343. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/index.html +0 -0
  1344. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/index.html +0 -0
  1345. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/overview.html +0 -0
  1346. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/reference.html +0 -0
  1347. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/return.html +0 -0
  1348. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/style.css +0 -0
  1349. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis.html +0 -0
  1350. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_blockout.html +0 -0
  1351. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_buffer.html +0 -0
  1352. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_headerout.html +0 -0
  1353. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_init.html +0 -0
  1354. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_wrote.html +0 -0
  1355. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_bitrate_addblock.html +0 -0
  1356. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_bitrate_flushpacket.html +0 -0
  1357. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block.html +0 -0
  1358. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block_clear.html +0 -0
  1359. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block_init.html +0 -0
  1360. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment.html +0 -0
  1361. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_add.html +0 -0
  1362. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_add_tag.html +0 -0
  1363. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_clear.html +0 -0
  1364. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_init.html +0 -0
  1365. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_query.html +0 -0
  1366. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_query_count.html +0 -0
  1367. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_commentheader_out.html +0 -0
  1368. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_dsp_clear.html +0 -0
  1369. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_dsp_state.html +0 -0
  1370. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_granule_time.html +0 -0
  1371. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info.html +0 -0
  1372. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_blocksize.html +0 -0
  1373. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_clear.html +0 -0
  1374. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_init.html +0 -0
  1375. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_packet_blocksize.html +0 -0
  1376. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis.html +0 -0
  1377. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_blockin.html +0 -0
  1378. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_halfrate.html +0 -0
  1379. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_halfrate_p.html +0 -0
  1380. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_headerin.html +0 -0
  1381. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_idheader.html +0 -0
  1382. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_init.html +0 -0
  1383. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_lapout.html +0 -0
  1384. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_pcmout.html +0 -0
  1385. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_read.html +0 -0
  1386. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_restart.html +0 -0
  1387. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_trackonly.html +0 -0
  1388. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_version_string.html +0 -0
  1389. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/lspmap.png +0 -0
  1390. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/oddlsp.png +0 -0
  1391. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/oggstream.html +0 -0
  1392. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/programming.html +0 -0
  1393. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/rfc5215.txt +0 -0
  1394. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/rfc5215.xml +0 -0
  1395. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/squarepolar.png +0 -0
  1396. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/stereo.html +0 -0
  1397. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/stream.png +0 -0
  1398. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/v-comment.html +0 -0
  1399. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-clip.txt +0 -0
  1400. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-errors.txt +0 -0
  1401. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-fidelity.html +0 -0
  1402. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis.html +0 -0
  1403. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/changes.html +0 -0
  1404. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/examples.html +0 -0
  1405. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/index.html +0 -0
  1406. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/ovectl_ratemanage2_arg.html +0 -0
  1407. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/ovectl_ratemanage_arg.html +0 -0
  1408. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/overview.html +0 -0
  1409. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/reference.html +0 -0
  1410. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/style.css +0 -0
  1411. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_ctl.html +0 -0
  1412. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_init.html +0 -0
  1413. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_init_vbr.html +0 -0
  1414. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_init.html +0 -0
  1415. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_managed.html +0 -0
  1416. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_vbr.html +0 -0
  1417. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/OggVorbis_File.html +0 -0
  1418. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/callbacks.html +0 -0
  1419. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/chaining_example_c.html +0 -0
  1420. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/chainingexample.html +0 -0
  1421. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/crosslap.html +0 -0
  1422. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/datastructures.html +0 -0
  1423. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/decoding.html +0 -0
  1424. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/example.html +0 -0
  1425. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/exampleindex.html +0 -0
  1426. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/fileinfo.html +0 -0
  1427. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/index.html +0 -0
  1428. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/initialization.html +0 -0
  1429. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_bitrate.html +0 -0
  1430. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_bitrate_instant.html +0 -0
  1431. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_callbacks.html +0 -0
  1432. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_clear.html +0 -0
  1433. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_comment.html +0 -0
  1434. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_crosslap.html +0 -0
  1435. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_fopen.html +0 -0
  1436. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_info.html +0 -0
  1437. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_open.html +0 -0
  1438. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_open_callbacks.html +0 -0
  1439. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek.html +0 -0
  1440. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_lap.html +0 -0
  1441. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_page.html +0 -0
  1442. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_page_lap.html +0 -0
  1443. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_tell.html +0 -0
  1444. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_total.html +0 -0
  1445. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_seek.html +0 -0
  1446. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_seek_lap.html +0 -0
  1447. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_tell.html +0 -0
  1448. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_total.html +0 -0
  1449. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read.html +0 -0
  1450. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read_filter.html +0 -0
  1451. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read_float.html +0 -0
  1452. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_seekable.html +0 -0
  1453. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_serialnumber.html +0 -0
  1454. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_streams.html +0 -0
  1455. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test.html +0 -0
  1456. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test_callbacks.html +0 -0
  1457. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test_open.html +0 -0
  1458. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek.html +0 -0
  1459. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_lap.html +0 -0
  1460. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_page.html +0 -0
  1461. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_page_lap.html +0 -0
  1462. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_tell.html +0 -0
  1463. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_total.html +0 -0
  1464. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/overview.html +0 -0
  1465. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/reference.html +0 -0
  1466. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seekexample.html +0 -0
  1467. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking.html +0 -0
  1468. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking_example_c.html +0 -0
  1469. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking_test_c.html +0 -0
  1470. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seekingexample.html +0 -0
  1471. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/style.css +0 -0
  1472. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/threads.html +0 -0
  1473. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/vorbisfile_example_c.html +0 -0
  1474. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisword2.png +0 -0
  1475. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/wait.png +0 -0
  1476. data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/white-xifish.png +0 -0
  1477. data/vendor/local/share/gir-1.0/Gst-1.0.gir +7379 -5728
  1478. data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +85 -0
  1479. data/vendor/local/share/gir-1.0/GstApp-1.0.gir +145 -128
  1480. data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +786 -759
  1481. data/vendor/local/share/gir-1.0/GstBase-1.0.gir +1899 -1033
  1482. data/vendor/local/share/gir-1.0/GstCheck-1.0.gir +516 -61
  1483. data/vendor/local/share/gir-1.0/GstController-1.0.gir +91 -95
  1484. data/vendor/local/share/gir-1.0/GstFft-1.0.gir +90 -94
  1485. data/vendor/local/share/gir-1.0/GstInsertBin-1.0.gir +358 -0
  1486. data/vendor/local/share/gir-1.0/GstMpegts-1.0.gir +2469 -0
  1487. data/vendor/local/share/gir-1.0/GstNet-1.0.gir +43 -43
  1488. data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +510 -443
  1489. data/vendor/local/share/gir-1.0/GstRiff-1.0.gir +54 -56
  1490. data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +793 -624
  1491. data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +810 -512
  1492. data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +1247 -345
  1493. data/vendor/local/share/gir-1.0/GstTag-1.0.gir +249 -239
  1494. data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +1677 -1049
  1495. data/vendor/local/share/gir-1.0/Soup-2.4.gir +16867 -0
  1496. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +29 -12
  1497. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +39 -8
  1498. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +370 -130
  1499. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +8 -5
  1500. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +4 -4
  1501. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +608 -42
  1502. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +188 -0
  1503. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +170 -0
  1504. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +692 -0
  1505. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +985 -0
  1506. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +1263 -0
  1507. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +696 -0
  1508. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +634 -0
  1509. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +240 -0
  1510. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +65 -0
  1511. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +202 -0
  1512. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +149 -26
  1513. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +369 -15
  1514. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +223 -31
  1515. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +335 -34
  1516. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +27 -5
  1517. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +22 -12
  1518. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +23 -13
  1519. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.sgml +655 -50
  1520. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/mpegts.html +61 -0
  1521. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/tools.html +33 -0
  1522. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +34 -43
  1523. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +5 -5
  1524. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +422 -6
  1525. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +6 -6
  1526. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +318 -71
  1527. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +152 -44
  1528. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +104 -30
  1529. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +55 -16
  1530. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +98 -20
  1531. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +155 -0
  1532. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html +271 -55
  1533. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html +271 -33
  1534. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html +63 -18
  1535. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html +41 -14
  1536. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html +24 -12
  1537. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html +652 -0
  1538. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioclock.html +27 -9
  1539. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html +131 -38
  1540. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html +136 -42
  1541. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiofilter.html +11 -5
  1542. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html +11 -5
  1543. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiometa.html +229 -0
  1544. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiomixerutils.html +3 -3
  1545. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html +149 -42
  1546. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosink.html +11 -5
  1547. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosrc.html +11 -5
  1548. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html +36 -12
  1549. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html +16 -7
  1550. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html +254 -62
  1551. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html +11 -5
  1552. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf32.html +27 -9
  1553. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf64.html +27 -9
  1554. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html +27 -9
  1555. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts32.html +27 -9
  1556. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutils.html +5 -5
  1557. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilscodecutils.html +78 -17
  1558. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsdescriptions.html +34 -12
  1559. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html +52 -22
  1560. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsmissingplugins.html +57 -18
  1561. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpluginsbaseversion.html +13 -7
  1562. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstriff.html +39 -12
  1563. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html +254 -74
  1564. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbaseaudiopayload.html +40 -13
  1565. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasedepayload.html +15 -6
  1566. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasepayload.html +44 -14
  1567. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html +192 -51
  1568. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html +162 -3
  1569. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html +24 -9
  1570. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html +341 -40
  1571. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html +628 -21
  1572. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspextension.html +4 -4
  1573. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html +109 -30
  1574. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html +185 -15
  1575. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html +58 -16
  1576. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspurl.html +35 -11
  1577. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html +1928 -162
  1578. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html +28 -10
  1579. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html +16 -7
  1580. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html +17 -8
  1581. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagexif.html +19 -7
  1582. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagid3.html +40 -13
  1583. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglanguagecodes.html +32 -11
  1584. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html +35 -11
  1585. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html +13 -7
  1586. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagvorbis.html +32 -11
  1587. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmp.html +15 -6
  1588. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmpwriter.html +24 -9
  1589. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html +336 -70
  1590. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html +8 -5
  1591. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +445 -11
  1592. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html +39 -12
  1593. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlay.html +51 -27
  1594. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html +162 -35
  1595. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html +24 -9
  1596. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +79 -22
  1597. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +38 -0
  1598. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +6 -6
  1599. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +8 -5
  1600. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +4 -4
  1601. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +4 -4
  1602. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +3 -3
  1603. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +13 -6
  1604. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +4 -4
  1605. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +4 -4
  1606. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +4 -4
  1607. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +4 -4
  1608. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +4 -4
  1609. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +5 -5
  1610. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +14 -7
  1611. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.sgml +294 -42
  1612. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +6 -6
  1613. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +32 -32
  1614. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +147 -119
  1615. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +26 -9
  1616. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +13 -15
  1617. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +13 -15
  1618. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +50 -17
  1619. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +41 -12
  1620. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +26 -11
  1621. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +18 -9
  1622. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +43 -9
  1623. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +19 -14
  1624. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +21 -9
  1625. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +17 -8
  1626. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +124 -43
  1627. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +70 -13
  1628. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +14 -8
  1629. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +14 -8
  1630. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +14 -8
  1631. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +14 -8
  1632. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +69 -20
  1633. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +162 -17
  1634. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +17 -8
  1635. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +29 -10
  1636. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +117 -77
  1637. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +14 -8
  1638. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +14 -8
  1639. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +14 -8
  1640. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +14 -8
  1641. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +14 -8
  1642. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +14 -8
  1643. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +14 -8
  1644. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +14 -8
  1645. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +14 -8
  1646. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +14 -8
  1647. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +14 -8
  1648. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +14 -8
  1649. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +14 -8
  1650. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +18 -8
  1651. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +14 -8
  1652. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +14 -8
  1653. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +14 -8
  1654. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +14 -8
  1655. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +14 -8
  1656. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +14 -8
  1657. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +14 -8
  1658. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +14 -8
  1659. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +14 -8
  1660. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +14 -8
  1661. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +14 -8
  1662. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +14 -8
  1663. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +22 -10
  1664. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +14 -8
  1665. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +14 -8
  1666. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +14 -8
  1667. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +14 -8
  1668. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +21 -9
  1669. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +17 -8
  1670. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +17 -8
  1671. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +17 -8
  1672. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +17 -8
  1673. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +17 -8
  1674. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +73 -15
  1675. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +28 -11
  1676. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +18 -9
  1677. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +33 -13
  1678. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +32 -13
  1679. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +18 -9
  1680. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +17 -8
  1681. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +18 -9
  1682. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +17 -8
  1683. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +17 -8
  1684. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +13 -7
  1685. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +13 -7
  1686. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +31 -31
  1687. data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.sgml +29 -2
  1688. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +62 -20
  1689. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +138 -34
  1690. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +113 -38
  1691. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +65 -20
  1692. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +191 -50
  1693. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +37 -13
  1694. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +31 -10
  1695. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +447 -114
  1696. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +82 -25
  1697. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +74 -25
  1698. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +186 -55
  1699. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +568 -167
  1700. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +61 -19
  1701. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +53 -17
  1702. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +131 -38
  1703. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +83 -17
  1704. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +48 -15
  1705. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +81 -24
  1706. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +11 -5
  1707. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +47 -14
  1708. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +93 -27
  1709. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +31 -10
  1710. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +24 -9
  1711. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +52 -57
  1712. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/api-index-deprecated.html +24 -8
  1713. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/api-index-full.html +315 -11
  1714. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +6 -6
  1715. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +128 -16
  1716. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +92 -6
  1717. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +50 -17
  1718. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +31 -10
  1719. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBuffer.html +373 -87
  1720. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBufferList.html +59 -17
  1721. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBufferPool.html +91 -25
  1722. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstCaps.html +447 -74
  1723. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstCapsFeatures.html +783 -0
  1724. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstContext.html +432 -0
  1725. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDateTime.html +119 -32
  1726. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstEvent.html +392 -73
  1727. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +39 -12
  1728. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +26 -11
  1729. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +417 -82
  1730. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +109 -31
  1731. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMemory.html +207 -31
  1732. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMessage.html +565 -95
  1733. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +80 -19
  1734. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +137 -38
  1735. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +11 -5
  1736. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +67 -23
  1737. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +87 -24
  1738. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstQuery.html +581 -108
  1739. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstSample.html +39 -14
  1740. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstSegment.html +56 -17
  1741. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStructure.html +301 -72
  1742. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTagList.html +295 -85
  1743. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstToc.html +121 -30
  1744. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +19 -7
  1745. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +39 -17
  1746. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +72 -21
  1747. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +324 -79
  1748. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +436 -100
  1749. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +9 -6
  1750. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-gstconfig.html +5 -5
  1751. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +5 -5
  1752. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +6 -6
  1753. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +6 -6
  1754. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +12 -6
  1755. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.sgml +107 -9
  1756. data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +13 -7
  1757. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +81 -30
  1758. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +112 -27
  1759. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +76 -25
  1760. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +78 -37
  1761. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +141 -39
  1762. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +11 -5
  1763. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +17 -11
  1764. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +7 -4
  1765. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +10 -6
  1766. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +3 -3
  1767. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +754 -0
  1768. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +35 -11
  1769. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +7 -4
  1770. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +47 -48
  1771. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/api-index-deprecated.html +5 -5
  1772. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/api-index-full.html +220 -9
  1773. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +10 -4
  1774. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +7 -4
  1775. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +6 -6
  1776. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +8 -7
  1777. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +59 -4
  1778. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstARGBControlBinding.html +8 -5
  1779. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBaseParse.html +115 -30
  1780. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +140 -32
  1781. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +15 -6
  1782. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +467 -119
  1783. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +280 -73
  1784. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +414 -23
  1785. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +598 -0
  1786. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDirectControlBinding.html +10 -6
  1787. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +23 -8
  1788. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +306 -0
  1789. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +17 -8
  1790. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +37 -15
  1791. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +13 -4
  1792. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-net.html +4 -4
  1793. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.html +14 -5
  1794. data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.sgml +78 -8
  1795. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch01.html +6 -6
  1796. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +7 -7
  1797. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +63 -72
  1798. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +18 -9
  1799. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +35 -20
  1800. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +44 -23
  1801. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +13 -7
  1802. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +15 -9
  1803. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +26 -20
  1804. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +14 -48
  1805. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +17 -8
  1806. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +44 -40
  1807. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +46 -67
  1808. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +60 -45
  1809. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +25 -16
  1810. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +15 -9
  1811. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +70 -26
  1812. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +38 -29
  1813. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +34 -30
  1814. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +25 -22
  1815. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +17 -8
  1816. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +6 -6
  1817. data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.sgml +20 -29
  1818. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +875 -0
  1819. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +662 -0
  1820. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +758 -0
  1821. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +277 -0
  1822. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +313 -0
  1823. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +216 -0
  1824. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +326 -0
  1825. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +114 -0
  1826. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +189 -0
  1827. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +1135 -0
  1828. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +695 -0
  1829. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +162 -0
  1830. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +156 -0
  1831. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +564 -0
  1832. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +2205 -0
  1833. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +1015 -0
  1834. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +1473 -0
  1835. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +413 -0
  1836. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +339 -0
  1837. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +108 -0
  1838. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +404 -0
  1839. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +84 -0
  1840. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +113 -0
  1841. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +117 -0
  1842. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +1346 -0
  1843. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +2416 -0
  1844. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +144 -0
  1845. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +182 -0
  1846. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +144 -0
  1847. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +1239 -0
  1848. data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +1279 -0
  1849. data/vendor/local/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html +72 -0
  1850. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch01.html +49 -0
  1851. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch02.html +109 -0
  1852. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch03.html +59 -0
  1853. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +41 -0
  1854. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch05.html +38 -0
  1855. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/home.png +0 -0
  1856. data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.html +178 -0
  1857. data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.sgml +1144 -0
  1858. data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +1489 -0
  1859. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/left.png +0 -0
  1860. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-GValue-Support.html +710 -0
  1861. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +510 -0
  1862. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +1527 -0
  1863. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +202 -0
  1864. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +464 -0
  1865. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +633 -0
  1866. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html +240 -0
  1867. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +734 -0
  1868. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 +948 -0
  1869. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html +136 -0
  1870. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +604 -0
  1871. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +172 -0
  1872. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +444 -0
  1873. data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +218 -0
  1874. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/right.png +0 -0
  1875. data/vendor/local/share/gtk-doc/html/libsoup-2.4/style.css +266 -0
  1876. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/up.png +0 -0
  1877. data/vendor/local/share/license/flac/AUTHORS +3 -2
  1878. data/vendor/local/share/license/gst-libav/COPYING.LIB +2 -2
  1879. data/vendor/local/share/license/gst-plugins-base/COPYING +2 -2
  1880. data/vendor/local/share/license/gst-plugins-base/COPYING.LIB +2 -2
  1881. data/vendor/local/share/license/gstreamer/COPYING +2 -2
  1882. data/vendor/local/share/license/libav/COPYING.LGPLv2.1 +0 -2
  1883. data/vendor/local/share/license/libav/LICENSE +38 -18
  1884. data/vendor/local/share/license/libsoup/AUTHORS +13 -0
  1885. data/vendor/local/share/license/libsoup/COPYING +481 -0
  1886. data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1887. data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1888. data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1889. data/vendor/local/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1890. data/vendor/local/share/locale/an/LC_MESSAGES/libsoup.mo +0 -0
  1891. data/vendor/local/share/locale/as/LC_MESSAGES/libsoup.mo +0 -0
  1892. data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1893. data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1894. data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1895. data/vendor/local/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1896. data/vendor/local/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1897. data/vendor/local/share/locale/be/LC_MESSAGES/libsoup.mo +0 -0
  1898. data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1899. data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1900. data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1901. data/vendor/local/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1902. data/vendor/local/share/locale/bg/LC_MESSAGES/libsoup.mo +0 -0
  1903. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/libsoup.mo +0 -0
  1904. data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1905. data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1906. data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1907. data/vendor/local/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1908. data/vendor/local/share/locale/ca/LC_MESSAGES/libsoup.mo +0 -0
  1909. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo +0 -0
  1910. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1911. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1912. data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1913. data/vendor/local/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1914. data/vendor/local/share/locale/cs/LC_MESSAGES/libsoup.mo +0 -0
  1915. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1916. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1917. data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1918. data/vendor/local/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1919. data/vendor/local/share/locale/da/LC_MESSAGES/libsoup.mo +0 -0
  1920. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1921. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1922. data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1923. data/vendor/local/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1924. data/vendor/local/share/locale/de/LC_MESSAGES/libsoup.mo +0 -0
  1925. data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1926. data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1927. data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1928. data/vendor/local/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1929. data/vendor/local/share/locale/el/LC_MESSAGES/libsoup.mo +0 -0
  1930. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1931. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1932. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1933. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1934. data/vendor/local/share/locale/en_GB/LC_MESSAGES/libsoup.mo +0 -0
  1935. data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1936. data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1937. data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1938. data/vendor/local/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1939. data/vendor/local/share/locale/eo/LC_MESSAGES/libsoup.mo +0 -0
  1940. data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1941. data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1942. data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1943. data/vendor/local/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1944. data/vendor/local/share/locale/es/LC_MESSAGES/libsoup.mo +0 -0
  1945. data/vendor/local/share/locale/et/LC_MESSAGES/libsoup.mo +0 -0
  1946. data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1947. data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1948. data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1949. data/vendor/local/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1950. data/vendor/local/share/locale/eu/LC_MESSAGES/libsoup.mo +0 -0
  1951. data/vendor/local/share/locale/fa/LC_MESSAGES/libsoup.mo +0 -0
  1952. data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1953. data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1954. data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1955. data/vendor/local/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1956. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1957. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1958. data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1959. data/vendor/local/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1960. data/vendor/local/share/locale/fr/LC_MESSAGES/libsoup.mo +0 -0
  1961. data/vendor/local/share/locale/fur/LC_MESSAGES/libsoup.mo +0 -0
  1962. data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1963. data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1964. data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1965. data/vendor/local/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1966. data/vendor/local/share/locale/gl/LC_MESSAGES/libsoup.mo +0 -0
  1967. data/vendor/local/share/locale/gu/LC_MESSAGES/libsoup.mo +0 -0
  1968. data/vendor/local/share/locale/he/LC_MESSAGES/libsoup.mo +0 -0
  1969. data/vendor/local/share/locale/hi/LC_MESSAGES/libsoup.mo +0 -0
  1970. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1971. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1972. data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1973. data/vendor/local/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1974. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1975. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1976. data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1977. data/vendor/local/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1978. data/vendor/local/share/locale/hu/LC_MESSAGES/libsoup.mo +0 -0
  1979. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1980. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1981. data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1982. data/vendor/local/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1983. data/vendor/local/share/locale/id/LC_MESSAGES/libsoup.mo +0 -0
  1984. data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1985. data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1986. data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1987. data/vendor/local/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1988. data/vendor/local/share/locale/it/LC_MESSAGES/libsoup.mo +0 -0
  1989. data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1990. data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1991. data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  1992. data/vendor/local/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  1993. data/vendor/local/share/locale/ja/LC_MESSAGES/libsoup.mo +0 -0
  1994. data/vendor/local/share/locale/kn/LC_MESSAGES/libsoup.mo +0 -0
  1995. data/vendor/local/share/locale/ko/LC_MESSAGES/libsoup.mo +0 -0
  1996. data/vendor/local/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1997. data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  1998. data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  1999. data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2000. data/vendor/local/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2001. data/vendor/local/share/locale/lt/LC_MESSAGES/libsoup.mo +0 -0
  2002. data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2003. data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2004. data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2005. data/vendor/local/share/locale/lv/LC_MESSAGES/libsoup.mo +0 -0
  2006. data/vendor/local/share/locale/ml/LC_MESSAGES/libsoup.mo +0 -0
  2007. data/vendor/local/share/locale/mr/LC_MESSAGES/libsoup.mo +0 -0
  2008. data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2009. data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2010. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2011. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2012. data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2013. data/vendor/local/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2014. data/vendor/local/share/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
  2015. data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2016. data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2017. data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2018. data/vendor/local/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2019. data/vendor/local/share/locale/nl/LC_MESSAGES/libsoup.mo +0 -0
  2020. data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2021. data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2022. data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2023. data/vendor/local/share/locale/or/LC_MESSAGES/libsoup.mo +0 -0
  2024. data/vendor/local/share/locale/pa/LC_MESSAGES/libsoup.mo +0 -0
  2025. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2026. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2027. data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2028. data/vendor/local/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2029. data/vendor/local/share/locale/pl/LC_MESSAGES/libsoup.mo +0 -0
  2030. data/vendor/local/share/locale/pt/LC_MESSAGES/libsoup.mo +0 -0
  2031. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2032. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2033. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2034. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2035. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libsoup.mo +0 -0
  2036. data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2037. data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2038. data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2039. data/vendor/local/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2040. data/vendor/local/share/locale/ro/LC_MESSAGES/libsoup.mo +0 -0
  2041. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2042. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2043. data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2044. data/vendor/local/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2045. data/vendor/local/share/locale/ru/LC_MESSAGES/libsoup.mo +0 -0
  2046. data/vendor/local/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2047. data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2048. data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2049. data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2050. data/vendor/local/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2051. data/vendor/local/share/locale/sk/LC_MESSAGES/libsoup.mo +0 -0
  2052. data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2053. data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2054. data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2055. data/vendor/local/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2056. data/vendor/local/share/locale/sl/LC_MESSAGES/libsoup.mo +0 -0
  2057. data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2058. data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2059. data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2060. data/vendor/local/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2061. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2062. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2063. data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2064. data/vendor/local/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2065. data/vendor/local/share/locale/sr/LC_MESSAGES/libsoup.mo +0 -0
  2066. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libsoup.mo +0 -0
  2067. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2068. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2069. data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2070. data/vendor/local/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2071. data/vendor/local/share/locale/sv/LC_MESSAGES/libsoup.mo +0 -0
  2072. data/vendor/local/share/locale/ta/LC_MESSAGES/libsoup.mo +0 -0
  2073. data/vendor/local/share/locale/te/LC_MESSAGES/libsoup.mo +0 -0
  2074. data/vendor/local/share/locale/tg/LC_MESSAGES/libsoup.mo +0 -0
  2075. data/vendor/local/share/locale/th/LC_MESSAGES/libsoup.mo +0 -0
  2076. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2077. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2078. data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2079. data/vendor/local/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2080. data/vendor/local/share/locale/tr/LC_MESSAGES/libsoup.mo +0 -0
  2081. data/vendor/local/share/locale/ug/LC_MESSAGES/libsoup.mo +0 -0
  2082. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2083. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2084. data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2085. data/vendor/local/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2086. data/vendor/local/share/locale/uk/LC_MESSAGES/libsoup.mo +0 -0
  2087. data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo +0 -0
  2088. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2089. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2090. data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2091. data/vendor/local/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2092. data/vendor/local/share/locale/vi/LC_MESSAGES/libsoup.mo +0 -0
  2093. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
  2094. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
  2095. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2096. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2097. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libsoup.mo +0 -0
  2098. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2099. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libsoup.mo +0 -0
  2100. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
  2101. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo +0 -0
  2102. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libsoup.mo +0 -0
  2103. data/vendor/local/share/man/man1/cjpeg.1 +49 -8
  2104. data/vendor/local/share/man/man1/flac.1 +65 -10
  2105. data/vendor/local/share/man/man1/gst-launch-1.0.1 +27 -6
  2106. data/vendor/local/share/man/man1/gst-play-1.0.1 +34 -0
  2107. data/vendor/local/share/man/man1/metaflac.1 +5 -4
  2108. data/vendor/local/share/man/man1/sqlite3.1 +229 -0
  2109. metadata +865 -838
  2110. data/vendor/local/bin/libgstbasevideo-1.0-0.dll +0 -0
  2111. data/vendor/local/bin/libgstsignalprocessor-1.0-0.dll +0 -0
  2112. data/vendor/local/bin/libjpeg-8.dll +0 -0
  2113. data/vendor/local/bin/libxml2-2.dll +0 -0
  2114. data/vendor/local/bin/xmlcatalog.exe +0 -0
  2115. data/vendor/local/bin/xmllint.exe +0 -0
  2116. data/vendor/local/include/gstreamer-1.0/gst/signalprocessor/gstsignalprocessor.h +0 -136
  2117. data/vendor/local/include/gstreamer-1.0/gst/video/gstsurfaceconverter.h +0 -65
  2118. data/vendor/local/include/gstreamer-1.0/gst/video/gstsurfacemeta.h +0 -68
  2119. data/vendor/local/include/gstreamer-1.0/gst/video/videocontext.h +0 -117
  2120. data/vendor/local/include/libxml2/libxml/DOCBparser.h +0 -96
  2121. data/vendor/local/include/libxml2/libxml/HTMLparser.h +0 -306
  2122. data/vendor/local/include/libxml2/libxml/HTMLtree.h +0 -147
  2123. data/vendor/local/include/libxml2/libxml/SAX.h +0 -173
  2124. data/vendor/local/include/libxml2/libxml/SAX2.h +0 -176
  2125. data/vendor/local/include/libxml2/libxml/c14n.h +0 -126
  2126. data/vendor/local/include/libxml2/libxml/catalog.h +0 -182
  2127. data/vendor/local/include/libxml2/libxml/chvalid.h +0 -230
  2128. data/vendor/local/include/libxml2/libxml/debugXML.h +0 -217
  2129. data/vendor/local/include/libxml2/libxml/dict.h +0 -80
  2130. data/vendor/local/include/libxml2/libxml/encoding.h +0 -240
  2131. data/vendor/local/include/libxml2/libxml/entities.h +0 -150
  2132. data/vendor/local/include/libxml2/libxml/globals.h +0 -502
  2133. data/vendor/local/include/libxml2/libxml/hash.h +0 -233
  2134. data/vendor/local/include/libxml2/libxml/list.h +0 -137
  2135. data/vendor/local/include/libxml2/libxml/nanoftp.h +0 -163
  2136. data/vendor/local/include/libxml2/libxml/nanohttp.h +0 -81
  2137. data/vendor/local/include/libxml2/libxml/parser.h +0 -1240
  2138. data/vendor/local/include/libxml2/libxml/parserInternals.h +0 -644
  2139. data/vendor/local/include/libxml2/libxml/pattern.h +0 -100
  2140. data/vendor/local/include/libxml2/libxml/relaxng.h +0 -213
  2141. data/vendor/local/include/libxml2/libxml/schemasInternals.h +0 -958
  2142. data/vendor/local/include/libxml2/libxml/schematron.h +0 -142
  2143. data/vendor/local/include/libxml2/libxml/threads.h +0 -84
  2144. data/vendor/local/include/libxml2/libxml/tree.h +0 -1303
  2145. data/vendor/local/include/libxml2/libxml/uri.h +0 -94
  2146. data/vendor/local/include/libxml2/libxml/valid.h +0 -458
  2147. data/vendor/local/include/libxml2/libxml/xinclude.h +0 -129
  2148. data/vendor/local/include/libxml2/libxml/xlink.h +0 -189
  2149. data/vendor/local/include/libxml2/libxml/xmlIO.h +0 -366
  2150. data/vendor/local/include/libxml2/libxml/xmlautomata.h +0 -146
  2151. data/vendor/local/include/libxml2/libxml/xmlerror.h +0 -944
  2152. data/vendor/local/include/libxml2/libxml/xmlexports.h +0 -162
  2153. data/vendor/local/include/libxml2/libxml/xmlmemory.h +0 -224
  2154. data/vendor/local/include/libxml2/libxml/xmlmodule.h +0 -57
  2155. data/vendor/local/include/libxml2/libxml/xmlreader.h +0 -428
  2156. data/vendor/local/include/libxml2/libxml/xmlregexp.h +0 -222
  2157. data/vendor/local/include/libxml2/libxml/xmlsave.h +0 -88
  2158. data/vendor/local/include/libxml2/libxml/xmlschemas.h +0 -246
  2159. data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +0 -151
  2160. data/vendor/local/include/libxml2/libxml/xmlstring.h +0 -140
  2161. data/vendor/local/include/libxml2/libxml/xmlunicode.h +0 -202
  2162. data/vendor/local/include/libxml2/libxml/xmlversion.h +0 -480
  2163. data/vendor/local/include/libxml2/libxml/xmlwriter.h +0 -488
  2164. data/vendor/local/include/libxml2/libxml/xpath.h +0 -550
  2165. data/vendor/local/include/libxml2/libxml/xpathInternals.h +0 -632
  2166. data/vendor/local/include/libxml2/libxml/xpointer.h +0 -114
  2167. data/vendor/local/lib/gstreamer-1.0/libgstavscale.dll +0 -0
  2168. data/vendor/local/lib/gstreamer-1.0/libgstavscale.dll.a +0 -0
  2169. data/vendor/local/lib/gstreamer-1.0/libgstavscale.la +0 -41
  2170. data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.dll +0 -0
  2171. data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.dll.a +0 -0
  2172. data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.la +0 -41
  2173. data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.dll +0 -0
  2174. data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.dll.a +0 -0
  2175. data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.la +0 -41
  2176. data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.dll +0 -0
  2177. data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.dll.a +0 -0
  2178. data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.la +0 -41
  2179. data/vendor/local/lib/libFLAC.a +0 -0
  2180. data/vendor/local/lib/libgstbasevideo-1.0.dll.a +0 -0
  2181. data/vendor/local/lib/libgstbasevideo-1.0.la +0 -41
  2182. data/vendor/local/lib/libgstsignalprocessor-1.0.dll.a +0 -0
  2183. data/vendor/local/lib/libgstsignalprocessor-1.0.la +0 -41
  2184. data/vendor/local/lib/libxml2.def +0 -1659
  2185. data/vendor/local/lib/libxml2.dll.a +0 -0
  2186. data/vendor/local/lib/libxml2.lib +0 -0
  2187. data/vendor/local/lib/pkgconfig/gstreamer-basevideo-1.0.pc +0 -12
  2188. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +0 -13
  2189. data/vendor/local/manifest/jpeg-dev_8-1_win32.mft +0 -18
  2190. data/vendor/local/manifest/jpeg_8-1_win32.mft +0 -2
  2191. data/vendor/local/manifest/libsoup-dev_2.26.3-1_win32.mft +0 -41
  2192. data/vendor/local/manifest/libsoup_2.26.3-1_win32.mft +0 -2
  2193. data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +0 -268
  2194. data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +0 -2
  2195. data/vendor/local/share/aclocal/libxml.m4 +0 -188
  2196. data/vendor/local/share/doc/flac-1.2.1/FLAC.tag +0 -12259
  2197. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2all_8h-source.html +0 -73
  2198. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h-source.html +0 -89
  2199. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h.html +0 -55
  2200. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h-source.html +0 -751
  2201. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h.html +0 -66
  2202. data/vendor/local/share/doc/flac-1.2.1/html/api/all_8h-source.html +0 -77
  2203. data/vendor/local/share/doc/flac-1.2.1/html/api/annotated.html +0 -81
  2204. data/vendor/local/share/doc/flac-1.2.1/html/api/assert_8h-source.html +0 -77
  2205. data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h-source.html +0 -103
  2206. data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h.html +0 -59
  2207. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File-members.html +0 -87
  2208. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.html +0 -1457
  2209. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.png +0 -0
  2210. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream-members.html +0 -79
  2211. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.html +0 -1268
  2212. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.png +0 -0
  2213. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html +0 -36
  2214. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html +0 -59
  2215. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File-members.html +0 -102
  2216. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.html +0 -2124
  2217. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.png +0 -0
  2218. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream-members.html +0 -93
  2219. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.html +0 -1882
  2220. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.png +0 -0
  2221. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html +0 -36
  2222. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html +0 -59
  2223. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application-members.html +0 -71
  2224. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.html +0 -548
  2225. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.png +0 -0
  2226. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain-members.html +0 -46
  2227. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain.html +0 -453
  2228. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html +0 -35
  2229. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html +0 -56
  2230. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html +0 -82
  2231. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.html +0 -799
  2232. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.png +0 -0
  2233. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html +0 -52
  2234. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html +0 -131
  2235. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html +0 -45
  2236. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator.html +0 -370
  2237. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding-members.html +0 -67
  2238. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.html +0 -498
  2239. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.png +0 -0
  2240. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture-members.html +0 -82
  2241. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.html +0 -696
  2242. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.png +0 -0
  2243. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html +0 -56
  2244. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.html +0 -435
  2245. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.png +0 -0
  2246. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html +0 -72
  2247. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.html +0 -646
  2248. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.png +0 -0
  2249. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html +0 -50
  2250. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html +0 -561
  2251. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html +0 -35
  2252. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html +0 -56
  2253. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html +0 -84
  2254. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html +0 -575
  2255. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png +0 -0
  2256. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html +0 -69
  2257. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.html +0 -542
  2258. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.png +0 -0
  2259. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html +0 -74
  2260. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html +0 -685
  2261. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png +0 -0
  2262. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html +0 -58
  2263. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html +0 -152
  2264. data/vendor/local/share/doc/flac-1.2.1/html/api/classes.html +0 -41
  2265. data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h-source.html +0 -190
  2266. data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h.html +0 -50
  2267. data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000000.html +0 -42
  2268. data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000001.html +0 -48
  2269. data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000002.html +0 -56
  2270. data/vendor/local/share/doc/flac-1.2.1/html/api/dirs.html +0 -37
  2271. data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.css +0 -309
  2272. data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.png +0 -0
  2273. data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h-source.html +0 -203
  2274. data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h.html +0 -51
  2275. data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h-source.html +0 -95
  2276. data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h.html +0 -55
  2277. data/vendor/local/share/doc/flac-1.2.1/html/api/files.html +0 -46
  2278. data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h-source.html +0 -521
  2279. data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h.html +0 -330
  2280. data/vendor/local/share/doc/flac-1.2.1/html/api/functions.html +0 -260
  2281. data/vendor/local/share/doc/flac-1.2.1/html/api/functions_func.html +0 -210
  2282. data/vendor/local/share/doc/flac-1.2.1/html/api/functions_vars.html +0 -117
  2283. data/vendor/local/share/doc/flac-1.2.1/html/api/globals.html +0 -39
  2284. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x66.html +0 -529
  2285. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x67.html +0 -42
  2286. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_defs.html +0 -58
  2287. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_enum.html +0 -57
  2288. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_eval.html +0 -177
  2289. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_func.html +0 -233
  2290. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_type.html +0 -59
  2291. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_vars.html +0 -135
  2292. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac.html +0 -50
  2293. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__callbacks.html +0 -299
  2294. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__decoder.html +0 -44
  2295. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__encoder.html +0 -44
  2296. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__export.html +0 -148
  2297. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__format.html +0 -3353
  2298. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata.html +0 -60
  2299. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level0.html +0 -308
  2300. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level1.html +0 -950
  2301. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level2.html +0 -1428
  2302. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__object.html +0 -2741
  2303. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__decoder.html +0 -2854
  2304. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__encoder.html +0 -3644
  2305. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp.html +0 -45
  2306. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__decoder.html +0 -50
  2307. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__encoder.html +0 -50
  2308. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__export.html +0 -54
  2309. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata.html +0 -50
  2310. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level0.html +0 -414
  2311. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level1.html +0 -50
  2312. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level2.html +0 -52
  2313. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__object.html +0 -227
  2314. data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting.html +0 -52
  2315. data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__2__to__1__1__3.html +0 -101
  2316. data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__3__to__1__1__4.html +0 -38
  2317. data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__4__to__1__2__0.html +0 -39
  2318. data/vendor/local/share/doc/flac-1.2.1/html/api/hierarchy.html +0 -87
  2319. data/vendor/local/share/doc/flac-1.2.1/html/api/index.html +0 -57
  2320. data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h-source.html +0 -335
  2321. data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h.html +0 -283
  2322. data/vendor/local/share/doc/flac-1.2.1/html/api/modules.html +0 -72
  2323. data/vendor/local/share/doc/flac-1.2.1/html/api/ordinals_8h-source.html +0 -112
  2324. data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h-source.html +0 -333
  2325. data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h.html +0 -206
  2326. data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h-source.html +0 -305
  2327. data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h.html +0 -236
  2328. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod-members.html +0 -34
  2329. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod.html +0 -54
  2330. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html +0 -33
  2331. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html +0 -95
  2332. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html +0 -34
  2333. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html +0 -120
  2334. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame-members.html +0 -34
  2335. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame.html +0 -53
  2336. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter-members.html +0 -32
  2337. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter.html +0 -70
  2338. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader-members.html +0 -41
  2339. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader.html +0 -251
  2340. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks-members.html +0 -37
  2341. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks.html +0 -63
  2342. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder-members.html +0 -33
  2343. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder.html +0 -50
  2344. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder-members.html +0 -33
  2345. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder.html +0 -50
  2346. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata-members.html +0 -43
  2347. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata.html +0 -163
  2348. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application-members.html +0 -33
  2349. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application.html +0 -50
  2350. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet-members.html +0 -36
  2351. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet.html +0 -170
  2352. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html +0 -33
  2353. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index.html +0 -95
  2354. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html +0 -38
  2355. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track.html +0 -220
  2356. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding-members.html +0 -32
  2357. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding.html +0 -70
  2358. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture-members.html +0 -40
  2359. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture.html +0 -270
  2360. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint-members.html +0 -34
  2361. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint.html +0 -120
  2362. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable-members.html +0 -33
  2363. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable.html +0 -54
  2364. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo-members.html +0 -40
  2365. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo.html +0 -71
  2366. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown-members.html +0 -32
  2367. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown.html +0 -47
  2368. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment-members.html +0 -34
  2369. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment.html +0 -53
  2370. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html +0 -33
  2371. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html +0 -52
  2372. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe-members.html +0 -38
  2373. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe.html +0 -63
  2374. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant-members.html +0 -32
  2375. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant.html +0 -70
  2376. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed-members.html +0 -35
  2377. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed.html +0 -145
  2378. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC-members.html +0 -38
  2379. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC.html +0 -220
  2380. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim-members.html +0 -32
  2381. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim.html +0 -70
  2382. data/vendor/local/share/doc/flac-1.2.1/html/changelog.html +0 -832
  2383. data/vendor/local/share/doc/flac-1.2.1/html/comparison.html +0 -431
  2384. data/vendor/local/share/doc/flac-1.2.1/html/comparison__chopin_prelude_24.html +0 -168
  2385. data/vendor/local/share/doc/flac-1.2.1/html/comparison__dream_theater_600.html +0 -168
  2386. data/vendor/local/share/doc/flac-1.2.1/html/comparison__eddie_warner_titus.html +0 -168
  2387. data/vendor/local/share/doc/flac-1.2.1/html/comparison__fanfare_de_l_eventail_de_jeanne.html +0 -168
  2388. data/vendor/local/share/doc/flac-1.2.1/html/comparison__gloria_estefan_conga.html +0 -168
  2389. data/vendor/local/share/doc/flac-1.2.1/html/comparison__hand_in_my_pocket.html +0 -168
  2390. data/vendor/local/share/doc/flac-1.2.1/html/comparison__l_sub_raga_sivapriya.html +0 -168
  2391. data/vendor/local/share/doc/flac-1.2.1/html/comparison__laetatus_sum.html +0 -168
  2392. data/vendor/local/share/doc/flac-1.2.1/html/comparison__mummified_in_barbed_wire.html +0 -168
  2393. data/vendor/local/share/doc/flac-1.2.1/html/comparison__prokofiev_pcon3_3.html +0 -168
  2394. data/vendor/local/share/doc/flac-1.2.1/html/comparison__ravel_sq4_4.html +0 -168
  2395. data/vendor/local/share/doc/flac-1.2.1/html/comparison__scarlatti_k42.html +0 -168
  2396. data/vendor/local/share/doc/flac-1.2.1/html/comparison__tool_forty_six_and_2.html +0 -168
  2397. data/vendor/local/share/doc/flac-1.2.1/html/comparison__white_room.html +0 -168
  2398. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpudectime.html +0 -165
  2399. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpuenctime.html +0 -165
  2400. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procdectime.html +0 -165
  2401. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procenctime.html +0 -165
  2402. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_ratio.html +0 -165
  2403. data/vendor/local/share/doc/flac-1.2.1/html/developers.html +0 -141
  2404. data/vendor/local/share/doc/flac-1.2.1/html/documentation.html +0 -105
  2405. data/vendor/local/share/doc/flac-1.2.1/html/documentation_bugs.html +0 -101
  2406. data/vendor/local/share/doc/flac-1.2.1/html/documentation_example_code.html +0 -81
  2407. data/vendor/local/share/doc/flac-1.2.1/html/documentation_format_overview.html +0 -130
  2408. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tasks.html +0 -226
  2409. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools.html +0 -92
  2410. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_flac.html +0 -1135
  2411. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_metaflac.html +0 -570
  2412. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_plugins.html +0 -94
  2413. data/vendor/local/share/doc/flac-1.2.1/html/download.html +0 -284
  2414. data/vendor/local/share/doc/flac-1.2.1/html/faq.html +0 -402
  2415. data/vendor/local/share/doc/flac-1.2.1/html/features.html +0 -127
  2416. data/vendor/local/share/doc/flac-1.2.1/html/flac.css +0 -191
  2417. data/vendor/local/share/doc/flac-1.2.1/html/format.html +0 -1852
  2418. data/vendor/local/share/doc/flac-1.2.1/html/id.html +0 -289
  2419. data/vendor/local/share/doc/flac-1.2.1/html/index.html +0 -148
  2420. data/vendor/local/share/doc/flac-1.2.1/html/itunes.html +0 -91
  2421. data/vendor/local/share/doc/flac-1.2.1/html/license.html +0 -93
  2422. data/vendor/local/share/doc/flac-1.2.1/html/links.html +0 -485
  2423. data/vendor/local/share/doc/flac-1.2.1/html/news.html +0 -697
  2424. data/vendor/local/share/doc/flac-1.2.1/html/ogg_mapping.html +0 -138
  2425. data/vendor/local/share/doc/flac-1.2.1/html/ru/authors.html +0 -112
  2426. data/vendor/local/share/doc/flac-1.2.1/html/ru/comparison.html +0 -864
  2427. data/vendor/local/share/doc/flac-1.2.1/html/ru/developers.html +0 -109
  2428. data/vendor/local/share/doc/flac-1.2.1/html/ru/documentation.html +0 -516
  2429. data/vendor/local/share/doc/flac-1.2.1/html/ru/download.html +0 -109
  2430. data/vendor/local/share/doc/flac-1.2.1/html/ru/features.html +0 -124
  2431. data/vendor/local/share/doc/flac-1.2.1/html/ru/format.html +0 -1006
  2432. data/vendor/local/share/doc/flac-1.2.1/html/ru/goals.html +0 -104
  2433. data/vendor/local/share/doc/flac-1.2.1/html/ru/id.html +0 -128
  2434. data/vendor/local/share/doc/flac-1.2.1/html/ru/index.html +0 -121
  2435. data/vendor/local/share/doc/flac-1.2.1/html/ru/links.html +0 -124
  2436. data/vendor/local/share/doc/flac-1.2.1/html/ru/news.html +0 -304
  2437. data/vendor/local/share/doc/libogg-1.3.0/framing.html +0 -429
  2438. data/vendor/local/share/doc/libogg-1.3.0/index.html +0 -105
  2439. data/vendor/local/share/doc/libogg-1.3.0/ogg/bitpacking.html +0 -103
  2440. data/vendor/local/share/doc/libogg-1.3.0/ogg/datastructures.html +0 -59
  2441. data/vendor/local/share/doc/libogg-1.3.0/ogg/decoding.html +0 -104
  2442. data/vendor/local/share/doc/libogg-1.3.0/ogg/encoding.html +0 -76
  2443. data/vendor/local/share/doc/libogg-1.3.0/ogg/general.html +0 -109
  2444. data/vendor/local/share/doc/libogg-1.3.0/ogg/index.html +0 -39
  2445. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_packet.html +0 -75
  2446. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_packet_clear.html +0 -64
  2447. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page.html +0 -75
  2448. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_bos.html +0 -65
  2449. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_checksum_set.html +0 -62
  2450. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_continued.html +0 -64
  2451. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_eos.html +0 -65
  2452. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_granulepos.html +0 -65
  2453. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_packets.html +0 -75
  2454. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_pageno.html +0 -63
  2455. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_serialno.html +0 -63
  2456. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_version.html +0 -63
  2457. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_clear.html +0 -61
  2458. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_destroy.html +0 -71
  2459. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_eos.html +0 -62
  2460. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_flush.html +0 -67
  2461. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_init.html +0 -66
  2462. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetin.html +0 -72
  2463. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetout.html +0 -85
  2464. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetpeek.html +0 -85
  2465. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pagein.html +0 -67
  2466. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pageout.html +0 -84
  2467. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pageout_fill.html +0 -89
  2468. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_reset.html +0 -61
  2469. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_reset_serialno.html +0 -67
  2470. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_state.html +0 -121
  2471. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_buffer.html +0 -67
  2472. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_clear.html +0 -62
  2473. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_destroy.html +0 -68
  2474. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_init.html +0 -63
  2475. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_pageout.html +0 -77
  2476. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_pageseek.html +0 -68
  2477. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_reset.html +0 -63
  2478. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_state.html +0 -77
  2479. data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_wrote.html +0 -73
  2480. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_adv.html +0 -64
  2481. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_adv1.html +0 -62
  2482. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_bits.html +0 -62
  2483. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_buffer.html +0 -66
  2484. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_bytes.html +0 -67
  2485. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_get_buffer.html +0 -62
  2486. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_look.html +0 -66
  2487. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_look1.html +0 -63
  2488. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_read.html +0 -65
  2489. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_read1.html +0 -63
  2490. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_readinit.html +0 -64
  2491. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_reset.html +0 -62
  2492. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_write.html +0 -68
  2493. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writealign.html +0 -65
  2494. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writeclear.html +0 -62
  2495. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writecopy.html +0 -69
  2496. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writeinit.html +0 -62
  2497. data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writetrunc.html +0 -65
  2498. data/vendor/local/share/doc/libogg-1.3.0/ogg/overview.html +0 -44
  2499. data/vendor/local/share/doc/libogg-1.3.0/ogg/reference.html +0 -98
  2500. data/vendor/local/share/doc/libxml2-2.9.0/Copyright +0 -27
  2501. data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +0 -880
  2502. data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +0 -1198
  2503. data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +0 -229
  2504. data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +0 -3770
  2505. data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
  2506. data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +0 -282
  2507. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
  2508. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
  2509. data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +0 -207
  2510. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +0 -751
  2511. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +0 -174
  2512. data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +0 -13
  2513. data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +0 -13
  2514. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +0 -51
  2515. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +0 -184
  2516. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +0 -73
  2517. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +0 -125
  2518. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +0 -128
  2519. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +0 -38
  2520. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +0 -142
  2521. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +0 -72
  2522. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +0 -120
  2523. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +0 -58
  2524. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +0 -124
  2525. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +0 -79
  2526. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +0 -152
  2527. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +0 -116
  2528. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +0 -13
  2529. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +0 -120
  2530. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +0 -94
  2531. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +0 -65
  2532. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +0 -559
  2533. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +0 -322
  2534. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +0 -76
  2535. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +0 -162
  2536. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +0 -373
  2537. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +0 -81
  2538. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +0 -72
  2539. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +0 -989
  2540. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +0 -73
  2541. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +0 -289
  2542. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +0 -59
  2543. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +0 -82
  2544. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +0 -212
  2545. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +0 -85
  2546. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +0 -864
  2547. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +0 -20
  2548. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +0 -107
  2549. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +0 -38
  2550. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +0 -330
  2551. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +0 -143
  2552. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +0 -60
  2553. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +0 -185
  2554. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +0 -123
  2555. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +0 -108
  2556. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +0 -512
  2557. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +0 -62
  2558. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +0 -261
  2559. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +0 -310
  2560. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +0 -394
  2561. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +0 -83
  2562. data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +0 -14
  2563. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +0 -166
  2564. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +0 -5
  2565. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +0 -58
  2566. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +0 -2
  2567. data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
  2568. data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +0 -56
  2569. data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +0 -72
  2570. data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +0 -60
  2571. data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +0 -143
  2572. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +0 -107
  2573. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +0 -14
  2574. data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +0 -122
  2575. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +0 -120
  2576. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +0 -13
  2577. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +0 -122
  2578. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +0 -3
  2579. data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
  2580. data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
  2581. data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
  2582. data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +0 -1
  2583. data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +0 -13
  2584. data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +0 -39
  2585. data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +0 -1198
  2586. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +0 -94
  2587. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +0 -4
  2588. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +0 -118
  2589. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +0 -18
  2590. data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +0 -7
  2591. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +0 -8
  2592. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +0 -14
  2593. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +0 -82
  2594. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +0 -76
  2595. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +0 -78
  2596. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +0 -67
  2597. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +0 -75
  2598. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +0 -76
  2599. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +0 -4
  2600. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +0 -14
  2601. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +0 -47
  2602. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +0 -54
  2603. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +0 -55
  2604. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +0 -35
  2605. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +0 -30
  2606. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +0 -38
  2607. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +0 -63
  2608. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
  2609. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
  2610. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
  2611. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
  2612. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
  2613. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
  2614. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
  2615. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
  2616. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
  2617. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
  2618. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
  2619. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
  2620. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
  2621. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
  2622. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
  2623. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
  2624. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
  2625. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
  2626. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
  2627. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
  2628. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
  2629. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
  2630. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
  2631. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
  2632. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +0 -64
  2633. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +0 -75
  2634. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +0 -73
  2635. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +0 -72
  2636. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +0 -79
  2637. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +0 -74
  2638. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +0 -14
  2639. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +0 -1
  2640. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +0 -1336
  2641. data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
  2642. data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +0 -2
  2643. data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +0 -5715
  2644. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +0 -250
  2645. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +0 -5
  2646. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +0 -190
  2647. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +0 -30
  2648. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoCodec.html +0 -53
  2649. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoDecoder.html +0 -53
  2650. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoEncoder.html +0 -53
  2651. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstSurfaceBuffer.html +0 -53
  2652. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstSurfaceConverter.html +0 -159
  2653. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoContextInterface.html +0 -752
  2654. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstbasevideoutils.html +0 -53
  2655. data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/video.html +0 -53
  2656. data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmultichannel.html +0 -292
  2657. data/vendor/local/share/gtk-doc/html/libxml2/general.html +0 -38
  2658. data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
  2659. data/vendor/local/share/gtk-doc/html/libxml2/index.html +0 -67
  2660. data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
  2661. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +0 -138
  2662. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +0 -373
  2663. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +0 -172
  2664. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +0 -243
  2665. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +0 -247
  2666. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +0 -91
  2667. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +0 -278
  2668. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +0 -241
  2669. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +0 -225
  2670. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +0 -134
  2671. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +0 -218
  2672. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +0 -166
  2673. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +0 -383
  2674. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +0 -214
  2675. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +0 -226
  2676. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +0 -187
  2677. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +0 -142
  2678. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +0 -766
  2679. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +0 -688
  2680. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +0 -166
  2681. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +0 -278
  2682. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +0 -860
  2683. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +0 -166
  2684. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +0 -161
  2685. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +0 -1596
  2686. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +0 -154
  2687. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +0 -528
  2688. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +0 -169
  2689. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +0 -160
  2690. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +0 -347
  2691. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +0 -176
  2692. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +0 -952
  2693. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +0 -87
  2694. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +0 -186
  2695. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +0 -97
  2696. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +0 -565
  2697. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +0 -280
  2698. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +0 -133
  2699. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +0 -314
  2700. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +0 -237
  2701. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +0 -217
  2702. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +0 -887
  2703. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +0 -287
  2704. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +0 -479
  2705. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +0 -532
  2706. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +0 -787
  2707. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +0 -171
  2708. data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +0 -3569
  2709. data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
  2710. data/vendor/local/share/gtk-doc/html/libxml2/style.css +0 -66
  2711. data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
  2712. data/vendor/local/share/man/man1/xml2-config.1 +0 -30
  2713. data/vendor/local/share/man/man1/xmlcatalog.1 +0 -340
  2714. data/vendor/local/share/man/man1/xmllint.1 +0 -427
  2715. data/vendor/local/share/man/man3/libxml.3 +0 -71
  2716. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +0 -867
  2717. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +0 -68
  2718. data/vendor/local/src/tml/packaging/jpeg_8-1_win32.log +0 -248
  2719. data/vendor/local/src/tml/packaging/jpeg_8-1_win32.sh +0 -44
  2720. data/vendor/local/src/tml/packaging/libsoup_2.26.3-1_win32.log +0 -1518
  2721. data/vendor/local/src/tml/packaging/libsoup_2.26.3-1_win32.sh +0 -60
@@ -1,229 +0,0 @@
1
- /*
2
- * testXPath.c : a small tester program for XPath.
3
- *
4
- * See Copyright for the status of this software.
5
- *
6
- * daniel@veillard.com
7
- */
8
-
9
- #include "libxml.h"
10
- #if defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_DEBUG_ENABLED)
11
-
12
- #include <string.h>
13
-
14
- #ifdef HAVE_SYS_TYPES_H
15
- #include <sys/types.h>
16
- #endif
17
- #ifdef HAVE_SYS_STAT_H
18
- #include <sys/stat.h>
19
- #endif
20
- #ifdef HAVE_FCNTL_H
21
- #include <fcntl.h>
22
- #endif
23
- #ifdef HAVE_UNISTD_H
24
- #include <unistd.h>
25
- #endif
26
- #ifdef HAVE_STDLIB_H
27
- #include <stdlib.h>
28
- #endif
29
-
30
-
31
- #include <libxml/xpath.h>
32
- #include <libxml/tree.h>
33
- #include <libxml/parser.h>
34
- #include <libxml/debugXML.h>
35
- #include <libxml/xmlmemory.h>
36
- #include <libxml/parserInternals.h>
37
- #include <libxml/xpathInternals.h>
38
- #include <libxml/xmlerror.h>
39
- #include <libxml/globals.h>
40
- #if defined(LIBXML_XPTR_ENABLED)
41
- #include <libxml/xpointer.h>
42
- static int xptr = 0;
43
- #endif
44
- static int debug = 0;
45
- static int valid = 0;
46
- static int expr = 0;
47
- static int tree = 0;
48
- static int nocdata = 0;
49
- static xmlDocPtr document = NULL;
50
-
51
- /*
52
- * Default document
53
- */
54
- static xmlChar buffer[] =
55
- "<?xml version=\"1.0\"?>\n\
56
- <EXAMPLE prop1=\"gnome is great\" prop2=\"&amp; linux too\">\n\
57
- <head>\n\
58
- <title>Welcome to Gnome</title>\n\
59
- </head>\n\
60
- <chapter>\n\
61
- <title>The Linux adventure</title>\n\
62
- <p>bla bla bla ...</p>\n\
63
- <image href=\"linus.gif\"/>\n\
64
- <p>...</p>\n\
65
- </chapter>\n\
66
- <chapter>\n\
67
- <title>Chapter 2</title>\n\
68
- <p>this is chapter 2 ...</p>\n\
69
- </chapter>\n\
70
- <chapter>\n\
71
- <title>Chapter 3</title>\n\
72
- <p>this is chapter 3 ...</p>\n\
73
- </chapter>\n\
74
- </EXAMPLE>\n\
75
- ";
76
-
77
-
78
- static void
79
- testXPath(const char *str) {
80
- xmlXPathObjectPtr res;
81
- xmlXPathContextPtr ctxt;
82
-
83
- #if defined(LIBXML_XPTR_ENABLED)
84
- if (xptr) {
85
- ctxt = xmlXPtrNewContext(document, NULL, NULL);
86
- res = xmlXPtrEval(BAD_CAST str, ctxt);
87
- } else {
88
- #endif
89
- ctxt = xmlXPathNewContext(document);
90
- ctxt->node = xmlDocGetRootElement(document);
91
- if (expr)
92
- res = xmlXPathEvalExpression(BAD_CAST str, ctxt);
93
- else {
94
- /* res = xmlXPathEval(BAD_CAST str, ctxt); */
95
- xmlXPathCompExprPtr comp;
96
-
97
- comp = xmlXPathCompile(BAD_CAST str);
98
- if (comp != NULL) {
99
- if (tree)
100
- xmlXPathDebugDumpCompExpr(stdout, comp, 0);
101
-
102
- res = xmlXPathCompiledEval(comp, ctxt);
103
- xmlXPathFreeCompExpr(comp);
104
- } else
105
- res = NULL;
106
- }
107
- #if defined(LIBXML_XPTR_ENABLED)
108
- }
109
- #endif
110
- xmlXPathDebugDumpObject(stdout, res, 0);
111
- xmlXPathFreeObject(res);
112
- xmlXPathFreeContext(ctxt);
113
- }
114
-
115
- static void
116
- testXPathFile(const char *filename) {
117
- FILE *input;
118
- char expression[5000];
119
- int len;
120
-
121
- input = fopen(filename, "r");
122
- if (input == NULL) {
123
- xmlGenericError(xmlGenericErrorContext,
124
- "Cannot open %s for reading\n", filename);
125
- return;
126
- }
127
- while (fgets(expression, 4500, input) != NULL) {
128
- len = strlen(expression);
129
- len--;
130
- while ((len >= 0) &&
131
- ((expression[len] == '\n') || (expression[len] == '\t') ||
132
- (expression[len] == '\r') || (expression[len] == ' '))) len--;
133
- expression[len + 1] = 0;
134
- if (len >= 0) {
135
- printf("\n========================\nExpression: %s\n", expression) ;
136
- testXPath(expression);
137
- }
138
- }
139
-
140
- fclose(input);
141
- }
142
-
143
- int main(int argc, char **argv) {
144
- int i;
145
- int strings = 0;
146
- int usefile = 0;
147
- char *filename = NULL;
148
-
149
- for (i = 1; i < argc ; i++) {
150
- #if defined(LIBXML_XPTR_ENABLED)
151
- if ((!strcmp(argv[i], "-xptr")) || (!strcmp(argv[i], "--xptr")))
152
- xptr++;
153
- else
154
- #endif
155
- if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
156
- debug++;
157
- else if ((!strcmp(argv[i], "-valid")) || (!strcmp(argv[i], "--valid")))
158
- valid++;
159
- else if ((!strcmp(argv[i], "-expr")) || (!strcmp(argv[i], "--expr")))
160
- expr++;
161
- else if ((!strcmp(argv[i], "-tree")) || (!strcmp(argv[i], "--tree")))
162
- tree++;
163
- else if ((!strcmp(argv[i], "-nocdata")) ||
164
- (!strcmp(argv[i], "--nocdata")))
165
- nocdata++;
166
- else if ((!strcmp(argv[i], "-i")) || (!strcmp(argv[i], "--input")))
167
- filename = argv[++i];
168
- else if ((!strcmp(argv[i], "-f")) || (!strcmp(argv[i], "--file")))
169
- usefile++;
170
- }
171
- if (valid != 0) xmlDoValidityCheckingDefaultValue = 1;
172
- xmlLoadExtDtdDefaultValue |= XML_DETECT_IDS;
173
- xmlLoadExtDtdDefaultValue |= XML_COMPLETE_ATTRS;
174
- xmlSubstituteEntitiesDefaultValue = 1;
175
- #ifdef LIBXML_SAX1_ENABLED
176
- if (nocdata != 0) {
177
- xmlDefaultSAXHandlerInit();
178
- xmlDefaultSAXHandler.cdataBlock = NULL;
179
- }
180
- #endif
181
- if (document == NULL) {
182
- if (filename == NULL)
183
- document = xmlReadDoc(buffer,NULL,NULL,XML_PARSE_COMPACT);
184
- else
185
- document = xmlReadFile(filename,NULL,XML_PARSE_COMPACT);
186
- }
187
- for (i = 1; i < argc ; i++) {
188
- if ((!strcmp(argv[i], "-i")) || (!strcmp(argv[i], "--input"))) {
189
- i++; continue;
190
- }
191
- if (argv[i][0] != '-') {
192
- if (usefile)
193
- testXPathFile(argv[i]);
194
- else
195
- testXPath(argv[i]);
196
- strings ++;
197
- }
198
- }
199
- if (strings == 0) {
200
- printf("Usage : %s [--debug] [--copy] stringsorfiles ...\n",
201
- argv[0]);
202
- printf("\tParse the XPath strings and output the result of the parsing\n");
203
- printf("\t--debug : dump a debug version of the result\n");
204
- printf("\t--valid : switch on DTD support in the parser\n");
205
- #if defined(LIBXML_XPTR_ENABLED)
206
- printf("\t--xptr : expressions are XPointer expressions\n");
207
- #endif
208
- printf("\t--expr : debug XPath expressions only\n");
209
- printf("\t--tree : show the compiled XPath tree\n");
210
- printf("\t--nocdata : do not generate CDATA nodes\n");
211
- printf("\t--input filename : or\n");
212
- printf("\t-i filename : read the document from filename\n");
213
- printf("\t--file : or\n");
214
- printf("\t-f : read queries from files, args\n");
215
- }
216
- if (document != NULL)
217
- xmlFreeDoc(document);
218
- xmlCleanupParser();
219
- xmlMemoryDump();
220
-
221
- return(0);
222
- }
223
- #else
224
- #include <stdio.h>
225
- int main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED) {
226
- printf("%s : XPath/Debug support not compiled in\n", argv[0]);
227
- return(0);
228
- }
229
- #endif /* LIBXML_XPATH_ENABLED */
@@ -1,3770 +0,0 @@
1
- /*
2
- * xmllint.c : a small tester program for XML input.
3
- *
4
- * See Copyright for the status of this software.
5
- *
6
- * daniel@veillard.com
7
- */
8
-
9
- #include "libxml.h"
10
-
11
- #include <string.h>
12
- #include <stdarg.h>
13
- #include <assert.h>
14
-
15
- #if defined (_WIN32) && !defined(__CYGWIN__)
16
- #if defined (_MSC_VER) || defined(__BORLANDC__)
17
- #include <winsock2.h>
18
- #pragma comment(lib, "ws2_32.lib")
19
- #define gettimeofday(p1,p2)
20
- #endif /* _MSC_VER */
21
- #endif /* _WIN32 */
22
-
23
- #ifdef HAVE_SYS_TIME_H
24
- #include <sys/time.h>
25
- #endif
26
- #ifdef HAVE_TIME_H
27
- #include <time.h>
28
- #endif
29
-
30
- #ifdef __MINGW32__
31
- #define _WINSOCKAPI_
32
- #include <wsockcompat.h>
33
- #include <winsock2.h>
34
- #undef XML_SOCKLEN_T
35
- #define XML_SOCKLEN_T unsigned int
36
- #endif
37
-
38
- #ifdef HAVE_SYS_TIMEB_H
39
- #include <sys/timeb.h>
40
- #endif
41
-
42
- #ifdef HAVE_SYS_TYPES_H
43
- #include <sys/types.h>
44
- #endif
45
- #ifdef HAVE_SYS_STAT_H
46
- #include <sys/stat.h>
47
- #endif
48
- #ifdef HAVE_FCNTL_H
49
- #include <fcntl.h>
50
- #endif
51
- #ifdef HAVE_UNISTD_H
52
- #include <unistd.h>
53
- #endif
54
- #ifdef HAVE_SYS_MMAN_H
55
- #include <sys/mman.h>
56
- /* seems needed for Solaris */
57
- #ifndef MAP_FAILED
58
- #define MAP_FAILED ((void *) -1)
59
- #endif
60
- #endif
61
- #ifdef HAVE_STDLIB_H
62
- #include <stdlib.h>
63
- #endif
64
- #ifdef HAVE_LIBREADLINE
65
- #include <readline/readline.h>
66
- #ifdef HAVE_LIBHISTORY
67
- #include <readline/history.h>
68
- #endif
69
- #endif
70
-
71
- #include <libxml/xmlmemory.h>
72
- #include <libxml/parser.h>
73
- #include <libxml/parserInternals.h>
74
- #include <libxml/HTMLparser.h>
75
- #include <libxml/HTMLtree.h>
76
- #include <libxml/tree.h>
77
- #include <libxml/xpath.h>
78
- #include <libxml/debugXML.h>
79
- #include <libxml/xmlerror.h>
80
- #ifdef LIBXML_XINCLUDE_ENABLED
81
- #include <libxml/xinclude.h>
82
- #endif
83
- #ifdef LIBXML_CATALOG_ENABLED
84
- #include <libxml/catalog.h>
85
- #endif
86
- #include <libxml/globals.h>
87
- #include <libxml/xmlreader.h>
88
- #ifdef LIBXML_SCHEMATRON_ENABLED
89
- #include <libxml/schematron.h>
90
- #endif
91
- #ifdef LIBXML_SCHEMAS_ENABLED
92
- #include <libxml/relaxng.h>
93
- #include <libxml/xmlschemas.h>
94
- #endif
95
- #ifdef LIBXML_PATTERN_ENABLED
96
- #include <libxml/pattern.h>
97
- #endif
98
- #ifdef LIBXML_C14N_ENABLED
99
- #include <libxml/c14n.h>
100
- #endif
101
- #ifdef LIBXML_OUTPUT_ENABLED
102
- #include <libxml/xmlsave.h>
103
- #endif
104
-
105
- #ifndef XML_XML_DEFAULT_CATALOG
106
- #define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog"
107
- #endif
108
-
109
- typedef enum {
110
- XMLLINT_RETURN_OK = 0, /* No error */
111
- XMLLINT_ERR_UNCLASS = 1, /* Unclassified */
112
- XMLLINT_ERR_DTD = 2, /* Error in DTD */
113
- XMLLINT_ERR_VALID = 3, /* Validation error */
114
- XMLLINT_ERR_RDFILE = 4, /* CtxtReadFile error */
115
- XMLLINT_ERR_SCHEMACOMP = 5, /* Schema compilation */
116
- XMLLINT_ERR_OUT = 6, /* Error writing output */
117
- XMLLINT_ERR_SCHEMAPAT = 7, /* Error in schema pattern */
118
- XMLLINT_ERR_RDREGIS = 8, /* Error in Reader registration */
119
- XMLLINT_ERR_MEM = 9, /* Out of memory error */
120
- XMLLINT_ERR_XPATH = 10 /* XPath evaluation error */
121
- } xmllintReturnCode;
122
- #ifdef LIBXML_DEBUG_ENABLED
123
- static int shell = 0;
124
- static int debugent = 0;
125
- #endif
126
- static int debug = 0;
127
- static int maxmem = 0;
128
- #ifdef LIBXML_TREE_ENABLED
129
- static int copy = 0;
130
- #endif /* LIBXML_TREE_ENABLED */
131
- static int recovery = 0;
132
- static int noent = 0;
133
- static int noenc = 0;
134
- static int noblanks = 0;
135
- static int noout = 0;
136
- static int nowrap = 0;
137
- #ifdef LIBXML_OUTPUT_ENABLED
138
- static int format = 0;
139
- static const char *output = NULL;
140
- static int compress = 0;
141
- static int oldout = 0;
142
- #endif /* LIBXML_OUTPUT_ENABLED */
143
- #ifdef LIBXML_VALID_ENABLED
144
- static int valid = 0;
145
- static int postvalid = 0;
146
- static char * dtdvalid = NULL;
147
- static char * dtdvalidfpi = NULL;
148
- #endif
149
- #ifdef LIBXML_SCHEMAS_ENABLED
150
- static char * relaxng = NULL;
151
- static xmlRelaxNGPtr relaxngschemas = NULL;
152
- static char * schema = NULL;
153
- static xmlSchemaPtr wxschemas = NULL;
154
- #endif
155
- #ifdef LIBXML_SCHEMATRON_ENABLED
156
- static char * schematron = NULL;
157
- static xmlSchematronPtr wxschematron = NULL;
158
- #endif
159
- static int repeat = 0;
160
- static int insert = 0;
161
- #if defined(LIBXML_HTML_ENABLED) || defined(LIBXML_VALID_ENABLED)
162
- static int html = 0;
163
- static int xmlout = 0;
164
- #endif
165
- static int htmlout = 0;
166
- #if defined(LIBXML_HTML_ENABLED)
167
- static int nodefdtd = 0;
168
- #endif
169
- #ifdef LIBXML_PUSH_ENABLED
170
- static int push = 0;
171
- #endif /* LIBXML_PUSH_ENABLED */
172
- #ifdef HAVE_MMAP
173
- static int memory = 0;
174
- #endif
175
- static int testIO = 0;
176
- static char *encoding = NULL;
177
- #ifdef LIBXML_XINCLUDE_ENABLED
178
- static int xinclude = 0;
179
- #endif
180
- static int dtdattrs = 0;
181
- static int loaddtd = 0;
182
- static xmllintReturnCode progresult = XMLLINT_RETURN_OK;
183
- static int timing = 0;
184
- static int generate = 0;
185
- static int dropdtd = 0;
186
- #ifdef LIBXML_CATALOG_ENABLED
187
- static int catalogs = 0;
188
- static int nocatalogs = 0;
189
- #endif
190
- #ifdef LIBXML_C14N_ENABLED
191
- static int canonical = 0;
192
- static int canonical_11 = 0;
193
- static int exc_canonical = 0;
194
- #endif
195
- #ifdef LIBXML_READER_ENABLED
196
- static int stream = 0;
197
- static int walker = 0;
198
- #endif /* LIBXML_READER_ENABLED */
199
- static int chkregister = 0;
200
- static int nbregister = 0;
201
- #ifdef LIBXML_SAX1_ENABLED
202
- static int sax1 = 0;
203
- #endif /* LIBXML_SAX1_ENABLED */
204
- #ifdef LIBXML_PATTERN_ENABLED
205
- static const char *pattern = NULL;
206
- static xmlPatternPtr patternc = NULL;
207
- static xmlStreamCtxtPtr patstream = NULL;
208
- #endif
209
- #ifdef LIBXML_XPATH_ENABLED
210
- static const char *xpathquery = NULL;
211
- #endif
212
- static int options = XML_PARSE_COMPACT | XML_PARSE_BIG_LINES;
213
- static int sax = 0;
214
- static int oldxml10 = 0;
215
-
216
- /************************************************************************
217
- * *
218
- * Entity loading control and customization. *
219
- * *
220
- ************************************************************************/
221
- #define MAX_PATHS 64
222
- #ifdef _WIN32
223
- # define PATH_SEPARATOR ';'
224
- #else
225
- # define PATH_SEPARATOR ':'
226
- #endif
227
- static xmlChar *paths[MAX_PATHS + 1];
228
- static int nbpaths = 0;
229
- static int load_trace = 0;
230
-
231
- static
232
- void parsePath(const xmlChar *path) {
233
- const xmlChar *cur;
234
-
235
- if (path == NULL)
236
- return;
237
- while (*path != 0) {
238
- if (nbpaths >= MAX_PATHS) {
239
- fprintf(stderr, "MAX_PATHS reached: too many paths\n");
240
- return;
241
- }
242
- cur = path;
243
- while ((*cur == ' ') || (*cur == PATH_SEPARATOR))
244
- cur++;
245
- path = cur;
246
- while ((*cur != 0) && (*cur != ' ') && (*cur != PATH_SEPARATOR))
247
- cur++;
248
- if (cur != path) {
249
- paths[nbpaths] = xmlStrndup(path, cur - path);
250
- if (paths[nbpaths] != NULL)
251
- nbpaths++;
252
- path = cur;
253
- }
254
- }
255
- }
256
-
257
- static xmlExternalEntityLoader defaultEntityLoader = NULL;
258
-
259
- static xmlParserInputPtr
260
- xmllintExternalEntityLoader(const char *URL, const char *ID,
261
- xmlParserCtxtPtr ctxt) {
262
- xmlParserInputPtr ret;
263
- warningSAXFunc warning = NULL;
264
- errorSAXFunc err = NULL;
265
-
266
- int i;
267
- const char *lastsegment = URL;
268
- const char *iter = URL;
269
-
270
- if ((nbpaths > 0) && (iter != NULL)) {
271
- while (*iter != 0) {
272
- if (*iter == '/')
273
- lastsegment = iter + 1;
274
- iter++;
275
- }
276
- }
277
-
278
- if ((ctxt != NULL) && (ctxt->sax != NULL)) {
279
- warning = ctxt->sax->warning;
280
- err = ctxt->sax->error;
281
- ctxt->sax->warning = NULL;
282
- ctxt->sax->error = NULL;
283
- }
284
-
285
- if (defaultEntityLoader != NULL) {
286
- ret = defaultEntityLoader(URL, ID, ctxt);
287
- if (ret != NULL) {
288
- if (warning != NULL)
289
- ctxt->sax->warning = warning;
290
- if (err != NULL)
291
- ctxt->sax->error = err;
292
- if (load_trace) {
293
- fprintf \
294
- (stderr,
295
- "Loaded URL=\"%s\" ID=\"%s\"\n",
296
- URL ? URL : "(null)",
297
- ID ? ID : "(null)");
298
- }
299
- return(ret);
300
- }
301
- }
302
- for (i = 0;i < nbpaths;i++) {
303
- xmlChar *newURL;
304
-
305
- newURL = xmlStrdup((const xmlChar *) paths[i]);
306
- newURL = xmlStrcat(newURL, (const xmlChar *) "/");
307
- newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment);
308
- if (newURL != NULL) {
309
- ret = defaultEntityLoader((const char *)newURL, ID, ctxt);
310
- if (ret != NULL) {
311
- if (warning != NULL)
312
- ctxt->sax->warning = warning;
313
- if (err != NULL)
314
- ctxt->sax->error = err;
315
- if (load_trace) {
316
- fprintf \
317
- (stderr,
318
- "Loaded URL=\"%s\" ID=\"%s\"\n",
319
- newURL,
320
- ID ? ID : "(null)");
321
- }
322
- xmlFree(newURL);
323
- return(ret);
324
- }
325
- xmlFree(newURL);
326
- }
327
- }
328
- if (err != NULL)
329
- ctxt->sax->error = err;
330
- if (warning != NULL) {
331
- ctxt->sax->warning = warning;
332
- if (URL != NULL)
333
- warning(ctxt, "failed to load external entity \"%s\"\n", URL);
334
- else if (ID != NULL)
335
- warning(ctxt, "failed to load external entity \"%s\"\n", ID);
336
- }
337
- return(NULL);
338
- }
339
- /************************************************************************
340
- * *
341
- * Memory allocation consumption debugging *
342
- * *
343
- ************************************************************************/
344
-
345
- static void
346
- OOM(void)
347
- {
348
- fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
349
- progresult = XMLLINT_ERR_MEM;
350
- }
351
-
352
- static void
353
- myFreeFunc(void *mem)
354
- {
355
- xmlMemFree(mem);
356
- }
357
- static void *
358
- myMallocFunc(size_t size)
359
- {
360
- void *ret;
361
-
362
- ret = xmlMemMalloc(size);
363
- if (ret != NULL) {
364
- if (xmlMemUsed() > maxmem) {
365
- OOM();
366
- xmlMemFree(ret);
367
- return (NULL);
368
- }
369
- }
370
- return (ret);
371
- }
372
- static void *
373
- myReallocFunc(void *mem, size_t size)
374
- {
375
- void *ret;
376
-
377
- ret = xmlMemRealloc(mem, size);
378
- if (ret != NULL) {
379
- if (xmlMemUsed() > maxmem) {
380
- OOM();
381
- xmlMemFree(ret);
382
- return (NULL);
383
- }
384
- }
385
- return (ret);
386
- }
387
- static char *
388
- myStrdupFunc(const char *str)
389
- {
390
- char *ret;
391
-
392
- ret = xmlMemoryStrdup(str);
393
- if (ret != NULL) {
394
- if (xmlMemUsed() > maxmem) {
395
- OOM();
396
- xmlFree(ret);
397
- return (NULL);
398
- }
399
- }
400
- return (ret);
401
- }
402
- /************************************************************************
403
- * *
404
- * Internal timing routines to remove the necessity to have *
405
- * unix-specific function calls. *
406
- * *
407
- ************************************************************************/
408
-
409
- #ifndef HAVE_GETTIMEOFDAY
410
- #ifdef HAVE_SYS_TIMEB_H
411
- #ifdef HAVE_SYS_TIME_H
412
- #ifdef HAVE_FTIME
413
-
414
- static int
415
- my_gettimeofday(struct timeval *tvp, void *tzp)
416
- {
417
- struct timeb timebuffer;
418
-
419
- ftime(&timebuffer);
420
- if (tvp) {
421
- tvp->tv_sec = timebuffer.time;
422
- tvp->tv_usec = timebuffer.millitm * 1000L;
423
- }
424
- return (0);
425
- }
426
- #define HAVE_GETTIMEOFDAY 1
427
- #define gettimeofday my_gettimeofday
428
-
429
- #endif /* HAVE_FTIME */
430
- #endif /* HAVE_SYS_TIME_H */
431
- #endif /* HAVE_SYS_TIMEB_H */
432
- #endif /* !HAVE_GETTIMEOFDAY */
433
-
434
- #if defined(HAVE_GETTIMEOFDAY)
435
- static struct timeval begin, end;
436
-
437
- /*
438
- * startTimer: call where you want to start timing
439
- */
440
- static void
441
- startTimer(void)
442
- {
443
- gettimeofday(&begin, NULL);
444
- }
445
-
446
- /*
447
- * endTimer: call where you want to stop timing and to print out a
448
- * message about the timing performed; format is a printf
449
- * type argument
450
- */
451
- static void XMLCDECL
452
- endTimer(const char *fmt, ...)
453
- {
454
- long msec;
455
- va_list ap;
456
-
457
- gettimeofday(&end, NULL);
458
- msec = end.tv_sec - begin.tv_sec;
459
- msec *= 1000;
460
- msec += (end.tv_usec - begin.tv_usec) / 1000;
461
-
462
- #ifndef HAVE_STDARG_H
463
- #error "endTimer required stdarg functions"
464
- #endif
465
- va_start(ap, fmt);
466
- vfprintf(stderr, fmt, ap);
467
- va_end(ap);
468
-
469
- fprintf(stderr, " took %ld ms\n", msec);
470
- }
471
- #elif defined(HAVE_TIME_H)
472
- /*
473
- * No gettimeofday function, so we have to make do with calling clock.
474
- * This is obviously less accurate, but there's little we can do about
475
- * that.
476
- */
477
- #ifndef CLOCKS_PER_SEC
478
- #define CLOCKS_PER_SEC 100
479
- #endif
480
-
481
- static clock_t begin, end;
482
- static void
483
- startTimer(void)
484
- {
485
- begin = clock();
486
- }
487
- static void XMLCDECL
488
- endTimer(const char *fmt, ...)
489
- {
490
- long msec;
491
- va_list ap;
492
-
493
- end = clock();
494
- msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
495
-
496
- #ifndef HAVE_STDARG_H
497
- #error "endTimer required stdarg functions"
498
- #endif
499
- va_start(ap, fmt);
500
- vfprintf(stderr, fmt, ap);
501
- va_end(ap);
502
- fprintf(stderr, " took %ld ms\n", msec);
503
- }
504
- #else
505
-
506
- /*
507
- * We don't have a gettimeofday or time.h, so we just don't do timing
508
- */
509
- static void
510
- startTimer(void)
511
- {
512
- /*
513
- * Do nothing
514
- */
515
- }
516
- static void XMLCDECL
517
- endTimer(char *format, ...)
518
- {
519
- /*
520
- * We cannot do anything because we don't have a timing function
521
- */
522
- #ifdef HAVE_STDARG_H
523
- va_list ap;
524
- va_start(ap, format);
525
- vfprintf(stderr, format, ap);
526
- va_end(ap);
527
- fprintf(stderr, " was not timed\n");
528
- #else
529
- /* We don't have gettimeofday, time or stdarg.h, what crazy world is
530
- * this ?!
531
- */
532
- #endif
533
- }
534
- #endif
535
- /************************************************************************
536
- * *
537
- * HTML ouput *
538
- * *
539
- ************************************************************************/
540
- static char buffer[50000];
541
-
542
- static void
543
- xmlHTMLEncodeSend(void) {
544
- char *result;
545
-
546
- result = (char *) xmlEncodeEntitiesReentrant(NULL, BAD_CAST buffer);
547
- if (result) {
548
- xmlGenericError(xmlGenericErrorContext, "%s", result);
549
- xmlFree(result);
550
- }
551
- buffer[0] = 0;
552
- }
553
-
554
- /**
555
- * xmlHTMLPrintFileInfo:
556
- * @input: an xmlParserInputPtr input
557
- *
558
- * Displays the associated file and line informations for the current input
559
- */
560
-
561
- static void
562
- xmlHTMLPrintFileInfo(xmlParserInputPtr input) {
563
- int len;
564
- xmlGenericError(xmlGenericErrorContext, "<p>");
565
-
566
- len = strlen(buffer);
567
- if (input != NULL) {
568
- if (input->filename) {
569
- snprintf(&buffer[len], sizeof(buffer) - len, "%s:%d: ", input->filename,
570
- input->line);
571
- } else {
572
- snprintf(&buffer[len], sizeof(buffer) - len, "Entity: line %d: ", input->line);
573
- }
574
- }
575
- xmlHTMLEncodeSend();
576
- }
577
-
578
- /**
579
- * xmlHTMLPrintFileContext:
580
- * @input: an xmlParserInputPtr input
581
- *
582
- * Displays current context within the input content for error tracking
583
- */
584
-
585
- static void
586
- xmlHTMLPrintFileContext(xmlParserInputPtr input) {
587
- const xmlChar *cur, *base;
588
- int len;
589
- int n;
590
-
591
- if (input == NULL) return;
592
- xmlGenericError(xmlGenericErrorContext, "<pre>\n");
593
- cur = input->cur;
594
- base = input->base;
595
- while ((cur > base) && ((*cur == '\n') || (*cur == '\r'))) {
596
- cur--;
597
- }
598
- n = 0;
599
- while ((n++ < 80) && (cur > base) && (*cur != '\n') && (*cur != '\r'))
600
- cur--;
601
- if ((*cur == '\n') || (*cur == '\r')) cur++;
602
- base = cur;
603
- n = 0;
604
- while ((*cur != 0) && (*cur != '\n') && (*cur != '\r') && (n < 79)) {
605
- len = strlen(buffer);
606
- snprintf(&buffer[len], sizeof(buffer) - len, "%c",
607
- (unsigned char) *cur++);
608
- n++;
609
- }
610
- len = strlen(buffer);
611
- snprintf(&buffer[len], sizeof(buffer) - len, "\n");
612
- cur = input->cur;
613
- while ((*cur == '\n') || (*cur == '\r'))
614
- cur--;
615
- n = 0;
616
- while ((cur != base) && (n++ < 80)) {
617
- len = strlen(buffer);
618
- snprintf(&buffer[len], sizeof(buffer) - len, " ");
619
- base++;
620
- }
621
- len = strlen(buffer);
622
- snprintf(&buffer[len], sizeof(buffer) - len, "^\n");
623
- xmlHTMLEncodeSend();
624
- xmlGenericError(xmlGenericErrorContext, "</pre>");
625
- }
626
-
627
- /**
628
- * xmlHTMLError:
629
- * @ctx: an XML parser context
630
- * @msg: the message to display/transmit
631
- * @...: extra parameters for the message display
632
- *
633
- * Display and format an error messages, gives file, line, position and
634
- * extra parameters.
635
- */
636
- static void XMLCDECL
637
- xmlHTMLError(void *ctx, const char *msg, ...)
638
- {
639
- xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
640
- xmlParserInputPtr input;
641
- va_list args;
642
- int len;
643
-
644
- buffer[0] = 0;
645
- input = ctxt->input;
646
- if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) {
647
- input = ctxt->inputTab[ctxt->inputNr - 2];
648
- }
649
-
650
- xmlHTMLPrintFileInfo(input);
651
-
652
- xmlGenericError(xmlGenericErrorContext, "<b>error</b>: ");
653
- va_start(args, msg);
654
- len = strlen(buffer);
655
- vsnprintf(&buffer[len], sizeof(buffer) - len, msg, args);
656
- va_end(args);
657
- xmlHTMLEncodeSend();
658
- xmlGenericError(xmlGenericErrorContext, "</p>\n");
659
-
660
- xmlHTMLPrintFileContext(input);
661
- xmlHTMLEncodeSend();
662
- }
663
-
664
- /**
665
- * xmlHTMLWarning:
666
- * @ctx: an XML parser context
667
- * @msg: the message to display/transmit
668
- * @...: extra parameters for the message display
669
- *
670
- * Display and format a warning messages, gives file, line, position and
671
- * extra parameters.
672
- */
673
- static void XMLCDECL
674
- xmlHTMLWarning(void *ctx, const char *msg, ...)
675
- {
676
- xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
677
- xmlParserInputPtr input;
678
- va_list args;
679
- int len;
680
-
681
- buffer[0] = 0;
682
- input = ctxt->input;
683
- if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) {
684
- input = ctxt->inputTab[ctxt->inputNr - 2];
685
- }
686
-
687
-
688
- xmlHTMLPrintFileInfo(input);
689
-
690
- xmlGenericError(xmlGenericErrorContext, "<b>warning</b>: ");
691
- va_start(args, msg);
692
- len = strlen(buffer);
693
- vsnprintf(&buffer[len], sizeof(buffer) - len, msg, args);
694
- va_end(args);
695
- xmlHTMLEncodeSend();
696
- xmlGenericError(xmlGenericErrorContext, "</p>\n");
697
-
698
- xmlHTMLPrintFileContext(input);
699
- xmlHTMLEncodeSend();
700
- }
701
-
702
- /**
703
- * xmlHTMLValidityError:
704
- * @ctx: an XML parser context
705
- * @msg: the message to display/transmit
706
- * @...: extra parameters for the message display
707
- *
708
- * Display and format an validity error messages, gives file,
709
- * line, position and extra parameters.
710
- */
711
- static void XMLCDECL
712
- xmlHTMLValidityError(void *ctx, const char *msg, ...)
713
- {
714
- xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
715
- xmlParserInputPtr input;
716
- va_list args;
717
- int len;
718
-
719
- buffer[0] = 0;
720
- input = ctxt->input;
721
- if ((input->filename == NULL) && (ctxt->inputNr > 1))
722
- input = ctxt->inputTab[ctxt->inputNr - 2];
723
-
724
- xmlHTMLPrintFileInfo(input);
725
-
726
- xmlGenericError(xmlGenericErrorContext, "<b>validity error</b>: ");
727
- len = strlen(buffer);
728
- va_start(args, msg);
729
- vsnprintf(&buffer[len], sizeof(buffer) - len, msg, args);
730
- va_end(args);
731
- xmlHTMLEncodeSend();
732
- xmlGenericError(xmlGenericErrorContext, "</p>\n");
733
-
734
- xmlHTMLPrintFileContext(input);
735
- xmlHTMLEncodeSend();
736
- progresult = XMLLINT_ERR_VALID;
737
- }
738
-
739
- /**
740
- * xmlHTMLValidityWarning:
741
- * @ctx: an XML parser context
742
- * @msg: the message to display/transmit
743
- * @...: extra parameters for the message display
744
- *
745
- * Display and format a validity warning messages, gives file, line,
746
- * position and extra parameters.
747
- */
748
- static void XMLCDECL
749
- xmlHTMLValidityWarning(void *ctx, const char *msg, ...)
750
- {
751
- xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
752
- xmlParserInputPtr input;
753
- va_list args;
754
- int len;
755
-
756
- buffer[0] = 0;
757
- input = ctxt->input;
758
- if ((input->filename == NULL) && (ctxt->inputNr > 1))
759
- input = ctxt->inputTab[ctxt->inputNr - 2];
760
-
761
- xmlHTMLPrintFileInfo(input);
762
-
763
- xmlGenericError(xmlGenericErrorContext, "<b>validity warning</b>: ");
764
- va_start(args, msg);
765
- len = strlen(buffer);
766
- vsnprintf(&buffer[len], sizeof(buffer) - len, msg, args);
767
- va_end(args);
768
- xmlHTMLEncodeSend();
769
- xmlGenericError(xmlGenericErrorContext, "</p>\n");
770
-
771
- xmlHTMLPrintFileContext(input);
772
- xmlHTMLEncodeSend();
773
- }
774
-
775
- /************************************************************************
776
- * *
777
- * Shell Interface *
778
- * *
779
- ************************************************************************/
780
- #ifdef LIBXML_DEBUG_ENABLED
781
- #ifdef LIBXML_XPATH_ENABLED
782
- /**
783
- * xmlShellReadline:
784
- * @prompt: the prompt value
785
- *
786
- * Read a string
787
- *
788
- * Returns a pointer to it or NULL on EOF the caller is expected to
789
- * free the returned string.
790
- */
791
- static char *
792
- xmlShellReadline(char *prompt) {
793
- #ifdef HAVE_LIBREADLINE
794
- char *line_read;
795
-
796
- /* Get a line from the user. */
797
- line_read = readline (prompt);
798
-
799
- /* If the line has any text in it, save it on the history. */
800
- if (line_read && *line_read)
801
- add_history (line_read);
802
-
803
- return (line_read);
804
- #else
805
- char line_read[501];
806
- char *ret;
807
- int len;
808
-
809
- if (prompt != NULL)
810
- fprintf(stdout, "%s", prompt);
811
- if (!fgets(line_read, 500, stdin))
812
- return(NULL);
813
- line_read[500] = 0;
814
- len = strlen(line_read);
815
- ret = (char *) malloc(len + 1);
816
- if (ret != NULL) {
817
- memcpy (ret, line_read, len + 1);
818
- }
819
- return(ret);
820
- #endif
821
- }
822
- #endif /* LIBXML_XPATH_ENABLED */
823
- #endif /* LIBXML_DEBUG_ENABLED */
824
-
825
- /************************************************************************
826
- * *
827
- * I/O Interfaces *
828
- * *
829
- ************************************************************************/
830
-
831
- static int myRead(FILE *f, char * buf, int len) {
832
- return(fread(buf, 1, len, f));
833
- }
834
- static void myClose(FILE *f) {
835
- if (f != stdin) {
836
- fclose(f);
837
- }
838
- }
839
-
840
- /************************************************************************
841
- * *
842
- * SAX based tests *
843
- * *
844
- ************************************************************************/
845
-
846
- /*
847
- * empty SAX block
848
- */
849
- static xmlSAXHandler emptySAXHandlerStruct = {
850
- NULL, /* internalSubset */
851
- NULL, /* isStandalone */
852
- NULL, /* hasInternalSubset */
853
- NULL, /* hasExternalSubset */
854
- NULL, /* resolveEntity */
855
- NULL, /* getEntity */
856
- NULL, /* entityDecl */
857
- NULL, /* notationDecl */
858
- NULL, /* attributeDecl */
859
- NULL, /* elementDecl */
860
- NULL, /* unparsedEntityDecl */
861
- NULL, /* setDocumentLocator */
862
- NULL, /* startDocument */
863
- NULL, /* endDocument */
864
- NULL, /* startElement */
865
- NULL, /* endElement */
866
- NULL, /* reference */
867
- NULL, /* characters */
868
- NULL, /* ignorableWhitespace */
869
- NULL, /* processingInstruction */
870
- NULL, /* comment */
871
- NULL, /* xmlParserWarning */
872
- NULL, /* xmlParserError */
873
- NULL, /* xmlParserError */
874
- NULL, /* getParameterEntity */
875
- NULL, /* cdataBlock; */
876
- NULL, /* externalSubset; */
877
- XML_SAX2_MAGIC,
878
- NULL,
879
- NULL, /* startElementNs */
880
- NULL, /* endElementNs */
881
- NULL /* xmlStructuredErrorFunc */
882
- };
883
-
884
- static xmlSAXHandlerPtr emptySAXHandler = &emptySAXHandlerStruct;
885
- extern xmlSAXHandlerPtr debugSAXHandler;
886
- static int callbacks;
887
-
888
- /**
889
- * isStandaloneDebug:
890
- * @ctxt: An XML parser context
891
- *
892
- * Is this document tagged standalone ?
893
- *
894
- * Returns 1 if true
895
- */
896
- static int
897
- isStandaloneDebug(void *ctx ATTRIBUTE_UNUSED)
898
- {
899
- callbacks++;
900
- if (noout)
901
- return(0);
902
- fprintf(stdout, "SAX.isStandalone()\n");
903
- return(0);
904
- }
905
-
906
- /**
907
- * hasInternalSubsetDebug:
908
- * @ctxt: An XML parser context
909
- *
910
- * Does this document has an internal subset
911
- *
912
- * Returns 1 if true
913
- */
914
- static int
915
- hasInternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED)
916
- {
917
- callbacks++;
918
- if (noout)
919
- return(0);
920
- fprintf(stdout, "SAX.hasInternalSubset()\n");
921
- return(0);
922
- }
923
-
924
- /**
925
- * hasExternalSubsetDebug:
926
- * @ctxt: An XML parser context
927
- *
928
- * Does this document has an external subset
929
- *
930
- * Returns 1 if true
931
- */
932
- static int
933
- hasExternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED)
934
- {
935
- callbacks++;
936
- if (noout)
937
- return(0);
938
- fprintf(stdout, "SAX.hasExternalSubset()\n");
939
- return(0);
940
- }
941
-
942
- /**
943
- * internalSubsetDebug:
944
- * @ctxt: An XML parser context
945
- *
946
- * Does this document has an internal subset
947
- */
948
- static void
949
- internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
950
- const xmlChar *ExternalID, const xmlChar *SystemID)
951
- {
952
- callbacks++;
953
- if (noout)
954
- return;
955
- fprintf(stdout, "SAX.internalSubset(%s,", name);
956
- if (ExternalID == NULL)
957
- fprintf(stdout, " ,");
958
- else
959
- fprintf(stdout, " %s,", ExternalID);
960
- if (SystemID == NULL)
961
- fprintf(stdout, " )\n");
962
- else
963
- fprintf(stdout, " %s)\n", SystemID);
964
- }
965
-
966
- /**
967
- * externalSubsetDebug:
968
- * @ctxt: An XML parser context
969
- *
970
- * Does this document has an external subset
971
- */
972
- static void
973
- externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
974
- const xmlChar *ExternalID, const xmlChar *SystemID)
975
- {
976
- callbacks++;
977
- if (noout)
978
- return;
979
- fprintf(stdout, "SAX.externalSubset(%s,", name);
980
- if (ExternalID == NULL)
981
- fprintf(stdout, " ,");
982
- else
983
- fprintf(stdout, " %s,", ExternalID);
984
- if (SystemID == NULL)
985
- fprintf(stdout, " )\n");
986
- else
987
- fprintf(stdout, " %s)\n", SystemID);
988
- }
989
-
990
- /**
991
- * resolveEntityDebug:
992
- * @ctxt: An XML parser context
993
- * @publicId: The public ID of the entity
994
- * @systemId: The system ID of the entity
995
- *
996
- * Special entity resolver, better left to the parser, it has
997
- * more context than the application layer.
998
- * The default behaviour is to NOT resolve the entities, in that case
999
- * the ENTITY_REF nodes are built in the structure (and the parameter
1000
- * values).
1001
- *
1002
- * Returns the xmlParserInputPtr if inlined or NULL for DOM behaviour.
1003
- */
1004
- static xmlParserInputPtr
1005
- resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
1006
- {
1007
- callbacks++;
1008
- if (noout)
1009
- return(NULL);
1010
- /* xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx; */
1011
-
1012
-
1013
- fprintf(stdout, "SAX.resolveEntity(");
1014
- if (publicId != NULL)
1015
- fprintf(stdout, "%s", (char *)publicId);
1016
- else
1017
- fprintf(stdout, " ");
1018
- if (systemId != NULL)
1019
- fprintf(stdout, ", %s)\n", (char *)systemId);
1020
- else
1021
- fprintf(stdout, ", )\n");
1022
- return(NULL);
1023
- }
1024
-
1025
- /**
1026
- * getEntityDebug:
1027
- * @ctxt: An XML parser context
1028
- * @name: The entity name
1029
- *
1030
- * Get an entity by name
1031
- *
1032
- * Returns the xmlParserInputPtr if inlined or NULL for DOM behaviour.
1033
- */
1034
- static xmlEntityPtr
1035
- getEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
1036
- {
1037
- callbacks++;
1038
- if (noout)
1039
- return(NULL);
1040
- fprintf(stdout, "SAX.getEntity(%s)\n", name);
1041
- return(NULL);
1042
- }
1043
-
1044
- /**
1045
- * getParameterEntityDebug:
1046
- * @ctxt: An XML parser context
1047
- * @name: The entity name
1048
- *
1049
- * Get a parameter entity by name
1050
- *
1051
- * Returns the xmlParserInputPtr
1052
- */
1053
- static xmlEntityPtr
1054
- getParameterEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
1055
- {
1056
- callbacks++;
1057
- if (noout)
1058
- return(NULL);
1059
- fprintf(stdout, "SAX.getParameterEntity(%s)\n", name);
1060
- return(NULL);
1061
- }
1062
-
1063
-
1064
- /**
1065
- * entityDeclDebug:
1066
- * @ctxt: An XML parser context
1067
- * @name: the entity name
1068
- * @type: the entity type
1069
- * @publicId: The public ID of the entity
1070
- * @systemId: The system ID of the entity
1071
- * @content: the entity value (without processing).
1072
- *
1073
- * An entity definition has been parsed
1074
- */
1075
- static void
1076
- entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type,
1077
- const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
1078
- {
1079
- const xmlChar *nullstr = BAD_CAST "(null)";
1080
- /* not all libraries handle printing null pointers nicely */
1081
- if (publicId == NULL)
1082
- publicId = nullstr;
1083
- if (systemId == NULL)
1084
- systemId = nullstr;
1085
- if (content == NULL)
1086
- content = (xmlChar *)nullstr;
1087
- callbacks++;
1088
- if (noout)
1089
- return;
1090
- fprintf(stdout, "SAX.entityDecl(%s, %d, %s, %s, %s)\n",
1091
- name, type, publicId, systemId, content);
1092
- }
1093
-
1094
- /**
1095
- * attributeDeclDebug:
1096
- * @ctxt: An XML parser context
1097
- * @name: the attribute name
1098
- * @type: the attribute type
1099
- *
1100
- * An attribute definition has been parsed
1101
- */
1102
- static void
1103
- attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem,
1104
- const xmlChar * name, int type, int def,
1105
- const xmlChar * defaultValue, xmlEnumerationPtr tree)
1106
- {
1107
- callbacks++;
1108
- if (noout)
1109
- return;
1110
- if (defaultValue == NULL)
1111
- fprintf(stdout, "SAX.attributeDecl(%s, %s, %d, %d, NULL, ...)\n",
1112
- elem, name, type, def);
1113
- else
1114
- fprintf(stdout, "SAX.attributeDecl(%s, %s, %d, %d, %s, ...)\n",
1115
- elem, name, type, def, defaultValue);
1116
- xmlFreeEnumeration(tree);
1117
- }
1118
-
1119
- /**
1120
- * elementDeclDebug:
1121
- * @ctxt: An XML parser context
1122
- * @name: the element name
1123
- * @type: the element type
1124
- * @content: the element value (without processing).
1125
- *
1126
- * An element definition has been parsed
1127
- */
1128
- static void
1129
- elementDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type,
1130
- xmlElementContentPtr content ATTRIBUTE_UNUSED)
1131
- {
1132
- callbacks++;
1133
- if (noout)
1134
- return;
1135
- fprintf(stdout, "SAX.elementDecl(%s, %d, ...)\n",
1136
- name, type);
1137
- }
1138
-
1139
- /**
1140
- * notationDeclDebug:
1141
- * @ctxt: An XML parser context
1142
- * @name: The name of the notation
1143
- * @publicId: The public ID of the entity
1144
- * @systemId: The system ID of the entity
1145
- *
1146
- * What to do when a notation declaration has been parsed.
1147
- */
1148
- static void
1149
- notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
1150
- const xmlChar *publicId, const xmlChar *systemId)
1151
- {
1152
- callbacks++;
1153
- if (noout)
1154
- return;
1155
- fprintf(stdout, "SAX.notationDecl(%s, %s, %s)\n",
1156
- (char *) name, (char *) publicId, (char *) systemId);
1157
- }
1158
-
1159
- /**
1160
- * unparsedEntityDeclDebug:
1161
- * @ctxt: An XML parser context
1162
- * @name: The name of the entity
1163
- * @publicId: The public ID of the entity
1164
- * @systemId: The system ID of the entity
1165
- * @notationName: the name of the notation
1166
- *
1167
- * What to do when an unparsed entity declaration is parsed
1168
- */
1169
- static void
1170
- unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
1171
- const xmlChar *publicId, const xmlChar *systemId,
1172
- const xmlChar *notationName)
1173
- {
1174
- const xmlChar *nullstr = BAD_CAST "(null)";
1175
-
1176
- if (publicId == NULL)
1177
- publicId = nullstr;
1178
- if (systemId == NULL)
1179
- systemId = nullstr;
1180
- if (notationName == NULL)
1181
- notationName = nullstr;
1182
- callbacks++;
1183
- if (noout)
1184
- return;
1185
- fprintf(stdout, "SAX.unparsedEntityDecl(%s, %s, %s, %s)\n",
1186
- (char *) name, (char *) publicId, (char *) systemId,
1187
- (char *) notationName);
1188
- }
1189
-
1190
- /**
1191
- * setDocumentLocatorDebug:
1192
- * @ctxt: An XML parser context
1193
- * @loc: A SAX Locator
1194
- *
1195
- * Receive the document locator at startup, actually xmlDefaultSAXLocator
1196
- * Everything is available on the context, so this is useless in our case.
1197
- */
1198
- static void
1199
- setDocumentLocatorDebug(void *ctx ATTRIBUTE_UNUSED, xmlSAXLocatorPtr loc ATTRIBUTE_UNUSED)
1200
- {
1201
- callbacks++;
1202
- if (noout)
1203
- return;
1204
- fprintf(stdout, "SAX.setDocumentLocator()\n");
1205
- }
1206
-
1207
- /**
1208
- * startDocumentDebug:
1209
- * @ctxt: An XML parser context
1210
- *
1211
- * called when the document start being processed.
1212
- */
1213
- static void
1214
- startDocumentDebug(void *ctx ATTRIBUTE_UNUSED)
1215
- {
1216
- callbacks++;
1217
- if (noout)
1218
- return;
1219
- fprintf(stdout, "SAX.startDocument()\n");
1220
- }
1221
-
1222
- /**
1223
- * endDocumentDebug:
1224
- * @ctxt: An XML parser context
1225
- *
1226
- * called when the document end has been detected.
1227
- */
1228
- static void
1229
- endDocumentDebug(void *ctx ATTRIBUTE_UNUSED)
1230
- {
1231
- callbacks++;
1232
- if (noout)
1233
- return;
1234
- fprintf(stdout, "SAX.endDocument()\n");
1235
- }
1236
-
1237
- /**
1238
- * startElementDebug:
1239
- * @ctxt: An XML parser context
1240
- * @name: The element name
1241
- *
1242
- * called when an opening tag has been processed.
1243
- */
1244
- static void
1245
- startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts)
1246
- {
1247
- int i;
1248
-
1249
- callbacks++;
1250
- if (noout)
1251
- return;
1252
- fprintf(stdout, "SAX.startElement(%s", (char *) name);
1253
- if (atts != NULL) {
1254
- for (i = 0;(atts[i] != NULL);i++) {
1255
- fprintf(stdout, ", %s='", atts[i++]);
1256
- if (atts[i] != NULL)
1257
- fprintf(stdout, "%s'", atts[i]);
1258
- }
1259
- }
1260
- fprintf(stdout, ")\n");
1261
- }
1262
-
1263
- /**
1264
- * endElementDebug:
1265
- * @ctxt: An XML parser context
1266
- * @name: The element name
1267
- *
1268
- * called when the end of an element has been detected.
1269
- */
1270
- static void
1271
- endElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
1272
- {
1273
- callbacks++;
1274
- if (noout)
1275
- return;
1276
- fprintf(stdout, "SAX.endElement(%s)\n", (char *) name);
1277
- }
1278
-
1279
- /**
1280
- * charactersDebug:
1281
- * @ctxt: An XML parser context
1282
- * @ch: a xmlChar string
1283
- * @len: the number of xmlChar
1284
- *
1285
- * receiving some chars from the parser.
1286
- * Question: how much at a time ???
1287
- */
1288
- static void
1289
- charactersDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len)
1290
- {
1291
- char out[40];
1292
- int i;
1293
-
1294
- callbacks++;
1295
- if (noout)
1296
- return;
1297
- for (i = 0;(i<len) && (i < 30);i++)
1298
- out[i] = ch[i];
1299
- out[i] = 0;
1300
-
1301
- fprintf(stdout, "SAX.characters(%s, %d)\n", out, len);
1302
- }
1303
-
1304
- /**
1305
- * referenceDebug:
1306
- * @ctxt: An XML parser context
1307
- * @name: The entity name
1308
- *
1309
- * called when an entity reference is detected.
1310
- */
1311
- static void
1312
- referenceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name)
1313
- {
1314
- callbacks++;
1315
- if (noout)
1316
- return;
1317
- fprintf(stdout, "SAX.reference(%s)\n", name);
1318
- }
1319
-
1320
- /**
1321
- * ignorableWhitespaceDebug:
1322
- * @ctxt: An XML parser context
1323
- * @ch: a xmlChar string
1324
- * @start: the first char in the string
1325
- * @len: the number of xmlChar
1326
- *
1327
- * receiving some ignorable whitespaces from the parser.
1328
- * Question: how much at a time ???
1329
- */
1330
- static void
1331
- ignorableWhitespaceDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch, int len)
1332
- {
1333
- char out[40];
1334
- int i;
1335
-
1336
- callbacks++;
1337
- if (noout)
1338
- return;
1339
- for (i = 0;(i<len) && (i < 30);i++)
1340
- out[i] = ch[i];
1341
- out[i] = 0;
1342
- fprintf(stdout, "SAX.ignorableWhitespace(%s, %d)\n", out, len);
1343
- }
1344
-
1345
- /**
1346
- * processingInstructionDebug:
1347
- * @ctxt: An XML parser context
1348
- * @target: the target name
1349
- * @data: the PI data's
1350
- * @len: the number of xmlChar
1351
- *
1352
- * A processing instruction has been parsed.
1353
- */
1354
- static void
1355
- processingInstructionDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *target,
1356
- const xmlChar *data)
1357
- {
1358
- callbacks++;
1359
- if (noout)
1360
- return;
1361
- if (data != NULL)
1362
- fprintf(stdout, "SAX.processingInstruction(%s, %s)\n",
1363
- (char *) target, (char *) data);
1364
- else
1365
- fprintf(stdout, "SAX.processingInstruction(%s, NULL)\n",
1366
- (char *) target);
1367
- }
1368
-
1369
- /**
1370
- * cdataBlockDebug:
1371
- * @ctx: the user data (XML parser context)
1372
- * @value: The pcdata content
1373
- * @len: the block length
1374
- *
1375
- * called when a pcdata block has been parsed
1376
- */
1377
- static void
1378
- cdataBlockDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value, int len)
1379
- {
1380
- callbacks++;
1381
- if (noout)
1382
- return;
1383
- fprintf(stdout, "SAX.pcdata(%.20s, %d)\n",
1384
- (char *) value, len);
1385
- }
1386
-
1387
- /**
1388
- * commentDebug:
1389
- * @ctxt: An XML parser context
1390
- * @value: the comment content
1391
- *
1392
- * A comment has been parsed.
1393
- */
1394
- static void
1395
- commentDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value)
1396
- {
1397
- callbacks++;
1398
- if (noout)
1399
- return;
1400
- fprintf(stdout, "SAX.comment(%s)\n", value);
1401
- }
1402
-
1403
- /**
1404
- * warningDebug:
1405
- * @ctxt: An XML parser context
1406
- * @msg: the message to display/transmit
1407
- * @...: extra parameters for the message display
1408
- *
1409
- * Display and format a warning messages, gives file, line, position and
1410
- * extra parameters.
1411
- */
1412
- static void XMLCDECL
1413
- warningDebug(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...)
1414
- {
1415
- va_list args;
1416
-
1417
- callbacks++;
1418
- if (noout)
1419
- return;
1420
- va_start(args, msg);
1421
- fprintf(stdout, "SAX.warning: ");
1422
- vfprintf(stdout, msg, args);
1423
- va_end(args);
1424
- }
1425
-
1426
- /**
1427
- * errorDebug:
1428
- * @ctxt: An XML parser context
1429
- * @msg: the message to display/transmit
1430
- * @...: extra parameters for the message display
1431
- *
1432
- * Display and format a error messages, gives file, line, position and
1433
- * extra parameters.
1434
- */
1435
- static void XMLCDECL
1436
- errorDebug(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...)
1437
- {
1438
- va_list args;
1439
-
1440
- callbacks++;
1441
- if (noout)
1442
- return;
1443
- va_start(args, msg);
1444
- fprintf(stdout, "SAX.error: ");
1445
- vfprintf(stdout, msg, args);
1446
- va_end(args);
1447
- }
1448
-
1449
- /**
1450
- * fatalErrorDebug:
1451
- * @ctxt: An XML parser context
1452
- * @msg: the message to display/transmit
1453
- * @...: extra parameters for the message display
1454
- *
1455
- * Display and format a fatalError messages, gives file, line, position and
1456
- * extra parameters.
1457
- */
1458
- static void XMLCDECL
1459
- fatalErrorDebug(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...)
1460
- {
1461
- va_list args;
1462
-
1463
- callbacks++;
1464
- if (noout)
1465
- return;
1466
- va_start(args, msg);
1467
- fprintf(stdout, "SAX.fatalError: ");
1468
- vfprintf(stdout, msg, args);
1469
- va_end(args);
1470
- }
1471
-
1472
- static xmlSAXHandler debugSAXHandlerStruct = {
1473
- internalSubsetDebug,
1474
- isStandaloneDebug,
1475
- hasInternalSubsetDebug,
1476
- hasExternalSubsetDebug,
1477
- resolveEntityDebug,
1478
- getEntityDebug,
1479
- entityDeclDebug,
1480
- notationDeclDebug,
1481
- attributeDeclDebug,
1482
- elementDeclDebug,
1483
- unparsedEntityDeclDebug,
1484
- setDocumentLocatorDebug,
1485
- startDocumentDebug,
1486
- endDocumentDebug,
1487
- startElementDebug,
1488
- endElementDebug,
1489
- referenceDebug,
1490
- charactersDebug,
1491
- ignorableWhitespaceDebug,
1492
- processingInstructionDebug,
1493
- commentDebug,
1494
- warningDebug,
1495
- errorDebug,
1496
- fatalErrorDebug,
1497
- getParameterEntityDebug,
1498
- cdataBlockDebug,
1499
- externalSubsetDebug,
1500
- 1,
1501
- NULL,
1502
- NULL,
1503
- NULL,
1504
- NULL
1505
- };
1506
-
1507
- xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct;
1508
-
1509
- /*
1510
- * SAX2 specific callbacks
1511
- */
1512
- /**
1513
- * startElementNsDebug:
1514
- * @ctxt: An XML parser context
1515
- * @name: The element name
1516
- *
1517
- * called when an opening tag has been processed.
1518
- */
1519
- static void
1520
- startElementNsDebug(void *ctx ATTRIBUTE_UNUSED,
1521
- const xmlChar *localname,
1522
- const xmlChar *prefix,
1523
- const xmlChar *URI,
1524
- int nb_namespaces,
1525
- const xmlChar **namespaces,
1526
- int nb_attributes,
1527
- int nb_defaulted,
1528
- const xmlChar **attributes)
1529
- {
1530
- int i;
1531
-
1532
- callbacks++;
1533
- if (noout)
1534
- return;
1535
- fprintf(stdout, "SAX.startElementNs(%s", (char *) localname);
1536
- if (prefix == NULL)
1537
- fprintf(stdout, ", NULL");
1538
- else
1539
- fprintf(stdout, ", %s", (char *) prefix);
1540
- if (URI == NULL)
1541
- fprintf(stdout, ", NULL");
1542
- else
1543
- fprintf(stdout, ", '%s'", (char *) URI);
1544
- fprintf(stdout, ", %d", nb_namespaces);
1545
-
1546
- if (namespaces != NULL) {
1547
- for (i = 0;i < nb_namespaces * 2;i++) {
1548
- fprintf(stdout, ", xmlns");
1549
- if (namespaces[i] != NULL)
1550
- fprintf(stdout, ":%s", namespaces[i]);
1551
- i++;
1552
- fprintf(stdout, "='%s'", namespaces[i]);
1553
- }
1554
- }
1555
- fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted);
1556
- if (attributes != NULL) {
1557
- for (i = 0;i < nb_attributes * 5;i += 5) {
1558
- if (attributes[i + 1] != NULL)
1559
- fprintf(stdout, ", %s:%s='", attributes[i + 1], attributes[i]);
1560
- else
1561
- fprintf(stdout, ", %s='", attributes[i]);
1562
- fprintf(stdout, "%.4s...', %d", attributes[i + 3],
1563
- (int)(attributes[i + 4] - attributes[i + 3]));
1564
- }
1565
- }
1566
- fprintf(stdout, ")\n");
1567
- }
1568
-
1569
- /**
1570
- * endElementDebug:
1571
- * @ctxt: An XML parser context
1572
- * @name: The element name
1573
- *
1574
- * called when the end of an element has been detected.
1575
- */
1576
- static void
1577
- endElementNsDebug(void *ctx ATTRIBUTE_UNUSED,
1578
- const xmlChar *localname,
1579
- const xmlChar *prefix,
1580
- const xmlChar *URI)
1581
- {
1582
- callbacks++;
1583
- if (noout)
1584
- return;
1585
- fprintf(stdout, "SAX.endElementNs(%s", (char *) localname);
1586
- if (prefix == NULL)
1587
- fprintf(stdout, ", NULL");
1588
- else
1589
- fprintf(stdout, ", %s", (char *) prefix);
1590
- if (URI == NULL)
1591
- fprintf(stdout, ", NULL)\n");
1592
- else
1593
- fprintf(stdout, ", '%s')\n", (char *) URI);
1594
- }
1595
-
1596
- static xmlSAXHandler debugSAX2HandlerStruct = {
1597
- internalSubsetDebug,
1598
- isStandaloneDebug,
1599
- hasInternalSubsetDebug,
1600
- hasExternalSubsetDebug,
1601
- resolveEntityDebug,
1602
- getEntityDebug,
1603
- entityDeclDebug,
1604
- notationDeclDebug,
1605
- attributeDeclDebug,
1606
- elementDeclDebug,
1607
- unparsedEntityDeclDebug,
1608
- setDocumentLocatorDebug,
1609
- startDocumentDebug,
1610
- endDocumentDebug,
1611
- NULL,
1612
- NULL,
1613
- referenceDebug,
1614
- charactersDebug,
1615
- ignorableWhitespaceDebug,
1616
- processingInstructionDebug,
1617
- commentDebug,
1618
- warningDebug,
1619
- errorDebug,
1620
- fatalErrorDebug,
1621
- getParameterEntityDebug,
1622
- cdataBlockDebug,
1623
- externalSubsetDebug,
1624
- XML_SAX2_MAGIC,
1625
- NULL,
1626
- startElementNsDebug,
1627
- endElementNsDebug,
1628
- NULL
1629
- };
1630
-
1631
- static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct;
1632
-
1633
- static void
1634
- testSAX(const char *filename) {
1635
- xmlSAXHandlerPtr handler;
1636
- const char *user_data = "user_data"; /* mostly for debugging */
1637
- xmlParserInputBufferPtr buf = NULL;
1638
- xmlParserInputPtr inputStream;
1639
- xmlParserCtxtPtr ctxt = NULL;
1640
- xmlSAXHandlerPtr old_sax = NULL;
1641
-
1642
- callbacks = 0;
1643
-
1644
- if (noout) {
1645
- handler = emptySAXHandler;
1646
- #ifdef LIBXML_SAX1_ENABLED
1647
- } else if (sax1) {
1648
- handler = debugSAXHandler;
1649
- #endif
1650
- } else {
1651
- handler = debugSAX2Handler;
1652
- }
1653
-
1654
- /*
1655
- * it's not the simplest code but the most generic in term of I/O
1656
- */
1657
- buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE);
1658
- if (buf == NULL) {
1659
- goto error;
1660
- }
1661
-
1662
- #ifdef LIBXML_SCHEMAS_ENABLED
1663
- if (wxschemas != NULL) {
1664
- int ret;
1665
- xmlSchemaValidCtxtPtr vctxt;
1666
-
1667
- vctxt = xmlSchemaNewValidCtxt(wxschemas);
1668
- xmlSchemaSetValidErrors(vctxt,
1669
- (xmlSchemaValidityErrorFunc) fprintf,
1670
- (xmlSchemaValidityWarningFunc) fprintf,
1671
- stderr);
1672
- xmlSchemaValidateSetFilename(vctxt, filename);
1673
-
1674
- ret = xmlSchemaValidateStream(vctxt, buf, 0, handler,
1675
- (void *)user_data);
1676
- if (repeat == 0) {
1677
- if (ret == 0) {
1678
- fprintf(stderr, "%s validates\n", filename);
1679
- } else if (ret > 0) {
1680
- fprintf(stderr, "%s fails to validate\n", filename);
1681
- progresult = XMLLINT_ERR_VALID;
1682
- } else {
1683
- fprintf(stderr, "%s validation generated an internal error\n",
1684
- filename);
1685
- progresult = XMLLINT_ERR_VALID;
1686
- }
1687
- }
1688
- xmlSchemaFreeValidCtxt(vctxt);
1689
- } else
1690
- #endif
1691
- {
1692
- /*
1693
- * Create the parser context amd hook the input
1694
- */
1695
- ctxt = xmlNewParserCtxt();
1696
- if (ctxt == NULL) {
1697
- xmlFreeParserInputBuffer(buf);
1698
- goto error;
1699
- }
1700
- old_sax = ctxt->sax;
1701
- ctxt->sax = handler;
1702
- ctxt->userData = (void *) user_data;
1703
- inputStream = xmlNewIOInputStream(ctxt, buf, XML_CHAR_ENCODING_NONE);
1704
- if (inputStream == NULL) {
1705
- xmlFreeParserInputBuffer(buf);
1706
- goto error;
1707
- }
1708
- inputPush(ctxt, inputStream);
1709
-
1710
- /* do the parsing */
1711
- xmlParseDocument(ctxt);
1712
-
1713
- if (ctxt->myDoc != NULL) {
1714
- fprintf(stderr, "SAX generated a doc !\n");
1715
- xmlFreeDoc(ctxt->myDoc);
1716
- ctxt->myDoc = NULL;
1717
- }
1718
- }
1719
-
1720
- error:
1721
- if (ctxt != NULL) {
1722
- ctxt->sax = old_sax;
1723
- xmlFreeParserCtxt(ctxt);
1724
- }
1725
- }
1726
-
1727
- /************************************************************************
1728
- * *
1729
- * Stream Test processing *
1730
- * *
1731
- ************************************************************************/
1732
- #ifdef LIBXML_READER_ENABLED
1733
- static void processNode(xmlTextReaderPtr reader) {
1734
- const xmlChar *name, *value;
1735
- int type, empty;
1736
-
1737
- type = xmlTextReaderNodeType(reader);
1738
- empty = xmlTextReaderIsEmptyElement(reader);
1739
-
1740
- if (debug) {
1741
- name = xmlTextReaderConstName(reader);
1742
- if (name == NULL)
1743
- name = BAD_CAST "--";
1744
-
1745
- value = xmlTextReaderConstValue(reader);
1746
-
1747
-
1748
- printf("%d %d %s %d %d",
1749
- xmlTextReaderDepth(reader),
1750
- type,
1751
- name,
1752
- empty,
1753
- xmlTextReaderHasValue(reader));
1754
- if (value == NULL)
1755
- printf("\n");
1756
- else {
1757
- printf(" %s\n", value);
1758
- }
1759
- }
1760
- #ifdef LIBXML_PATTERN_ENABLED
1761
- if (patternc) {
1762
- xmlChar *path = NULL;
1763
- int match = -1;
1764
-
1765
- if (type == XML_READER_TYPE_ELEMENT) {
1766
- /* do the check only on element start */
1767
- match = xmlPatternMatch(patternc, xmlTextReaderCurrentNode(reader));
1768
-
1769
- if (match) {
1770
- #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_DEBUG_ENABLED)
1771
- path = xmlGetNodePath(xmlTextReaderCurrentNode(reader));
1772
- printf("Node %s matches pattern %s\n", path, pattern);
1773
- #else
1774
- printf("Node %s matches pattern %s\n",
1775
- xmlTextReaderConstName(reader), pattern);
1776
- #endif
1777
- }
1778
- }
1779
- if (patstream != NULL) {
1780
- int ret;
1781
-
1782
- if (type == XML_READER_TYPE_ELEMENT) {
1783
- ret = xmlStreamPush(patstream,
1784
- xmlTextReaderConstLocalName(reader),
1785
- xmlTextReaderConstNamespaceUri(reader));
1786
- if (ret < 0) {
1787
- fprintf(stderr, "xmlStreamPush() failure\n");
1788
- xmlFreeStreamCtxt(patstream);
1789
- patstream = NULL;
1790
- } else if (ret != match) {
1791
- #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_DEBUG_ENABLED)
1792
- if (path == NULL) {
1793
- path = xmlGetNodePath(
1794
- xmlTextReaderCurrentNode(reader));
1795
- }
1796
- #endif
1797
- fprintf(stderr,
1798
- "xmlPatternMatch and xmlStreamPush disagree\n");
1799
- if (path != NULL)
1800
- fprintf(stderr, " pattern %s node %s\n",
1801
- pattern, path);
1802
- else
1803
- fprintf(stderr, " pattern %s node %s\n",
1804
- pattern, xmlTextReaderConstName(reader));
1805
- }
1806
-
1807
- }
1808
- if ((type == XML_READER_TYPE_END_ELEMENT) ||
1809
- ((type == XML_READER_TYPE_ELEMENT) && (empty))) {
1810
- ret = xmlStreamPop(patstream);
1811
- if (ret < 0) {
1812
- fprintf(stderr, "xmlStreamPop() failure\n");
1813
- xmlFreeStreamCtxt(patstream);
1814
- patstream = NULL;
1815
- }
1816
- }
1817
- }
1818
- if (path != NULL)
1819
- xmlFree(path);
1820
- }
1821
- #endif
1822
- }
1823
-
1824
- static void streamFile(char *filename) {
1825
- xmlTextReaderPtr reader;
1826
- int ret;
1827
- #ifdef HAVE_MMAP
1828
- int fd = -1;
1829
- struct stat info;
1830
- const char *base = NULL;
1831
- xmlParserInputBufferPtr input = NULL;
1832
-
1833
- if (memory) {
1834
- if (stat(filename, &info) < 0)
1835
- return;
1836
- if ((fd = open(filename, O_RDONLY)) < 0)
1837
- return;
1838
- base = mmap(NULL, info.st_size, PROT_READ, MAP_SHARED, fd, 0) ;
1839
- if (base == (void *) MAP_FAILED)
1840
- return;
1841
-
1842
- reader = xmlReaderForMemory(base, info.st_size, filename,
1843
- NULL, options);
1844
- } else
1845
- #endif
1846
- reader = xmlReaderForFile(filename, NULL, options);
1847
- #ifdef LIBXML_PATTERN_ENABLED
1848
- if (pattern != NULL) {
1849
- patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL);
1850
- if (patternc == NULL) {
1851
- xmlGenericError(xmlGenericErrorContext,
1852
- "Pattern %s failed to compile\n", pattern);
1853
- progresult = XMLLINT_ERR_SCHEMAPAT;
1854
- pattern = NULL;
1855
- }
1856
- }
1857
- if (patternc != NULL) {
1858
- patstream = xmlPatternGetStreamCtxt(patternc);
1859
- if (patstream != NULL) {
1860
- ret = xmlStreamPush(patstream, NULL, NULL);
1861
- if (ret < 0) {
1862
- fprintf(stderr, "xmlStreamPush() failure\n");
1863
- xmlFreeStreamCtxt(patstream);
1864
- patstream = NULL;
1865
- }
1866
- }
1867
- }
1868
- #endif
1869
-
1870
-
1871
- if (reader != NULL) {
1872
- #ifdef LIBXML_VALID_ENABLED
1873
- if (valid)
1874
- xmlTextReaderSetParserProp(reader, XML_PARSER_VALIDATE, 1);
1875
- else
1876
- #endif /* LIBXML_VALID_ENABLED */
1877
- xmlTextReaderSetParserProp(reader, XML_PARSER_LOADDTD, 1);
1878
- #ifdef LIBXML_SCHEMAS_ENABLED
1879
- if (relaxng != NULL) {
1880
- if ((timing) && (!repeat)) {
1881
- startTimer();
1882
- }
1883
- ret = xmlTextReaderRelaxNGValidate(reader, relaxng);
1884
- if (ret < 0) {
1885
- xmlGenericError(xmlGenericErrorContext,
1886
- "Relax-NG schema %s failed to compile\n", relaxng);
1887
- progresult = XMLLINT_ERR_SCHEMACOMP;
1888
- relaxng = NULL;
1889
- }
1890
- if ((timing) && (!repeat)) {
1891
- endTimer("Compiling the schemas");
1892
- }
1893
- }
1894
- if (schema != NULL) {
1895
- if ((timing) && (!repeat)) {
1896
- startTimer();
1897
- }
1898
- ret = xmlTextReaderSchemaValidate(reader, schema);
1899
- if (ret < 0) {
1900
- xmlGenericError(xmlGenericErrorContext,
1901
- "XSD schema %s failed to compile\n", schema);
1902
- progresult = XMLLINT_ERR_SCHEMACOMP;
1903
- schema = NULL;
1904
- }
1905
- if ((timing) && (!repeat)) {
1906
- endTimer("Compiling the schemas");
1907
- }
1908
- }
1909
- #endif
1910
-
1911
- /*
1912
- * Process all nodes in sequence
1913
- */
1914
- if ((timing) && (!repeat)) {
1915
- startTimer();
1916
- }
1917
- ret = xmlTextReaderRead(reader);
1918
- while (ret == 1) {
1919
- if ((debug)
1920
- #ifdef LIBXML_PATTERN_ENABLED
1921
- || (patternc)
1922
- #endif
1923
- )
1924
- processNode(reader);
1925
- ret = xmlTextReaderRead(reader);
1926
- }
1927
- if ((timing) && (!repeat)) {
1928
- #ifdef LIBXML_SCHEMAS_ENABLED
1929
- if (relaxng != NULL)
1930
- endTimer("Parsing and validating");
1931
- else
1932
- #endif
1933
- #ifdef LIBXML_VALID_ENABLED
1934
- if (valid)
1935
- endTimer("Parsing and validating");
1936
- else
1937
- #endif
1938
- endTimer("Parsing");
1939
- }
1940
-
1941
- #ifdef LIBXML_VALID_ENABLED
1942
- if (valid) {
1943
- if (xmlTextReaderIsValid(reader) != 1) {
1944
- xmlGenericError(xmlGenericErrorContext,
1945
- "Document %s does not validate\n", filename);
1946
- progresult = XMLLINT_ERR_VALID;
1947
- }
1948
- }
1949
- #endif /* LIBXML_VALID_ENABLED */
1950
- #ifdef LIBXML_SCHEMAS_ENABLED
1951
- if ((relaxng != NULL) || (schema != NULL)) {
1952
- if (xmlTextReaderIsValid(reader) != 1) {
1953
- fprintf(stderr, "%s fails to validate\n", filename);
1954
- progresult = XMLLINT_ERR_VALID;
1955
- } else {
1956
- fprintf(stderr, "%s validates\n", filename);
1957
- }
1958
- }
1959
- #endif
1960
- /*
1961
- * Done, cleanup and status
1962
- */
1963
- xmlFreeTextReader(reader);
1964
- if (ret != 0) {
1965
- fprintf(stderr, "%s : failed to parse\n", filename);
1966
- progresult = XMLLINT_ERR_UNCLASS;
1967
- }
1968
- } else {
1969
- fprintf(stderr, "Unable to open %s\n", filename);
1970
- progresult = XMLLINT_ERR_UNCLASS;
1971
- }
1972
- #ifdef LIBXML_PATTERN_ENABLED
1973
- if (patstream != NULL) {
1974
- xmlFreeStreamCtxt(patstream);
1975
- patstream = NULL;
1976
- }
1977
- #endif
1978
- #ifdef HAVE_MMAP
1979
- if (memory) {
1980
- xmlFreeParserInputBuffer(input);
1981
- munmap((char *) base, info.st_size);
1982
- close(fd);
1983
- }
1984
- #endif
1985
- }
1986
-
1987
- static void walkDoc(xmlDocPtr doc) {
1988
- xmlTextReaderPtr reader;
1989
- int ret;
1990
-
1991
- #ifdef LIBXML_PATTERN_ENABLED
1992
- xmlNodePtr root;
1993
- const xmlChar *namespaces[22];
1994
- int i;
1995
- xmlNsPtr ns;
1996
-
1997
- root = xmlDocGetRootElement(doc);
1998
- for (ns = root->nsDef, i = 0;ns != NULL && i < 20;ns=ns->next) {
1999
- namespaces[i++] = ns->href;
2000
- namespaces[i++] = ns->prefix;
2001
- }
2002
- namespaces[i++] = NULL;
2003
- namespaces[i] = NULL;
2004
-
2005
- if (pattern != NULL) {
2006
- patternc = xmlPatterncompile((const xmlChar *) pattern, doc->dict,
2007
- 0, &namespaces[0]);
2008
- if (patternc == NULL) {
2009
- xmlGenericError(xmlGenericErrorContext,
2010
- "Pattern %s failed to compile\n", pattern);
2011
- progresult = XMLLINT_ERR_SCHEMAPAT;
2012
- pattern = NULL;
2013
- }
2014
- }
2015
- if (patternc != NULL) {
2016
- patstream = xmlPatternGetStreamCtxt(patternc);
2017
- if (patstream != NULL) {
2018
- ret = xmlStreamPush(patstream, NULL, NULL);
2019
- if (ret < 0) {
2020
- fprintf(stderr, "xmlStreamPush() failure\n");
2021
- xmlFreeStreamCtxt(patstream);
2022
- patstream = NULL;
2023
- }
2024
- }
2025
- }
2026
- #endif /* LIBXML_PATTERN_ENABLED */
2027
- reader = xmlReaderWalker(doc);
2028
- if (reader != NULL) {
2029
- if ((timing) && (!repeat)) {
2030
- startTimer();
2031
- }
2032
- ret = xmlTextReaderRead(reader);
2033
- while (ret == 1) {
2034
- if ((debug)
2035
- #ifdef LIBXML_PATTERN_ENABLED
2036
- || (patternc)
2037
- #endif
2038
- )
2039
- processNode(reader);
2040
- ret = xmlTextReaderRead(reader);
2041
- }
2042
- if ((timing) && (!repeat)) {
2043
- endTimer("walking through the doc");
2044
- }
2045
- xmlFreeTextReader(reader);
2046
- if (ret != 0) {
2047
- fprintf(stderr, "failed to walk through the doc\n");
2048
- progresult = XMLLINT_ERR_UNCLASS;
2049
- }
2050
- } else {
2051
- fprintf(stderr, "Failed to crate a reader from the document\n");
2052
- progresult = XMLLINT_ERR_UNCLASS;
2053
- }
2054
- #ifdef LIBXML_PATTERN_ENABLED
2055
- if (patstream != NULL) {
2056
- xmlFreeStreamCtxt(patstream);
2057
- patstream = NULL;
2058
- }
2059
- #endif
2060
- }
2061
- #endif /* LIBXML_READER_ENABLED */
2062
-
2063
- #ifdef LIBXML_XPATH_ENABLED
2064
- /************************************************************************
2065
- * *
2066
- * XPath Query *
2067
- * *
2068
- ************************************************************************/
2069
-
2070
- static void doXPathDump(xmlXPathObjectPtr cur) {
2071
- switch(cur->type) {
2072
- case XPATH_NODESET: {
2073
- int i;
2074
- xmlNodePtr node;
2075
- #ifdef LIBXML_OUTPUT_ENABLED
2076
- xmlSaveCtxtPtr ctxt;
2077
-
2078
- if ((cur->nodesetval == NULL) || (cur->nodesetval->nodeNr <= 0)) {
2079
- fprintf(stderr, "XPath set is empty\n");
2080
- progresult = XMLLINT_ERR_XPATH;
2081
- break;
2082
- }
2083
- ctxt = xmlSaveToFd(1, NULL, 0);
2084
- if (ctxt == NULL) {
2085
- fprintf(stderr, "Out of memory for XPath\n");
2086
- progresult = XMLLINT_ERR_MEM;
2087
- return;
2088
- }
2089
- for (i = 0;i < cur->nodesetval->nodeNr;i++) {
2090
- node = cur->nodesetval->nodeTab[i];
2091
- xmlSaveTree(ctxt, node);
2092
- }
2093
- xmlSaveClose(ctxt);
2094
- #else
2095
- printf("xpath returned %d nodes\n", cur->nodesetval->nodeNr);
2096
- #endif
2097
- break;
2098
- }
2099
- case XPATH_BOOLEAN:
2100
- if (cur->boolval) printf("true");
2101
- else printf("false");
2102
- break;
2103
- case XPATH_NUMBER:
2104
- switch (xmlXPathIsInf(cur->floatval)) {
2105
- case 1:
2106
- printf("Infinity");
2107
- break;
2108
- case -1:
2109
- printf("-Infinity");
2110
- break;
2111
- default:
2112
- if (xmlXPathIsNaN(cur->floatval)) {
2113
- printf("NaN");
2114
- } else {
2115
- printf("%0g", cur->floatval);
2116
- }
2117
- }
2118
- break;
2119
- case XPATH_STRING:
2120
- printf("%s", (const char *) cur->stringval);
2121
- break;
2122
- case XPATH_UNDEFINED:
2123
- fprintf(stderr, "XPath Object is uninitialized\n");
2124
- progresult = XMLLINT_ERR_XPATH;
2125
- break;
2126
- default:
2127
- fprintf(stderr, "XPath object of unexpected type\n");
2128
- progresult = XMLLINT_ERR_XPATH;
2129
- break;
2130
- }
2131
- }
2132
-
2133
- static void doXPathQuery(xmlDocPtr doc, const char *query) {
2134
- xmlXPathContextPtr ctxt;
2135
- xmlXPathObjectPtr res;
2136
-
2137
- ctxt = xmlXPathNewContext(doc);
2138
- if (ctxt == NULL) {
2139
- fprintf(stderr, "Out of memory for XPath\n");
2140
- progresult = XMLLINT_ERR_MEM;
2141
- return;
2142
- }
2143
- ctxt->node = (xmlNodePtr) doc;
2144
- res = xmlXPathEval(BAD_CAST query, ctxt);
2145
- xmlXPathFreeContext(ctxt);
2146
-
2147
- if (res == NULL) {
2148
- fprintf(stderr, "XPath evaluation failure\n");
2149
- progresult = XMLLINT_ERR_XPATH;
2150
- return;
2151
- }
2152
- doXPathDump(res);
2153
- xmlXPathFreeObject(res);
2154
- }
2155
- #endif /* LIBXML_XPATH_ENABLED */
2156
-
2157
- /************************************************************************
2158
- * *
2159
- * Tree Test processing *
2160
- * *
2161
- ************************************************************************/
2162
- static void parseAndPrintFile(char *filename, xmlParserCtxtPtr rectxt) {
2163
- xmlDocPtr doc = NULL;
2164
- #ifdef LIBXML_TREE_ENABLED
2165
- xmlDocPtr tmp;
2166
- #endif /* LIBXML_TREE_ENABLED */
2167
-
2168
- if ((timing) && (!repeat))
2169
- startTimer();
2170
-
2171
-
2172
- #ifdef LIBXML_TREE_ENABLED
2173
- if (filename == NULL) {
2174
- if (generate) {
2175
- xmlNodePtr n;
2176
-
2177
- doc = xmlNewDoc(BAD_CAST "1.0");
2178
- n = xmlNewDocNode(doc, NULL, BAD_CAST "info", NULL);
2179
- xmlNodeSetContent(n, BAD_CAST "abc");
2180
- xmlDocSetRootElement(doc, n);
2181
- }
2182
- }
2183
- #endif /* LIBXML_TREE_ENABLED */
2184
- #ifdef LIBXML_HTML_ENABLED
2185
- #ifdef LIBXML_PUSH_ENABLED
2186
- else if ((html) && (push)) {
2187
- FILE *f;
2188
-
2189
- #if defined(_WIN32) || defined (__DJGPP__) && !defined (__CYGWIN__)
2190
- f = fopen(filename, "rb");
2191
- #else
2192
- f = fopen(filename, "r");
2193
- #endif
2194
- if (f != NULL) {
2195
- int res, size = 3;
2196
- char chars[4096];
2197
- htmlParserCtxtPtr ctxt;
2198
-
2199
- /* if (repeat) */
2200
- size = 4096;
2201
- res = fread(chars, 1, 4, f);
2202
- if (res > 0) {
2203
- ctxt = htmlCreatePushParserCtxt(NULL, NULL,
2204
- chars, res, filename, XML_CHAR_ENCODING_NONE);
2205
- while ((res = fread(chars, 1, size, f)) > 0) {
2206
- htmlParseChunk(ctxt, chars, res, 0);
2207
- }
2208
- htmlParseChunk(ctxt, chars, 0, 1);
2209
- doc = ctxt->myDoc;
2210
- htmlFreeParserCtxt(ctxt);
2211
- }
2212
- fclose(f);
2213
- }
2214
- }
2215
- #endif /* LIBXML_PUSH_ENABLED */
2216
- #ifdef HAVE_MMAP
2217
- else if ((html) && (memory)) {
2218
- int fd;
2219
- struct stat info;
2220
- const char *base;
2221
- if (stat(filename, &info) < 0)
2222
- return;
2223
- if ((fd = open(filename, O_RDONLY)) < 0)
2224
- return;
2225
- base = mmap(NULL, info.st_size, PROT_READ, MAP_SHARED, fd, 0) ;
2226
- if (base == (void *) MAP_FAILED)
2227
- return;
2228
-
2229
- doc = htmlReadMemory((char *) base, info.st_size, filename,
2230
- NULL, options);
2231
-
2232
- munmap((char *) base, info.st_size);
2233
- close(fd);
2234
- }
2235
- #endif
2236
- else if (html) {
2237
- doc = htmlReadFile(filename, NULL, options);
2238
- }
2239
- #endif /* LIBXML_HTML_ENABLED */
2240
- else {
2241
- #ifdef LIBXML_PUSH_ENABLED
2242
- /*
2243
- * build an XML tree from a string;
2244
- */
2245
- if (push) {
2246
- FILE *f;
2247
-
2248
- /* '-' Usually means stdin -<sven@zen.org> */
2249
- if ((filename[0] == '-') && (filename[1] == 0)) {
2250
- f = stdin;
2251
- } else {
2252
- #if defined(_WIN32) || defined (__DJGPP__) && !defined (__CYGWIN__)
2253
- f = fopen(filename, "rb");
2254
- #else
2255
- f = fopen(filename, "r");
2256
- #endif
2257
- }
2258
- if (f != NULL) {
2259
- int ret;
2260
- int res, size = 1024;
2261
- char chars[1024];
2262
- xmlParserCtxtPtr ctxt;
2263
-
2264
- /* if (repeat) size = 1024; */
2265
- res = fread(chars, 1, 4, f);
2266
- if (res > 0) {
2267
- ctxt = xmlCreatePushParserCtxt(NULL, NULL,
2268
- chars, res, filename);
2269
- xmlCtxtUseOptions(ctxt, options);
2270
- while ((res = fread(chars, 1, size, f)) > 0) {
2271
- xmlParseChunk(ctxt, chars, res, 0);
2272
- }
2273
- xmlParseChunk(ctxt, chars, 0, 1);
2274
- doc = ctxt->myDoc;
2275
- ret = ctxt->wellFormed;
2276
- xmlFreeParserCtxt(ctxt);
2277
- if (!ret) {
2278
- xmlFreeDoc(doc);
2279
- doc = NULL;
2280
- }
2281
- }
2282
- if (f != stdin)
2283
- fclose(f);
2284
- }
2285
- } else
2286
- #endif /* LIBXML_PUSH_ENABLED */
2287
- if (testIO) {
2288
- if ((filename[0] == '-') && (filename[1] == 0)) {
2289
- doc = xmlReadFd(0, NULL, NULL, options);
2290
- } else {
2291
- FILE *f;
2292
-
2293
- #if defined(_WIN32) || defined (__DJGPP__) && !defined (__CYGWIN__)
2294
- f = fopen(filename, "rb");
2295
- #else
2296
- f = fopen(filename, "r");
2297
- #endif
2298
- if (f != NULL) {
2299
- if (rectxt == NULL)
2300
- doc = xmlReadIO((xmlInputReadCallback) myRead,
2301
- (xmlInputCloseCallback) myClose, f,
2302
- filename, NULL, options);
2303
- else
2304
- doc = xmlCtxtReadIO(rectxt,
2305
- (xmlInputReadCallback) myRead,
2306
- (xmlInputCloseCallback) myClose, f,
2307
- filename, NULL, options);
2308
- } else
2309
- doc = NULL;
2310
- }
2311
- } else if (htmlout) {
2312
- xmlParserCtxtPtr ctxt;
2313
-
2314
- if (rectxt == NULL)
2315
- ctxt = xmlNewParserCtxt();
2316
- else
2317
- ctxt = rectxt;
2318
- if (ctxt == NULL) {
2319
- doc = NULL;
2320
- } else {
2321
- ctxt->sax->error = xmlHTMLError;
2322
- ctxt->sax->warning = xmlHTMLWarning;
2323
- ctxt->vctxt.error = xmlHTMLValidityError;
2324
- ctxt->vctxt.warning = xmlHTMLValidityWarning;
2325
-
2326
- doc = xmlCtxtReadFile(ctxt, filename, NULL, options);
2327
-
2328
- if (rectxt == NULL)
2329
- xmlFreeParserCtxt(ctxt);
2330
- }
2331
- #ifdef HAVE_MMAP
2332
- } else if (memory) {
2333
- int fd;
2334
- struct stat info;
2335
- const char *base;
2336
- if (stat(filename, &info) < 0)
2337
- return;
2338
- if ((fd = open(filename, O_RDONLY)) < 0)
2339
- return;
2340
- base = mmap(NULL, info.st_size, PROT_READ, MAP_SHARED, fd, 0) ;
2341
- if (base == (void *) MAP_FAILED)
2342
- return;
2343
-
2344
- if (rectxt == NULL)
2345
- doc = xmlReadMemory((char *) base, info.st_size,
2346
- filename, NULL, options);
2347
- else
2348
- doc = xmlCtxtReadMemory(rectxt, (char *) base, info.st_size,
2349
- filename, NULL, options);
2350
-
2351
- munmap((char *) base, info.st_size);
2352
- close(fd);
2353
- #endif
2354
- #ifdef LIBXML_VALID_ENABLED
2355
- } else if (valid) {
2356
- xmlParserCtxtPtr ctxt = NULL;
2357
-
2358
- if (rectxt == NULL)
2359
- ctxt = xmlNewParserCtxt();
2360
- else
2361
- ctxt = rectxt;
2362
- if (ctxt == NULL) {
2363
- doc = NULL;
2364
- } else {
2365
- doc = xmlCtxtReadFile(ctxt, filename, NULL, options);
2366
-
2367
- if (ctxt->valid == 0)
2368
- progresult = XMLLINT_ERR_RDFILE;
2369
- if (rectxt == NULL)
2370
- xmlFreeParserCtxt(ctxt);
2371
- }
2372
- #endif /* LIBXML_VALID_ENABLED */
2373
- } else {
2374
- if (rectxt != NULL)
2375
- doc = xmlCtxtReadFile(rectxt, filename, NULL, options);
2376
- else {
2377
- #ifdef LIBXML_SAX1_ENABLED
2378
- if (sax1)
2379
- doc = xmlParseFile(filename);
2380
- else
2381
- #endif /* LIBXML_SAX1_ENABLED */
2382
- doc = xmlReadFile(filename, NULL, options);
2383
- }
2384
- }
2385
- }
2386
-
2387
- /*
2388
- * If we don't have a document we might as well give up. Do we
2389
- * want an error message here? <sven@zen.org> */
2390
- if (doc == NULL) {
2391
- progresult = XMLLINT_ERR_UNCLASS;
2392
- return;
2393
- }
2394
-
2395
- if ((timing) && (!repeat)) {
2396
- endTimer("Parsing");
2397
- }
2398
-
2399
- /*
2400
- * Remove DOCTYPE nodes
2401
- */
2402
- if (dropdtd) {
2403
- xmlDtdPtr dtd;
2404
-
2405
- dtd = xmlGetIntSubset(doc);
2406
- if (dtd != NULL) {
2407
- xmlUnlinkNode((xmlNodePtr)dtd);
2408
- xmlFreeDtd(dtd);
2409
- }
2410
- }
2411
-
2412
- #ifdef LIBXML_XINCLUDE_ENABLED
2413
- if (xinclude) {
2414
- if ((timing) && (!repeat)) {
2415
- startTimer();
2416
- }
2417
- if (xmlXIncludeProcessFlags(doc, options) < 0)
2418
- progresult = XMLLINT_ERR_UNCLASS;
2419
- if ((timing) && (!repeat)) {
2420
- endTimer("Xinclude processing");
2421
- }
2422
- }
2423
- #endif
2424
-
2425
- #ifdef LIBXML_XPATH_ENABLED
2426
- if (xpathquery != NULL) {
2427
- doXPathQuery(doc, xpathquery);
2428
- }
2429
- #endif
2430
-
2431
- #ifdef LIBXML_DEBUG_ENABLED
2432
- #ifdef LIBXML_XPATH_ENABLED
2433
- /*
2434
- * shell interaction
2435
- */
2436
- if (shell) {
2437
- xmlXPathOrderDocElems(doc);
2438
- xmlShell(doc, filename, xmlShellReadline, stdout);
2439
- }
2440
- #endif
2441
- #endif
2442
-
2443
- #ifdef LIBXML_TREE_ENABLED
2444
- /*
2445
- * test intermediate copy if needed.
2446
- */
2447
- if (copy) {
2448
- tmp = doc;
2449
- if (timing) {
2450
- startTimer();
2451
- }
2452
- doc = xmlCopyDoc(doc, 1);
2453
- if (timing) {
2454
- endTimer("Copying");
2455
- }
2456
- if (timing) {
2457
- startTimer();
2458
- }
2459
- xmlFreeDoc(tmp);
2460
- if (timing) {
2461
- endTimer("Freeing original");
2462
- }
2463
- }
2464
- #endif /* LIBXML_TREE_ENABLED */
2465
-
2466
- #ifdef LIBXML_VALID_ENABLED
2467
- if ((insert) && (!html)) {
2468
- const xmlChar* list[256];
2469
- int nb, i;
2470
- xmlNodePtr node;
2471
-
2472
- if (doc->children != NULL) {
2473
- node = doc->children;
2474
- while ((node != NULL) && (node->last == NULL)) node = node->next;
2475
- if (node != NULL) {
2476
- nb = xmlValidGetValidElements(node->last, NULL, list, 256);
2477
- if (nb < 0) {
2478
- fprintf(stderr, "could not get valid list of elements\n");
2479
- } else if (nb == 0) {
2480
- fprintf(stderr, "No element can be inserted under root\n");
2481
- } else {
2482
- fprintf(stderr, "%d element types can be inserted under root:\n",
2483
- nb);
2484
- for (i = 0;i < nb;i++) {
2485
- fprintf(stderr, "%s\n", (char *) list[i]);
2486
- }
2487
- }
2488
- }
2489
- }
2490
- }else
2491
- #endif /* LIBXML_VALID_ENABLED */
2492
- #ifdef LIBXML_READER_ENABLED
2493
- if (walker) {
2494
- walkDoc(doc);
2495
- }
2496
- #endif /* LIBXML_READER_ENABLED */
2497
- #ifdef LIBXML_OUTPUT_ENABLED
2498
- if (noout == 0) {
2499
- int ret;
2500
-
2501
- /*
2502
- * print it.
2503
- */
2504
- #ifdef LIBXML_DEBUG_ENABLED
2505
- if (!debug) {
2506
- #endif
2507
- if ((timing) && (!repeat)) {
2508
- startTimer();
2509
- }
2510
- #ifdef LIBXML_HTML_ENABLED
2511
- if ((html) && (!xmlout)) {
2512
- if (compress) {
2513
- htmlSaveFile(output ? output : "-", doc);
2514
- }
2515
- else if (encoding != NULL) {
2516
- if (format == 1) {
2517
- htmlSaveFileFormat(output ? output : "-", doc, encoding, 1);
2518
- }
2519
- else {
2520
- htmlSaveFileFormat(output ? output : "-", doc, encoding, 0);
2521
- }
2522
- }
2523
- else if (format == 1) {
2524
- htmlSaveFileFormat(output ? output : "-", doc, NULL, 1);
2525
- }
2526
- else {
2527
- FILE *out;
2528
- if (output == NULL)
2529
- out = stdout;
2530
- else {
2531
- out = fopen(output,"wb");
2532
- }
2533
- if (out != NULL) {
2534
- if (htmlDocDump(out, doc) < 0)
2535
- progresult = XMLLINT_ERR_OUT;
2536
-
2537
- if (output != NULL)
2538
- fclose(out);
2539
- } else {
2540
- fprintf(stderr, "failed to open %s\n", output);
2541
- progresult = XMLLINT_ERR_OUT;
2542
- }
2543
- }
2544
- if ((timing) && (!repeat)) {
2545
- endTimer("Saving");
2546
- }
2547
- } else
2548
- #endif
2549
- #ifdef LIBXML_C14N_ENABLED
2550
- if (canonical) {
2551
- xmlChar *result = NULL;
2552
- int size;
2553
-
2554
- size = xmlC14NDocDumpMemory(doc, NULL, XML_C14N_1_0, NULL, 1, &result);
2555
- if (size >= 0) {
2556
- if (write(1, result, size) == -1) {
2557
- fprintf(stderr, "Can't write data\n");
2558
- }
2559
- xmlFree(result);
2560
- } else {
2561
- fprintf(stderr, "Failed to canonicalize\n");
2562
- progresult = XMLLINT_ERR_OUT;
2563
- }
2564
- } else if (canonical) {
2565
- xmlChar *result = NULL;
2566
- int size;
2567
-
2568
- size = xmlC14NDocDumpMemory(doc, NULL, XML_C14N_1_1, NULL, 1, &result);
2569
- if (size >= 0) {
2570
- if (write(1, result, size) == -1) {
2571
- fprintf(stderr, "Can't write data\n");
2572
- }
2573
- xmlFree(result);
2574
- } else {
2575
- fprintf(stderr, "Failed to canonicalize\n");
2576
- progresult = XMLLINT_ERR_OUT;
2577
- }
2578
- } else
2579
- if (exc_canonical) {
2580
- xmlChar *result = NULL;
2581
- int size;
2582
-
2583
- size = xmlC14NDocDumpMemory(doc, NULL, XML_C14N_EXCLUSIVE_1_0, NULL, 1, &result);
2584
- if (size >= 0) {
2585
- if (write(1, result, size) == -1) {
2586
- fprintf(stderr, "Can't write data\n");
2587
- }
2588
- xmlFree(result);
2589
- } else {
2590
- fprintf(stderr, "Failed to canonicalize\n");
2591
- progresult = XMLLINT_ERR_OUT;
2592
- }
2593
- } else
2594
- #endif
2595
- #ifdef HAVE_MMAP
2596
- if (memory) {
2597
- xmlChar *result;
2598
- int len;
2599
-
2600
- if (encoding != NULL) {
2601
- if (format == 1) {
2602
- xmlDocDumpFormatMemoryEnc(doc, &result, &len, encoding, 1);
2603
- } else {
2604
- xmlDocDumpMemoryEnc(doc, &result, &len, encoding);
2605
- }
2606
- } else {
2607
- if (format == 1)
2608
- xmlDocDumpFormatMemory(doc, &result, &len, 1);
2609
- else
2610
- xmlDocDumpMemory(doc, &result, &len);
2611
- }
2612
- if (result == NULL) {
2613
- fprintf(stderr, "Failed to save\n");
2614
- progresult = XMLLINT_ERR_OUT;
2615
- } else {
2616
- if (write(1, result, len) == -1) {
2617
- fprintf(stderr, "Can't write data\n");
2618
- }
2619
- xmlFree(result);
2620
- }
2621
-
2622
- } else
2623
- #endif /* HAVE_MMAP */
2624
- if (compress) {
2625
- xmlSaveFile(output ? output : "-", doc);
2626
- } else if (oldout) {
2627
- if (encoding != NULL) {
2628
- if (format == 1) {
2629
- ret = xmlSaveFormatFileEnc(output ? output : "-", doc,
2630
- encoding, 1);
2631
- }
2632
- else {
2633
- ret = xmlSaveFileEnc(output ? output : "-", doc,
2634
- encoding);
2635
- }
2636
- if (ret < 0) {
2637
- fprintf(stderr, "failed save to %s\n",
2638
- output ? output : "-");
2639
- progresult = XMLLINT_ERR_OUT;
2640
- }
2641
- } else if (format == 1) {
2642
- ret = xmlSaveFormatFile(output ? output : "-", doc, 1);
2643
- if (ret < 0) {
2644
- fprintf(stderr, "failed save to %s\n",
2645
- output ? output : "-");
2646
- progresult = XMLLINT_ERR_OUT;
2647
- }
2648
- } else {
2649
- FILE *out;
2650
- if (output == NULL)
2651
- out = stdout;
2652
- else {
2653
- out = fopen(output,"wb");
2654
- }
2655
- if (out != NULL) {
2656
- if (xmlDocDump(out, doc) < 0)
2657
- progresult = XMLLINT_ERR_OUT;
2658
-
2659
- if (output != NULL)
2660
- fclose(out);
2661
- } else {
2662
- fprintf(stderr, "failed to open %s\n", output);
2663
- progresult = XMLLINT_ERR_OUT;
2664
- }
2665
- }
2666
- } else {
2667
- xmlSaveCtxtPtr ctxt;
2668
- int saveOpts = 0;
2669
-
2670
- if (format == 1)
2671
- saveOpts |= XML_SAVE_FORMAT;
2672
- else if (format == 2)
2673
- saveOpts |= XML_SAVE_WSNONSIG;
2674
-
2675
- #if defined(LIBXML_HTML_ENABLED) || defined(LIBXML_VALID_ENABLED)
2676
- if (xmlout)
2677
- saveOpts |= XML_SAVE_AS_XML;
2678
- #endif
2679
-
2680
- if (output == NULL)
2681
- ctxt = xmlSaveToFd(1, encoding, saveOpts);
2682
- else
2683
- ctxt = xmlSaveToFilename(output, encoding, saveOpts);
2684
-
2685
- if (ctxt != NULL) {
2686
- if (xmlSaveDoc(ctxt, doc) < 0) {
2687
- fprintf(stderr, "failed save to %s\n",
2688
- output ? output : "-");
2689
- progresult = XMLLINT_ERR_OUT;
2690
- }
2691
- xmlSaveClose(ctxt);
2692
- } else {
2693
- progresult = XMLLINT_ERR_OUT;
2694
- }
2695
- }
2696
- if ((timing) && (!repeat)) {
2697
- endTimer("Saving");
2698
- }
2699
- #ifdef LIBXML_DEBUG_ENABLED
2700
- } else {
2701
- FILE *out;
2702
- if (output == NULL)
2703
- out = stdout;
2704
- else {
2705
- out = fopen(output,"wb");
2706
- }
2707
- if (out != NULL) {
2708
- xmlDebugDumpDocument(out, doc);
2709
-
2710
- if (output != NULL)
2711
- fclose(out);
2712
- } else {
2713
- fprintf(stderr, "failed to open %s\n", output);
2714
- progresult = XMLLINT_ERR_OUT;
2715
- }
2716
- }
2717
- #endif
2718
- }
2719
- #endif /* LIBXML_OUTPUT_ENABLED */
2720
-
2721
- #ifdef LIBXML_VALID_ENABLED
2722
- /*
2723
- * A posteriori validation test
2724
- */
2725
- if ((dtdvalid != NULL) || (dtdvalidfpi != NULL)) {
2726
- xmlDtdPtr dtd;
2727
-
2728
- if ((timing) && (!repeat)) {
2729
- startTimer();
2730
- }
2731
- if (dtdvalid != NULL)
2732
- dtd = xmlParseDTD(NULL, (const xmlChar *)dtdvalid);
2733
- else
2734
- dtd = xmlParseDTD((const xmlChar *)dtdvalidfpi, NULL);
2735
- if ((timing) && (!repeat)) {
2736
- endTimer("Parsing DTD");
2737
- }
2738
- if (dtd == NULL) {
2739
- if (dtdvalid != NULL)
2740
- xmlGenericError(xmlGenericErrorContext,
2741
- "Could not parse DTD %s\n", dtdvalid);
2742
- else
2743
- xmlGenericError(xmlGenericErrorContext,
2744
- "Could not parse DTD %s\n", dtdvalidfpi);
2745
- progresult = XMLLINT_ERR_DTD;
2746
- } else {
2747
- xmlValidCtxtPtr cvp;
2748
-
2749
- if ((cvp = xmlNewValidCtxt()) == NULL) {
2750
- xmlGenericError(xmlGenericErrorContext,
2751
- "Couldn't allocate validation context\n");
2752
- exit(-1);
2753
- }
2754
- cvp->userData = (void *) stderr;
2755
- cvp->error = (xmlValidityErrorFunc) fprintf;
2756
- cvp->warning = (xmlValidityWarningFunc) fprintf;
2757
-
2758
- if ((timing) && (!repeat)) {
2759
- startTimer();
2760
- }
2761
- if (!xmlValidateDtd(cvp, doc, dtd)) {
2762
- if (dtdvalid != NULL)
2763
- xmlGenericError(xmlGenericErrorContext,
2764
- "Document %s does not validate against %s\n",
2765
- filename, dtdvalid);
2766
- else
2767
- xmlGenericError(xmlGenericErrorContext,
2768
- "Document %s does not validate against %s\n",
2769
- filename, dtdvalidfpi);
2770
- progresult = XMLLINT_ERR_VALID;
2771
- }
2772
- if ((timing) && (!repeat)) {
2773
- endTimer("Validating against DTD");
2774
- }
2775
- xmlFreeValidCtxt(cvp);
2776
- xmlFreeDtd(dtd);
2777
- }
2778
- } else if (postvalid) {
2779
- xmlValidCtxtPtr cvp;
2780
-
2781
- if ((cvp = xmlNewValidCtxt()) == NULL) {
2782
- xmlGenericError(xmlGenericErrorContext,
2783
- "Couldn't allocate validation context\n");
2784
- exit(-1);
2785
- }
2786
-
2787
- if ((timing) && (!repeat)) {
2788
- startTimer();
2789
- }
2790
- cvp->userData = (void *) stderr;
2791
- cvp->error = (xmlValidityErrorFunc) fprintf;
2792
- cvp->warning = (xmlValidityWarningFunc) fprintf;
2793
- if (!xmlValidateDocument(cvp, doc)) {
2794
- xmlGenericError(xmlGenericErrorContext,
2795
- "Document %s does not validate\n", filename);
2796
- progresult = XMLLINT_ERR_VALID;
2797
- }
2798
- if ((timing) && (!repeat)) {
2799
- endTimer("Validating");
2800
- }
2801
- xmlFreeValidCtxt(cvp);
2802
- }
2803
- #endif /* LIBXML_VALID_ENABLED */
2804
- #ifdef LIBXML_SCHEMATRON_ENABLED
2805
- if (wxschematron != NULL) {
2806
- xmlSchematronValidCtxtPtr ctxt;
2807
- int ret;
2808
- int flag;
2809
-
2810
- if ((timing) && (!repeat)) {
2811
- startTimer();
2812
- }
2813
-
2814
- if (debug)
2815
- flag = XML_SCHEMATRON_OUT_XML;
2816
- else
2817
- flag = XML_SCHEMATRON_OUT_TEXT;
2818
- if (noout)
2819
- flag |= XML_SCHEMATRON_OUT_QUIET;
2820
- ctxt = xmlSchematronNewValidCtxt(wxschematron, flag);
2821
- #if 0
2822
- xmlSchematronSetValidErrors(ctxt,
2823
- (xmlSchematronValidityErrorFunc) fprintf,
2824
- (xmlSchematronValidityWarningFunc) fprintf,
2825
- stderr);
2826
- #endif
2827
- ret = xmlSchematronValidateDoc(ctxt, doc);
2828
- if (ret == 0) {
2829
- fprintf(stderr, "%s validates\n", filename);
2830
- } else if (ret > 0) {
2831
- fprintf(stderr, "%s fails to validate\n", filename);
2832
- progresult = XMLLINT_ERR_VALID;
2833
- } else {
2834
- fprintf(stderr, "%s validation generated an internal error\n",
2835
- filename);
2836
- progresult = XMLLINT_ERR_VALID;
2837
- }
2838
- xmlSchematronFreeValidCtxt(ctxt);
2839
- if ((timing) && (!repeat)) {
2840
- endTimer("Validating");
2841
- }
2842
- }
2843
- #endif
2844
- #ifdef LIBXML_SCHEMAS_ENABLED
2845
- if (relaxngschemas != NULL) {
2846
- xmlRelaxNGValidCtxtPtr ctxt;
2847
- int ret;
2848
-
2849
- if ((timing) && (!repeat)) {
2850
- startTimer();
2851
- }
2852
-
2853
- ctxt = xmlRelaxNGNewValidCtxt(relaxngschemas);
2854
- xmlRelaxNGSetValidErrors(ctxt,
2855
- (xmlRelaxNGValidityErrorFunc) fprintf,
2856
- (xmlRelaxNGValidityWarningFunc) fprintf,
2857
- stderr);
2858
- ret = xmlRelaxNGValidateDoc(ctxt, doc);
2859
- if (ret == 0) {
2860
- fprintf(stderr, "%s validates\n", filename);
2861
- } else if (ret > 0) {
2862
- fprintf(stderr, "%s fails to validate\n", filename);
2863
- progresult = XMLLINT_ERR_VALID;
2864
- } else {
2865
- fprintf(stderr, "%s validation generated an internal error\n",
2866
- filename);
2867
- progresult = XMLLINT_ERR_VALID;
2868
- }
2869
- xmlRelaxNGFreeValidCtxt(ctxt);
2870
- if ((timing) && (!repeat)) {
2871
- endTimer("Validating");
2872
- }
2873
- } else if (wxschemas != NULL) {
2874
- xmlSchemaValidCtxtPtr ctxt;
2875
- int ret;
2876
-
2877
- if ((timing) && (!repeat)) {
2878
- startTimer();
2879
- }
2880
-
2881
- ctxt = xmlSchemaNewValidCtxt(wxschemas);
2882
- xmlSchemaSetValidErrors(ctxt,
2883
- (xmlSchemaValidityErrorFunc) fprintf,
2884
- (xmlSchemaValidityWarningFunc) fprintf,
2885
- stderr);
2886
- ret = xmlSchemaValidateDoc(ctxt, doc);
2887
- if (ret == 0) {
2888
- fprintf(stderr, "%s validates\n", filename);
2889
- } else if (ret > 0) {
2890
- fprintf(stderr, "%s fails to validate\n", filename);
2891
- progresult = XMLLINT_ERR_VALID;
2892
- } else {
2893
- fprintf(stderr, "%s validation generated an internal error\n",
2894
- filename);
2895
- progresult = XMLLINT_ERR_VALID;
2896
- }
2897
- xmlSchemaFreeValidCtxt(ctxt);
2898
- if ((timing) && (!repeat)) {
2899
- endTimer("Validating");
2900
- }
2901
- }
2902
- #endif
2903
-
2904
- #ifdef LIBXML_DEBUG_ENABLED
2905
- #if defined(LIBXML_HTML_ENABLED) || defined(LIBXML_VALID_ENABLED)
2906
- if ((debugent) && (!html))
2907
- xmlDebugDumpEntities(stderr, doc);
2908
- #endif
2909
- #endif
2910
-
2911
- /*
2912
- * free it.
2913
- */
2914
- if ((timing) && (!repeat)) {
2915
- startTimer();
2916
- }
2917
- xmlFreeDoc(doc);
2918
- if ((timing) && (!repeat)) {
2919
- endTimer("Freeing");
2920
- }
2921
- }
2922
-
2923
- /************************************************************************
2924
- * *
2925
- * Usage and Main *
2926
- * *
2927
- ************************************************************************/
2928
-
2929
- static void showVersion(const char *name) {
2930
- fprintf(stderr, "%s: using libxml version %s\n", name, xmlParserVersion);
2931
- fprintf(stderr, " compiled with: ");
2932
- if (xmlHasFeature(XML_WITH_THREAD)) fprintf(stderr, "Threads ");
2933
- if (xmlHasFeature(XML_WITH_TREE)) fprintf(stderr, "Tree ");
2934
- if (xmlHasFeature(XML_WITH_OUTPUT)) fprintf(stderr, "Output ");
2935
- if (xmlHasFeature(XML_WITH_PUSH)) fprintf(stderr, "Push ");
2936
- if (xmlHasFeature(XML_WITH_READER)) fprintf(stderr, "Reader ");
2937
- if (xmlHasFeature(XML_WITH_PATTERN)) fprintf(stderr, "Patterns ");
2938
- if (xmlHasFeature(XML_WITH_WRITER)) fprintf(stderr, "Writer ");
2939
- if (xmlHasFeature(XML_WITH_SAX1)) fprintf(stderr, "SAXv1 ");
2940
- if (xmlHasFeature(XML_WITH_FTP)) fprintf(stderr, "FTP ");
2941
- if (xmlHasFeature(XML_WITH_HTTP)) fprintf(stderr, "HTTP ");
2942
- if (xmlHasFeature(XML_WITH_VALID)) fprintf(stderr, "DTDValid ");
2943
- if (xmlHasFeature(XML_WITH_HTML)) fprintf(stderr, "HTML ");
2944
- if (xmlHasFeature(XML_WITH_LEGACY)) fprintf(stderr, "Legacy ");
2945
- if (xmlHasFeature(XML_WITH_C14N)) fprintf(stderr, "C14N ");
2946
- if (xmlHasFeature(XML_WITH_CATALOG)) fprintf(stderr, "Catalog ");
2947
- if (xmlHasFeature(XML_WITH_XPATH)) fprintf(stderr, "XPath ");
2948
- if (xmlHasFeature(XML_WITH_XPTR)) fprintf(stderr, "XPointer ");
2949
- if (xmlHasFeature(XML_WITH_XINCLUDE)) fprintf(stderr, "XInclude ");
2950
- if (xmlHasFeature(XML_WITH_ICONV)) fprintf(stderr, "Iconv ");
2951
- if (xmlHasFeature(XML_WITH_ISO8859X)) fprintf(stderr, "ISO8859X ");
2952
- if (xmlHasFeature(XML_WITH_UNICODE)) fprintf(stderr, "Unicode ");
2953
- if (xmlHasFeature(XML_WITH_REGEXP)) fprintf(stderr, "Regexps ");
2954
- if (xmlHasFeature(XML_WITH_AUTOMATA)) fprintf(stderr, "Automata ");
2955
- if (xmlHasFeature(XML_WITH_EXPR)) fprintf(stderr, "Expr ");
2956
- if (xmlHasFeature(XML_WITH_SCHEMAS)) fprintf(stderr, "Schemas ");
2957
- if (xmlHasFeature(XML_WITH_SCHEMATRON)) fprintf(stderr, "Schematron ");
2958
- if (xmlHasFeature(XML_WITH_MODULES)) fprintf(stderr, "Modules ");
2959
- if (xmlHasFeature(XML_WITH_DEBUG)) fprintf(stderr, "Debug ");
2960
- if (xmlHasFeature(XML_WITH_DEBUG_MEM)) fprintf(stderr, "MemDebug ");
2961
- if (xmlHasFeature(XML_WITH_DEBUG_RUN)) fprintf(stderr, "RunDebug ");
2962
- if (xmlHasFeature(XML_WITH_ZLIB)) fprintf(stderr, "Zlib ");
2963
- if (xmlHasFeature(XML_WITH_LZMA)) fprintf(stderr, "Lzma ");
2964
- fprintf(stderr, "\n");
2965
- }
2966
-
2967
- static void usage(const char *name) {
2968
- printf("Usage : %s [options] XMLfiles ...\n", name);
2969
- #ifdef LIBXML_OUTPUT_ENABLED
2970
- printf("\tParse the XML files and output the result of the parsing\n");
2971
- #else
2972
- printf("\tParse the XML files\n");
2973
- #endif /* LIBXML_OUTPUT_ENABLED */
2974
- printf("\t--version : display the version of the XML library used\n");
2975
- #ifdef LIBXML_DEBUG_ENABLED
2976
- printf("\t--debug : dump a debug tree of the in-memory document\n");
2977
- printf("\t--shell : run a navigating shell\n");
2978
- printf("\t--debugent : debug the entities defined in the document\n");
2979
- #else
2980
- #ifdef LIBXML_READER_ENABLED
2981
- printf("\t--debug : dump the nodes content when using --stream\n");
2982
- #endif /* LIBXML_READER_ENABLED */
2983
- #endif
2984
- #ifdef LIBXML_TREE_ENABLED
2985
- printf("\t--copy : used to test the internal copy implementation\n");
2986
- #endif /* LIBXML_TREE_ENABLED */
2987
- printf("\t--recover : output what was parsable on broken XML documents\n");
2988
- printf("\t--huge : remove any internal arbitrary parser limits\n");
2989
- printf("\t--noent : substitute entity references by their value\n");
2990
- printf("\t--noenc : ignore any encoding specified inside the document\n");
2991
- printf("\t--noout : don't output the result tree\n");
2992
- printf("\t--path 'paths': provide a set of paths for resources\n");
2993
- printf("\t--load-trace : print trace of all external entites loaded\n");
2994
- printf("\t--nonet : refuse to fetch DTDs or entities over network\n");
2995
- printf("\t--nocompact : do not generate compact text nodes\n");
2996
- printf("\t--htmlout : output results as HTML\n");
2997
- printf("\t--nowrap : do not put HTML doc wrapper\n");
2998
- #ifdef LIBXML_VALID_ENABLED
2999
- printf("\t--valid : validate the document in addition to std well-formed check\n");
3000
- printf("\t--postvalid : do a posteriori validation, i.e after parsing\n");
3001
- printf("\t--dtdvalid URL : do a posteriori validation against a given DTD\n");
3002
- printf("\t--dtdvalidfpi FPI : same but name the DTD with a Public Identifier\n");
3003
- #endif /* LIBXML_VALID_ENABLED */
3004
- printf("\t--timing : print some timings\n");
3005
- printf("\t--output file or -o file: save to a given file\n");
3006
- printf("\t--repeat : repeat 100 times, for timing or profiling\n");
3007
- printf("\t--insert : ad-hoc test for valid insertions\n");
3008
- #ifdef LIBXML_OUTPUT_ENABLED
3009
- #ifdef HAVE_ZLIB_H
3010
- printf("\t--compress : turn on gzip compression of output\n");
3011
- #endif
3012
- #endif /* LIBXML_OUTPUT_ENABLED */
3013
- #ifdef LIBXML_HTML_ENABLED
3014
- printf("\t--html : use the HTML parser\n");
3015
- printf("\t--xmlout : force to use the XML serializer when using --html\n");
3016
- printf("\t--nodefdtd : do not default HTML doctype\n");
3017
- #endif
3018
- #ifdef LIBXML_PUSH_ENABLED
3019
- printf("\t--push : use the push mode of the parser\n");
3020
- #endif /* LIBXML_PUSH_ENABLED */
3021
- #ifdef HAVE_MMAP
3022
- printf("\t--memory : parse from memory\n");
3023
- #endif
3024
- printf("\t--maxmem nbbytes : limits memory allocation to nbbytes bytes\n");
3025
- printf("\t--nowarning : do not emit warnings from parser/validator\n");
3026
- printf("\t--noblanks : drop (ignorable?) blanks spaces\n");
3027
- printf("\t--nocdata : replace cdata section with text nodes\n");
3028
- #ifdef LIBXML_OUTPUT_ENABLED
3029
- printf("\t--format : reformat/reindent the input\n");
3030
- printf("\t--encode encoding : output in the given encoding\n");
3031
- printf("\t--dropdtd : remove the DOCTYPE of the input docs\n");
3032
- printf("\t--pretty STYLE : pretty-print in a particular style\n");
3033
- printf("\t 0 Do not pretty print\n");
3034
- printf("\t 1 Format the XML content, as --format\n");
3035
- printf("\t 2 Add whitespace inside tags, preserving content\n");
3036
- #endif /* LIBXML_OUTPUT_ENABLED */
3037
- printf("\t--c14n : save in W3C canonical format v1.0 (with comments)\n");
3038
- printf("\t--c14n11 : save in W3C canonical format v1.1 (with comments)\n");
3039
- printf("\t--exc-c14n : save in W3C exclusive canonical format (with comments)\n");
3040
- #ifdef LIBXML_C14N_ENABLED
3041
- #endif /* LIBXML_C14N_ENABLED */
3042
- printf("\t--nsclean : remove redundant namespace declarations\n");
3043
- printf("\t--testIO : test user I/O support\n");
3044
- #ifdef LIBXML_CATALOG_ENABLED
3045
- printf("\t--catalogs : use SGML catalogs from $SGML_CATALOG_FILES\n");
3046
- printf("\t otherwise XML Catalogs starting from \n");
3047
- printf("\t %s are activated by default\n", XML_XML_DEFAULT_CATALOG);
3048
- printf("\t--nocatalogs: deactivate all catalogs\n");
3049
- #endif
3050
- printf("\t--auto : generate a small doc on the fly\n");
3051
- #ifdef LIBXML_XINCLUDE_ENABLED
3052
- printf("\t--xinclude : do XInclude processing\n");
3053
- printf("\t--noxincludenode : same but do not generate XInclude nodes\n");
3054
- printf("\t--nofixup-base-uris : do not fixup xml:base uris\n");
3055
- #endif
3056
- printf("\t--loaddtd : fetch external DTD\n");
3057
- printf("\t--dtdattr : loaddtd + populate the tree with inherited attributes \n");
3058
- #ifdef LIBXML_READER_ENABLED
3059
- printf("\t--stream : use the streaming interface to process very large files\n");
3060
- printf("\t--walker : create a reader and walk though the resulting doc\n");
3061
- #endif /* LIBXML_READER_ENABLED */
3062
- #ifdef LIBXML_PATTERN_ENABLED
3063
- printf("\t--pattern pattern_value : test the pattern support\n");
3064
- #endif
3065
- printf("\t--chkregister : verify the node registration code\n");
3066
- #ifdef LIBXML_SCHEMAS_ENABLED
3067
- printf("\t--relaxng schema : do RelaxNG validation against the schema\n");
3068
- printf("\t--schema schema : do validation against the WXS schema\n");
3069
- #endif
3070
- #ifdef LIBXML_SCHEMATRON_ENABLED
3071
- printf("\t--schematron schema : do validation against a schematron\n");
3072
- #endif
3073
- #ifdef LIBXML_SAX1_ENABLED
3074
- printf("\t--sax1: use the old SAX1 interfaces for processing\n");
3075
- #endif
3076
- printf("\t--sax: do not build a tree but work just at the SAX level\n");
3077
- printf("\t--oldxml10: use XML-1.0 parsing rules before the 5th edition\n");
3078
- #ifdef LIBXML_XPATH_ENABLED
3079
- printf("\t--xpath expr: evaluate the XPath expression, inply --noout\n");
3080
- #endif
3081
-
3082
- printf("\nLibxml project home page: http://xmlsoft.org/\n");
3083
- printf("To report bugs or get some help check: http://xmlsoft.org/bugs.html\n");
3084
- }
3085
-
3086
- static void registerNode(xmlNodePtr node)
3087
- {
3088
- node->_private = malloc(sizeof(long));
3089
- *(long*)node->_private = (long) 0x81726354;
3090
- nbregister++;
3091
- }
3092
-
3093
- static void deregisterNode(xmlNodePtr node)
3094
- {
3095
- assert(node->_private != NULL);
3096
- assert(*(long*)node->_private == (long) 0x81726354);
3097
- free(node->_private);
3098
- nbregister--;
3099
- }
3100
-
3101
- int
3102
- main(int argc, char **argv) {
3103
- int i, acount;
3104
- int files = 0;
3105
- int version = 0;
3106
- const char* indent;
3107
-
3108
- if (argc <= 1) {
3109
- usage(argv[0]);
3110
- return(1);
3111
- }
3112
- LIBXML_TEST_VERSION
3113
- for (i = 1; i < argc ; i++) {
3114
- if (!strcmp(argv[i], "-"))
3115
- break;
3116
-
3117
- if (argv[i][0] != '-')
3118
- continue;
3119
- if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
3120
- debug++;
3121
- else
3122
- #ifdef LIBXML_DEBUG_ENABLED
3123
- if ((!strcmp(argv[i], "-shell")) ||
3124
- (!strcmp(argv[i], "--shell"))) {
3125
- shell++;
3126
- noout = 1;
3127
- } else
3128
- #endif
3129
- #ifdef LIBXML_TREE_ENABLED
3130
- if ((!strcmp(argv[i], "-copy")) || (!strcmp(argv[i], "--copy")))
3131
- copy++;
3132
- else
3133
- #endif /* LIBXML_TREE_ENABLED */
3134
- if ((!strcmp(argv[i], "-recover")) ||
3135
- (!strcmp(argv[i], "--recover"))) {
3136
- recovery++;
3137
- options |= XML_PARSE_RECOVER;
3138
- } else if ((!strcmp(argv[i], "-huge")) ||
3139
- (!strcmp(argv[i], "--huge"))) {
3140
- options |= XML_PARSE_HUGE;
3141
- } else if ((!strcmp(argv[i], "-noent")) ||
3142
- (!strcmp(argv[i], "--noent"))) {
3143
- noent++;
3144
- options |= XML_PARSE_NOENT;
3145
- } else if ((!strcmp(argv[i], "-noenc")) ||
3146
- (!strcmp(argv[i], "--noenc"))) {
3147
- noenc++;
3148
- options |= XML_PARSE_IGNORE_ENC;
3149
- } else if ((!strcmp(argv[i], "-nsclean")) ||
3150
- (!strcmp(argv[i], "--nsclean"))) {
3151
- options |= XML_PARSE_NSCLEAN;
3152
- } else if ((!strcmp(argv[i], "-nocdata")) ||
3153
- (!strcmp(argv[i], "--nocdata"))) {
3154
- options |= XML_PARSE_NOCDATA;
3155
- } else if ((!strcmp(argv[i], "-nodict")) ||
3156
- (!strcmp(argv[i], "--nodict"))) {
3157
- options |= XML_PARSE_NODICT;
3158
- } else if ((!strcmp(argv[i], "-version")) ||
3159
- (!strcmp(argv[i], "--version"))) {
3160
- showVersion(argv[0]);
3161
- version = 1;
3162
- } else if ((!strcmp(argv[i], "-noout")) ||
3163
- (!strcmp(argv[i], "--noout")))
3164
- noout++;
3165
- #ifdef LIBXML_OUTPUT_ENABLED
3166
- else if ((!strcmp(argv[i], "-o")) ||
3167
- (!strcmp(argv[i], "-output")) ||
3168
- (!strcmp(argv[i], "--output"))) {
3169
- i++;
3170
- output = argv[i];
3171
- }
3172
- #endif /* LIBXML_OUTPUT_ENABLED */
3173
- else if ((!strcmp(argv[i], "-htmlout")) ||
3174
- (!strcmp(argv[i], "--htmlout")))
3175
- htmlout++;
3176
- else if ((!strcmp(argv[i], "-nowrap")) ||
3177
- (!strcmp(argv[i], "--nowrap")))
3178
- nowrap++;
3179
- #ifdef LIBXML_HTML_ENABLED
3180
- else if ((!strcmp(argv[i], "-html")) ||
3181
- (!strcmp(argv[i], "--html"))) {
3182
- html++;
3183
- }
3184
- else if ((!strcmp(argv[i], "-xmlout")) ||
3185
- (!strcmp(argv[i], "--xmlout"))) {
3186
- xmlout++;
3187
- } else if ((!strcmp(argv[i], "-nodefdtd")) ||
3188
- (!strcmp(argv[i], "--nodefdtd"))) {
3189
- nodefdtd++;
3190
- options |= HTML_PARSE_NODEFDTD;
3191
- }
3192
- #endif /* LIBXML_HTML_ENABLED */
3193
- else if ((!strcmp(argv[i], "-loaddtd")) ||
3194
- (!strcmp(argv[i], "--loaddtd"))) {
3195
- loaddtd++;
3196
- options |= XML_PARSE_DTDLOAD;
3197
- } else if ((!strcmp(argv[i], "-dtdattr")) ||
3198
- (!strcmp(argv[i], "--dtdattr"))) {
3199
- loaddtd++;
3200
- dtdattrs++;
3201
- options |= XML_PARSE_DTDATTR;
3202
- }
3203
- #ifdef LIBXML_VALID_ENABLED
3204
- else if ((!strcmp(argv[i], "-valid")) ||
3205
- (!strcmp(argv[i], "--valid"))) {
3206
- valid++;
3207
- options |= XML_PARSE_DTDVALID;
3208
- } else if ((!strcmp(argv[i], "-postvalid")) ||
3209
- (!strcmp(argv[i], "--postvalid"))) {
3210
- postvalid++;
3211
- loaddtd++;
3212
- options |= XML_PARSE_DTDLOAD;
3213
- } else if ((!strcmp(argv[i], "-dtdvalid")) ||
3214
- (!strcmp(argv[i], "--dtdvalid"))) {
3215
- i++;
3216
- dtdvalid = argv[i];
3217
- loaddtd++;
3218
- options |= XML_PARSE_DTDLOAD;
3219
- } else if ((!strcmp(argv[i], "-dtdvalidfpi")) ||
3220
- (!strcmp(argv[i], "--dtdvalidfpi"))) {
3221
- i++;
3222
- dtdvalidfpi = argv[i];
3223
- loaddtd++;
3224
- options |= XML_PARSE_DTDLOAD;
3225
- }
3226
- #endif /* LIBXML_VALID_ENABLED */
3227
- else if ((!strcmp(argv[i], "-dropdtd")) ||
3228
- (!strcmp(argv[i], "--dropdtd")))
3229
- dropdtd++;
3230
- else if ((!strcmp(argv[i], "-insert")) ||
3231
- (!strcmp(argv[i], "--insert")))
3232
- insert++;
3233
- else if ((!strcmp(argv[i], "-timing")) ||
3234
- (!strcmp(argv[i], "--timing")))
3235
- timing++;
3236
- else if ((!strcmp(argv[i], "-auto")) ||
3237
- (!strcmp(argv[i], "--auto")))
3238
- generate++;
3239
- else if ((!strcmp(argv[i], "-repeat")) ||
3240
- (!strcmp(argv[i], "--repeat"))) {
3241
- if (repeat)
3242
- repeat *= 10;
3243
- else
3244
- repeat = 100;
3245
- }
3246
- #ifdef LIBXML_PUSH_ENABLED
3247
- else if ((!strcmp(argv[i], "-push")) ||
3248
- (!strcmp(argv[i], "--push")))
3249
- push++;
3250
- #endif /* LIBXML_PUSH_ENABLED */
3251
- #ifdef HAVE_MMAP
3252
- else if ((!strcmp(argv[i], "-memory")) ||
3253
- (!strcmp(argv[i], "--memory")))
3254
- memory++;
3255
- #endif
3256
- else if ((!strcmp(argv[i], "-testIO")) ||
3257
- (!strcmp(argv[i], "--testIO")))
3258
- testIO++;
3259
- #ifdef LIBXML_XINCLUDE_ENABLED
3260
- else if ((!strcmp(argv[i], "-xinclude")) ||
3261
- (!strcmp(argv[i], "--xinclude"))) {
3262
- xinclude++;
3263
- options |= XML_PARSE_XINCLUDE;
3264
- }
3265
- else if ((!strcmp(argv[i], "-noxincludenode")) ||
3266
- (!strcmp(argv[i], "--noxincludenode"))) {
3267
- xinclude++;
3268
- options |= XML_PARSE_XINCLUDE;
3269
- options |= XML_PARSE_NOXINCNODE;
3270
- }
3271
- else if ((!strcmp(argv[i], "-nofixup-base-uris")) ||
3272
- (!strcmp(argv[i], "--nofixup-base-uris"))) {
3273
- xinclude++;
3274
- options |= XML_PARSE_XINCLUDE;
3275
- options |= XML_PARSE_NOBASEFIX;
3276
- }
3277
- #endif
3278
- #ifdef LIBXML_OUTPUT_ENABLED
3279
- #ifdef HAVE_ZLIB_H
3280
- else if ((!strcmp(argv[i], "-compress")) ||
3281
- (!strcmp(argv[i], "--compress"))) {
3282
- compress++;
3283
- xmlSetCompressMode(9);
3284
- }
3285
- #endif
3286
- #endif /* LIBXML_OUTPUT_ENABLED */
3287
- else if ((!strcmp(argv[i], "-nowarning")) ||
3288
- (!strcmp(argv[i], "--nowarning"))) {
3289
- xmlGetWarningsDefaultValue = 0;
3290
- xmlPedanticParserDefault(0);
3291
- options |= XML_PARSE_NOWARNING;
3292
- }
3293
- else if ((!strcmp(argv[i], "-pedantic")) ||
3294
- (!strcmp(argv[i], "--pedantic"))) {
3295
- xmlGetWarningsDefaultValue = 1;
3296
- xmlPedanticParserDefault(1);
3297
- options |= XML_PARSE_PEDANTIC;
3298
- }
3299
- #ifdef LIBXML_DEBUG_ENABLED
3300
- else if ((!strcmp(argv[i], "-debugent")) ||
3301
- (!strcmp(argv[i], "--debugent"))) {
3302
- debugent++;
3303
- xmlParserDebugEntities = 1;
3304
- }
3305
- #endif
3306
- #ifdef LIBXML_C14N_ENABLED
3307
- else if ((!strcmp(argv[i], "-c14n")) ||
3308
- (!strcmp(argv[i], "--c14n"))) {
3309
- canonical++;
3310
- options |= XML_PARSE_NOENT | XML_PARSE_DTDATTR | XML_PARSE_DTDLOAD;
3311
- }
3312
- else if ((!strcmp(argv[i], "-c14n11")) ||
3313
- (!strcmp(argv[i], "--c14n11"))) {
3314
- canonical_11++;
3315
- options |= XML_PARSE_NOENT | XML_PARSE_DTDATTR | XML_PARSE_DTDLOAD;
3316
- }
3317
- else if ((!strcmp(argv[i], "-exc-c14n")) ||
3318
- (!strcmp(argv[i], "--exc-c14n"))) {
3319
- exc_canonical++;
3320
- options |= XML_PARSE_NOENT | XML_PARSE_DTDATTR | XML_PARSE_DTDLOAD;
3321
- }
3322
- #endif
3323
- #ifdef LIBXML_CATALOG_ENABLED
3324
- else if ((!strcmp(argv[i], "-catalogs")) ||
3325
- (!strcmp(argv[i], "--catalogs"))) {
3326
- catalogs++;
3327
- } else if ((!strcmp(argv[i], "-nocatalogs")) ||
3328
- (!strcmp(argv[i], "--nocatalogs"))) {
3329
- nocatalogs++;
3330
- }
3331
- #endif
3332
- else if ((!strcmp(argv[i], "-encode")) ||
3333
- (!strcmp(argv[i], "--encode"))) {
3334
- i++;
3335
- encoding = argv[i];
3336
- /*
3337
- * OK it's for testing purposes
3338
- */
3339
- xmlAddEncodingAlias("UTF-8", "DVEnc");
3340
- }
3341
- else if ((!strcmp(argv[i], "-noblanks")) ||
3342
- (!strcmp(argv[i], "--noblanks"))) {
3343
- noblanks++;
3344
- xmlKeepBlanksDefault(0);
3345
- options |= XML_PARSE_NOBLANKS;
3346
- }
3347
- else if ((!strcmp(argv[i], "-maxmem")) ||
3348
- (!strcmp(argv[i], "--maxmem"))) {
3349
- i++;
3350
- if (sscanf(argv[i], "%d", &maxmem) == 1) {
3351
- xmlMemSetup(myFreeFunc, myMallocFunc, myReallocFunc,
3352
- myStrdupFunc);
3353
- } else {
3354
- maxmem = 0;
3355
- }
3356
- }
3357
- else if ((!strcmp(argv[i], "-format")) ||
3358
- (!strcmp(argv[i], "--format"))) {
3359
- noblanks++;
3360
- #ifdef LIBXML_OUTPUT_ENABLED
3361
- format = 1;
3362
- #endif /* LIBXML_OUTPUT_ENABLED */
3363
- xmlKeepBlanksDefault(0);
3364
- }
3365
- else if ((!strcmp(argv[i], "-pretty")) ||
3366
- (!strcmp(argv[i], "--pretty"))) {
3367
- i++;
3368
- #ifdef LIBXML_OUTPUT_ENABLED
3369
- format = atoi(argv[i]);
3370
- if (format == 1) {
3371
- noblanks++;
3372
- xmlKeepBlanksDefault(0);
3373
- }
3374
- #endif /* LIBXML_OUTPUT_ENABLED */
3375
- }
3376
- #ifdef LIBXML_READER_ENABLED
3377
- else if ((!strcmp(argv[i], "-stream")) ||
3378
- (!strcmp(argv[i], "--stream"))) {
3379
- stream++;
3380
- }
3381
- else if ((!strcmp(argv[i], "-walker")) ||
3382
- (!strcmp(argv[i], "--walker"))) {
3383
- walker++;
3384
- noout++;
3385
- }
3386
- #endif /* LIBXML_READER_ENABLED */
3387
- #ifdef LIBXML_SAX1_ENABLED
3388
- else if ((!strcmp(argv[i], "-sax1")) ||
3389
- (!strcmp(argv[i], "--sax1"))) {
3390
- sax1++;
3391
- options |= XML_PARSE_SAX1;
3392
- }
3393
- #endif /* LIBXML_SAX1_ENABLED */
3394
- else if ((!strcmp(argv[i], "-sax")) ||
3395
- (!strcmp(argv[i], "--sax"))) {
3396
- sax++;
3397
- }
3398
- else if ((!strcmp(argv[i], "-chkregister")) ||
3399
- (!strcmp(argv[i], "--chkregister"))) {
3400
- chkregister++;
3401
- #ifdef LIBXML_SCHEMAS_ENABLED
3402
- } else if ((!strcmp(argv[i], "-relaxng")) ||
3403
- (!strcmp(argv[i], "--relaxng"))) {
3404
- i++;
3405
- relaxng = argv[i];
3406
- noent++;
3407
- options |= XML_PARSE_NOENT;
3408
- } else if ((!strcmp(argv[i], "-schema")) ||
3409
- (!strcmp(argv[i], "--schema"))) {
3410
- i++;
3411
- schema = argv[i];
3412
- noent++;
3413
- #endif
3414
- #ifdef LIBXML_SCHEMATRON_ENABLED
3415
- } else if ((!strcmp(argv[i], "-schematron")) ||
3416
- (!strcmp(argv[i], "--schematron"))) {
3417
- i++;
3418
- schematron = argv[i];
3419
- noent++;
3420
- #endif
3421
- } else if ((!strcmp(argv[i], "-nonet")) ||
3422
- (!strcmp(argv[i], "--nonet"))) {
3423
- options |= XML_PARSE_NONET;
3424
- xmlSetExternalEntityLoader(xmlNoNetExternalEntityLoader);
3425
- } else if ((!strcmp(argv[i], "-nocompact")) ||
3426
- (!strcmp(argv[i], "--nocompact"))) {
3427
- options &= ~XML_PARSE_COMPACT;
3428
- } else if ((!strcmp(argv[i], "-load-trace")) ||
3429
- (!strcmp(argv[i], "--load-trace"))) {
3430
- load_trace++;
3431
- } else if ((!strcmp(argv[i], "-path")) ||
3432
- (!strcmp(argv[i], "--path"))) {
3433
- i++;
3434
- parsePath(BAD_CAST argv[i]);
3435
- #ifdef LIBXML_PATTERN_ENABLED
3436
- } else if ((!strcmp(argv[i], "-pattern")) ||
3437
- (!strcmp(argv[i], "--pattern"))) {
3438
- i++;
3439
- pattern = argv[i];
3440
- #endif
3441
- #ifdef LIBXML_XPATH_ENABLED
3442
- } else if ((!strcmp(argv[i], "-xpath")) ||
3443
- (!strcmp(argv[i], "--xpath"))) {
3444
- i++;
3445
- noout++;
3446
- xpathquery = argv[i];
3447
- #endif
3448
- } else if ((!strcmp(argv[i], "-oldxml10")) ||
3449
- (!strcmp(argv[i], "--oldxml10"))) {
3450
- oldxml10++;
3451
- options |= XML_PARSE_OLD10;
3452
- } else {
3453
- fprintf(stderr, "Unknown option %s\n", argv[i]);
3454
- usage(argv[0]);
3455
- return(1);
3456
- }
3457
- }
3458
-
3459
- #ifdef LIBXML_CATALOG_ENABLED
3460
- if (nocatalogs == 0) {
3461
- if (catalogs) {
3462
- const char *catal;
3463
-
3464
- catal = getenv("SGML_CATALOG_FILES");
3465
- if (catal != NULL) {
3466
- xmlLoadCatalogs(catal);
3467
- } else {
3468
- fprintf(stderr, "Variable $SGML_CATALOG_FILES not set\n");
3469
- }
3470
- }
3471
- }
3472
- #endif
3473
-
3474
- #ifdef LIBXML_SAX1_ENABLED
3475
- if (sax1)
3476
- xmlSAXDefaultVersion(1);
3477
- else
3478
- xmlSAXDefaultVersion(2);
3479
- #endif /* LIBXML_SAX1_ENABLED */
3480
-
3481
- if (chkregister) {
3482
- xmlRegisterNodeDefault(registerNode);
3483
- xmlDeregisterNodeDefault(deregisterNode);
3484
- }
3485
-
3486
- indent = getenv("XMLLINT_INDENT");
3487
- if(indent != NULL) {
3488
- xmlTreeIndentString = indent;
3489
- }
3490
-
3491
-
3492
- defaultEntityLoader = xmlGetExternalEntityLoader();
3493
- xmlSetExternalEntityLoader(xmllintExternalEntityLoader);
3494
-
3495
- xmlLineNumbersDefault(1);
3496
- if (loaddtd != 0)
3497
- xmlLoadExtDtdDefaultValue |= XML_DETECT_IDS;
3498
- if (dtdattrs)
3499
- xmlLoadExtDtdDefaultValue |= XML_COMPLETE_ATTRS;
3500
- if (noent != 0) xmlSubstituteEntitiesDefault(1);
3501
- #ifdef LIBXML_VALID_ENABLED
3502
- if (valid != 0) xmlDoValidityCheckingDefaultValue = 1;
3503
- #endif /* LIBXML_VALID_ENABLED */
3504
- if ((htmlout) && (!nowrap)) {
3505
- xmlGenericError(xmlGenericErrorContext,
3506
- "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"\n");
3507
- xmlGenericError(xmlGenericErrorContext,
3508
- "\t\"http://www.w3.org/TR/REC-html40/loose.dtd\">\n");
3509
- xmlGenericError(xmlGenericErrorContext,
3510
- "<html><head><title>%s output</title></head>\n",
3511
- argv[0]);
3512
- xmlGenericError(xmlGenericErrorContext,
3513
- "<body bgcolor=\"#ffffff\"><h1 align=\"center\">%s output</h1>\n",
3514
- argv[0]);
3515
- }
3516
-
3517
- #ifdef LIBXML_SCHEMATRON_ENABLED
3518
- if ((schematron != NULL) && (sax == 0)
3519
- #ifdef LIBXML_READER_ENABLED
3520
- && (stream == 0)
3521
- #endif /* LIBXML_READER_ENABLED */
3522
- ) {
3523
- xmlSchematronParserCtxtPtr ctxt;
3524
-
3525
- /* forces loading the DTDs */
3526
- xmlLoadExtDtdDefaultValue |= 1;
3527
- options |= XML_PARSE_DTDLOAD;
3528
- if (timing) {
3529
- startTimer();
3530
- }
3531
- ctxt = xmlSchematronNewParserCtxt(schematron);
3532
- #if 0
3533
- xmlSchematronSetParserErrors(ctxt,
3534
- (xmlSchematronValidityErrorFunc) fprintf,
3535
- (xmlSchematronValidityWarningFunc) fprintf,
3536
- stderr);
3537
- #endif
3538
- wxschematron = xmlSchematronParse(ctxt);
3539
- if (wxschematron == NULL) {
3540
- xmlGenericError(xmlGenericErrorContext,
3541
- "Schematron schema %s failed to compile\n", schematron);
3542
- progresult = XMLLINT_ERR_SCHEMACOMP;
3543
- schematron = NULL;
3544
- }
3545
- xmlSchematronFreeParserCtxt(ctxt);
3546
- if (timing) {
3547
- endTimer("Compiling the schemas");
3548
- }
3549
- }
3550
- #endif
3551
- #ifdef LIBXML_SCHEMAS_ENABLED
3552
- if ((relaxng != NULL) && (sax == 0)
3553
- #ifdef LIBXML_READER_ENABLED
3554
- && (stream == 0)
3555
- #endif /* LIBXML_READER_ENABLED */
3556
- ) {
3557
- xmlRelaxNGParserCtxtPtr ctxt;
3558
-
3559
- /* forces loading the DTDs */
3560
- xmlLoadExtDtdDefaultValue |= 1;
3561
- options |= XML_PARSE_DTDLOAD;
3562
- if (timing) {
3563
- startTimer();
3564
- }
3565
- ctxt = xmlRelaxNGNewParserCtxt(relaxng);
3566
- xmlRelaxNGSetParserErrors(ctxt,
3567
- (xmlRelaxNGValidityErrorFunc) fprintf,
3568
- (xmlRelaxNGValidityWarningFunc) fprintf,
3569
- stderr);
3570
- relaxngschemas = xmlRelaxNGParse(ctxt);
3571
- if (relaxngschemas == NULL) {
3572
- xmlGenericError(xmlGenericErrorContext,
3573
- "Relax-NG schema %s failed to compile\n", relaxng);
3574
- progresult = XMLLINT_ERR_SCHEMACOMP;
3575
- relaxng = NULL;
3576
- }
3577
- xmlRelaxNGFreeParserCtxt(ctxt);
3578
- if (timing) {
3579
- endTimer("Compiling the schemas");
3580
- }
3581
- } else if ((schema != NULL)
3582
- #ifdef LIBXML_READER_ENABLED
3583
- && (stream == 0)
3584
- #endif
3585
- ) {
3586
- xmlSchemaParserCtxtPtr ctxt;
3587
-
3588
- if (timing) {
3589
- startTimer();
3590
- }
3591
- ctxt = xmlSchemaNewParserCtxt(schema);
3592
- xmlSchemaSetParserErrors(ctxt,
3593
- (xmlSchemaValidityErrorFunc) fprintf,
3594
- (xmlSchemaValidityWarningFunc) fprintf,
3595
- stderr);
3596
- wxschemas = xmlSchemaParse(ctxt);
3597
- if (wxschemas == NULL) {
3598
- xmlGenericError(xmlGenericErrorContext,
3599
- "WXS schema %s failed to compile\n", schema);
3600
- progresult = XMLLINT_ERR_SCHEMACOMP;
3601
- schema = NULL;
3602
- }
3603
- xmlSchemaFreeParserCtxt(ctxt);
3604
- if (timing) {
3605
- endTimer("Compiling the schemas");
3606
- }
3607
- }
3608
- #endif /* LIBXML_SCHEMAS_ENABLED */
3609
- #ifdef LIBXML_PATTERN_ENABLED
3610
- if ((pattern != NULL)
3611
- #ifdef LIBXML_READER_ENABLED
3612
- && (walker == 0)
3613
- #endif
3614
- ) {
3615
- patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL);
3616
- if (patternc == NULL) {
3617
- xmlGenericError(xmlGenericErrorContext,
3618
- "Pattern %s failed to compile\n", pattern);
3619
- progresult = XMLLINT_ERR_SCHEMAPAT;
3620
- pattern = NULL;
3621
- }
3622
- }
3623
- #endif /* LIBXML_PATTERN_ENABLED */
3624
- for (i = 1; i < argc ; i++) {
3625
- if ((!strcmp(argv[i], "-encode")) ||
3626
- (!strcmp(argv[i], "--encode"))) {
3627
- i++;
3628
- continue;
3629
- } else if ((!strcmp(argv[i], "-o")) ||
3630
- (!strcmp(argv[i], "-output")) ||
3631
- (!strcmp(argv[i], "--output"))) {
3632
- i++;
3633
- continue;
3634
- }
3635
- #ifdef LIBXML_VALID_ENABLED
3636
- if ((!strcmp(argv[i], "-dtdvalid")) ||
3637
- (!strcmp(argv[i], "--dtdvalid"))) {
3638
- i++;
3639
- continue;
3640
- }
3641
- if ((!strcmp(argv[i], "-path")) ||
3642
- (!strcmp(argv[i], "--path"))) {
3643
- i++;
3644
- continue;
3645
- }
3646
- if ((!strcmp(argv[i], "-dtdvalidfpi")) ||
3647
- (!strcmp(argv[i], "--dtdvalidfpi"))) {
3648
- i++;
3649
- continue;
3650
- }
3651
- #endif /* LIBXML_VALID_ENABLED */
3652
- if ((!strcmp(argv[i], "-relaxng")) ||
3653
- (!strcmp(argv[i], "--relaxng"))) {
3654
- i++;
3655
- continue;
3656
- }
3657
- if ((!strcmp(argv[i], "-maxmem")) ||
3658
- (!strcmp(argv[i], "--maxmem"))) {
3659
- i++;
3660
- continue;
3661
- }
3662
- if ((!strcmp(argv[i], "-pretty")) ||
3663
- (!strcmp(argv[i], "--pretty"))) {
3664
- i++;
3665
- continue;
3666
- }
3667
- if ((!strcmp(argv[i], "-schema")) ||
3668
- (!strcmp(argv[i], "--schema"))) {
3669
- i++;
3670
- continue;
3671
- }
3672
- if ((!strcmp(argv[i], "-schematron")) ||
3673
- (!strcmp(argv[i], "--schematron"))) {
3674
- i++;
3675
- continue;
3676
- }
3677
- #ifdef LIBXML_PATTERN_ENABLED
3678
- if ((!strcmp(argv[i], "-pattern")) ||
3679
- (!strcmp(argv[i], "--pattern"))) {
3680
- i++;
3681
- continue;
3682
- }
3683
- #endif
3684
- #ifdef LIBXML_XPATH_ENABLED
3685
- if ((!strcmp(argv[i], "-xpath")) ||
3686
- (!strcmp(argv[i], "--xpath"))) {
3687
- i++;
3688
- continue;
3689
- }
3690
- #endif
3691
- if ((timing) && (repeat))
3692
- startTimer();
3693
- /* Remember file names. "-" means stdin. <sven@zen.org> */
3694
- if ((argv[i][0] != '-') || (strcmp(argv[i], "-") == 0)) {
3695
- if (repeat) {
3696
- xmlParserCtxtPtr ctxt = NULL;
3697
-
3698
- for (acount = 0;acount < repeat;acount++) {
3699
- #ifdef LIBXML_READER_ENABLED
3700
- if (stream != 0) {
3701
- streamFile(argv[i]);
3702
- } else {
3703
- #endif /* LIBXML_READER_ENABLED */
3704
- if (sax) {
3705
- testSAX(argv[i]);
3706
- } else {
3707
- if (ctxt == NULL)
3708
- ctxt = xmlNewParserCtxt();
3709
- parseAndPrintFile(argv[i], ctxt);
3710
- }
3711
- #ifdef LIBXML_READER_ENABLED
3712
- }
3713
- #endif /* LIBXML_READER_ENABLED */
3714
- }
3715
- if (ctxt != NULL)
3716
- xmlFreeParserCtxt(ctxt);
3717
- } else {
3718
- nbregister = 0;
3719
-
3720
- #ifdef LIBXML_READER_ENABLED
3721
- if (stream != 0)
3722
- streamFile(argv[i]);
3723
- else
3724
- #endif /* LIBXML_READER_ENABLED */
3725
- if (sax) {
3726
- testSAX(argv[i]);
3727
- } else {
3728
- parseAndPrintFile(argv[i], NULL);
3729
- }
3730
-
3731
- if ((chkregister) && (nbregister != 0)) {
3732
- fprintf(stderr, "Registration count off: %d\n", nbregister);
3733
- progresult = XMLLINT_ERR_RDREGIS;
3734
- }
3735
- }
3736
- files ++;
3737
- if ((timing) && (repeat)) {
3738
- endTimer("%d iterations", repeat);
3739
- }
3740
- }
3741
- }
3742
- if (generate)
3743
- parseAndPrintFile(NULL, NULL);
3744
- if ((htmlout) && (!nowrap)) {
3745
- xmlGenericError(xmlGenericErrorContext, "</body></html>\n");
3746
- }
3747
- if ((files == 0) && (!generate) && (version == 0)) {
3748
- usage(argv[0]);
3749
- }
3750
- #ifdef LIBXML_SCHEMATRON_ENABLED
3751
- if (wxschematron != NULL)
3752
- xmlSchematronFree(wxschematron);
3753
- #endif
3754
- #ifdef LIBXML_SCHEMAS_ENABLED
3755
- if (relaxngschemas != NULL)
3756
- xmlRelaxNGFree(relaxngschemas);
3757
- if (wxschemas != NULL)
3758
- xmlSchemaFree(wxschemas);
3759
- xmlRelaxNGCleanupTypes();
3760
- #endif
3761
- #ifdef LIBXML_PATTERN_ENABLED
3762
- if (patternc != NULL)
3763
- xmlFreePattern(patternc);
3764
- #endif
3765
- xmlCleanupParser();
3766
- xmlMemoryDump();
3767
-
3768
- return(progresult);
3769
- }
3770
-