gstreamer 1.1.0-x86-mingw32 → 1.1.1-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (778) hide show
  1. data/Rakefile +31 -5
  2. data/vendor/local/bin/flac.exe +0 -0
  3. data/vendor/local/bin/gst-discoverer-0.10.exe +0 -0
  4. data/vendor/local/bin/gst-feedback.exe +0 -0
  5. data/vendor/local/bin/gst-inspect-0.10.exe +0 -0
  6. data/vendor/local/bin/gst-inspect.exe +0 -0
  7. data/vendor/local/bin/gst-launch-0.10.exe +0 -0
  8. data/vendor/local/bin/gst-launch.exe +0 -0
  9. data/vendor/local/bin/gst-typefind-0.10.exe +0 -0
  10. data/vendor/local/bin/gst-typefind.exe +0 -0
  11. data/vendor/local/bin/gst-xmlinspect-0.10.exe +0 -0
  12. data/vendor/local/bin/gst-xmlinspect.exe +0 -0
  13. data/vendor/local/bin/gst-xmllaunch-0.10.exe +0 -0
  14. data/vendor/local/bin/gst-xmllaunch.exe +0 -0
  15. data/vendor/local/bin/libFLAC-8.dll +0 -0
  16. data/vendor/local/bin/libgstapp-0.10-0.dll +0 -0
  17. data/vendor/local/bin/libgstaudio-0.10-0.dll +0 -0
  18. data/vendor/local/bin/libgstbase-0.10-0.dll +0 -0
  19. data/vendor/local/bin/libgstbasevideo-0.10-0.dll +0 -0
  20. data/vendor/local/bin/libgstcdda-0.10-0.dll +0 -0
  21. data/vendor/local/bin/libgstcheck-0.10-0.dll +0 -0
  22. data/vendor/local/bin/libgstcontroller-0.10-0.dll +0 -0
  23. data/vendor/local/bin/libgstdataprotocol-0.10-0.dll +0 -0
  24. data/vendor/local/bin/libgstfft-0.10-0.dll +0 -0
  25. data/vendor/local/bin/libgstinterfaces-0.10-0.dll +0 -0
  26. data/vendor/local/bin/libgstnet-0.10-0.dll +0 -0
  27. data/vendor/local/bin/libgstnetbuffer-0.10-0.dll +0 -0
  28. data/vendor/local/bin/libgstpbutils-0.10-0.dll +0 -0
  29. data/vendor/local/bin/libgstphotography-0.10-0.dll +0 -0
  30. data/vendor/local/bin/libgstreamer-0.10-0.dll +0 -0
  31. data/vendor/local/bin/libgstriff-0.10-0.dll +0 -0
  32. data/vendor/local/bin/libgstrtp-0.10-0.dll +0 -0
  33. data/vendor/local/bin/libgstrtsp-0.10-0.dll +0 -0
  34. data/vendor/local/bin/libgstsdp-0.10-0.dll +0 -0
  35. data/vendor/local/bin/libgstsignalprocessor-0.10-0.dll +0 -0
  36. data/vendor/local/bin/libgsttag-0.10-0.dll +0 -0
  37. data/vendor/local/bin/libgstvideo-0.10-0.dll +0 -0
  38. data/vendor/local/bin/libmad-0.dll +0 -0
  39. data/vendor/local/bin/libogg-0.dll +0 -0
  40. data/vendor/local/bin/libspeex-1.dll +0 -0
  41. data/vendor/local/bin/libspeexdsp-1.dll +0 -0
  42. data/vendor/local/bin/libtheora-0.dll +0 -0
  43. data/vendor/local/bin/libtheoradec-1.dll +0 -0
  44. data/vendor/local/bin/libtheoraenc-1.dll +0 -0
  45. data/vendor/local/bin/libvorbis-0.dll +0 -0
  46. data/vendor/local/bin/libvorbisenc-2.dll +0 -0
  47. data/vendor/local/bin/libvorbisfile-3.dll +0 -0
  48. data/vendor/local/bin/metaflac.exe +0 -0
  49. data/vendor/local/bin/speexdec.exe +0 -0
  50. data/vendor/local/bin/speexenc.exe +0 -0
  51. data/vendor/local/include/FLAC/all.h +370 -0
  52. data/vendor/local/include/FLAC/assert.h +45 -0
  53. data/vendor/local/include/FLAC/callback.h +184 -0
  54. data/vendor/local/include/FLAC/export.h +91 -0
  55. data/vendor/local/include/FLAC/format.h +1010 -0
  56. data/vendor/local/include/FLAC/metadata.h +2181 -0
  57. data/vendor/local/include/FLAC/ordinals.h +80 -0
  58. data/vendor/local/include/FLAC/stream_decoder.h +1559 -0
  59. data/vendor/local/include/FLAC/stream_encoder.h +1768 -0
  60. data/vendor/local/include/mad.h +964 -0
  61. data/vendor/local/lib/gstreamer-0.10/libgstadder.dll +0 -0
  62. data/vendor/local/lib/gstreamer-0.10/libgstadder.dll.a +0 -0
  63. data/vendor/local/lib/gstreamer-0.10/libgstadpcmdec.dll +0 -0
  64. data/vendor/local/lib/gstreamer-0.10/libgstadpcmdec.dll.a +0 -0
  65. data/vendor/local/lib/gstreamer-0.10/libgstadpcmenc.dll +0 -0
  66. data/vendor/local/lib/gstreamer-0.10/libgstadpcmenc.dll.a +0 -0
  67. data/vendor/local/lib/gstreamer-0.10/libgstaiff.dll +0 -0
  68. data/vendor/local/lib/gstreamer-0.10/libgstaiff.dll.a +0 -0
  69. data/vendor/local/lib/gstreamer-0.10/libgstalaw.dll +0 -0
  70. data/vendor/local/lib/gstreamer-0.10/libgstalaw.dll.a +0 -0
  71. data/vendor/local/lib/gstreamer-0.10/libgstalpha.dll +0 -0
  72. data/vendor/local/lib/gstreamer-0.10/libgstalpha.dll.a +0 -0
  73. data/vendor/local/lib/gstreamer-0.10/libgstalphacolor.dll +0 -0
  74. data/vendor/local/lib/gstreamer-0.10/libgstalphacolor.dll.a +0 -0
  75. data/vendor/local/lib/gstreamer-0.10/libgstannodex.dll +0 -0
  76. data/vendor/local/lib/gstreamer-0.10/libgstannodex.dll.a +0 -0
  77. data/vendor/local/lib/gstreamer-0.10/libgstapetag.dll +0 -0
  78. data/vendor/local/lib/gstreamer-0.10/libgstapetag.dll.a +0 -0
  79. data/vendor/local/lib/gstreamer-0.10/libgstapp.dll +0 -0
  80. data/vendor/local/lib/gstreamer-0.10/libgstapp.dll.a +0 -0
  81. data/vendor/local/lib/gstreamer-0.10/libgstasf.dll +0 -0
  82. data/vendor/local/lib/gstreamer-0.10/libgstasf.dll.a +0 -0
  83. data/vendor/local/lib/gstreamer-0.10/libgstasf.la +41 -0
  84. data/vendor/local/lib/gstreamer-0.10/libgstasfmux.dll +0 -0
  85. data/vendor/local/lib/gstreamer-0.10/libgstasfmux.dll.a +0 -0
  86. data/vendor/local/lib/gstreamer-0.10/libgstaudioconvert.dll +0 -0
  87. data/vendor/local/lib/gstreamer-0.10/libgstaudioconvert.dll.a +0 -0
  88. data/vendor/local/lib/gstreamer-0.10/libgstaudiofx.dll +0 -0
  89. data/vendor/local/lib/gstreamer-0.10/libgstaudiofx.dll.a +0 -0
  90. data/vendor/local/lib/gstreamer-0.10/libgstaudioparsers.dll +0 -0
  91. data/vendor/local/lib/gstreamer-0.10/libgstaudioparsers.dll.a +0 -0
  92. data/vendor/local/lib/gstreamer-0.10/libgstaudiorate.dll +0 -0
  93. data/vendor/local/lib/gstreamer-0.10/libgstaudiorate.dll.a +0 -0
  94. data/vendor/local/lib/gstreamer-0.10/libgstaudioresample.dll +0 -0
  95. data/vendor/local/lib/gstreamer-0.10/libgstaudioresample.dll.a +0 -0
  96. data/vendor/local/lib/gstreamer-0.10/libgstaudiotestsrc.dll +0 -0
  97. data/vendor/local/lib/gstreamer-0.10/libgstaudiotestsrc.dll.a +0 -0
  98. data/vendor/local/lib/gstreamer-0.10/libgstauparse.dll +0 -0
  99. data/vendor/local/lib/gstreamer-0.10/libgstauparse.dll.a +0 -0
  100. data/vendor/local/lib/gstreamer-0.10/libgstautoconvert.dll +0 -0
  101. data/vendor/local/lib/gstreamer-0.10/libgstautoconvert.dll.a +0 -0
  102. data/vendor/local/lib/gstreamer-0.10/libgstautodetect.dll +0 -0
  103. data/vendor/local/lib/gstreamer-0.10/libgstautodetect.dll.a +0 -0
  104. data/vendor/local/lib/gstreamer-0.10/libgstavi.dll +0 -0
  105. data/vendor/local/lib/gstreamer-0.10/libgstavi.dll.a +0 -0
  106. data/vendor/local/lib/gstreamer-0.10/libgstbayer.dll +0 -0
  107. data/vendor/local/lib/gstreamer-0.10/libgstbayer.dll.a +0 -0
  108. data/vendor/local/lib/gstreamer-0.10/libgstcairo.dll +0 -0
  109. data/vendor/local/lib/gstreamer-0.10/libgstcairo.dll.a +0 -0
  110. data/vendor/local/lib/gstreamer-0.10/libgstcamerabin.dll +0 -0
  111. data/vendor/local/lib/gstreamer-0.10/libgstcamerabin.dll.a +0 -0
  112. data/vendor/local/lib/gstreamer-0.10/libgstcdxaparse.dll +0 -0
  113. data/vendor/local/lib/gstreamer-0.10/libgstcdxaparse.dll.a +0 -0
  114. data/vendor/local/lib/gstreamer-0.10/libgstcog.dll +0 -0
  115. data/vendor/local/lib/gstreamer-0.10/libgstcog.dll.a +0 -0
  116. data/vendor/local/lib/gstreamer-0.10/libgstcoloreffects.dll +0 -0
  117. data/vendor/local/lib/gstreamer-0.10/libgstcoloreffects.dll.a +0 -0
  118. data/vendor/local/lib/gstreamer-0.10/libgstcolorspace.dll +0 -0
  119. data/vendor/local/lib/gstreamer-0.10/libgstcolorspace.dll.a +0 -0
  120. data/vendor/local/lib/gstreamer-0.10/libgstcoreelements.dll +0 -0
  121. data/vendor/local/lib/gstreamer-0.10/libgstcoreelements.dll.a +0 -0
  122. data/vendor/local/lib/gstreamer-0.10/libgstcoreindexers.dll +0 -0
  123. data/vendor/local/lib/gstreamer-0.10/libgstcoreindexers.dll.a +0 -0
  124. data/vendor/local/lib/gstreamer-0.10/libgstcutter.dll +0 -0
  125. data/vendor/local/lib/gstreamer-0.10/libgstcutter.dll.a +0 -0
  126. data/vendor/local/lib/gstreamer-0.10/libgstdataurisrc.dll +0 -0
  127. data/vendor/local/lib/gstreamer-0.10/libgstdataurisrc.dll.a +0 -0
  128. data/vendor/local/lib/gstreamer-0.10/libgstdebug.dll +0 -0
  129. data/vendor/local/lib/gstreamer-0.10/libgstdebug.dll.a +0 -0
  130. data/vendor/local/lib/gstreamer-0.10/libgstdebugutilsbad.dll +0 -0
  131. data/vendor/local/lib/gstreamer-0.10/libgstdebugutilsbad.dll.a +0 -0
  132. data/vendor/local/lib/gstreamer-0.10/libgstdecodebin.dll +0 -0
  133. data/vendor/local/lib/gstreamer-0.10/libgstdecodebin.dll.a +0 -0
  134. data/vendor/local/lib/gstreamer-0.10/libgstdecodebin2.dll +0 -0
  135. data/vendor/local/lib/gstreamer-0.10/libgstdecodebin2.dll.a +0 -0
  136. data/vendor/local/lib/gstreamer-0.10/libgstdeinterlace.dll +0 -0
  137. data/vendor/local/lib/gstreamer-0.10/libgstdeinterlace.dll.a +0 -0
  138. data/vendor/local/lib/gstreamer-0.10/libgstdirectdrawsink.dll +0 -0
  139. data/vendor/local/lib/gstreamer-0.10/libgstdirectdrawsink.dll.a +0 -0
  140. data/vendor/local/lib/gstreamer-0.10/libgstdirectsoundsink.dll +0 -0
  141. data/vendor/local/lib/gstreamer-0.10/libgstdirectsoundsink.dll.a +0 -0
  142. data/vendor/local/lib/gstreamer-0.10/libgstdirectsoundsrc.dll +0 -0
  143. data/vendor/local/lib/gstreamer-0.10/libgstdirectsoundsrc.dll.a +0 -0
  144. data/vendor/local/lib/gstreamer-0.10/libgstdtmf.dll +0 -0
  145. data/vendor/local/lib/gstreamer-0.10/libgstdtmf.dll.a +0 -0
  146. data/vendor/local/lib/gstreamer-0.10/libgstdvbsuboverlay.dll +0 -0
  147. data/vendor/local/lib/gstreamer-0.10/libgstdvbsuboverlay.dll.a +0 -0
  148. data/vendor/local/lib/gstreamer-0.10/libgstdvdlpcmdec.dll +0 -0
  149. data/vendor/local/lib/gstreamer-0.10/libgstdvdlpcmdec.dll.a +0 -0
  150. data/vendor/local/lib/gstreamer-0.10/libgstdvdlpcmdec.la +41 -0
  151. data/vendor/local/lib/gstreamer-0.10/libgstdvdspu.dll +0 -0
  152. data/vendor/local/lib/gstreamer-0.10/libgstdvdspu.dll.a +0 -0
  153. data/vendor/local/lib/gstreamer-0.10/libgstdvdsub.dll +0 -0
  154. data/vendor/local/lib/gstreamer-0.10/libgstdvdsub.dll.a +0 -0
  155. data/vendor/local/lib/gstreamer-0.10/libgstdvdsub.la +41 -0
  156. data/vendor/local/lib/gstreamer-0.10/libgsteffectv.dll +0 -0
  157. data/vendor/local/lib/gstreamer-0.10/libgsteffectv.dll.a +0 -0
  158. data/vendor/local/lib/gstreamer-0.10/libgstencodebin.dll +0 -0
  159. data/vendor/local/lib/gstreamer-0.10/libgstencodebin.dll.a +0 -0
  160. data/vendor/local/lib/gstreamer-0.10/libgstequalizer.dll +0 -0
  161. data/vendor/local/lib/gstreamer-0.10/libgstequalizer.dll.a +0 -0
  162. data/vendor/local/lib/gstreamer-0.10/libgstfestival.dll +0 -0
  163. data/vendor/local/lib/gstreamer-0.10/libgstfestival.dll.a +0 -0
  164. data/vendor/local/lib/gstreamer-0.10/libgstffmpeg.dll +0 -0
  165. data/vendor/local/lib/gstreamer-0.10/libgstffmpeg.dll.a +0 -0
  166. data/vendor/local/lib/gstreamer-0.10/libgstffmpegcolorspace.dll +0 -0
  167. data/vendor/local/lib/gstreamer-0.10/libgstffmpegcolorspace.dll.a +0 -0
  168. data/vendor/local/lib/gstreamer-0.10/libgstffmpegscale.dll +0 -0
  169. data/vendor/local/lib/gstreamer-0.10/libgstffmpegscale.dll.a +0 -0
  170. data/vendor/local/lib/gstreamer-0.10/libgstfieldanalysis.dll +0 -0
  171. data/vendor/local/lib/gstreamer-0.10/libgstfieldanalysis.dll.a +0 -0
  172. data/vendor/local/lib/gstreamer-0.10/libgstflac.dll +0 -0
  173. data/vendor/local/lib/gstreamer-0.10/libgstflac.dll.a +0 -0
  174. data/vendor/local/lib/gstreamer-0.10/libgstflac.la +41 -0
  175. data/vendor/local/lib/gstreamer-0.10/libgstflv.dll +0 -0
  176. data/vendor/local/lib/gstreamer-0.10/libgstflv.dll.a +0 -0
  177. data/vendor/local/lib/gstreamer-0.10/libgstflxdec.dll +0 -0
  178. data/vendor/local/lib/gstreamer-0.10/libgstflxdec.dll.a +0 -0
  179. data/vendor/local/lib/gstreamer-0.10/libgstfragmented.dll +0 -0
  180. data/vendor/local/lib/gstreamer-0.10/libgstfragmented.dll.a +0 -0
  181. data/vendor/local/lib/gstreamer-0.10/libgstfreeze.dll +0 -0
  182. data/vendor/local/lib/gstreamer-0.10/libgstfreeze.dll.a +0 -0
  183. data/vendor/local/lib/gstreamer-0.10/libgstfrei0r.dll +0 -0
  184. data/vendor/local/lib/gstreamer-0.10/libgstfrei0r.dll.a +0 -0
  185. data/vendor/local/lib/gstreamer-0.10/libgstgaudieffects.dll +0 -0
  186. data/vendor/local/lib/gstreamer-0.10/libgstgaudieffects.dll.a +0 -0
  187. data/vendor/local/lib/gstreamer-0.10/libgstgdkpixbuf.dll +0 -0
  188. data/vendor/local/lib/gstreamer-0.10/libgstgdkpixbuf.dll.a +0 -0
  189. data/vendor/local/lib/gstreamer-0.10/libgstgdp.dll +0 -0
  190. data/vendor/local/lib/gstreamer-0.10/libgstgdp.dll.a +0 -0
  191. data/vendor/local/lib/gstreamer-0.10/libgstgeometrictransform.dll +0 -0
  192. data/vendor/local/lib/gstreamer-0.10/libgstgeometrictransform.dll.a +0 -0
  193. data/vendor/local/lib/gstreamer-0.10/libgstgio.dll +0 -0
  194. data/vendor/local/lib/gstreamer-0.10/libgstgio.dll.a +0 -0
  195. data/vendor/local/lib/gstreamer-0.10/libgstgoom.dll +0 -0
  196. data/vendor/local/lib/gstreamer-0.10/libgstgoom.dll.a +0 -0
  197. data/vendor/local/lib/gstreamer-0.10/libgstgoom2k1.dll +0 -0
  198. data/vendor/local/lib/gstreamer-0.10/libgstgoom2k1.dll.a +0 -0
  199. data/vendor/local/lib/gstreamer-0.10/libgstgsettingselements.dll +0 -0
  200. data/vendor/local/lib/gstreamer-0.10/libgstgsettingselements.dll.a +0 -0
  201. data/vendor/local/lib/gstreamer-0.10/libgsth264parse.dll +0 -0
  202. data/vendor/local/lib/gstreamer-0.10/libgsth264parse.dll.a +0 -0
  203. data/vendor/local/lib/gstreamer-0.10/libgsthdvparse.dll +0 -0
  204. data/vendor/local/lib/gstreamer-0.10/libgsthdvparse.dll.a +0 -0
  205. data/vendor/local/lib/gstreamer-0.10/libgsticydemux.dll +0 -0
  206. data/vendor/local/lib/gstreamer-0.10/libgsticydemux.dll.a +0 -0
  207. data/vendor/local/lib/gstreamer-0.10/libgstid3demux.dll +0 -0
  208. data/vendor/local/lib/gstreamer-0.10/libgstid3demux.dll.a +0 -0
  209. data/vendor/local/lib/gstreamer-0.10/libgstid3tag.dll +0 -0
  210. data/vendor/local/lib/gstreamer-0.10/libgstid3tag.dll.a +0 -0
  211. data/vendor/local/lib/gstreamer-0.10/libgstiec958.dll +0 -0
  212. data/vendor/local/lib/gstreamer-0.10/libgstiec958.dll.a +0 -0
  213. data/vendor/local/lib/gstreamer-0.10/libgstiec958.la +41 -0
  214. data/vendor/local/lib/gstreamer-0.10/libgstimagefreeze.dll +0 -0
  215. data/vendor/local/lib/gstreamer-0.10/libgstimagefreeze.dll.a +0 -0
  216. data/vendor/local/lib/gstreamer-0.10/libgstinterlace.dll +0 -0
  217. data/vendor/local/lib/gstreamer-0.10/libgstinterlace.dll.a +0 -0
  218. data/vendor/local/lib/gstreamer-0.10/libgstinterleave.dll +0 -0
  219. data/vendor/local/lib/gstreamer-0.10/libgstinterleave.dll.a +0 -0
  220. data/vendor/local/lib/gstreamer-0.10/libgstinvtelecine.dll +0 -0
  221. data/vendor/local/lib/gstreamer-0.10/libgstinvtelecine.dll.a +0 -0
  222. data/vendor/local/lib/gstreamer-0.10/libgstisomp4.dll +0 -0
  223. data/vendor/local/lib/gstreamer-0.10/libgstisomp4.dll.a +0 -0
  224. data/vendor/local/lib/gstreamer-0.10/libgstivfparse.dll +0 -0
  225. data/vendor/local/lib/gstreamer-0.10/libgstivfparse.dll.a +0 -0
  226. data/vendor/local/lib/gstreamer-0.10/libgstjp2kdecimator.dll +0 -0
  227. data/vendor/local/lib/gstreamer-0.10/libgstjp2kdecimator.dll.a +0 -0
  228. data/vendor/local/lib/gstreamer-0.10/libgstjpeg.dll +0 -0
  229. data/vendor/local/lib/gstreamer-0.10/libgstjpeg.dll.a +0 -0
  230. data/vendor/local/lib/gstreamer-0.10/libgstjpegformat.dll +0 -0
  231. data/vendor/local/lib/gstreamer-0.10/libgstjpegformat.dll.a +0 -0
  232. data/vendor/local/lib/gstreamer-0.10/libgstlegacyresample.dll +0 -0
  233. data/vendor/local/lib/gstreamer-0.10/libgstlegacyresample.dll.a +0 -0
  234. data/vendor/local/lib/gstreamer-0.10/libgstlevel.dll +0 -0
  235. data/vendor/local/lib/gstreamer-0.10/libgstlevel.dll.a +0 -0
  236. data/vendor/local/lib/gstreamer-0.10/libgstliveadder.dll +0 -0
  237. data/vendor/local/lib/gstreamer-0.10/libgstliveadder.dll.a +0 -0
  238. data/vendor/local/lib/gstreamer-0.10/libgstmad.dll +0 -0
  239. data/vendor/local/lib/gstreamer-0.10/libgstmad.dll.a +0 -0
  240. data/vendor/local/lib/gstreamer-0.10/libgstmad.la +41 -0
  241. data/vendor/local/lib/gstreamer-0.10/libgstmatroska.dll +0 -0
  242. data/vendor/local/lib/gstreamer-0.10/libgstmatroska.dll.a +0 -0
  243. data/vendor/local/lib/gstreamer-0.10/libgstmpeg4videoparse.dll +0 -0
  244. data/vendor/local/lib/gstreamer-0.10/libgstmpeg4videoparse.dll.a +0 -0
  245. data/vendor/local/lib/gstreamer-0.10/libgstmpegaudioparse.dll +0 -0
  246. data/vendor/local/lib/gstreamer-0.10/libgstmpegaudioparse.dll.a +0 -0
  247. data/vendor/local/lib/gstreamer-0.10/libgstmpegaudioparse.la +41 -0
  248. data/vendor/local/lib/gstreamer-0.10/libgstmpegdemux.dll +0 -0
  249. data/vendor/local/lib/gstreamer-0.10/libgstmpegdemux.dll.a +0 -0
  250. data/vendor/local/lib/gstreamer-0.10/libgstmpegpsmux.dll +0 -0
  251. data/vendor/local/lib/gstreamer-0.10/libgstmpegpsmux.dll.a +0 -0
  252. data/vendor/local/lib/gstreamer-0.10/libgstmpegstream.dll +0 -0
  253. data/vendor/local/lib/gstreamer-0.10/libgstmpegstream.dll.a +0 -0
  254. data/vendor/local/lib/gstreamer-0.10/libgstmpegstream.la +41 -0
  255. data/vendor/local/lib/gstreamer-0.10/libgstmpegtsdemux.dll +0 -0
  256. data/vendor/local/lib/gstreamer-0.10/libgstmpegtsdemux.dll.a +0 -0
  257. data/vendor/local/lib/gstreamer-0.10/libgstmpegtsmux.dll +0 -0
  258. data/vendor/local/lib/gstreamer-0.10/libgstmpegtsmux.dll.a +0 -0
  259. data/vendor/local/lib/gstreamer-0.10/libgstmpegvideoparse.dll +0 -0
  260. data/vendor/local/lib/gstreamer-0.10/libgstmpegvideoparse.dll.a +0 -0
  261. data/vendor/local/lib/gstreamer-0.10/libgstmulaw.dll +0 -0
  262. data/vendor/local/lib/gstreamer-0.10/libgstmulaw.dll.a +0 -0
  263. data/vendor/local/lib/gstreamer-0.10/libgstmultifile.dll +0 -0
  264. data/vendor/local/lib/gstreamer-0.10/libgstmultifile.dll.a +0 -0
  265. data/vendor/local/lib/gstreamer-0.10/libgstmultipart.dll +0 -0
  266. data/vendor/local/lib/gstreamer-0.10/libgstmultipart.dll.a +0 -0
  267. data/vendor/local/lib/gstreamer-0.10/libgstmve.dll +0 -0
  268. data/vendor/local/lib/gstreamer-0.10/libgstmve.dll.a +0 -0
  269. data/vendor/local/lib/gstreamer-0.10/libgstmxf.dll +0 -0
  270. data/vendor/local/lib/gstreamer-0.10/libgstmxf.dll.a +0 -0
  271. data/vendor/local/lib/gstreamer-0.10/libgstnavigationtest.dll +0 -0
  272. data/vendor/local/lib/gstreamer-0.10/libgstnavigationtest.dll.a +0 -0
  273. data/vendor/local/lib/gstreamer-0.10/libgstnsf.dll +0 -0
  274. data/vendor/local/lib/gstreamer-0.10/libgstnsf.dll.a +0 -0
  275. data/vendor/local/lib/gstreamer-0.10/libgstnuvdemux.dll +0 -0
  276. data/vendor/local/lib/gstreamer-0.10/libgstnuvdemux.dll.a +0 -0
  277. data/vendor/local/lib/gstreamer-0.10/libgstogg.dll +0 -0
  278. data/vendor/local/lib/gstreamer-0.10/libgstogg.dll.a +0 -0
  279. data/vendor/local/lib/gstreamer-0.10/libgstpango.dll +0 -0
  280. data/vendor/local/lib/gstreamer-0.10/libgstpango.dll.a +0 -0
  281. data/vendor/local/lib/gstreamer-0.10/libgstpatchdetect.dll +0 -0
  282. data/vendor/local/lib/gstreamer-0.10/libgstpatchdetect.dll.a +0 -0
  283. data/vendor/local/lib/gstreamer-0.10/libgstpcapparse.dll +0 -0
  284. data/vendor/local/lib/gstreamer-0.10/libgstpcapparse.dll.a +0 -0
  285. data/vendor/local/lib/gstreamer-0.10/libgstplaybin.dll +0 -0
  286. data/vendor/local/lib/gstreamer-0.10/libgstplaybin.dll.a +0 -0
  287. data/vendor/local/lib/gstreamer-0.10/libgstpng.dll +0 -0
  288. data/vendor/local/lib/gstreamer-0.10/libgstpng.dll.a +0 -0
  289. data/vendor/local/lib/gstreamer-0.10/libgstpnm.dll +0 -0
  290. data/vendor/local/lib/gstreamer-0.10/libgstpnm.dll.a +0 -0
  291. data/vendor/local/lib/gstreamer-0.10/libgstpostproc.dll +0 -0
  292. data/vendor/local/lib/gstreamer-0.10/libgstpostproc.dll.a +0 -0
  293. data/vendor/local/lib/gstreamer-0.10/libgstrawparse.dll +0 -0
  294. data/vendor/local/lib/gstreamer-0.10/libgstrawparse.dll.a +0 -0
  295. data/vendor/local/lib/gstreamer-0.10/libgstreal.dll +0 -0
  296. data/vendor/local/lib/gstreamer-0.10/libgstreal.dll.a +0 -0
  297. data/vendor/local/lib/gstreamer-0.10/libgstreplaygain.dll +0 -0
  298. data/vendor/local/lib/gstreamer-0.10/libgstreplaygain.dll.a +0 -0
  299. data/vendor/local/lib/gstreamer-0.10/libgstrmdemux.dll +0 -0
  300. data/vendor/local/lib/gstreamer-0.10/libgstrmdemux.dll.a +0 -0
  301. data/vendor/local/lib/gstreamer-0.10/libgstrmdemux.la +41 -0
  302. data/vendor/local/lib/gstreamer-0.10/libgstrtp.dll +0 -0
  303. data/vendor/local/lib/gstreamer-0.10/libgstrtp.dll.a +0 -0
  304. data/vendor/local/lib/gstreamer-0.10/libgstrtpmanager.dll +0 -0
  305. data/vendor/local/lib/gstreamer-0.10/libgstrtpmanager.dll.a +0 -0
  306. data/vendor/local/lib/gstreamer-0.10/libgstrtpmux.dll +0 -0
  307. data/vendor/local/lib/gstreamer-0.10/libgstrtpmux.dll.a +0 -0
  308. data/vendor/local/lib/gstreamer-0.10/libgstrtpvp8.dll +0 -0
  309. data/vendor/local/lib/gstreamer-0.10/libgstrtpvp8.dll.a +0 -0
  310. data/vendor/local/lib/gstreamer-0.10/libgstrtsp.dll +0 -0
  311. data/vendor/local/lib/gstreamer-0.10/libgstrtsp.dll.a +0 -0
  312. data/vendor/local/lib/gstreamer-0.10/libgstscaletempoplugin.dll +0 -0
  313. data/vendor/local/lib/gstreamer-0.10/libgstscaletempoplugin.dll.a +0 -0
  314. data/vendor/local/lib/gstreamer-0.10/libgstsdi.dll +0 -0
  315. data/vendor/local/lib/gstreamer-0.10/libgstsdi.dll.a +0 -0
  316. data/vendor/local/lib/gstreamer-0.10/libgstsdpelem.dll +0 -0
  317. data/vendor/local/lib/gstreamer-0.10/libgstsdpelem.dll.a +0 -0
  318. data/vendor/local/lib/gstreamer-0.10/libgstsegmentclip.dll +0 -0
  319. data/vendor/local/lib/gstreamer-0.10/libgstsegmentclip.dll.a +0 -0
  320. data/vendor/local/lib/gstreamer-0.10/libgstshapewipe.dll +0 -0
  321. data/vendor/local/lib/gstreamer-0.10/libgstshapewipe.dll.a +0 -0
  322. data/vendor/local/lib/gstreamer-0.10/libgstsiren.dll +0 -0
  323. data/vendor/local/lib/gstreamer-0.10/libgstsiren.dll.a +0 -0
  324. data/vendor/local/lib/gstreamer-0.10/libgstsmpte.dll +0 -0
  325. data/vendor/local/lib/gstreamer-0.10/libgstsmpte.dll.a +0 -0
  326. data/vendor/local/lib/gstreamer-0.10/libgstsouphttpsrc.dll +0 -0
  327. data/vendor/local/lib/gstreamer-0.10/libgstsouphttpsrc.dll.a +0 -0
  328. data/vendor/local/lib/gstreamer-0.10/libgstspectrum.dll +0 -0
  329. data/vendor/local/lib/gstreamer-0.10/libgstspectrum.dll.a +0 -0
  330. data/vendor/local/lib/gstreamer-0.10/libgstspeed.dll +0 -0
  331. data/vendor/local/lib/gstreamer-0.10/libgstspeed.dll.a +0 -0
  332. data/vendor/local/lib/gstreamer-0.10/libgstspeex.dll +0 -0
  333. data/vendor/local/lib/gstreamer-0.10/libgstspeex.dll.a +0 -0
  334. data/vendor/local/lib/gstreamer-0.10/libgststereo.dll +0 -0
  335. data/vendor/local/lib/gstreamer-0.10/libgststereo.dll.a +0 -0
  336. data/vendor/local/lib/gstreamer-0.10/libgstsubenc.dll +0 -0
  337. data/vendor/local/lib/gstreamer-0.10/libgstsubenc.dll.a +0 -0
  338. data/vendor/local/lib/gstreamer-0.10/libgstsubparse.dll +0 -0
  339. data/vendor/local/lib/gstreamer-0.10/libgstsubparse.dll.a +0 -0
  340. data/vendor/local/lib/gstreamer-0.10/libgsttheora.dll +0 -0
  341. data/vendor/local/lib/gstreamer-0.10/libgsttheora.dll.a +0 -0
  342. data/vendor/local/lib/gstreamer-0.10/libgsttta.dll +0 -0
  343. data/vendor/local/lib/gstreamer-0.10/libgsttta.dll.a +0 -0
  344. data/vendor/local/lib/gstreamer-0.10/libgsttypefindfunctions.dll +0 -0
  345. data/vendor/local/lib/gstreamer-0.10/libgsttypefindfunctions.dll.a +0 -0
  346. data/vendor/local/lib/gstreamer-0.10/libgstudp.dll +0 -0
  347. data/vendor/local/lib/gstreamer-0.10/libgstudp.dll.a +0 -0
  348. data/vendor/local/lib/gstreamer-0.10/libgstvideobox.dll +0 -0
  349. data/vendor/local/lib/gstreamer-0.10/libgstvideobox.dll.a +0 -0
  350. data/vendor/local/lib/gstreamer-0.10/libgstvideocrop.dll +0 -0
  351. data/vendor/local/lib/gstreamer-0.10/libgstvideocrop.dll.a +0 -0
  352. data/vendor/local/lib/gstreamer-0.10/libgstvideofilter.dll +0 -0
  353. data/vendor/local/lib/gstreamer-0.10/libgstvideofilter.dll.a +0 -0
  354. data/vendor/local/lib/gstreamer-0.10/libgstvideofiltersbad.dll +0 -0
  355. data/vendor/local/lib/gstreamer-0.10/libgstvideofiltersbad.dll.a +0 -0
  356. data/vendor/local/lib/gstreamer-0.10/libgstvideomaxrate.dll +0 -0
  357. data/vendor/local/lib/gstreamer-0.10/libgstvideomaxrate.dll.a +0 -0
  358. data/vendor/local/lib/gstreamer-0.10/libgstvideomeasure.dll +0 -0
  359. data/vendor/local/lib/gstreamer-0.10/libgstvideomeasure.dll.a +0 -0
  360. data/vendor/local/lib/gstreamer-0.10/libgstvideomixer.dll +0 -0
  361. data/vendor/local/lib/gstreamer-0.10/libgstvideomixer.dll.a +0 -0
  362. data/vendor/local/lib/gstreamer-0.10/libgstvideoparsersbad.dll +0 -0
  363. data/vendor/local/lib/gstreamer-0.10/libgstvideoparsersbad.dll.a +0 -0
  364. data/vendor/local/lib/gstreamer-0.10/libgstvideorate.dll +0 -0
  365. data/vendor/local/lib/gstreamer-0.10/libgstvideorate.dll.a +0 -0
  366. data/vendor/local/lib/gstreamer-0.10/libgstvideoscale.dll +0 -0
  367. data/vendor/local/lib/gstreamer-0.10/libgstvideoscale.dll.a +0 -0
  368. data/vendor/local/lib/gstreamer-0.10/libgstvideosignal.dll +0 -0
  369. data/vendor/local/lib/gstreamer-0.10/libgstvideosignal.dll.a +0 -0
  370. data/vendor/local/lib/gstreamer-0.10/libgstvideotestsrc.dll +0 -0
  371. data/vendor/local/lib/gstreamer-0.10/libgstvideotestsrc.dll.a +0 -0
  372. data/vendor/local/lib/gstreamer-0.10/libgstvmnc.dll +0 -0
  373. data/vendor/local/lib/gstreamer-0.10/libgstvmnc.dll.a +0 -0
  374. data/vendor/local/lib/gstreamer-0.10/libgstvolume.dll +0 -0
  375. data/vendor/local/lib/gstreamer-0.10/libgstvolume.dll.a +0 -0
  376. data/vendor/local/lib/gstreamer-0.10/libgstvorbis.dll +0 -0
  377. data/vendor/local/lib/gstreamer-0.10/libgstvorbis.dll.a +0 -0
  378. data/vendor/local/lib/gstreamer-0.10/libgstwavenc.dll +0 -0
  379. data/vendor/local/lib/gstreamer-0.10/libgstwavenc.dll.a +0 -0
  380. data/vendor/local/lib/gstreamer-0.10/libgstwavparse.dll +0 -0
  381. data/vendor/local/lib/gstreamer-0.10/libgstwavparse.dll.a +0 -0
  382. data/vendor/local/lib/gstreamer-0.10/libgsty4mdec.dll +0 -0
  383. data/vendor/local/lib/gstreamer-0.10/libgsty4mdec.dll.a +0 -0
  384. data/vendor/local/lib/gstreamer-0.10/libgsty4menc.dll +0 -0
  385. data/vendor/local/lib/gstreamer-0.10/libgsty4menc.dll.a +0 -0
  386. data/vendor/local/lib/libFLAC.a +0 -0
  387. data/vendor/local/lib/libFLAC.dll.a +0 -0
  388. data/vendor/local/lib/libFLAC.la +41 -0
  389. data/vendor/local/lib/libgstapp-0.10.dll.a +0 -0
  390. data/vendor/local/lib/libgstaudio-0.10.a +0 -0
  391. data/vendor/local/lib/libgstaudio-0.10.dll.a +0 -0
  392. data/vendor/local/lib/libgstbase-0.10.a +0 -0
  393. data/vendor/local/lib/libgstbase-0.10.dll.a +0 -0
  394. data/vendor/local/lib/libgstbasevideo-0.10.a +0 -0
  395. data/vendor/local/lib/libgstbasevideo-0.10.dll.a +0 -0
  396. data/vendor/local/lib/libgstcdda-0.10.a +0 -0
  397. data/vendor/local/lib/libgstcdda-0.10.dll.a +0 -0
  398. data/vendor/local/lib/libgstcheck-0.10.a +0 -0
  399. data/vendor/local/lib/libgstcheck-0.10.dll.a +0 -0
  400. data/vendor/local/lib/libgstcontroller-0.10.a +0 -0
  401. data/vendor/local/lib/libgstcontroller-0.10.dll.a +0 -0
  402. data/vendor/local/lib/libgstdataprotocol-0.10.a +0 -0
  403. data/vendor/local/lib/libgstdataprotocol-0.10.dll.a +0 -0
  404. data/vendor/local/lib/libgstfft-0.10.a +0 -0
  405. data/vendor/local/lib/libgstfft-0.10.dll.a +0 -0
  406. data/vendor/local/lib/libgstinterfaces-0.10.a +0 -0
  407. data/vendor/local/lib/libgstinterfaces-0.10.dll.a +0 -0
  408. data/vendor/local/lib/libgstnet-0.10.a +0 -0
  409. data/vendor/local/lib/libgstnet-0.10.dll.a +0 -0
  410. data/vendor/local/lib/libgstnetbuffer-0.10.a +0 -0
  411. data/vendor/local/lib/libgstnetbuffer-0.10.dll.a +0 -0
  412. data/vendor/local/lib/libgstpbutils-0.10.a +0 -0
  413. data/vendor/local/lib/libgstpbutils-0.10.dll.a +0 -0
  414. data/vendor/local/lib/libgstphotography-0.10.a +0 -0
  415. data/vendor/local/lib/libgstphotography-0.10.dll.a +0 -0
  416. data/vendor/local/lib/libgstreamer-0.10.a +0 -0
  417. data/vendor/local/lib/libgstreamer-0.10.dll.a +0 -0
  418. data/vendor/local/lib/libgstriff-0.10.a +0 -0
  419. data/vendor/local/lib/libgstriff-0.10.dll.a +0 -0
  420. data/vendor/local/lib/libgstrtp-0.10.a +0 -0
  421. data/vendor/local/lib/libgstrtp-0.10.dll.a +0 -0
  422. data/vendor/local/lib/libgstrtsp-0.10.a +0 -0
  423. data/vendor/local/lib/libgstrtsp-0.10.dll.a +0 -0
  424. data/vendor/local/lib/libgstsdp-0.10.a +0 -0
  425. data/vendor/local/lib/libgstsdp-0.10.dll.a +0 -0
  426. data/vendor/local/lib/libgstsignalprocessor-0.10.a +0 -0
  427. data/vendor/local/lib/libgstsignalprocessor-0.10.dll.a +0 -0
  428. data/vendor/local/lib/libgsttag-0.10.a +0 -0
  429. data/vendor/local/lib/libgsttag-0.10.dll.a +0 -0
  430. data/vendor/local/lib/libgstvideo-0.10.a +0 -0
  431. data/vendor/local/lib/libgstvideo-0.10.dll.a +0 -0
  432. data/vendor/local/lib/libmad.a +0 -0
  433. data/vendor/local/lib/libmad.dll.a +0 -0
  434. data/vendor/local/lib/libmad.la +41 -0
  435. data/vendor/local/lib/libogg.a +0 -0
  436. data/vendor/local/lib/libogg.dll.a +0 -0
  437. data/vendor/local/lib/libspeex.a +0 -0
  438. data/vendor/local/lib/libspeex.dll.a +0 -0
  439. data/vendor/local/lib/libspeexdsp.a +0 -0
  440. data/vendor/local/lib/libspeexdsp.dll.a +0 -0
  441. data/vendor/local/lib/libtheora.a +0 -0
  442. data/vendor/local/lib/libtheora.dll.a +0 -0
  443. data/vendor/local/lib/libtheoradec.a +0 -0
  444. data/vendor/local/lib/libtheoradec.dll.a +0 -0
  445. data/vendor/local/lib/libtheoraenc.a +0 -0
  446. data/vendor/local/lib/libtheoraenc.dll.a +0 -0
  447. data/vendor/local/lib/libvorbis.a +0 -0
  448. data/vendor/local/lib/libvorbis.dll.a +0 -0
  449. data/vendor/local/lib/libvorbisenc.a +0 -0
  450. data/vendor/local/lib/libvorbisenc.dll.a +0 -0
  451. data/vendor/local/lib/libvorbisfile.a +0 -0
  452. data/vendor/local/lib/libvorbisfile.dll.a +0 -0
  453. data/vendor/local/lib/pkgconfig/flac.pc +10 -0
  454. data/vendor/local/libexec/gstreamer-0.10/gst-plugin-scanner.exe +0 -0
  455. data/vendor/local/man/man1/flac.1 +331 -0
  456. data/vendor/local/man/man1/metaflac.1 +299 -0
  457. data/vendor/local/share/aclocal/libFLAC.m4 +114 -0
  458. data/vendor/local/share/doc/flac-1.2.1/FLAC.tag +12259 -0
  459. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2all_8h-source.html +73 -0
  460. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h-source.html +89 -0
  461. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h.html +55 -0
  462. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h-source.html +751 -0
  463. data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h.html +66 -0
  464. data/vendor/local/share/doc/flac-1.2.1/html/api/all_8h-source.html +77 -0
  465. data/vendor/local/share/doc/flac-1.2.1/html/api/annotated.html +81 -0
  466. data/vendor/local/share/doc/flac-1.2.1/html/api/assert_8h-source.html +77 -0
  467. data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h-source.html +103 -0
  468. data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h.html +59 -0
  469. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File-members.html +87 -0
  470. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.html +1457 -0
  471. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.png +0 -0
  472. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream-members.html +79 -0
  473. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.html +1268 -0
  474. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.png +0 -0
  475. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html +36 -0
  476. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html +59 -0
  477. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File-members.html +102 -0
  478. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.html +2124 -0
  479. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.png +0 -0
  480. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream-members.html +93 -0
  481. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.html +1882 -0
  482. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.png +0 -0
  483. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html +36 -0
  484. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html +59 -0
  485. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application-members.html +71 -0
  486. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.html +548 -0
  487. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.png +0 -0
  488. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain-members.html +46 -0
  489. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain.html +453 -0
  490. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html +35 -0
  491. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html +56 -0
  492. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html +82 -0
  493. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.html +799 -0
  494. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.png +0 -0
  495. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html +52 -0
  496. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html +131 -0
  497. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html +45 -0
  498. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator.html +370 -0
  499. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding-members.html +67 -0
  500. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.html +498 -0
  501. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.png +0 -0
  502. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture-members.html +82 -0
  503. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.html +696 -0
  504. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.png +0 -0
  505. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html +56 -0
  506. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.html +435 -0
  507. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.png +0 -0
  508. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html +72 -0
  509. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.html +646 -0
  510. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.png +0 -0
  511. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html +50 -0
  512. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html +561 -0
  513. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html +35 -0
  514. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html +56 -0
  515. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html +84 -0
  516. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html +575 -0
  517. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png +0 -0
  518. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html +69 -0
  519. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.html +542 -0
  520. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.png +0 -0
  521. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html +74 -0
  522. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html +685 -0
  523. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png +0 -0
  524. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html +58 -0
  525. data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html +152 -0
  526. data/vendor/local/share/doc/flac-1.2.1/html/api/classes.html +41 -0
  527. data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h-source.html +190 -0
  528. data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h.html +50 -0
  529. data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000000.html +42 -0
  530. data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000001.html +48 -0
  531. data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000002.html +56 -0
  532. data/vendor/local/share/doc/flac-1.2.1/html/api/dirs.html +37 -0
  533. data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.css +309 -0
  534. data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.png +0 -0
  535. data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h-source.html +203 -0
  536. data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h.html +51 -0
  537. data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h-source.html +95 -0
  538. data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h.html +55 -0
  539. data/vendor/local/share/doc/flac-1.2.1/html/api/files.html +46 -0
  540. data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h-source.html +521 -0
  541. data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h.html +330 -0
  542. data/vendor/local/share/doc/flac-1.2.1/html/api/functions.html +260 -0
  543. data/vendor/local/share/doc/flac-1.2.1/html/api/functions_func.html +210 -0
  544. data/vendor/local/share/doc/flac-1.2.1/html/api/functions_vars.html +117 -0
  545. data/vendor/local/share/doc/flac-1.2.1/html/api/globals.html +39 -0
  546. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x66.html +529 -0
  547. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x67.html +42 -0
  548. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_defs.html +58 -0
  549. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_enum.html +57 -0
  550. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_eval.html +177 -0
  551. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_func.html +233 -0
  552. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_type.html +59 -0
  553. data/vendor/local/share/doc/flac-1.2.1/html/api/globals_vars.html +135 -0
  554. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac.html +50 -0
  555. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__callbacks.html +299 -0
  556. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__decoder.html +44 -0
  557. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__encoder.html +44 -0
  558. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__export.html +148 -0
  559. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__format.html +3353 -0
  560. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata.html +60 -0
  561. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level0.html +308 -0
  562. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level1.html +950 -0
  563. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level2.html +1428 -0
  564. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__object.html +2741 -0
  565. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__decoder.html +2854 -0
  566. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__encoder.html +3644 -0
  567. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp.html +45 -0
  568. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__decoder.html +50 -0
  569. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__encoder.html +50 -0
  570. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__export.html +54 -0
  571. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata.html +50 -0
  572. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level0.html +414 -0
  573. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level1.html +50 -0
  574. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level2.html +52 -0
  575. data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__object.html +227 -0
  576. data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting.html +52 -0
  577. data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__2__to__1__1__3.html +101 -0
  578. data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__3__to__1__1__4.html +38 -0
  579. data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__4__to__1__2__0.html +39 -0
  580. data/vendor/local/share/doc/flac-1.2.1/html/api/hierarchy.html +87 -0
  581. data/vendor/local/share/doc/flac-1.2.1/html/api/index.html +57 -0
  582. data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h-source.html +335 -0
  583. data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h.html +283 -0
  584. data/vendor/local/share/doc/flac-1.2.1/html/api/modules.html +72 -0
  585. data/vendor/local/share/doc/flac-1.2.1/html/api/ordinals_8h-source.html +112 -0
  586. data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h-source.html +333 -0
  587. data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h.html +206 -0
  588. data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h-source.html +305 -0
  589. data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h.html +236 -0
  590. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod-members.html +34 -0
  591. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod.html +54 -0
  592. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html +33 -0
  593. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html +95 -0
  594. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html +34 -0
  595. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html +120 -0
  596. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame-members.html +34 -0
  597. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame.html +53 -0
  598. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter-members.html +32 -0
  599. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter.html +70 -0
  600. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader-members.html +41 -0
  601. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader.html +251 -0
  602. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks-members.html +37 -0
  603. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks.html +63 -0
  604. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder-members.html +33 -0
  605. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder.html +50 -0
  606. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder-members.html +33 -0
  607. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder.html +50 -0
  608. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata-members.html +43 -0
  609. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata.html +163 -0
  610. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application-members.html +33 -0
  611. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application.html +50 -0
  612. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet-members.html +36 -0
  613. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet.html +170 -0
  614. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html +33 -0
  615. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index.html +95 -0
  616. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html +38 -0
  617. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track.html +220 -0
  618. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding-members.html +32 -0
  619. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding.html +70 -0
  620. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture-members.html +40 -0
  621. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture.html +270 -0
  622. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint-members.html +34 -0
  623. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint.html +120 -0
  624. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable-members.html +33 -0
  625. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable.html +54 -0
  626. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo-members.html +40 -0
  627. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo.html +71 -0
  628. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown-members.html +32 -0
  629. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown.html +47 -0
  630. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment-members.html +34 -0
  631. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment.html +53 -0
  632. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html +33 -0
  633. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html +52 -0
  634. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe-members.html +38 -0
  635. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe.html +63 -0
  636. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant-members.html +32 -0
  637. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant.html +70 -0
  638. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed-members.html +35 -0
  639. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed.html +145 -0
  640. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC-members.html +38 -0
  641. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC.html +220 -0
  642. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim-members.html +32 -0
  643. data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim.html +70 -0
  644. data/vendor/local/share/doc/flac-1.2.1/html/changelog.html +832 -0
  645. data/vendor/local/share/doc/flac-1.2.1/html/comparison.html +431 -0
  646. data/vendor/local/share/doc/flac-1.2.1/html/comparison__chopin_prelude_24.html +168 -0
  647. data/vendor/local/share/doc/flac-1.2.1/html/comparison__dream_theater_600.html +168 -0
  648. data/vendor/local/share/doc/flac-1.2.1/html/comparison__eddie_warner_titus.html +168 -0
  649. data/vendor/local/share/doc/flac-1.2.1/html/comparison__fanfare_de_l_eventail_de_jeanne.html +168 -0
  650. data/vendor/local/share/doc/flac-1.2.1/html/comparison__gloria_estefan_conga.html +168 -0
  651. data/vendor/local/share/doc/flac-1.2.1/html/comparison__hand_in_my_pocket.html +168 -0
  652. data/vendor/local/share/doc/flac-1.2.1/html/comparison__l_sub_raga_sivapriya.html +168 -0
  653. data/vendor/local/share/doc/flac-1.2.1/html/comparison__laetatus_sum.html +168 -0
  654. data/vendor/local/share/doc/flac-1.2.1/html/comparison__mummified_in_barbed_wire.html +168 -0
  655. data/vendor/local/share/doc/flac-1.2.1/html/comparison__prokofiev_pcon3_3.html +168 -0
  656. data/vendor/local/share/doc/flac-1.2.1/html/comparison__ravel_sq4_4.html +168 -0
  657. data/vendor/local/share/doc/flac-1.2.1/html/comparison__scarlatti_k42.html +168 -0
  658. data/vendor/local/share/doc/flac-1.2.1/html/comparison__tool_forty_six_and_2.html +168 -0
  659. data/vendor/local/share/doc/flac-1.2.1/html/comparison__white_room.html +168 -0
  660. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpudectime.html +165 -0
  661. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpuenctime.html +165 -0
  662. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procdectime.html +165 -0
  663. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procenctime.html +165 -0
  664. data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_ratio.html +165 -0
  665. data/vendor/local/share/doc/flac-1.2.1/html/developers.html +141 -0
  666. data/vendor/local/share/doc/flac-1.2.1/html/documentation.html +105 -0
  667. data/vendor/local/share/doc/flac-1.2.1/html/documentation_bugs.html +101 -0
  668. data/vendor/local/share/doc/flac-1.2.1/html/documentation_example_code.html +81 -0
  669. data/vendor/local/share/doc/flac-1.2.1/html/documentation_format_overview.html +130 -0
  670. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tasks.html +226 -0
  671. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools.html +92 -0
  672. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_flac.html +1135 -0
  673. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_metaflac.html +570 -0
  674. data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_plugins.html +94 -0
  675. data/vendor/local/share/doc/flac-1.2.1/html/download.html +284 -0
  676. data/vendor/local/share/doc/flac-1.2.1/html/faq.html +402 -0
  677. data/vendor/local/share/doc/flac-1.2.1/html/favicon.ico +0 -0
  678. data/vendor/local/share/doc/flac-1.2.1/html/features.html +127 -0
  679. data/vendor/local/share/doc/flac-1.2.1/html/flac.css +191 -0
  680. data/vendor/local/share/doc/flac-1.2.1/html/format.html +1852 -0
  681. data/vendor/local/share/doc/flac-1.2.1/html/id.html +289 -0
  682. data/vendor/local/share/doc/flac-1.2.1/html/images/1x1.gif +0 -0
  683. data/vendor/local/share/doc/flac-1.2.1/html/images/cafebug.gif +0 -0
  684. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/Blackbird_Front_low3_325x87.jpg +0 -0
  685. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/MS300frontsmall_270x108.jpg +0 -0
  686. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/MediaBox_Frt_170x325.jpg +0 -0
  687. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/SB_Hero_Black_325x182.jpg +0 -0
  688. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/Sooloos-ControlOne_325x328.jpg +0 -0
  689. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/Z500_front_325x94.jpg +0 -0
  690. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/a2_01_325x252.jpg +0 -0
  691. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/arcus_325x135.jpg +0 -0
  692. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/bmp-1430_325x241.jpg +0 -0
  693. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/cs505_front_lrg_325x113.jpg +0 -0
  694. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/enus_3-4lft-hires_product_eva8000_325x127.jpg +0 -0
  695. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/escient_ProductLine_325x163.jpg +0 -0
  696. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/hifidelio_bl_front_Z_RGB_325x163.jpg +0 -0
  697. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/i-station-mini-dx_325x237.jpg +0 -0
  698. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/iwod-g10_325x257.jpg +0 -0
  699. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/knc_hr-2800_325x209.jpg +0 -0
  700. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/mediaready_prodmain_MRMCa_325x232.jpg +0 -0
  701. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/meizu_m6_325x206.jpg +0 -0
  702. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/musica_artwork_325x90.jpg +0 -0
  703. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/neodigits_x5000_325x124.jpg +0 -0
  704. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/onda-vx737_325x240.jpg +0 -0
  705. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/request_n_front_325x103.jpg +0 -0
  706. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/rio_karma_279x254.jpg +0 -0
  707. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/sonos_family_RGB_325x200.jpg +0 -0
  708. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/teclast-tl29_325x244.jpg +0 -0
  709. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/transporter_hero_grey_325x208.jpg +0 -0
  710. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/tvix-4000_325x204.jpg +0 -0
  711. data/vendor/local/share/doc/flac-1.2.1/html/images/hw/vibez_nofm_combi_black_b_325x220.jpg +0 -0
  712. data/vendor/local/share/doc/flac-1.2.1/html/images/logo100.gif +0 -0
  713. data/vendor/local/share/doc/flac-1.2.1/html/images/logo130.gif +0 -0
  714. data/vendor/local/share/doc/flac-1.2.1/html/index.html +148 -0
  715. data/vendor/local/share/doc/flac-1.2.1/html/itunes.html +91 -0
  716. data/vendor/local/share/doc/flac-1.2.1/html/license.html +93 -0
  717. data/vendor/local/share/doc/flac-1.2.1/html/links.html +485 -0
  718. data/vendor/local/share/doc/flac-1.2.1/html/news.html +697 -0
  719. data/vendor/local/share/doc/flac-1.2.1/html/ogg_mapping.html +138 -0
  720. data/vendor/local/share/doc/flac-1.2.1/html/ru/authors.html +112 -0
  721. data/vendor/local/share/doc/flac-1.2.1/html/ru/comparison.html +864 -0
  722. data/vendor/local/share/doc/flac-1.2.1/html/ru/developers.html +109 -0
  723. data/vendor/local/share/doc/flac-1.2.1/html/ru/documentation.html +516 -0
  724. data/vendor/local/share/doc/flac-1.2.1/html/ru/download.html +109 -0
  725. data/vendor/local/share/doc/flac-1.2.1/html/ru/features.html +124 -0
  726. data/vendor/local/share/doc/flac-1.2.1/html/ru/format.html +1006 -0
  727. data/vendor/local/share/doc/flac-1.2.1/html/ru/goals.html +104 -0
  728. data/vendor/local/share/doc/flac-1.2.1/html/ru/id.html +128 -0
  729. data/vendor/local/share/doc/flac-1.2.1/html/ru/index.html +121 -0
  730. data/vendor/local/share/doc/flac-1.2.1/html/ru/links.html +124 -0
  731. data/vendor/local/share/doc/flac-1.2.1/html/ru/news.html +304 -0
  732. data/vendor/local/share/doc/libtheora-1.1.1/html/annotated.html +1 -1
  733. data/vendor/local/share/doc/libtheora-1.1.1/html/classes.html +1 -1
  734. data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h.html +1 -1
  735. data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h_source.html +1 -1
  736. data/vendor/local/share/doc/libtheora-1.1.1/html/files.html +1 -1
  737. data/vendor/local/share/doc/libtheora-1.1.1/html/functions.html +1 -1
  738. data/vendor/local/share/doc/libtheora-1.1.1/html/functions_vars.html +1 -1
  739. data/vendor/local/share/doc/libtheora-1.1.1/html/globals.html +1 -1
  740. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_defs.html +1 -1
  741. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_enum.html +1 -1
  742. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_eval.html +1 -1
  743. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_func.html +1 -1
  744. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_type.html +1 -1
  745. data/vendor/local/share/doc/libtheora-1.1.1/html/globals_vars.html +1 -1
  746. data/vendor/local/share/doc/libtheora-1.1.1/html/group__basefuncs.html +1 -1
  747. data/vendor/local/share/doc/libtheora-1.1.1/html/group__decfuncs.html +1 -1
  748. data/vendor/local/share/doc/libtheora-1.1.1/html/group__encfuncs.html +1 -1
  749. data/vendor/local/share/doc/libtheora-1.1.1/html/group__oldfuncs.html +1 -1
  750. data/vendor/local/share/doc/libtheora-1.1.1/html/index.html +1 -1
  751. data/vendor/local/share/doc/libtheora-1.1.1/html/modules.html +1 -1
  752. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__comment.html +1 -1
  753. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__huff__code.html +1 -1
  754. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__img__plane.html +1 -1
  755. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__info.html +1 -1
  756. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__info.html +1 -1
  757. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__ranges.html +1 -1
  758. data/vendor/local/share/doc/libtheora-1.1.1/html/structth__stripe__callback.html +1 -1
  759. data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__comment.html +1 -1
  760. data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__info.html +1 -1
  761. data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__state.html +1 -1
  762. data/vendor/local/share/doc/libtheora-1.1.1/html/structyuv__buffer.html +1 -1
  763. data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h.html +1 -1
  764. data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h_source.html +1 -1
  765. data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h.html +1 -1
  766. data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h_source.html +1 -1
  767. data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h.html +1 -1
  768. data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h_source.html +1 -1
  769. data/vendor/local/share/doc/libtheora-1.1.1/latex/doxygen.sty +2 -2
  770. data/vendor/local/share/doc/libtheora-1.1.1/latex/refman.tex +1 -1
  771. data/vendor/local/share/license/flac/AUTHORS +41 -0
  772. data/vendor/local/share/license/gst-plugins-ugly/AUTHORS +21 -0
  773. data/vendor/local/share/license/gst-plugins-ugly/COPYING +504 -0
  774. data/vendor/local/share/license/libmad/AUTHORS +1 -0
  775. data/vendor/local/share/license/libmad/COPYING +340 -0
  776. data/vendor/local/share/man/man1/flac.1 +331 -0
  777. data/vendor/local/share/man/man1/metaflac.1 +299 -0
  778. metadata +345 -13
