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
@@ -0,0 +1,80 @@
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__ORDINALS_H
33
+ #define FLAC__ORDINALS_H
34
+
35
+ #if !(defined(_MSC_VER) || defined(__BORLANDC__) || defined(__EMX__))
36
+ #include <inttypes.h>
37
+ #endif
38
+
39
+ typedef signed char FLAC__int8;
40
+ typedef unsigned char FLAC__uint8;
41
+
42
+ #if defined(_MSC_VER) || defined(__BORLANDC__)
43
+ typedef __int16 FLAC__int16;
44
+ typedef __int32 FLAC__int32;
45
+ typedef __int64 FLAC__int64;
46
+ typedef unsigned __int16 FLAC__uint16;
47
+ typedef unsigned __int32 FLAC__uint32;
48
+ typedef unsigned __int64 FLAC__uint64;
49
+ #elif defined(__EMX__)
50
+ typedef short FLAC__int16;
51
+ typedef long FLAC__int32;
52
+ typedef long long FLAC__int64;
53
+ typedef unsigned short FLAC__uint16;
54
+ typedef unsigned long FLAC__uint32;
55
+ typedef unsigned long long FLAC__uint64;
56
+ #else
57
+ typedef int16_t FLAC__int16;
58
+ typedef int32_t FLAC__int32;
59
+ typedef int64_t FLAC__int64;
60
+ typedef uint16_t FLAC__uint16;
61
+ typedef uint32_t FLAC__uint32;
62
+ typedef uint64_t FLAC__uint64;
63
+ #endif
64
+
65
+ typedef int FLAC__bool;
66
+
67
+ typedef FLAC__uint8 FLAC__byte;
68
+
69
+ #ifdef true
70
+ #undef true
71
+ #endif
72
+ #ifdef false
73
+ #undef false
74
+ #endif
75
+ #ifndef __cplusplus
76
+ #define true 1
77
+ #define false 0
78
+ #endif
79
+
80
+ #endif
@@ -0,0 +1,1559 @@
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__STREAM_DECODER_H
33
+ #define FLAC__STREAM_DECODER_H
34
+
35
+ #include <stdio.h> /* for FILE */
36
+ #include "export.h"
37
+ #include "format.h"
38
+
39
+ #ifdef __cplusplus
40
+ extern "C" {
41
+ #endif
42
+
43
+
44
+ /** \file include/FLAC/stream_decoder.h
45
+ *
46
+ * \brief
47
+ * This module contains the functions which implement the stream
48
+ * decoder.
49
+ *
50
+ * See the detailed documentation in the
51
+ * \link flac_stream_decoder stream decoder \endlink module.
52
+ */
53
+
54
+ /** \defgroup flac_decoder FLAC/ \*_decoder.h: decoder interfaces
55
+ * \ingroup flac
56
+ *
57
+ * \brief
58
+ * This module describes the decoder layers provided by libFLAC.
59
+ *
60
+ * The stream decoder can be used to decode complete streams either from
61
+ * the client via callbacks, or directly from a file, depending on how
62
+ * it is initialized. When decoding via callbacks, the client provides
63
+ * callbacks for reading FLAC data and writing decoded samples, and
64
+ * handling metadata and errors. If the client also supplies seek-related
65
+ * callback, the decoder function for sample-accurate seeking within the
66
+ * FLAC input is also available. When decoding from a file, the client
67
+ * needs only supply a filename or open \c FILE* and write/metadata/error
68
+ * callbacks; the rest of the callbacks are supplied internally. For more
69
+ * info see the \link flac_stream_decoder stream decoder \endlink module.
70
+ */
71
+
72
+ /** \defgroup flac_stream_decoder FLAC/stream_decoder.h: stream decoder interface
73
+ * \ingroup flac_decoder
74
+ *
75
+ * \brief
76
+ * This module contains the functions which implement the stream
77
+ * decoder.
78
+ *
79
+ * The stream decoder can decode native FLAC, and optionally Ogg FLAC
80
+ * (check FLAC_API_SUPPORTS_OGG_FLAC) streams and files.
81
+ *
82
+ * The basic usage of this decoder is as follows:
83
+ * - The program creates an instance of a decoder using
84
+ * FLAC__stream_decoder_new().
85
+ * - The program overrides the default settings using
86
+ * FLAC__stream_decoder_set_*() functions.
87
+ * - The program initializes the instance to validate the settings and
88
+ * prepare for decoding using
89
+ * - FLAC__stream_decoder_init_stream() or FLAC__stream_decoder_init_FILE()
90
+ * or FLAC__stream_decoder_init_file() for native FLAC,
91
+ * - FLAC__stream_decoder_init_ogg_stream() or FLAC__stream_decoder_init_ogg_FILE()
92
+ * or FLAC__stream_decoder_init_ogg_file() for Ogg FLAC
93
+ * - The program calls the FLAC__stream_decoder_process_*() functions
94
+ * to decode data, which subsequently calls the callbacks.
95
+ * - The program finishes the decoding with FLAC__stream_decoder_finish(),
96
+ * which flushes the input and output and resets the decoder to the
97
+ * uninitialized state.
98
+ * - The instance may be used again or deleted with
99
+ * FLAC__stream_decoder_delete().
100
+ *
101
+ * In more detail, the program will create a new instance by calling
102
+ * FLAC__stream_decoder_new(), then call FLAC__stream_decoder_set_*()
103
+ * functions to override the default decoder options, and call
104
+ * one of the FLAC__stream_decoder_init_*() functions.
105
+ *
106
+ * There are three initialization functions for native FLAC, one for
107
+ * setting up the decoder to decode FLAC data from the client via
108
+ * callbacks, and two for decoding directly from a FLAC file.
109
+ *
110
+ * For decoding via callbacks, use FLAC__stream_decoder_init_stream().
111
+ * You must also supply several callbacks for handling I/O. Some (like
112
+ * seeking) are optional, depending on the capabilities of the input.
113
+ *
114
+ * For decoding directly from a file, use FLAC__stream_decoder_init_FILE()
115
+ * or FLAC__stream_decoder_init_file(). Then you must only supply an open
116
+ * \c FILE* or filename and fewer callbacks; the decoder will handle
117
+ * the other callbacks internally.
118
+ *
119
+ * There are three similarly-named init functions for decoding from Ogg
120
+ * FLAC streams. Check \c FLAC_API_SUPPORTS_OGG_FLAC to find out if the
121
+ * library has been built with Ogg support.
122
+ *
123
+ * Once the decoder is initialized, your program will call one of several
124
+ * functions to start the decoding process:
125
+ *
126
+ * - FLAC__stream_decoder_process_single() - Tells the decoder to process at
127
+ * most one metadata block or audio frame and return, calling either the
128
+ * metadata callback or write callback, respectively, once. If the decoder
129
+ * loses sync it will return with only the error callback being called.
130
+ * - FLAC__stream_decoder_process_until_end_of_metadata() - Tells the decoder
131
+ * to process the stream from the current location and stop upon reaching
132
+ * the first audio frame. The client will get one metadata, write, or error
133
+ * callback per metadata block, audio frame, or sync error, respectively.
134
+ * - FLAC__stream_decoder_process_until_end_of_stream() - Tells the decoder
135
+ * to process the stream from the current location until the read callback
136
+ * returns FLAC__STREAM_DECODER_READ_STATUS_END_OF_STREAM or
137
+ * FLAC__STREAM_DECODER_READ_STATUS_ABORT. The client will get one metadata,
138
+ * write, or error callback per metadata block, audio frame, or sync error,
139
+ * respectively.
140
+ *
141
+ * When the decoder has finished decoding (normally or through an abort),
142
+ * the instance is finished by calling FLAC__stream_decoder_finish(), which
143
+ * ensures the decoder is in the correct state and frees memory. Then the
144
+ * instance may be deleted with FLAC__stream_decoder_delete() or initialized
145
+ * again to decode another stream.
146
+ *
147
+ * Seeking is exposed through the FLAC__stream_decoder_seek_absolute() method.
148
+ * At any point after the stream decoder has been initialized, the client can
149
+ * call this function to seek to an exact sample within the stream.
150
+ * Subsequently, the first time the write callback is called it will be
151
+ * passed a (possibly partial) block starting at that sample.
152
+ *
153
+ * If the client cannot seek via the callback interface provided, but still
154
+ * has another way of seeking, it can flush the decoder using
155
+ * FLAC__stream_decoder_flush() and start feeding data from the new position
156
+ * through the read callback.
157
+ *
158
+ * The stream decoder also provides MD5 signature checking. If this is
159
+ * turned on before initialization, FLAC__stream_decoder_finish() will
160
+ * report when the decoded MD5 signature does not match the one stored
161
+ * in the STREAMINFO block. MD5 checking is automatically turned off
162
+ * (until the next FLAC__stream_decoder_reset()) if there is no signature
163
+ * in the STREAMINFO block or when a seek is attempted.
164
+ *
165
+ * The FLAC__stream_decoder_set_metadata_*() functions deserve special
166
+ * attention. By default, the decoder only calls the metadata_callback for
167
+ * the STREAMINFO block. These functions allow you to tell the decoder
168
+ * explicitly which blocks to parse and return via the metadata_callback
169
+ * and/or which to skip. Use a FLAC__stream_decoder_set_metadata_respond_all(),
170
+ * FLAC__stream_decoder_set_metadata_ignore() ... or FLAC__stream_decoder_set_metadata_ignore_all(),
171
+ * FLAC__stream_decoder_set_metadata_respond() ... sequence to exactly specify
172
+ * which blocks to return. Remember that metadata blocks can potentially
173
+ * be big (for example, cover art) so filtering out the ones you don't
174
+ * use can reduce the memory requirements of the decoder. Also note the
175
+ * special forms FLAC__stream_decoder_set_metadata_respond_application(id)
176
+ * and FLAC__stream_decoder_set_metadata_ignore_application(id) for
177
+ * filtering APPLICATION blocks based on the application ID.
178
+ *
179
+ * STREAMINFO and SEEKTABLE blocks are always parsed and used internally, but
180
+ * they still can legally be filtered from the metadata_callback.
181
+ *
182
+ * \note
183
+ * The "set" functions may only be called when the decoder is in the
184
+ * state FLAC__STREAM_DECODER_UNINITIALIZED, i.e. after
185
+ * FLAC__stream_decoder_new() or FLAC__stream_decoder_finish(), but
186
+ * before FLAC__stream_decoder_init_*(). If this is the case they will
187
+ * return \c true, otherwise \c false.
188
+ *
189
+ * \note
190
+ * FLAC__stream_decoder_finish() resets all settings to the constructor
191
+ * defaults, including the callbacks.
192
+ *
193
+ * \{
194
+ */
195
+
196
+
197
+ /** State values for a FLAC__StreamDecoder
198
+ *
199
+ * The decoder's state can be obtained by calling FLAC__stream_decoder_get_state().
200
+ */
201
+ typedef enum {
202
+
203
+ FLAC__STREAM_DECODER_SEARCH_FOR_METADATA = 0,
204
+ /**< The decoder is ready to search for metadata. */
205
+
206
+ FLAC__STREAM_DECODER_READ_METADATA,
207
+ /**< The decoder is ready to or is in the process of reading metadata. */
208
+
209
+ FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC,
210
+ /**< The decoder is ready to or is in the process of searching for the
211
+ * frame sync code.
212
+ */
213
+
214
+ FLAC__STREAM_DECODER_READ_FRAME,
215
+ /**< The decoder is ready to or is in the process of reading a frame. */
216
+
217
+ FLAC__STREAM_DECODER_END_OF_STREAM,
218
+ /**< The decoder has reached the end of the stream. */
219
+
220
+ FLAC__STREAM_DECODER_OGG_ERROR,
221
+ /**< An error occurred in the underlying Ogg layer. */
222
+
223
+ FLAC__STREAM_DECODER_SEEK_ERROR,
224
+ /**< An error occurred while seeking. The decoder must be flushed
225
+ * with FLAC__stream_decoder_flush() or reset with
226
+ * FLAC__stream_decoder_reset() before decoding can continue.
227
+ */
228
+
229
+ FLAC__STREAM_DECODER_ABORTED,
230
+ /**< The decoder was aborted by the read callback. */
231
+
232
+ FLAC__STREAM_DECODER_MEMORY_ALLOCATION_ERROR,
233
+ /**< An error occurred allocating memory. The decoder is in an invalid
234
+ * state and can no longer be used.
235
+ */
236
+
237
+ FLAC__STREAM_DECODER_UNINITIALIZED
238
+ /**< The decoder is in the uninitialized state; one of the
239
+ * FLAC__stream_decoder_init_*() functions must be called before samples
240
+ * can be processed.
241
+ */
242
+
243
+ } FLAC__StreamDecoderState;
244
+
245
+ /** Maps a FLAC__StreamDecoderState to a C string.
246
+ *
247
+ * Using a FLAC__StreamDecoderState as the index to this array
248
+ * will give the string equivalent. The contents should not be modified.
249
+ */
250
+ extern FLAC_API const char * const FLAC__StreamDecoderStateString[];
251
+
252
+
253
+ /** Possible return values for the FLAC__stream_decoder_init_*() functions.
254
+ */
255
+ typedef enum {
256
+
257
+ FLAC__STREAM_DECODER_INIT_STATUS_OK = 0,
258
+ /**< Initialization was successful. */
259
+
260
+ FLAC__STREAM_DECODER_INIT_STATUS_UNSUPPORTED_CONTAINER,
261
+ /**< The library was not compiled with support for the given container
262
+ * format.
263
+ */
264
+
265
+ FLAC__STREAM_DECODER_INIT_STATUS_INVALID_CALLBACKS,
266
+ /**< A required callback was not supplied. */
267
+
268
+ FLAC__STREAM_DECODER_INIT_STATUS_MEMORY_ALLOCATION_ERROR,
269
+ /**< An error occurred allocating memory. */
270
+
271
+ FLAC__STREAM_DECODER_INIT_STATUS_ERROR_OPENING_FILE,
272
+ /**< fopen() failed in FLAC__stream_decoder_init_file() or
273
+ * FLAC__stream_decoder_init_ogg_file(). */
274
+
275
+ FLAC__STREAM_DECODER_INIT_STATUS_ALREADY_INITIALIZED
276
+ /**< FLAC__stream_decoder_init_*() was called when the decoder was
277
+ * already initialized, usually because
278
+ * FLAC__stream_decoder_finish() was not called.
279
+ */
280
+
281
+ } FLAC__StreamDecoderInitStatus;
282
+
283
+ /** Maps a FLAC__StreamDecoderInitStatus to a C string.
284
+ *
285
+ * Using a FLAC__StreamDecoderInitStatus as the index to this array
286
+ * will give the string equivalent. The contents should not be modified.
287
+ */
288
+ extern FLAC_API const char * const FLAC__StreamDecoderInitStatusString[];
289
+
290
+
291
+ /** Return values for the FLAC__StreamDecoder read callback.
292
+ */
293
+ typedef enum {
294
+
295
+ FLAC__STREAM_DECODER_READ_STATUS_CONTINUE,
296
+ /**< The read was OK and decoding can continue. */
297
+
298
+ FLAC__STREAM_DECODER_READ_STATUS_END_OF_STREAM,
299
+ /**< The read was attempted while at the end of the stream. Note that
300
+ * the client must only return this value when the read callback was
301
+ * called when already at the end of the stream. Otherwise, if the read
302
+ * itself moves to the end of the stream, the client should still return
303
+ * the data and \c FLAC__STREAM_DECODER_READ_STATUS_CONTINUE, and then on
304
+ * the next read callback it should return
305
+ * \c FLAC__STREAM_DECODER_READ_STATUS_END_OF_STREAM with a byte count
306
+ * of \c 0.
307
+ */
308
+
309
+ FLAC__STREAM_DECODER_READ_STATUS_ABORT
310
+ /**< An unrecoverable error occurred. The decoder will return from the process call. */
311
+
312
+ } FLAC__StreamDecoderReadStatus;
313
+
314
+ /** Maps a FLAC__StreamDecoderReadStatus to a C string.
315
+ *
316
+ * Using a FLAC__StreamDecoderReadStatus as the index to this array
317
+ * will give the string equivalent. The contents should not be modified.
318
+ */
319
+ extern FLAC_API const char * const FLAC__StreamDecoderReadStatusString[];
320
+
321
+
322
+ /** Return values for the FLAC__StreamDecoder seek callback.
323
+ */
324
+ typedef enum {
325
+
326
+ FLAC__STREAM_DECODER_SEEK_STATUS_OK,
327
+ /**< The seek was OK and decoding can continue. */
328
+
329
+ FLAC__STREAM_DECODER_SEEK_STATUS_ERROR,
330
+ /**< An unrecoverable error occurred. The decoder will return from the process call. */
331
+
332
+ FLAC__STREAM_DECODER_SEEK_STATUS_UNSUPPORTED
333
+ /**< Client does not support seeking. */
334
+
335
+ } FLAC__StreamDecoderSeekStatus;
336
+
337
+ /** Maps a FLAC__StreamDecoderSeekStatus to a C string.
338
+ *
339
+ * Using a FLAC__StreamDecoderSeekStatus as the index to this array
340
+ * will give the string equivalent. The contents should not be modified.
341
+ */
342
+ extern FLAC_API const char * const FLAC__StreamDecoderSeekStatusString[];
343
+
344
+
345
+ /** Return values for the FLAC__StreamDecoder tell callback.
346
+ */
347
+ typedef enum {
348
+
349
+ FLAC__STREAM_DECODER_TELL_STATUS_OK,
350
+ /**< The tell was OK and decoding can continue. */
351
+
352
+ FLAC__STREAM_DECODER_TELL_STATUS_ERROR,
353
+ /**< An unrecoverable error occurred. The decoder will return from the process call. */
354
+
355
+ FLAC__STREAM_DECODER_TELL_STATUS_UNSUPPORTED
356
+ /**< Client does not support telling the position. */
357
+
358
+ } FLAC__StreamDecoderTellStatus;
359
+
360
+ /** Maps a FLAC__StreamDecoderTellStatus to a C string.
361
+ *
362
+ * Using a FLAC__StreamDecoderTellStatus as the index to this array
363
+ * will give the string equivalent. The contents should not be modified.
364
+ */
365
+ extern FLAC_API const char * const FLAC__StreamDecoderTellStatusString[];
366
+
367
+
368
+ /** Return values for the FLAC__StreamDecoder length callback.
369
+ */
370
+ typedef enum {
371
+
372
+ FLAC__STREAM_DECODER_LENGTH_STATUS_OK,
373
+ /**< The length call was OK and decoding can continue. */
374
+
375
+ FLAC__STREAM_DECODER_LENGTH_STATUS_ERROR,
376
+ /**< An unrecoverable error occurred. The decoder will return from the process call. */
377
+
378
+ FLAC__STREAM_DECODER_LENGTH_STATUS_UNSUPPORTED
379
+ /**< Client does not support reporting the length. */
380
+
381
+ } FLAC__StreamDecoderLengthStatus;
382
+
383
+ /** Maps a FLAC__StreamDecoderLengthStatus to a C string.
384
+ *
385
+ * Using a FLAC__StreamDecoderLengthStatus as the index to this array
386
+ * will give the string equivalent. The contents should not be modified.
387
+ */
388
+ extern FLAC_API const char * const FLAC__StreamDecoderLengthStatusString[];
389
+
390
+
391
+ /** Return values for the FLAC__StreamDecoder write callback.
392
+ */
393
+ typedef enum {
394
+
395
+ FLAC__STREAM_DECODER_WRITE_STATUS_CONTINUE,
396
+ /**< The write was OK and decoding can continue. */
397
+
398
+ FLAC__STREAM_DECODER_WRITE_STATUS_ABORT
399
+ /**< An unrecoverable error occurred. The decoder will return from the process call. */
400
+
401
+ } FLAC__StreamDecoderWriteStatus;
402
+
403
+ /** Maps a FLAC__StreamDecoderWriteStatus to a C string.
404
+ *
405
+ * Using a FLAC__StreamDecoderWriteStatus as the index to this array
406
+ * will give the string equivalent. The contents should not be modified.
407
+ */
408
+ extern FLAC_API const char * const FLAC__StreamDecoderWriteStatusString[];
409
+
410
+
411
+ /** Possible values passed back to the FLAC__StreamDecoder error callback.
412
+ * \c FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC is the generic catch-
413
+ * all. The rest could be caused by bad sync (false synchronization on
414
+ * data that is not the start of a frame) or corrupted data. The error
415
+ * itself is the decoder's best guess at what happened assuming a correct
416
+ * sync. For example \c FLAC__STREAM_DECODER_ERROR_STATUS_BAD_HEADER
417
+ * could be caused by a correct sync on the start of a frame, but some
418
+ * data in the frame header was corrupted. Or it could be the result of
419
+ * syncing on a point the stream that looked like the starting of a frame
420
+ * but was not. \c FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM
421
+ * could be because the decoder encountered a valid frame made by a future
422
+ * version of the encoder which it cannot parse, or because of a false
423
+ * sync making it appear as though an encountered frame was generated by
424
+ * a future encoder.
425
+ */
426
+ typedef enum {
427
+
428
+ FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC,
429
+ /**< An error in the stream caused the decoder to lose synchronization. */
430
+
431
+ FLAC__STREAM_DECODER_ERROR_STATUS_BAD_HEADER,
432
+ /**< The decoder encountered a corrupted frame header. */
433
+
434
+ FLAC__STREAM_DECODER_ERROR_STATUS_FRAME_CRC_MISMATCH,
435
+ /**< The frame's data did not match the CRC in the footer. */
436
+
437
+ FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM
438
+ /**< The decoder encountered reserved fields in use in the stream. */
439
+
440
+ } FLAC__StreamDecoderErrorStatus;
441
+
442
+ /** Maps a FLAC__StreamDecoderErrorStatus to a C string.
443
+ *
444
+ * Using a FLAC__StreamDecoderErrorStatus as the index to this array
445
+ * will give the string equivalent. The contents should not be modified.
446
+ */
447
+ extern FLAC_API const char * const FLAC__StreamDecoderErrorStatusString[];
448
+
449
+
450
+ /***********************************************************************
451
+ *
452
+ * class FLAC__StreamDecoder
453
+ *
454
+ ***********************************************************************/
455
+
456
+ struct FLAC__StreamDecoderProtected;
457
+ struct FLAC__StreamDecoderPrivate;
458
+ /** The opaque structure definition for the stream decoder type.
459
+ * See the \link flac_stream_decoder stream decoder module \endlink
460
+ * for a detailed description.
461
+ */
462
+ typedef struct {
463
+ struct FLAC__StreamDecoderProtected *protected_; /* avoid the C++ keyword 'protected' */
464
+ struct FLAC__StreamDecoderPrivate *private_; /* avoid the C++ keyword 'private' */
465
+ } FLAC__StreamDecoder;
466
+
467
+ /** Signature for the read callback.
468
+ *
469
+ * A function pointer matching this signature must be passed to
470
+ * FLAC__stream_decoder_init*_stream(). The supplied function will be
471
+ * called when the decoder needs more input data. The address of the
472
+ * buffer to be filled is supplied, along with the number of bytes the
473
+ * buffer can hold. The callback may choose to supply less data and
474
+ * modify the byte count but must be careful not to overflow the buffer.
475
+ * The callback then returns a status code chosen from
476
+ * FLAC__StreamDecoderReadStatus.
477
+ *
478
+ * Here is an example of a read callback for stdio streams:
479
+ * \code
480
+ * FLAC__StreamDecoderReadStatus read_cb(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data)
481
+ * {
482
+ * FILE *file = ((MyClientData*)client_data)->file;
483
+ * if(*bytes > 0) {
484
+ * *bytes = fread(buffer, sizeof(FLAC__byte), *bytes, file);
485
+ * if(ferror(file))
486
+ * return FLAC__STREAM_DECODER_READ_STATUS_ABORT;
487
+ * else if(*bytes == 0)
488
+ * return FLAC__STREAM_DECODER_READ_STATUS_END_OF_STREAM;
489
+ * else
490
+ * return FLAC__STREAM_DECODER_READ_STATUS_CONTINUE;
491
+ * }
492
+ * else
493
+ * return FLAC__STREAM_DECODER_READ_STATUS_ABORT;
494
+ * }
495
+ * \endcode
496
+ *
497
+ * \note In general, FLAC__StreamDecoder functions which change the
498
+ * state should not be called on the \a decoder while in the callback.
499
+ *
500
+ * \param decoder The decoder instance calling the callback.
501
+ * \param buffer A pointer to a location for the callee to store
502
+ * data to be decoded.
503
+ * \param bytes A pointer to the size of the buffer. On entry
504
+ * to the callback, it contains the maximum number
505
+ * of bytes that may be stored in \a buffer. The
506
+ * callee must set it to the actual number of bytes
507
+ * stored (0 in case of error or end-of-stream) before
508
+ * returning.
509
+ * \param client_data The callee's client data set through
510
+ * FLAC__stream_decoder_init_*().
511
+ * \retval FLAC__StreamDecoderReadStatus
512
+ * The callee's return status. Note that the callback should return
513
+ * \c FLAC__STREAM_DECODER_READ_STATUS_END_OF_STREAM if and only if
514
+ * zero bytes were read and there is no more data to be read.
515
+ */
516
+ typedef FLAC__StreamDecoderReadStatus (*FLAC__StreamDecoderReadCallback)(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
517
+
518
+ /** Signature for the seek callback.
519
+ *
520
+ * A function pointer matching this signature may be passed to
521
+ * FLAC__stream_decoder_init*_stream(). The supplied function will be
522
+ * called when the decoder needs to seek the input stream. The decoder
523
+ * will pass the absolute byte offset to seek to, 0 meaning the
524
+ * beginning of the stream.
525
+ *
526
+ * Here is an example of a seek callback for stdio streams:
527
+ * \code
528
+ * FLAC__StreamDecoderSeekStatus seek_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data)
529
+ * {
530
+ * FILE *file = ((MyClientData*)client_data)->file;
531
+ * if(file == stdin)
532
+ * return FLAC__STREAM_DECODER_SEEK_STATUS_UNSUPPORTED;
533
+ * else if(fseeko(file, (off_t)absolute_byte_offset, SEEK_SET) < 0)
534
+ * return FLAC__STREAM_DECODER_SEEK_STATUS_ERROR;
535
+ * else
536
+ * return FLAC__STREAM_DECODER_SEEK_STATUS_OK;
537
+ * }
538
+ * \endcode
539
+ *
540
+ * \note In general, FLAC__StreamDecoder functions which change the
541
+ * state should not be called on the \a decoder while in the callback.
542
+ *
543
+ * \param decoder The decoder instance calling the callback.
544
+ * \param absolute_byte_offset The offset from the beginning of the stream
545
+ * to seek to.
546
+ * \param client_data The callee's client data set through
547
+ * FLAC__stream_decoder_init_*().
548
+ * \retval FLAC__StreamDecoderSeekStatus
549
+ * The callee's return status.
550
+ */
551
+ typedef FLAC__StreamDecoderSeekStatus (*FLAC__StreamDecoderSeekCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data);
552
+
553
+ /** Signature for the tell callback.
554
+ *
555
+ * A function pointer matching this signature may be passed to
556
+ * FLAC__stream_decoder_init*_stream(). The supplied function will be
557
+ * called when the decoder wants to know the current position of the
558
+ * stream. The callback should return the byte offset from the
559
+ * beginning of the stream.
560
+ *
561
+ * Here is an example of a tell callback for stdio streams:
562
+ * \code
563
+ * FLAC__StreamDecoderTellStatus tell_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data)
564
+ * {
565
+ * FILE *file = ((MyClientData*)client_data)->file;
566
+ * off_t pos;
567
+ * if(file == stdin)
568
+ * return FLAC__STREAM_DECODER_TELL_STATUS_UNSUPPORTED;
569
+ * else if((pos = ftello(file)) < 0)
570
+ * return FLAC__STREAM_DECODER_TELL_STATUS_ERROR;
571
+ * else {
572
+ * *absolute_byte_offset = (FLAC__uint64)pos;
573
+ * return FLAC__STREAM_DECODER_TELL_STATUS_OK;
574
+ * }
575
+ * }
576
+ * \endcode
577
+ *
578
+ * \note In general, FLAC__StreamDecoder functions which change the
579
+ * state should not be called on the \a decoder while in the callback.
580
+ *
581
+ * \param decoder The decoder instance calling the callback.
582
+ * \param absolute_byte_offset A pointer to storage for the current offset
583
+ * from the beginning of the stream.
584
+ * \param client_data The callee's client data set through
585
+ * FLAC__stream_decoder_init_*().
586
+ * \retval FLAC__StreamDecoderTellStatus
587
+ * The callee's return status.
588
+ */
589
+ typedef FLAC__StreamDecoderTellStatus (*FLAC__StreamDecoderTellCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
590
+
591
+ /** Signature for the length callback.
592
+ *
593
+ * A function pointer matching this signature may be passed to
594
+ * FLAC__stream_decoder_init*_stream(). The supplied function will be
595
+ * called when the decoder wants to know the total length of the stream
596
+ * in bytes.
597
+ *
598
+ * Here is an example of a length callback for stdio streams:
599
+ * \code
600
+ * FLAC__StreamDecoderLengthStatus length_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data)
601
+ * {
602
+ * FILE *file = ((MyClientData*)client_data)->file;
603
+ * struct stat filestats;
604
+ *
605
+ * if(file == stdin)
606
+ * return FLAC__STREAM_DECODER_LENGTH_STATUS_UNSUPPORTED;
607
+ * else if(fstat(fileno(file), &filestats) != 0)
608
+ * return FLAC__STREAM_DECODER_LENGTH_STATUS_ERROR;
609
+ * else {
610
+ * *stream_length = (FLAC__uint64)filestats.st_size;
611
+ * return FLAC__STREAM_DECODER_LENGTH_STATUS_OK;
612
+ * }
613
+ * }
614
+ * \endcode
615
+ *
616
+ * \note In general, FLAC__StreamDecoder functions which change the
617
+ * state should not be called on the \a decoder while in the callback.
618
+ *
619
+ * \param decoder The decoder instance calling the callback.
620
+ * \param stream_length A pointer to storage for the length of the stream
621
+ * in bytes.
622
+ * \param client_data The callee's client data set through
623
+ * FLAC__stream_decoder_init_*().
624
+ * \retval FLAC__StreamDecoderLengthStatus
625
+ * The callee's return status.
626
+ */
627
+ typedef FLAC__StreamDecoderLengthStatus (*FLAC__StreamDecoderLengthCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data);
628
+
629
+ /** Signature for the EOF callback.
630
+ *
631
+ * A function pointer matching this signature may be passed to
632
+ * FLAC__stream_decoder_init*_stream(). The supplied function will be
633
+ * called when the decoder needs to know if the end of the stream has
634
+ * been reached.
635
+ *
636
+ * Here is an example of a EOF callback for stdio streams:
637
+ * FLAC__bool eof_cb(const FLAC__StreamDecoder *decoder, void *client_data)
638
+ * \code
639
+ * {
640
+ * FILE *file = ((MyClientData*)client_data)->file;
641
+ * return feof(file)? true : false;
642
+ * }
643
+ * \endcode
644
+ *
645
+ * \note In general, FLAC__StreamDecoder functions which change the
646
+ * state should not be called on the \a decoder while in the callback.
647
+ *
648
+ * \param decoder The decoder instance calling the callback.
649
+ * \param client_data The callee's client data set through
650
+ * FLAC__stream_decoder_init_*().
651
+ * \retval FLAC__bool
652
+ * \c true if the currently at the end of the stream, else \c false.
653
+ */
654
+ typedef FLAC__bool (*FLAC__StreamDecoderEofCallback)(const FLAC__StreamDecoder *decoder, void *client_data);
655
+
656
+ /** Signature for the write callback.
657
+ *
658
+ * A function pointer matching this signature must be passed to one of
659
+ * the FLAC__stream_decoder_init_*() functions.
660
+ * The supplied function will be called when the decoder has decoded a
661
+ * single audio frame. The decoder will pass the frame metadata as well
662
+ * as an array of pointers (one for each channel) pointing to the
663
+ * decoded audio.
664
+ *
665
+ * \note In general, FLAC__StreamDecoder functions which change the
666
+ * state should not be called on the \a decoder while in the callback.
667
+ *
668
+ * \param decoder The decoder instance calling the callback.
669
+ * \param frame The description of the decoded frame. See
670
+ * FLAC__Frame.
671
+ * \param buffer An array of pointers to decoded channels of data.
672
+ * Each pointer will point to an array of signed
673
+ * samples of length \a frame->header.blocksize.
674
+ * Channels will be ordered according to the FLAC
675
+ * specification; see the documentation for the
676
+ * <A HREF="../format.html#frame_header">frame header</A>.
677
+ * \param client_data The callee's client data set through
678
+ * FLAC__stream_decoder_init_*().
679
+ * \retval FLAC__StreamDecoderWriteStatus
680
+ * The callee's return status.
681
+ */
682
+ typedef FLAC__StreamDecoderWriteStatus (*FLAC__StreamDecoderWriteCallback)(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data);
683
+
684
+ /** Signature for the metadata callback.
685
+ *
686
+ * A function pointer matching this signature must be passed to one of
687
+ * the FLAC__stream_decoder_init_*() functions.
688
+ * The supplied function will be called when the decoder has decoded a
689
+ * metadata block. In a valid FLAC file there will always be one
690
+ * \c STREAMINFO block, followed by zero or more other metadata blocks.
691
+ * These will be supplied by the decoder in the same order as they
692
+ * appear in the stream and always before the first audio frame (i.e.
693
+ * write callback). The metadata block that is passed in must not be
694
+ * modified, and it doesn't live beyond the callback, so you should make
695
+ * a copy of it with FLAC__metadata_object_clone() if you will need it
696
+ * elsewhere. Since metadata blocks can potentially be large, by
697
+ * default the decoder only calls the metadata callback for the
698
+ * \c STREAMINFO block; you can instruct the decoder to pass or filter
699
+ * other blocks with FLAC__stream_decoder_set_metadata_*() calls.
700
+ *
701
+ * \note In general, FLAC__StreamDecoder functions which change the
702
+ * state should not be called on the \a decoder while in the callback.
703
+ *
704
+ * \param decoder The decoder instance calling the callback.
705
+ * \param metadata The decoded metadata block.
706
+ * \param client_data The callee's client data set through
707
+ * FLAC__stream_decoder_init_*().
708
+ */
709
+ typedef void (*FLAC__StreamDecoderMetadataCallback)(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data);
710
+
711
+ /** Signature for the error callback.
712
+ *
713
+ * A function pointer matching this signature must be passed to one of
714
+ * the FLAC__stream_decoder_init_*() functions.
715
+ * The supplied function will be called whenever an error occurs during
716
+ * decoding.
717
+ *
718
+ * \note In general, FLAC__StreamDecoder functions which change the
719
+ * state should not be called on the \a decoder while in the callback.
720
+ *
721
+ * \param decoder The decoder instance calling the callback.
722
+ * \param status The error encountered by the decoder.
723
+ * \param client_data The callee's client data set through
724
+ * FLAC__stream_decoder_init_*().
725
+ */
726
+ typedef void (*FLAC__StreamDecoderErrorCallback)(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
727
+
728
+
729
+ /***********************************************************************
730
+ *
731
+ * Class constructor/destructor
732
+ *
733
+ ***********************************************************************/
734
+
735
+ /** Create a new stream decoder instance. The instance is created with
736
+ * default settings; see the individual FLAC__stream_decoder_set_*()
737
+ * functions for each setting's default.
738
+ *
739
+ * \retval FLAC__StreamDecoder*
740
+ * \c NULL if there was an error allocating memory, else the new instance.
741
+ */
742
+ FLAC_API FLAC__StreamDecoder *FLAC__stream_decoder_new(void);
743
+
744
+ /** Free a decoder instance. Deletes the object pointed to by \a decoder.
745
+ *
746
+ * \param decoder A pointer to an existing decoder.
747
+ * \assert
748
+ * \code decoder != NULL \endcode
749
+ */
750
+ FLAC_API void FLAC__stream_decoder_delete(FLAC__StreamDecoder *decoder);
751
+
752
+
753
+ /***********************************************************************
754
+ *
755
+ * Public class method prototypes
756
+ *
757
+ ***********************************************************************/
758
+
759
+ /** Set the serial number for the FLAC stream within the Ogg container.
760
+ * The default behavior is to use the serial number of the first Ogg
761
+ * page. Setting a serial number here will explicitly specify which
762
+ * stream is to be decoded.
763
+ *
764
+ * \note
765
+ * This does not need to be set for native FLAC decoding.
766
+ *
767
+ * \default \c use serial number of first page
768
+ * \param decoder A decoder instance to set.
769
+ * \param serial_number See above.
770
+ * \assert
771
+ * \code decoder != NULL \endcode
772
+ * \retval FLAC__bool
773
+ * \c false if the decoder is already initialized, else \c true.
774
+ */
775
+ FLAC_API FLAC__bool FLAC__stream_decoder_set_ogg_serial_number(FLAC__StreamDecoder *decoder, long serial_number);
776
+
777
+ /** Set the "MD5 signature checking" flag. If \c true, the decoder will
778
+ * compute the MD5 signature of the unencoded audio data while decoding
779
+ * and compare it to the signature from the STREAMINFO block, if it
780
+ * exists, during FLAC__stream_decoder_finish().
781
+ *
782
+ * MD5 signature checking will be turned off (until the next
783
+ * FLAC__stream_decoder_reset()) if there is no signature in the
784
+ * STREAMINFO block or when a seek is attempted.
785
+ *
786
+ * Clients that do not use the MD5 check should leave this off to speed
787
+ * up decoding.
788
+ *
789
+ * \default \c false
790
+ * \param decoder A decoder instance to set.
791
+ * \param value Flag value (see above).
792
+ * \assert
793
+ * \code decoder != NULL \endcode
794
+ * \retval FLAC__bool
795
+ * \c false if the decoder is already initialized, else \c true.
796
+ */
797
+ FLAC_API FLAC__bool FLAC__stream_decoder_set_md5_checking(FLAC__StreamDecoder *decoder, FLAC__bool value);
798
+
799
+ /** Direct the decoder to pass on all metadata blocks of type \a type.
800
+ *
801
+ * \default By default, only the \c STREAMINFO block is returned via the
802
+ * metadata callback.
803
+ * \param decoder A decoder instance to set.
804
+ * \param type See above.
805
+ * \assert
806
+ * \code decoder != NULL \endcode
807
+ * \a type is valid
808
+ * \retval FLAC__bool
809
+ * \c false if the decoder is already initialized, else \c true.
810
+ */
811
+ FLAC_API FLAC__bool FLAC__stream_decoder_set_metadata_respond(FLAC__StreamDecoder *decoder, FLAC__MetadataType type);
812
+
813
+ /** Direct the decoder to pass on all APPLICATION metadata blocks of the
814
+ * given \a id.
815
+ *
816
+ * \default By default, only the \c STREAMINFO block is returned via the
817
+ * metadata callback.
818
+ * \param decoder A decoder instance to set.
819
+ * \param id See above.
820
+ * \assert
821
+ * \code decoder != NULL \endcode
822
+ * \code id != NULL \endcode
823
+ * \retval FLAC__bool
824
+ * \c false if the decoder is already initialized, else \c true.
825
+ */
826
+ FLAC_API FLAC__bool FLAC__stream_decoder_set_metadata_respond_application(FLAC__StreamDecoder *decoder, const FLAC__byte id[4]);
827
+
828
+ /** Direct the decoder to pass on all metadata blocks of any type.
829
+ *
830
+ * \default By default, only the \c STREAMINFO block is returned via the
831
+ * metadata callback.
832
+ * \param decoder A decoder instance to set.
833
+ * \assert
834
+ * \code decoder != NULL \endcode
835
+ * \retval FLAC__bool
836
+ * \c false if the decoder is already initialized, else \c true.
837
+ */
838
+ FLAC_API FLAC__bool FLAC__stream_decoder_set_metadata_respond_all(FLAC__StreamDecoder *decoder);
839
+
840
+ /** Direct the decoder to filter out all metadata blocks of type \a type.
841
+ *
842
+ * \default By default, only the \c STREAMINFO block is returned via the
843
+ * metadata callback.
844
+ * \param decoder A decoder instance to set.
845
+ * \param type See above.
846
+ * \assert
847
+ * \code decoder != NULL \endcode
848
+ * \a type is valid
849
+ * \retval FLAC__bool
850
+ * \c false if the decoder is already initialized, else \c true.
851
+ */
852
+ FLAC_API FLAC__bool FLAC__stream_decoder_set_metadata_ignore(FLAC__StreamDecoder *decoder, FLAC__MetadataType type);
853
+
854
+ /** Direct the decoder to filter out all APPLICATION metadata blocks of
855
+ * the given \a id.
856
+ *
857
+ * \default By default, only the \c STREAMINFO block is returned via the
858
+ * metadata callback.
859
+ * \param decoder A decoder instance to set.
860
+ * \param id See above.
861
+ * \assert
862
+ * \code decoder != NULL \endcode
863
+ * \code id != NULL \endcode
864
+ * \retval FLAC__bool
865
+ * \c false if the decoder is already initialized, else \c true.
866
+ */
867
+ FLAC_API FLAC__bool FLAC__stream_decoder_set_metadata_ignore_application(FLAC__StreamDecoder *decoder, const FLAC__byte id[4]);
868
+
869
+ /** Direct the decoder to filter out all metadata blocks of any type.
870
+ *
871
+ * \default By default, only the \c STREAMINFO block is returned via the
872
+ * metadata callback.
873
+ * \param decoder A decoder instance to set.
874
+ * \assert
875
+ * \code decoder != NULL \endcode
876
+ * \retval FLAC__bool
877
+ * \c false if the decoder is already initialized, else \c true.
878
+ */
879
+ FLAC_API FLAC__bool FLAC__stream_decoder_set_metadata_ignore_all(FLAC__StreamDecoder *decoder);
880
+
881
+ /** Get the current decoder state.
882
+ *
883
+ * \param decoder A decoder instance to query.
884
+ * \assert
885
+ * \code decoder != NULL \endcode
886
+ * \retval FLAC__StreamDecoderState
887
+ * The current decoder state.
888
+ */
889
+ FLAC_API FLAC__StreamDecoderState FLAC__stream_decoder_get_state(const FLAC__StreamDecoder *decoder);
890
+
891
+ /** Get the current decoder state as a C string.
892
+ *
893
+ * \param decoder A decoder instance to query.
894
+ * \assert
895
+ * \code decoder != NULL \endcode
896
+ * \retval const char *
897
+ * The decoder state as a C string. Do not modify the contents.
898
+ */
899
+ FLAC_API const char *FLAC__stream_decoder_get_resolved_state_string(const FLAC__StreamDecoder *decoder);
900
+
901
+ /** Get the "MD5 signature checking" flag.
902
+ * This is the value of the setting, not whether or not the decoder is
903
+ * currently checking the MD5 (remember, it can be turned off automatically
904
+ * by a seek). When the decoder is reset the flag will be restored to the
905
+ * value returned by this function.
906
+ *
907
+ * \param decoder A decoder instance to query.
908
+ * \assert
909
+ * \code decoder != NULL \endcode
910
+ * \retval FLAC__bool
911
+ * See above.
912
+ */
913
+ FLAC_API FLAC__bool FLAC__stream_decoder_get_md5_checking(const FLAC__StreamDecoder *decoder);
914
+
915
+ /** Get the total number of samples in the stream being decoded.
916
+ * Will only be valid after decoding has started and will contain the
917
+ * value from the \c STREAMINFO block. A value of \c 0 means "unknown".
918
+ *
919
+ * \param decoder A decoder instance to query.
920
+ * \assert
921
+ * \code decoder != NULL \endcode
922
+ * \retval unsigned
923
+ * See above.
924
+ */
925
+ FLAC_API FLAC__uint64 FLAC__stream_decoder_get_total_samples(const FLAC__StreamDecoder *decoder);
926
+
927
+ /** Get the current number of channels in the stream being decoded.
928
+ * Will only be valid after decoding has started and will contain the
929
+ * value from the most recently decoded frame header.
930
+ *
931
+ * \param decoder A decoder instance to query.
932
+ * \assert
933
+ * \code decoder != NULL \endcode
934
+ * \retval unsigned
935
+ * See above.
936
+ */
937
+ FLAC_API unsigned FLAC__stream_decoder_get_channels(const FLAC__StreamDecoder *decoder);
938
+
939
+ /** Get the current channel assignment in the stream being decoded.
940
+ * Will only be valid after decoding has started and will contain the
941
+ * value from the most recently decoded frame header.
942
+ *
943
+ * \param decoder A decoder instance to query.
944
+ * \assert
945
+ * \code decoder != NULL \endcode
946
+ * \retval FLAC__ChannelAssignment
947
+ * See above.
948
+ */
949
+ FLAC_API FLAC__ChannelAssignment FLAC__stream_decoder_get_channel_assignment(const FLAC__StreamDecoder *decoder);
950
+
951
+ /** Get the current sample resolution in the stream being decoded.
952
+ * Will only be valid after decoding has started and will contain the
953
+ * value from the most recently decoded frame header.
954
+ *
955
+ * \param decoder A decoder instance to query.
956
+ * \assert
957
+ * \code decoder != NULL \endcode
958
+ * \retval unsigned
959
+ * See above.
960
+ */
961
+ FLAC_API unsigned FLAC__stream_decoder_get_bits_per_sample(const FLAC__StreamDecoder *decoder);
962
+
963
+ /** Get the current sample rate in Hz of the stream being decoded.
964
+ * Will only be valid after decoding has started and will contain the
965
+ * value from the most recently decoded frame header.
966
+ *
967
+ * \param decoder A decoder instance to query.
968
+ * \assert
969
+ * \code decoder != NULL \endcode
970
+ * \retval unsigned
971
+ * See above.
972
+ */
973
+ FLAC_API unsigned FLAC__stream_decoder_get_sample_rate(const FLAC__StreamDecoder *decoder);
974
+
975
+ /** Get the current blocksize of the stream being decoded.
976
+ * Will only be valid after decoding has started and will contain the
977
+ * value from the most recently decoded frame header.
978
+ *
979
+ * \param decoder A decoder instance to query.
980
+ * \assert
981
+ * \code decoder != NULL \endcode
982
+ * \retval unsigned
983
+ * See above.
984
+ */
985
+ FLAC_API unsigned FLAC__stream_decoder_get_blocksize(const FLAC__StreamDecoder *decoder);
986
+
987
+ /** Returns the decoder's current read position within the stream.
988
+ * The position is the byte offset from the start of the stream.
989
+ * Bytes before this position have been fully decoded. Note that
990
+ * there may still be undecoded bytes in the decoder's read FIFO.
991
+ * The returned position is correct even after a seek.
992
+ *
993
+ * \warning This function currently only works for native FLAC,
994
+ * not Ogg FLAC streams.
995
+ *
996
+ * \param decoder A decoder instance to query.
997
+ * \param position Address at which to return the desired position.
998
+ * \assert
999
+ * \code decoder != NULL \endcode
1000
+ * \code position != NULL \endcode
1001
+ * \retval FLAC__bool
1002
+ * \c true if successful, \c false if the stream is not native FLAC,
1003
+ * or there was an error from the 'tell' callback or it returned
1004
+ * \c FLAC__STREAM_DECODER_TELL_STATUS_UNSUPPORTED.
1005
+ */
1006
+ FLAC_API FLAC__bool FLAC__stream_decoder_get_decode_position(const FLAC__StreamDecoder *decoder, FLAC__uint64 *position);
1007
+
1008
+ /** Initialize the decoder instance to decode native FLAC streams.
1009
+ *
1010
+ * This flavor of initialization sets up the decoder to decode from a
1011
+ * native FLAC stream. I/O is performed via callbacks to the client.
1012
+ * For decoding from a plain file via filename or open FILE*,
1013
+ * FLAC__stream_decoder_init_file() and FLAC__stream_decoder_init_FILE()
1014
+ * provide a simpler interface.
1015
+ *
1016
+ * This function should be called after FLAC__stream_decoder_new() and
1017
+ * FLAC__stream_decoder_set_*() but before any of the
1018
+ * FLAC__stream_decoder_process_*() functions. Will set and return the
1019
+ * decoder state, which will be FLAC__STREAM_DECODER_SEARCH_FOR_METADATA
1020
+ * if initialization succeeded.
1021
+ *
1022
+ * \param decoder An uninitialized decoder instance.
1023
+ * \param read_callback See FLAC__StreamDecoderReadCallback. This
1024
+ * pointer must not be \c NULL.
1025
+ * \param seek_callback See FLAC__StreamDecoderSeekCallback. This
1026
+ * pointer may be \c NULL if seeking is not
1027
+ * supported. If \a seek_callback is not \c NULL then a
1028
+ * \a tell_callback, \a length_callback, and \a eof_callback must also be supplied.
1029
+ * Alternatively, a dummy seek callback that just
1030
+ * returns \c FLAC__STREAM_DECODER_SEEK_STATUS_UNSUPPORTED
1031
+ * may also be supplied, all though this is slightly
1032
+ * less efficient for the decoder.
1033
+ * \param tell_callback See FLAC__StreamDecoderTellCallback. This
1034
+ * pointer may be \c NULL if not supported by the client. If
1035
+ * \a seek_callback is not \c NULL then a
1036
+ * \a tell_callback must also be supplied.
1037
+ * Alternatively, a dummy tell callback that just
1038
+ * returns \c FLAC__STREAM_DECODER_TELL_STATUS_UNSUPPORTED
1039
+ * may also be supplied, all though this is slightly
1040
+ * less efficient for the decoder.
1041
+ * \param length_callback See FLAC__StreamDecoderLengthCallback. This
1042
+ * pointer may be \c NULL if not supported by the client. If
1043
+ * \a seek_callback is not \c NULL then a
1044
+ * \a length_callback must also be supplied.
1045
+ * Alternatively, a dummy length callback that just
1046
+ * returns \c FLAC__STREAM_DECODER_LENGTH_STATUS_UNSUPPORTED
1047
+ * may also be supplied, all though this is slightly
1048
+ * less efficient for the decoder.
1049
+ * \param eof_callback See FLAC__StreamDecoderEofCallback. This
1050
+ * pointer may be \c NULL if not supported by the client. If
1051
+ * \a seek_callback is not \c NULL then a
1052
+ * \a eof_callback must also be supplied.
1053
+ * Alternatively, a dummy length callback that just
1054
+ * returns \c false
1055
+ * may also be supplied, all though this is slightly
1056
+ * less efficient for the decoder.
1057
+ * \param write_callback See FLAC__StreamDecoderWriteCallback. This
1058
+ * pointer must not be \c NULL.
1059
+ * \param metadata_callback See FLAC__StreamDecoderMetadataCallback. This
1060
+ * pointer may be \c NULL if the callback is not
1061
+ * desired.
1062
+ * \param error_callback See FLAC__StreamDecoderErrorCallback. This
1063
+ * pointer must not be \c NULL.
1064
+ * \param client_data This value will be supplied to callbacks in their
1065
+ * \a client_data argument.
1066
+ * \assert
1067
+ * \code decoder != NULL \endcode
1068
+ * \retval FLAC__StreamDecoderInitStatus
1069
+ * \c FLAC__STREAM_DECODER_INIT_STATUS_OK if initialization was successful;
1070
+ * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1071
+ */
1072
+ FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_stream(
1073
+ FLAC__StreamDecoder *decoder,
1074
+ FLAC__StreamDecoderReadCallback read_callback,
1075
+ FLAC__StreamDecoderSeekCallback seek_callback,
1076
+ FLAC__StreamDecoderTellCallback tell_callback,
1077
+ FLAC__StreamDecoderLengthCallback length_callback,
1078
+ FLAC__StreamDecoderEofCallback eof_callback,
1079
+ FLAC__StreamDecoderWriteCallback write_callback,
1080
+ FLAC__StreamDecoderMetadataCallback metadata_callback,
1081
+ FLAC__StreamDecoderErrorCallback error_callback,
1082
+ void *client_data
1083
+ );
1084
+
1085
+ /** Initialize the decoder instance to decode Ogg FLAC streams.
1086
+ *
1087
+ * This flavor of initialization sets up the decoder to decode from a
1088
+ * FLAC stream in an Ogg container. I/O is performed via callbacks to the
1089
+ * client. For decoding from a plain file via filename or open FILE*,
1090
+ * FLAC__stream_decoder_init_ogg_file() and FLAC__stream_decoder_init_ogg_FILE()
1091
+ * provide a simpler interface.
1092
+ *
1093
+ * This function should be called after FLAC__stream_decoder_new() and
1094
+ * FLAC__stream_decoder_set_*() but before any of the
1095
+ * FLAC__stream_decoder_process_*() functions. Will set and return the
1096
+ * decoder state, which will be FLAC__STREAM_DECODER_SEARCH_FOR_METADATA
1097
+ * if initialization succeeded.
1098
+ *
1099
+ * \note Support for Ogg FLAC in the library is optional. If this
1100
+ * library has been built without support for Ogg FLAC, this function
1101
+ * will return \c FLAC__STREAM_DECODER_INIT_STATUS_UNSUPPORTED_CONTAINER.
1102
+ *
1103
+ * \param decoder An uninitialized decoder instance.
1104
+ * \param read_callback See FLAC__StreamDecoderReadCallback. This
1105
+ * pointer must not be \c NULL.
1106
+ * \param seek_callback See FLAC__StreamDecoderSeekCallback. This
1107
+ * pointer may be \c NULL if seeking is not
1108
+ * supported. If \a seek_callback is not \c NULL then a
1109
+ * \a tell_callback, \a length_callback, and \a eof_callback must also be supplied.
1110
+ * Alternatively, a dummy seek callback that just
1111
+ * returns \c FLAC__STREAM_DECODER_SEEK_STATUS_UNSUPPORTED
1112
+ * may also be supplied, all though this is slightly
1113
+ * less efficient for the decoder.
1114
+ * \param tell_callback See FLAC__StreamDecoderTellCallback. This
1115
+ * pointer may be \c NULL if not supported by the client. If
1116
+ * \a seek_callback is not \c NULL then a
1117
+ * \a tell_callback must also be supplied.
1118
+ * Alternatively, a dummy tell callback that just
1119
+ * returns \c FLAC__STREAM_DECODER_TELL_STATUS_UNSUPPORTED
1120
+ * may also be supplied, all though this is slightly
1121
+ * less efficient for the decoder.
1122
+ * \param length_callback See FLAC__StreamDecoderLengthCallback. This
1123
+ * pointer may be \c NULL if not supported by the client. If
1124
+ * \a seek_callback is not \c NULL then a
1125
+ * \a length_callback must also be supplied.
1126
+ * Alternatively, a dummy length callback that just
1127
+ * returns \c FLAC__STREAM_DECODER_LENGTH_STATUS_UNSUPPORTED
1128
+ * may also be supplied, all though this is slightly
1129
+ * less efficient for the decoder.
1130
+ * \param eof_callback See FLAC__StreamDecoderEofCallback. This
1131
+ * pointer may be \c NULL if not supported by the client. If
1132
+ * \a seek_callback is not \c NULL then a
1133
+ * \a eof_callback must also be supplied.
1134
+ * Alternatively, a dummy length callback that just
1135
+ * returns \c false
1136
+ * may also be supplied, all though this is slightly
1137
+ * less efficient for the decoder.
1138
+ * \param write_callback See FLAC__StreamDecoderWriteCallback. This
1139
+ * pointer must not be \c NULL.
1140
+ * \param metadata_callback See FLAC__StreamDecoderMetadataCallback. This
1141
+ * pointer may be \c NULL if the callback is not
1142
+ * desired.
1143
+ * \param error_callback See FLAC__StreamDecoderErrorCallback. This
1144
+ * pointer must not be \c NULL.
1145
+ * \param client_data This value will be supplied to callbacks in their
1146
+ * \a client_data argument.
1147
+ * \assert
1148
+ * \code decoder != NULL \endcode
1149
+ * \retval FLAC__StreamDecoderInitStatus
1150
+ * \c FLAC__STREAM_DECODER_INIT_STATUS_OK if initialization was successful;
1151
+ * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1152
+ */
1153
+ FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_ogg_stream(
1154
+ FLAC__StreamDecoder *decoder,
1155
+ FLAC__StreamDecoderReadCallback read_callback,
1156
+ FLAC__StreamDecoderSeekCallback seek_callback,
1157
+ FLAC__StreamDecoderTellCallback tell_callback,
1158
+ FLAC__StreamDecoderLengthCallback length_callback,
1159
+ FLAC__StreamDecoderEofCallback eof_callback,
1160
+ FLAC__StreamDecoderWriteCallback write_callback,
1161
+ FLAC__StreamDecoderMetadataCallback metadata_callback,
1162
+ FLAC__StreamDecoderErrorCallback error_callback,
1163
+ void *client_data
1164
+ );
1165
+
1166
+ /** Initialize the decoder instance to decode native FLAC files.
1167
+ *
1168
+ * This flavor of initialization sets up the decoder to decode from a
1169
+ * plain native FLAC file. For non-stdio streams, you must use
1170
+ * FLAC__stream_decoder_init_stream() and provide callbacks for the I/O.
1171
+ *
1172
+ * This function should be called after FLAC__stream_decoder_new() and
1173
+ * FLAC__stream_decoder_set_*() but before any of the
1174
+ * FLAC__stream_decoder_process_*() functions. Will set and return the
1175
+ * decoder state, which will be FLAC__STREAM_DECODER_SEARCH_FOR_METADATA
1176
+ * if initialization succeeded.
1177
+ *
1178
+ * \param decoder An uninitialized decoder instance.
1179
+ * \param file An open FLAC file. The file should have been
1180
+ * opened with mode \c "rb" and rewound. The file
1181
+ * becomes owned by the decoder and should not be
1182
+ * manipulated by the client while decoding.
1183
+ * Unless \a file is \c stdin, it will be closed
1184
+ * when FLAC__stream_decoder_finish() is called.
1185
+ * Note however that seeking will not work when
1186
+ * decoding from \c stdout since it is not seekable.
1187
+ * \param write_callback See FLAC__StreamDecoderWriteCallback. This
1188
+ * pointer must not be \c NULL.
1189
+ * \param metadata_callback See FLAC__StreamDecoderMetadataCallback. This
1190
+ * pointer may be \c NULL if the callback is not
1191
+ * desired.
1192
+ * \param error_callback See FLAC__StreamDecoderErrorCallback. This
1193
+ * pointer must not be \c NULL.
1194
+ * \param client_data This value will be supplied to callbacks in their
1195
+ * \a client_data argument.
1196
+ * \assert
1197
+ * \code decoder != NULL \endcode
1198
+ * \code file != NULL \endcode
1199
+ * \retval FLAC__StreamDecoderInitStatus
1200
+ * \c FLAC__STREAM_DECODER_INIT_STATUS_OK if initialization was successful;
1201
+ * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1202
+ */
1203
+ FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_FILE(
1204
+ FLAC__StreamDecoder *decoder,
1205
+ FILE *file,
1206
+ FLAC__StreamDecoderWriteCallback write_callback,
1207
+ FLAC__StreamDecoderMetadataCallback metadata_callback,
1208
+ FLAC__StreamDecoderErrorCallback error_callback,
1209
+ void *client_data
1210
+ );
1211
+
1212
+ /** Initialize the decoder instance to decode Ogg FLAC files.
1213
+ *
1214
+ * This flavor of initialization sets up the decoder to decode from a
1215
+ * plain Ogg FLAC file. For non-stdio streams, you must use
1216
+ * FLAC__stream_decoder_init_ogg_stream() and provide callbacks for the I/O.
1217
+ *
1218
+ * This function should be called after FLAC__stream_decoder_new() and
1219
+ * FLAC__stream_decoder_set_*() but before any of the
1220
+ * FLAC__stream_decoder_process_*() functions. Will set and return the
1221
+ * decoder state, which will be FLAC__STREAM_DECODER_SEARCH_FOR_METADATA
1222
+ * if initialization succeeded.
1223
+ *
1224
+ * \note Support for Ogg FLAC in the library is optional. If this
1225
+ * library has been built without support for Ogg FLAC, this function
1226
+ * will return \c FLAC__STREAM_DECODER_INIT_STATUS_UNSUPPORTED_CONTAINER.
1227
+ *
1228
+ * \param decoder An uninitialized decoder instance.
1229
+ * \param file An open FLAC file. The file should have been
1230
+ * opened with mode \c "rb" and rewound. The file
1231
+ * becomes owned by the decoder and should not be
1232
+ * manipulated by the client while decoding.
1233
+ * Unless \a file is \c stdin, it will be closed
1234
+ * when FLAC__stream_decoder_finish() is called.
1235
+ * Note however that seeking will not work when
1236
+ * decoding from \c stdout since it is not seekable.
1237
+ * \param write_callback See FLAC__StreamDecoderWriteCallback. This
1238
+ * pointer must not be \c NULL.
1239
+ * \param metadata_callback See FLAC__StreamDecoderMetadataCallback. This
1240
+ * pointer may be \c NULL if the callback is not
1241
+ * desired.
1242
+ * \param error_callback See FLAC__StreamDecoderErrorCallback. This
1243
+ * pointer must not be \c NULL.
1244
+ * \param client_data This value will be supplied to callbacks in their
1245
+ * \a client_data argument.
1246
+ * \assert
1247
+ * \code decoder != NULL \endcode
1248
+ * \code file != NULL \endcode
1249
+ * \retval FLAC__StreamDecoderInitStatus
1250
+ * \c FLAC__STREAM_DECODER_INIT_STATUS_OK if initialization was successful;
1251
+ * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1252
+ */
1253
+ FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_ogg_FILE(
1254
+ FLAC__StreamDecoder *decoder,
1255
+ FILE *file,
1256
+ FLAC__StreamDecoderWriteCallback write_callback,
1257
+ FLAC__StreamDecoderMetadataCallback metadata_callback,
1258
+ FLAC__StreamDecoderErrorCallback error_callback,
1259
+ void *client_data
1260
+ );
1261
+
1262
+ /** Initialize the decoder instance to decode native FLAC files.
1263
+ *
1264
+ * This flavor of initialization sets up the decoder to decode from a plain
1265
+ * native FLAC file. If POSIX fopen() semantics are not sufficient, (for
1266
+ * example, with Unicode filenames on Windows), you must use
1267
+ * FLAC__stream_decoder_init_FILE(), or FLAC__stream_decoder_init_stream()
1268
+ * and provide callbacks for the I/O.
1269
+ *
1270
+ * This function should be called after FLAC__stream_decoder_new() and
1271
+ * FLAC__stream_decoder_set_*() but before any of the
1272
+ * FLAC__stream_decoder_process_*() functions. Will set and return the
1273
+ * decoder state, which will be FLAC__STREAM_DECODER_SEARCH_FOR_METADATA
1274
+ * if initialization succeeded.
1275
+ *
1276
+ * \param decoder An uninitialized decoder instance.
1277
+ * \param filename The name of the file to decode from. The file will
1278
+ * be opened with fopen(). Use \c NULL to decode from
1279
+ * \c stdin. Note that \c stdin is not seekable.
1280
+ * \param write_callback See FLAC__StreamDecoderWriteCallback. This
1281
+ * pointer must not be \c NULL.
1282
+ * \param metadata_callback See FLAC__StreamDecoderMetadataCallback. This
1283
+ * pointer may be \c NULL if the callback is not
1284
+ * desired.
1285
+ * \param error_callback See FLAC__StreamDecoderErrorCallback. This
1286
+ * pointer must not be \c NULL.
1287
+ * \param client_data This value will be supplied to callbacks in their
1288
+ * \a client_data argument.
1289
+ * \assert
1290
+ * \code decoder != NULL \endcode
1291
+ * \retval FLAC__StreamDecoderInitStatus
1292
+ * \c FLAC__STREAM_DECODER_INIT_STATUS_OK if initialization was successful;
1293
+ * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1294
+ */
1295
+ FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_file(
1296
+ FLAC__StreamDecoder *decoder,
1297
+ const char *filename,
1298
+ FLAC__StreamDecoderWriteCallback write_callback,
1299
+ FLAC__StreamDecoderMetadataCallback metadata_callback,
1300
+ FLAC__StreamDecoderErrorCallback error_callback,
1301
+ void *client_data
1302
+ );
1303
+
1304
+ /** Initialize the decoder instance to decode Ogg FLAC files.
1305
+ *
1306
+ * This flavor of initialization sets up the decoder to decode from a plain
1307
+ * Ogg FLAC file. If POSIX fopen() semantics are not sufficient, (for
1308
+ * example, with Unicode filenames on Windows), you must use
1309
+ * FLAC__stream_decoder_init_ogg_FILE(), or FLAC__stream_decoder_init_ogg_stream()
1310
+ * and provide callbacks for the I/O.
1311
+ *
1312
+ * This function should be called after FLAC__stream_decoder_new() and
1313
+ * FLAC__stream_decoder_set_*() but before any of the
1314
+ * FLAC__stream_decoder_process_*() functions. Will set and return the
1315
+ * decoder state, which will be FLAC__STREAM_DECODER_SEARCH_FOR_METADATA
1316
+ * if initialization succeeded.
1317
+ *
1318
+ * \note Support for Ogg FLAC in the library is optional. If this
1319
+ * library has been built without support for Ogg FLAC, this function
1320
+ * will return \c FLAC__STREAM_DECODER_INIT_STATUS_UNSUPPORTED_CONTAINER.
1321
+ *
1322
+ * \param decoder An uninitialized decoder instance.
1323
+ * \param filename The name of the file to decode from. The file will
1324
+ * be opened with fopen(). Use \c NULL to decode from
1325
+ * \c stdin. Note that \c stdin is not seekable.
1326
+ * \param write_callback See FLAC__StreamDecoderWriteCallback. This
1327
+ * pointer must not be \c NULL.
1328
+ * \param metadata_callback See FLAC__StreamDecoderMetadataCallback. This
1329
+ * pointer may be \c NULL if the callback is not
1330
+ * desired.
1331
+ * \param error_callback See FLAC__StreamDecoderErrorCallback. This
1332
+ * pointer must not be \c NULL.
1333
+ * \param client_data This value will be supplied to callbacks in their
1334
+ * \a client_data argument.
1335
+ * \assert
1336
+ * \code decoder != NULL \endcode
1337
+ * \retval FLAC__StreamDecoderInitStatus
1338
+ * \c FLAC__STREAM_DECODER_INIT_STATUS_OK if initialization was successful;
1339
+ * see FLAC__StreamDecoderInitStatus for the meanings of other return values.
1340
+ */
1341
+ FLAC_API FLAC__StreamDecoderInitStatus FLAC__stream_decoder_init_ogg_file(
1342
+ FLAC__StreamDecoder *decoder,
1343
+ const char *filename,
1344
+ FLAC__StreamDecoderWriteCallback write_callback,
1345
+ FLAC__StreamDecoderMetadataCallback metadata_callback,
1346
+ FLAC__StreamDecoderErrorCallback error_callback,
1347
+ void *client_data
1348
+ );
1349
+
1350
+ /** Finish the decoding process.
1351
+ * Flushes the decoding buffer, releases resources, resets the decoder
1352
+ * settings to their defaults, and returns the decoder state to
1353
+ * FLAC__STREAM_DECODER_UNINITIALIZED.
1354
+ *
1355
+ * In the event of a prematurely-terminated decode, it is not strictly
1356
+ * necessary to call this immediately before FLAC__stream_decoder_delete()
1357
+ * but it is good practice to match every FLAC__stream_decoder_init_*()
1358
+ * with a FLAC__stream_decoder_finish().
1359
+ *
1360
+ * \param decoder An uninitialized decoder instance.
1361
+ * \assert
1362
+ * \code decoder != NULL \endcode
1363
+ * \retval FLAC__bool
1364
+ * \c false if MD5 checking is on AND a STREAMINFO block was available
1365
+ * AND the MD5 signature in the STREAMINFO block was non-zero AND the
1366
+ * signature does not match the one computed by the decoder; else
1367
+ * \c true.
1368
+ */
1369
+ FLAC_API FLAC__bool FLAC__stream_decoder_finish(FLAC__StreamDecoder *decoder);
1370
+
1371
+ /** Flush the stream input.
1372
+ * The decoder's input buffer will be cleared and the state set to
1373
+ * \c FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC. This will also turn
1374
+ * off MD5 checking.
1375
+ *
1376
+ * \param decoder A decoder instance.
1377
+ * \assert
1378
+ * \code decoder != NULL \endcode
1379
+ * \retval FLAC__bool
1380
+ * \c true if successful, else \c false if a memory allocation
1381
+ * error occurs (in which case the state will be set to
1382
+ * \c FLAC__STREAM_DECODER_MEMORY_ALLOCATION_ERROR).
1383
+ */
1384
+ FLAC_API FLAC__bool FLAC__stream_decoder_flush(FLAC__StreamDecoder *decoder);
1385
+
1386
+ /** Reset the decoding process.
1387
+ * The decoder's input buffer will be cleared and the state set to
1388
+ * \c FLAC__STREAM_DECODER_SEARCH_FOR_METADATA. This is similar to
1389
+ * FLAC__stream_decoder_finish() except that the settings are
1390
+ * preserved; there is no need to call FLAC__stream_decoder_init_*()
1391
+ * before decoding again. MD5 checking will be restored to its original
1392
+ * setting.
1393
+ *
1394
+ * If the decoder is seekable, or was initialized with
1395
+ * FLAC__stream_decoder_init*_FILE() or FLAC__stream_decoder_init*_file(),
1396
+ * the decoder will also attempt to seek to the beginning of the file.
1397
+ * If this rewind fails, this function will return \c false. It follows
1398
+ * that FLAC__stream_decoder_reset() cannot be used when decoding from
1399
+ * \c stdin.
1400
+ *
1401
+ * If the decoder was initialized with FLAC__stream_encoder_init*_stream()
1402
+ * and is not seekable (i.e. no seek callback was provided or the seek
1403
+ * callback returns \c FLAC__STREAM_DECODER_SEEK_STATUS_UNSUPPORTED), it
1404
+ * is the duty of the client to start feeding data from the beginning of
1405
+ * the stream on the next FLAC__stream_decoder_process() or
1406
+ * FLAC__stream_decoder_process_interleaved() call.
1407
+ *
1408
+ * \param decoder A decoder instance.
1409
+ * \assert
1410
+ * \code decoder != NULL \endcode
1411
+ * \retval FLAC__bool
1412
+ * \c true if successful, else \c false if a memory allocation occurs
1413
+ * (in which case the state will be set to
1414
+ * \c FLAC__STREAM_DECODER_MEMORY_ALLOCATION_ERROR) or a seek error
1415
+ * occurs (the state will be unchanged).
1416
+ */
1417
+ FLAC_API FLAC__bool FLAC__stream_decoder_reset(FLAC__StreamDecoder *decoder);
1418
+
1419
+ /** Decode one metadata block or audio frame.
1420
+ * This version instructs the decoder to decode a either a single metadata
1421
+ * block or a single frame and stop, unless the callbacks return a fatal
1422
+ * error or the read callback returns
1423
+ * \c FLAC__STREAM_DECODER_READ_STATUS_END_OF_STREAM.
1424
+ *
1425
+ * As the decoder needs more input it will call the read callback.
1426
+ * Depending on what was decoded, the metadata or write callback will be
1427
+ * called with the decoded metadata block or audio frame.
1428
+ *
1429
+ * Unless there is a fatal read error or end of stream, this function
1430
+ * will return once one whole frame is decoded. In other words, if the
1431
+ * stream is not synchronized or points to a corrupt frame header, the
1432
+ * decoder will continue to try and resync until it gets to a valid
1433
+ * frame, then decode one frame, then return. If the decoder points to
1434
+ * a frame whose frame CRC in the frame footer does not match the
1435
+ * computed frame CRC, this function will issue a
1436
+ * FLAC__STREAM_DECODER_ERROR_STATUS_FRAME_CRC_MISMATCH error to the
1437
+ * error callback, and return, having decoded one complete, although
1438
+ * corrupt, frame. (Such corrupted frames are sent as silence of the
1439
+ * correct length to the write callback.)
1440
+ *
1441
+ * \param decoder An initialized decoder instance.
1442
+ * \assert
1443
+ * \code decoder != NULL \endcode
1444
+ * \retval FLAC__bool
1445
+ * \c false if any fatal read, write, or memory allocation error
1446
+ * occurred (meaning decoding must stop), else \c true; for more
1447
+ * information about the decoder, check the decoder state with
1448
+ * FLAC__stream_decoder_get_state().
1449
+ */
1450
+ FLAC_API FLAC__bool FLAC__stream_decoder_process_single(FLAC__StreamDecoder *decoder);
1451
+
1452
+ /** Decode until the end of the metadata.
1453
+ * This version instructs the decoder to decode from the current position
1454
+ * and continue until all the metadata has been read, or until the
1455
+ * callbacks return a fatal error or the read callback returns
1456
+ * \c FLAC__STREAM_DECODER_READ_STATUS_END_OF_STREAM.
1457
+ *
1458
+ * As the decoder needs more input it will call the read callback.
1459
+ * As each metadata block is decoded, the metadata callback will be called
1460
+ * with the decoded metadata.
1461
+ *
1462
+ * \param decoder An initialized decoder instance.
1463
+ * \assert
1464
+ * \code decoder != NULL \endcode
1465
+ * \retval FLAC__bool
1466
+ * \c false if any fatal read, write, or memory allocation error
1467
+ * occurred (meaning decoding must stop), else \c true; for more
1468
+ * information about the decoder, check the decoder state with
1469
+ * FLAC__stream_decoder_get_state().
1470
+ */
1471
+ FLAC_API FLAC__bool FLAC__stream_decoder_process_until_end_of_metadata(FLAC__StreamDecoder *decoder);
1472
+
1473
+ /** Decode until the end of the stream.
1474
+ * This version instructs the decoder to decode from the current position
1475
+ * and continue until the end of stream (the read callback returns
1476
+ * \c FLAC__STREAM_DECODER_READ_STATUS_END_OF_STREAM), or until the
1477
+ * callbacks return a fatal error.
1478
+ *
1479
+ * As the decoder needs more input it will call the read callback.
1480
+ * As each metadata block and frame is decoded, the metadata or write
1481
+ * callback will be called with the decoded metadata or frame.
1482
+ *
1483
+ * \param decoder An initialized decoder instance.
1484
+ * \assert
1485
+ * \code decoder != NULL \endcode
1486
+ * \retval FLAC__bool
1487
+ * \c false if any fatal read, write, or memory allocation error
1488
+ * occurred (meaning decoding must stop), else \c true; for more
1489
+ * information about the decoder, check the decoder state with
1490
+ * FLAC__stream_decoder_get_state().
1491
+ */
1492
+ FLAC_API FLAC__bool FLAC__stream_decoder_process_until_end_of_stream(FLAC__StreamDecoder *decoder);
1493
+
1494
+ /** Skip one audio frame.
1495
+ * This version instructs the decoder to 'skip' a single frame and stop,
1496
+ * unless the callbacks return a fatal error or the read callback returns
1497
+ * \c FLAC__STREAM_DECODER_READ_STATUS_END_OF_STREAM.
1498
+ *
1499
+ * The decoding flow is the same as what occurs when
1500
+ * FLAC__stream_decoder_process_single() is called to process an audio
1501
+ * frame, except that this function does not decode the parsed data into
1502
+ * PCM or call the write callback. The integrity of the frame is still
1503
+ * checked the same way as in the other process functions.
1504
+ *
1505
+ * This function will return once one whole frame is skipped, in the
1506
+ * same way that FLAC__stream_decoder_process_single() will return once
1507
+ * one whole frame is decoded.
1508
+ *
1509
+ * This function can be used in more quickly determining FLAC frame
1510
+ * boundaries when decoding of the actual data is not needed, for
1511
+ * example when an application is separating a FLAC stream into frames
1512
+ * for editing or storing in a container. To do this, the application
1513
+ * can use FLAC__stream_decoder_skip_single_frame() to quickly advance
1514
+ * to the next frame, then use
1515
+ * FLAC__stream_decoder_get_decode_position() to find the new frame
1516
+ * boundary.
1517
+ *
1518
+ * This function should only be called when the stream has advanced
1519
+ * past all the metadata, otherwise it will return \c false.
1520
+ *
1521
+ * \param decoder An initialized decoder instance not in a metadata
1522
+ * state.
1523
+ * \assert
1524
+ * \code decoder != NULL \endcode
1525
+ * \retval FLAC__bool
1526
+ * \c false if any fatal read, write, or memory allocation error
1527
+ * occurred (meaning decoding must stop), or if the decoder
1528
+ * is in the FLAC__STREAM_DECODER_SEARCH_FOR_METADATA or
1529
+ * FLAC__STREAM_DECODER_READ_METADATA state, else \c true; for more
1530
+ * information about the decoder, check the decoder state with
1531
+ * FLAC__stream_decoder_get_state().
1532
+ */
1533
+ FLAC_API FLAC__bool FLAC__stream_decoder_skip_single_frame(FLAC__StreamDecoder *decoder);
1534
+
1535
+ /** Flush the input and seek to an absolute sample.
1536
+ * Decoding will resume at the given sample. Note that because of
1537
+ * this, the next write callback may contain a partial block. The
1538
+ * client must support seeking the input or this function will fail
1539
+ * and return \c false. Furthermore, if the decoder state is
1540
+ * \c FLAC__STREAM_DECODER_SEEK_ERROR, then the decoder must be flushed
1541
+ * with FLAC__stream_decoder_flush() or reset with
1542
+ * FLAC__stream_decoder_reset() before decoding can continue.
1543
+ *
1544
+ * \param decoder A decoder instance.
1545
+ * \param sample The target sample number to seek to.
1546
+ * \assert
1547
+ * \code decoder != NULL \endcode
1548
+ * \retval FLAC__bool
1549
+ * \c true if successful, else \c false.
1550
+ */
1551
+ FLAC_API FLAC__bool FLAC__stream_decoder_seek_absolute(FLAC__StreamDecoder *decoder, FLAC__uint64 sample);
1552
+
1553
+ /* \} */
1554
+
1555
+ #ifdef __cplusplus
1556
+ }
1557
+ #endif
1558
+
1559
+ #endif