data/Rakefile CHANGED
@@ -27,6 +27,7 @@ namespace :win32 do
27
27
  license_dir = dist_dir + "share" + "license"
28
28
  tmp_dir = Pathname.new("tmp").expand_path
29
29
  download_dir = tmp_dir + "download"
30
+ patch_dir = (Pathname.new(__FILE__).dirname + "patches").expand_path
30
31
 
31
32
  rcairo_win32_path = ENV["RCAIRO_WIN32_PATH"] || "../../rcairo.win32"
32
33
  rcairo_win32_path = File.expand_path(rcairo_win32_path)
@@ -35,6 +36,8 @@ namespace :win32 do
35
36
 
36
37
  xiph_download_url_base = "http://downloads.xiph.org/releases"
37
38
  freedesktop_download_url_base = "http://gstreamer.freedesktop.org/src"
39
+ sf_net_download_url_base = "http://downloads.sourceforge.net/project"
40
+ libmad_version = "0.15.1b"
38
41
  packages = [
39
42
  {
40
43
  :name => "libogg",
@@ -58,12 +61,23 @@ namespace :win32 do
58
61
  :configure_args => [],
59
62
  },
60
63
  # {
61
- # :name => "flac",
62
- # :download_base_url => "#{xiph_download_url_base}/flac",
63
- # :label => "FLAC",
64
- # :version => "1.2.1",
65
- # :configure_args => ["--disable-cpplibs"],
64
+ # :name => "libmad",
65
+ # :download_base_url => "#{sf_net_download_url_base}/mad/libmad/#{libmad_version}",
66
+ # :label => "MAD",
67
+ # :version => libmad_version,
68
+ # :configure_args => ["CFLAGS=-O3 -march=i686"],
69
+ # :need_autoreconf => true,
70
+ # :patches => ["libmad-0.15.1b-fix-mingw-build.diff"],
66
71
  # },
72
+ {
73
+ :name => "flac",
74
+ :download_base_url => "#{xiph_download_url_base}/flac",
75
+ :label => "FLAC",
76
+ :version => "1.2.1",
77
+ :configure_args => ["--disable-cpplibs"],
78
+ :need_autogen => true,
79
+ :patches => ["flac-1.2.1-fix-mingw-build.diff"],
80
+ },
67
81
  {
68
82
  :name => "speex",
69
83
  :download_base_url => "#{xiph_download_url_base}/speex",
@@ -99,6 +113,13 @@ namespace :win32 do
99
113
  :version => "0.10.22",
100
114
  :configure_args => ["--disable-librfb"],
101
115
  },
116
+ # {
117
+ # :name => "gst-plugins-ugly",
118
+ # :download_base_url => "#{freedesktop_download_url_base}/gst-plugins-ugly",
119
+ # :label => "GStreamer plugins (ugly)",
120
+ # :version => "0.10.18",
121
+ # :configure_args => [],
122
+ # },
102
123
  {
103
124
  :name => "gst-ffmpeg",
104
125
  :download_base_url => "#{freedesktop_download_url_base}/gst-ffmpeg",
@@ -171,6 +192,11 @@ namespace :win32 do
171
192
  end
172
193
 
173
194
  Dir.chdir((package_tmp_dir + base).to_s) do
195
+ (_package[:patches] || []).each do |patch|
196
+ sh("patch -p1 < #{patch_dir}/#{patch}")
197
+ end
198
+ sh("./autogen.sh") if _package[:need_autogen]
199
+ sh("autoreconf -i") if _package[:need_autoreconf]
174
200
  sh("./configure",
175
201
  "CPPFLAGS=-I#{rcairo_win32_include_path} -I#{dist_dir + 'include'}",
176
202
  "LDFLAGS=-L#{rcairo_win32_lib_path} -L#{dist_dir + 'lib'}",
Binary file
@@ -0,0 +1,370 @@
1
+ /* libFLAC - Free Lossless Audio Codec library
2
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
3
+ *
4
+ * Redistribution and use in source and binary forms, with or without
5
+ * modification, are permitted provided that the following conditions
6
+ * are met:
7
+ *
8
+ * - Redistributions of source code must retain the above copyright
9
+ * notice, this list of conditions and the following disclaimer.
10
+ *
11
+ * - Redistributions in binary form must reproduce the above copyright
12
+ * notice, this list of conditions and the following disclaimer in the
13
+ * documentation and/or other materials provided with the distribution.
14
+ *
15
+ * - Neither the name of the Xiph.org Foundation nor the names of its
16
+ * contributors may be used to endorse or promote products derived from
17
+ * this software without specific prior written permission.
18
+ *
19
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
+ * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
23
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
24
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
25
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
26
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
27
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
28
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
+ */
31
+
32
+ #ifndef FLAC__ALL_H
33
+ #define FLAC__ALL_H
34
+
35
+ #include "export.h"
36
+
37
+ #include "assert.h"
38
+ #include "callback.h"
39
+ #include "format.h"
40
+ #include "metadata.h"
41
+ #include "ordinals.h"
42
+ #include "stream_decoder.h"
43
+ #include "stream_encoder.h"
44
+
45
+ /** \mainpage
46
+ *
47
+ * \section intro Introduction
48
+ *
49
+ * This is the documentation for the FLAC C and C++ APIs. It is
50
+ * highly interconnected; this introduction should give you a top
51
+ * level idea of the structure and how to find the information you
52
+ * need. As a prerequisite you should have at least a basic
53
+ * knowledge of the FLAC format, documented
54
+ * <A HREF="../format.html">here</A>.
55
+ *
56
+ * \section c_api FLAC C API
57
+ *
58
+ * The FLAC C API is the interface to libFLAC, a set of structures
59
+ * describing the components of FLAC streams, and functions for
60
+ * encoding and decoding streams, as well as manipulating FLAC
61
+ * metadata in files. The public include files will be installed
62
+ * in your include area (for example /usr/include/FLAC/...).
63
+ *
64
+ * By writing a little code and linking against libFLAC, it is
65
+ * relatively easy to add FLAC support to another program. The
66
+ * library is licensed under <A HREF="../license.html">Xiph's BSD license</A>.
67
+ * Complete source code of libFLAC as well as the command-line
68
+ * encoder and plugins is available and is a useful source of
69
+ * examples.
70
+ *
71
+ * Aside from encoders and decoders, libFLAC provides a powerful
72
+ * metadata interface for manipulating metadata in FLAC files. It
73
+ * allows the user to add, delete, and modify FLAC metadata blocks
74
+ * and it can automatically take advantage of PADDING blocks to avoid
75
+ * rewriting the entire FLAC file when changing the size of the
76
+ * metadata.
77
+ *
78
+ * libFLAC usually only requires the standard C library and C math
79
+ * library. In particular, threading is not used so there is no
80
+ * dependency on a thread library. However, libFLAC does not use
81
+ * global variables and should be thread-safe.
82
+ *
83
+ * libFLAC also supports encoding to and decoding from Ogg FLAC.
84
+ * However the metadata editing interfaces currently have limited
85
+ * read-only support for Ogg FLAC files.
86
+ *
87
+ * \section cpp_api FLAC C++ API
88
+ *
89
+ * The FLAC C++ API is a set of classes that encapsulate the
90
+ * structures and functions in libFLAC. They provide slightly more
91
+ * functionality with respect to metadata but are otherwise
92
+ * equivalent. For the most part, they share the same usage as
93
+ * their counterparts in libFLAC, and the FLAC C API documentation
94
+ * can be used as a supplement. The public include files
95
+ * for the C++ API will be installed in your include area (for
96
+ * example /usr/include/FLAC++/...).
97
+ *
98
+ * libFLAC++ is also licensed under
99
+ * <A HREF="../license.html">Xiph's BSD license</A>.
100
+ *
101
+ * \section getting_started Getting Started
102
+ *
103
+ * A good starting point for learning the API is to browse through
104
+ * the <A HREF="modules.html">modules</A>. Modules are logical
105
+ * groupings of related functions or classes, which correspond roughly
106
+ * to header files or sections of header files. Each module includes a
107
+ * detailed description of the general usage of its functions or
108
+ * classes.
109
+ *
110
+ * From there you can go on to look at the documentation of
111
+ * individual functions. You can see different views of the individual
112
+ * functions through the links in top bar across this page.
113
+ *
114
+ * If you prefer a more hands-on approach, you can jump right to some
115
+ * <A HREF="../documentation_example_code.html">example code</A>.
116
+ *
117
+ * \section porting_guide Porting Guide
118
+ *
119
+ * Starting with FLAC 1.1.3 a \link porting Porting Guide \endlink
120
+ * has been introduced which gives detailed instructions on how to
121
+ * port your code to newer versions of FLAC.
122
+ *
123
+ * \section embedded_developers Embedded Developers
124
+ *
125
+ * libFLAC has grown larger over time as more functionality has been
126
+ * included, but much of it may be unnecessary for a particular embedded
127
+ * implementation. Unused parts may be pruned by some simple editing of
128
+ * src/libFLAC/Makefile.am. In general, the decoders, encoders, and
129
+ * metadata interface are all independent from each other.
130
+ *
131
+ * It is easiest to just describe the dependencies:
132
+ *
133
+ * - All modules depend on the \link flac_format Format \endlink module.
134
+ * - The decoders and encoders depend on the bitbuffer.
135
+ * - The decoder is independent of the encoder. The encoder uses the
136
+ * decoder because of the verify feature, but this can be removed if
137
+ * not needed.
138
+ * - Parts of the metadata interface require the stream decoder (but not
139
+ * the encoder).
140
+ * - Ogg support is selectable through the compile time macro
141
+ * \c FLAC__HAS_OGG.
142
+ *
143
+ * For example, if your application only requires the stream decoder, no
144
+ * encoder, and no metadata interface, you can remove the stream encoder
145
+ * and the metadata interface, which will greatly reduce the size of the
146
+ * library.
147
+ *
148
+ * Also, there are several places in the libFLAC code with comments marked
149
+ * with "OPT:" where a #define can be changed to enable code that might be
150
+ * faster on a specific platform. Experimenting with these can yield faster
151
+ * binaries.
152
+ */
153
+
154
+ /** \defgroup porting Porting Guide for New Versions
155
+ *
156
+ * This module describes differences in the library interfaces from
157
+ * version to version. It assists in the porting of code that uses
158
+ * the libraries to newer versions of FLAC.
159
+ *
160
+ * One simple facility for making porting easier that has been added
161
+ * in FLAC 1.1.3 is a set of \c #defines in \c export.h of each
162
+ * library's includes (e.g. \c include/FLAC/export.h). The
163
+ * \c #defines mirror the libraries'
164
+ * <A HREF="http://www.gnu.org/software/libtool/manual.html#Libtool-versioning">libtool version numbers</A>,
165
+ * e.g. in libFLAC there are \c FLAC_API_VERSION_CURRENT,
166
+ * \c FLAC_API_VERSION_REVISION, and \c FLAC_API_VERSION_AGE.
167
+ * These can be used to support multiple versions of an API during the
168
+ * transition phase, e.g.
169
+ *
170
+ * \code
171
+ * #if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT <= 7
172
+ * legacy code
173
+ * #else
174
+ * new code
175
+ * #endif
176
+ * \endcode
177
+ *
178
+ * The the source will work for multiple versions and the legacy code can
179
+ * easily be removed when the transition is complete.
180
+ *
181
+ * Another available symbol is FLAC_API_SUPPORTS_OGG_FLAC (defined in
182
+ * include/FLAC/export.h), which can be used to determine whether or not
183
+ * the library has been compiled with support for Ogg FLAC. This is
184
+ * simpler than trying to call an Ogg init function and catching the
185
+ * error.
186
+ */
187
+
188
+ /** \defgroup porting_1_1_2_to_1_1_3 Porting from FLAC 1.1.2 to 1.1.3
189
+ * \ingroup porting
190
+ *
191
+ * \brief
192
+ * This module describes porting from FLAC 1.1.2 to FLAC 1.1.3.
193
+ *
194
+ * The main change between the APIs in 1.1.2 and 1.1.3 is that they have
195
+ * been simplified. First, libOggFLAC has been merged into libFLAC and
196
+ * libOggFLAC++ has been merged into libFLAC++. Second, both the three
197
+ * decoding layers and three encoding layers have been merged into a
198
+ * single stream decoder and stream encoder. That is, the functionality
199
+ * of FLAC__SeekableStreamDecoder and FLAC__FileDecoder has been merged
200
+ * into FLAC__StreamDecoder, and FLAC__SeekableStreamEncoder and
201
+ * FLAC__FileEncoder into FLAC__StreamEncoder. Only the
202
+ * FLAC__StreamDecoder and FLAC__StreamEncoder remain. What this means
203
+ * is there is now a single API that can be used to encode or decode
204
+ * streams to/from native FLAC or Ogg FLAC and the single API can work
205
+ * on both seekable and non-seekable streams.
206
+ *
207
+ * Instead of creating an encoder or decoder of a certain layer, now the
208
+ * client will always create a FLAC__StreamEncoder or
209
+ * FLAC__StreamDecoder. The old layers are now differentiated by the
210
+ * initialization function. For example, for the decoder,
211
+ * FLAC__stream_decoder_init() has been replaced by
212
+ * FLAC__stream_decoder_init_stream(). This init function takes
213
+ * callbacks for the I/O, and the seeking callbacks are optional. This
214
+ * allows the client to use the same object for seekable and
215
+ * non-seekable streams. For decoding a FLAC file directly, the client
216
+ * can use FLAC__stream_decoder_init_file() and pass just a filename
217
+ * and fewer callbacks; most of the other callbacks are supplied
218
+ * internally. For situations where fopen()ing by filename is not
219
+ * possible (e.g. Unicode filenames on Windows) the client can instead
220
+ * open the file itself and supply the FILE* to
221
+ * FLAC__stream_decoder_init_FILE(). The init functions now returns a
222
+ * FLAC__StreamDecoderInitStatus instead of FLAC__StreamDecoderState.
223
+ * Since the callbacks and client data are now passed to the init
224
+ * function, the FLAC__stream_decoder_set_*_callback() functions and
225
+ * FLAC__stream_decoder_set_client_data() are no longer needed. The
226
+ * rest of the calls to the decoder are the same as before.
227
+ *
228
+ * There are counterpart init functions for Ogg FLAC, e.g.
229
+ * FLAC__stream_decoder_init_ogg_stream(). All the rest of the calls
230
+ * and callbacks are the same as for native FLAC.
231
+ *
232
+ * As an example, in FLAC 1.1.2 a seekable stream decoder would have
233
+ * been set up like so:
234
+ *
235
+ * \code
236
+ * FLAC__SeekableStreamDecoder *decoder = FLAC__seekable_stream_decoder_new();
237
+ * if(decoder == NULL) do_something;
238
+ * FLAC__seekable_stream_decoder_set_md5_checking(decoder, true);
239
+ * [... other settings ...]
240
+ * FLAC__seekable_stream_decoder_set_read_callback(decoder, my_read_callback);
241
+ * FLAC__seekable_stream_decoder_set_seek_callback(decoder, my_seek_callback);
242
+ * FLAC__seekable_stream_decoder_set_tell_callback(decoder, my_tell_callback);
243
+ * FLAC__seekable_stream_decoder_set_length_callback(decoder, my_length_callback);
244
+ * FLAC__seekable_stream_decoder_set_eof_callback(decoder, my_eof_callback);
245
+ * FLAC__seekable_stream_decoder_set_write_callback(decoder, my_write_callback);
246
+ * FLAC__seekable_stream_decoder_set_metadata_callback(decoder, my_metadata_callback);
247
+ * FLAC__seekable_stream_decoder_set_error_callback(decoder, my_error_callback);
248
+ * FLAC__seekable_stream_decoder_set_client_data(decoder, my_client_data);
249
+ * if(FLAC__seekable_stream_decoder_init(decoder) != FLAC__SEEKABLE_STREAM_DECODER_OK) do_something;
250
+ * \endcode
251
+ *
252
+ * In FLAC 1.1.3 it is like this:
253
+ *
254
+ * \code
255
+ * FLAC__StreamDecoder *decoder = FLAC__stream_decoder_new();
256
+ * if(decoder == NULL) do_something;
257
+ * FLAC__stream_decoder_set_md5_checking(decoder, true);
258
+ * [... other settings ...]
259
+ * if(FLAC__stream_decoder_init_stream(
260
+ * decoder,
261
+ * my_read_callback,
262
+ * my_seek_callback, // or NULL
263
+ * my_tell_callback, // or NULL
264
+ * my_length_callback, // or NULL
265
+ * my_eof_callback, // or NULL
266
+ * my_write_callback,
267
+ * my_metadata_callback, // or NULL
268
+ * my_error_callback,
269
+ * my_client_data
270
+ * ) != FLAC__STREAM_DECODER_INIT_STATUS_OK) do_something;
271
+ * \endcode
272
+ *
273
+ * or you could do;
274
+ *
275
+ * \code
276
+ * [...]
277
+ * FILE *file = fopen("somefile.flac","rb");
278
+ * if(file == NULL) do_somthing;
279
+ * if(FLAC__stream_decoder_init_FILE(
280
+ * decoder,
281
+ * file,
282
+ * my_write_callback,
283
+ * my_metadata_callback, // or NULL
284
+ * my_error_callback,
285
+ * my_client_data
286
+ * ) != FLAC__STREAM_DECODER_INIT_STATUS_OK) do_something;
287
+ * \endcode
288
+ *
289
+ * or just:
290
+ *
291
+ * \code
292
+ * [...]
293
+ * if(FLAC__stream_decoder_init_file(
294
+ * decoder,
295
+ * "somefile.flac",
296
+ * my_write_callback,
297
+ * my_metadata_callback, // or NULL
298
+ * my_error_callback,
299
+ * my_client_data
300
+ * ) != FLAC__STREAM_DECODER_INIT_STATUS_OK) do_something;
301
+ * \endcode
302
+ *
303
+ * Another small change to the decoder is in how it handles unparseable
304
+ * streams. Before, when the decoder found an unparseable stream
305
+ * (reserved for when the decoder encounters a stream from a future
306
+ * encoder that it can't parse), it changed the state to
307
+ * \c FLAC__STREAM_DECODER_UNPARSEABLE_STREAM. Now the decoder instead
308
+ * drops sync and calls the error callback with a new error code
309
+ * \c FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM. This is
310
+ * more robust. If your error callback does not discriminate on the the
311
+ * error state, your code does not need to be changed.
312
+ *
313
+ * The encoder now has a new setting:
314
+ * FLAC__stream_encoder_set_apodization(). This is for setting the
315
+ * method used to window the data before LPC analysis. You only need to
316
+ * add a call to this function if the default is not suitable. There
317
+ * are also two new convenience functions that may be useful:
318
+ * FLAC__metadata_object_cuesheet_calculate_cddb_id() and
319
+ * FLAC__metadata_get_cuesheet().
320
+ *
321
+ * The \a bytes parameter to FLAC__StreamDecoderReadCallback,
322
+ * FLAC__StreamEncoderReadCallback, and FLAC__StreamEncoderWriteCallback
323
+ * is now \c size_t instead of \c unsigned.
324
+ */
325
+
326
+ /** \defgroup porting_1_1_3_to_1_1_4 Porting from FLAC 1.1.3 to 1.1.4
327
+ * \ingroup porting
328
+ *
329
+ * \brief
330
+ * This module describes porting from FLAC 1.1.3 to FLAC 1.1.4.
331
+ *
332
+ * There were no changes to any of the interfaces from 1.1.3 to 1.1.4.
333
+ * There was a slight change in the implementation of
334
+ * FLAC__stream_encoder_set_metadata(); the function now makes a copy
335
+ * of the \a metadata array of pointers so the client no longer needs
336
+ * to maintain it after the call. The objects themselves that are
337
+ * pointed to by the array are still not copied though and must be
338
+ * maintained until the call to FLAC__stream_encoder_finish().
339
+ */
340
+
341
+ /** \defgroup porting_1_1_4_to_1_2_0 Porting from FLAC 1.1.4 to 1.2.0
342
+ * \ingroup porting
343
+ *
344
+ * \brief
345
+ * This module describes porting from FLAC 1.1.4 to FLAC 1.2.0.
346
+ *
347
+ * There were only very minor changes to the interfaces from 1.1.4 to 1.2.0.
348
+ * In libFLAC, \c FLAC__format_sample_rate_is_subset() was added.
349
+ * In libFLAC++, \c FLAC::Decoder::Stream::get_decode_position() was added.
350
+ *
351
+ * Finally, value of the constant \c FLAC__FRAME_HEADER_RESERVED_LEN
352
+ * has changed to reflect the conversion of one of the reserved bits
353
+ * into active use. It used to be \c 2 and now is \c 1. However the
354
+ * FLAC frame header length has not changed, so to skip the proper
355
+ * number of bits, use \c FLAC__FRAME_HEADER_RESERVED_LEN +
356
+ * \c FLAC__FRAME_HEADER_BLOCKING_STRATEGY_LEN
357
+ */
358
+
359
+ /** \defgroup flac FLAC C API
360
+ *
361
+ * The FLAC C API is the interface to libFLAC, a set of structures
362
+ * describing the components of FLAC streams, and functions for
363
+ * encoding and decoding streams, as well as manipulating FLAC
364
+ * metadata in files.
365
+ *
366
+ * You should start with the format components as all other modules
367
+ * are dependent on it.
368
+ */
369
+
370
+ #endif