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,964 @@
1
+ /*
2
+ * libmad - MPEG audio decoder library
3
+ * Copyright (C) 2000-2004 Underbit Technologies, Inc.
4
+ *
5
+ * This program is free software; you can redistribute it and/or modify
6
+ * it under the terms of the GNU General Public License as published by
7
+ * the Free Software Foundation; either version 2 of the License, or
8
+ * (at your option) any later version.
9
+ *
10
+ * This program is distributed in the hope that it will be useful,
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
+ * GNU General Public License for more details.
14
+ *
15
+ * You should have received a copy of the GNU General Public License
16
+ * along with this program; if not, write to the Free Software
17
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18
+ *
19
+ * If you would like to negotiate alternate licensing terms, you may do
20
+ * so by contacting: Underbit Technologies, Inc. <info@underbit.com>
21
+ */
22
+
23
+ # ifdef __cplusplus
24
+ extern "C" {
25
+ # endif
26
+
27
+ # define FPM_INTEL
28
+
29
+
30
+
31
+ # define SIZEOF_INT 4
32
+ # define SIZEOF_LONG 4
33
+ # define SIZEOF_LONG_LONG 8
34
+
35
+
36
+ /* Id: version.h,v 1.26 2004/01/23 09:41:33 rob Exp */
37
+
38
+ # ifndef LIBMAD_VERSION_H
39
+ # define LIBMAD_VERSION_H
40
+
41
+ # define MAD_VERSION_MAJOR 0
42
+ # define MAD_VERSION_MINOR 15
43
+ # define MAD_VERSION_PATCH 1
44
+ # define MAD_VERSION_EXTRA " (beta)"
45
+
46
+ # define MAD_VERSION_STRINGIZE(str) #str
47
+ # define MAD_VERSION_STRING(num) MAD_VERSION_STRINGIZE(num)
48
+
49
+ # define MAD_VERSION MAD_VERSION_STRING(MAD_VERSION_MAJOR) "." \
50
+ MAD_VERSION_STRING(MAD_VERSION_MINOR) "." \
51
+ MAD_VERSION_STRING(MAD_VERSION_PATCH) \
52
+ MAD_VERSION_EXTRA
53
+
54
+ # define MAD_PUBLISHYEAR "2000-2004"
55
+ # define MAD_AUTHOR "Underbit Technologies, Inc."
56
+ # define MAD_EMAIL "info@underbit.com"
57
+
58
+ extern char const mad_version[];
59
+ extern char const mad_copyright[];
60
+ extern char const mad_author[];
61
+ extern char const mad_build[];
62
+
63
+ # endif
64
+
65
+ /* Id: fixed.h,v 1.38 2004/02/17 02:02:03 rob Exp */
66
+
67
+ # ifndef LIBMAD_FIXED_H
68
+ # define LIBMAD_FIXED_H
69
+
70
+ # if SIZEOF_INT >= 4
71
+ typedef signed int mad_fixed_t;
72
+
73
+ typedef signed int mad_fixed64hi_t;
74
+ typedef unsigned int mad_fixed64lo_t;
75
+ # else
76
+ typedef signed long mad_fixed_t;
77
+
78
+ typedef signed long mad_fixed64hi_t;
79
+ typedef unsigned long mad_fixed64lo_t;
80
+ # endif
81
+
82
+ # if defined(_MSC_VER)
83
+ # define mad_fixed64_t signed __int64
84
+ # elif 1 || defined(__GNUC__)
85
+ # define mad_fixed64_t signed long long
86
+ # endif
87
+
88
+ # if defined(FPM_FLOAT)
89
+ typedef double mad_sample_t;
90
+ # else
91
+ typedef mad_fixed_t mad_sample_t;
92
+ # endif
93
+
94
+ /*
95
+ * Fixed-point format: 0xABBBBBBB
96
+ * A == whole part (sign + 3 bits)
97
+ * B == fractional part (28 bits)
98
+ *
99
+ * Values are signed two's complement, so the effective range is:
100
+ * 0x80000000 to 0x7fffffff
101
+ * -8.0 to +7.9999999962747097015380859375
102
+ *
103
+ * The smallest representable value is:
104
+ * 0x00000001 == 0.0000000037252902984619140625 (i.e. about 3.725e-9)
105
+ *
106
+ * 28 bits of fractional accuracy represent about
107
+ * 8.6 digits of decimal accuracy.
108
+ *
109
+ * Fixed-point numbers can be added or subtracted as normal
110
+ * integers, but multiplication requires shifting the 64-bit result
111
+ * from 56 fractional bits back to 28 (and rounding.)
112
+ *
113
+ * Changing the definition of MAD_F_FRACBITS is only partially
114
+ * supported, and must be done with care.
115
+ */
116
+
117
+ # define MAD_F_FRACBITS 28
118
+
119
+ # if MAD_F_FRACBITS == 28
120
+ # define MAD_F(x) ((mad_fixed_t) (x##L))
121
+ # else
122
+ # if MAD_F_FRACBITS < 28
123
+ # warning "MAD_F_FRACBITS < 28"
124
+ # define MAD_F(x) ((mad_fixed_t) \
125
+ (((x##L) + \
126
+ (1L << (28 - MAD_F_FRACBITS - 1))) >> \
127
+ (28 - MAD_F_FRACBITS)))
128
+ # elif MAD_F_FRACBITS > 28
129
+ # error "MAD_F_FRACBITS > 28 not currently supported"
130
+ # define MAD_F(x) ((mad_fixed_t) \
131
+ ((x##L) << (MAD_F_FRACBITS - 28)))
132
+ # endif
133
+ # endif
134
+
135
+ # define MAD_F_MIN ((mad_fixed_t) -0x80000000L)
136
+ # define MAD_F_MAX ((mad_fixed_t) +0x7fffffffL)
137
+
138
+ # define MAD_F_ONE MAD_F(0x10000000)
139
+
140
+ # define mad_f_tofixed(x) ((mad_fixed_t) \
141
+ ((x) * (double) (1L << MAD_F_FRACBITS) + 0.5))
142
+ # define mad_f_todouble(x) ((double) \
143
+ ((x) / (double) (1L << MAD_F_FRACBITS)))
144
+
145
+ # define mad_f_intpart(x) ((x) >> MAD_F_FRACBITS)
146
+ # define mad_f_fracpart(x) ((x) & ((1L << MAD_F_FRACBITS) - 1))
147
+ /* (x should be positive) */
148
+
149
+ # define mad_f_fromint(x) ((x) << MAD_F_FRACBITS)
150
+
151
+ # define mad_f_add(x, y) ((x) + (y))
152
+ # define mad_f_sub(x, y) ((x) - (y))
153
+
154
+ # if defined(FPM_FLOAT)
155
+ # error "FPM_FLOAT not yet supported"
156
+
157
+ # undef MAD_F
158
+ # define MAD_F(x) mad_f_todouble(x)
159
+
160
+ # define mad_f_mul(x, y) ((x) * (y))
161
+ # define mad_f_scale64
162
+
163
+ # undef ASO_ZEROCHECK
164
+
165
+ # elif defined(FPM_64BIT)
166
+
167
+ /*
168
+ * This version should be the most accurate if 64-bit types are supported by
169
+ * the compiler, although it may not be the most efficient.
170
+ */
171
+ # if defined(OPT_ACCURACY)
172
+ # define mad_f_mul(x, y) \
173
+ ((mad_fixed_t) \
174
+ ((((mad_fixed64_t) (x) * (y)) + \
175
+ (1L << (MAD_F_SCALEBITS - 1))) >> MAD_F_SCALEBITS))
176
+ # else
177
+ # define mad_f_mul(x, y) \
178
+ ((mad_fixed_t) (((mad_fixed64_t) (x) * (y)) >> MAD_F_SCALEBITS))
179
+ # endif
180
+
181
+ # define MAD_F_SCALEBITS MAD_F_FRACBITS
182
+
183
+ /* --- Intel --------------------------------------------------------------- */
184
+
185
+ # elif defined(FPM_INTEL)
186
+
187
+ # if defined(_MSC_VER)
188
+ # pragma warning(push)
189
+ # pragma warning(disable: 4035) /* no return value */
190
+ static __forceinline
191
+ mad_fixed_t mad_f_mul_inline(mad_fixed_t x, mad_fixed_t y)
192
+ {
193
+ enum {
194
+ fracbits = MAD_F_FRACBITS
195
+ };
196
+
197
+ __asm {
198
+ mov eax, x
199
+ imul y
200
+ shrd eax, edx, fracbits
201
+ }
202
+
203
+ /* implicit return of eax */
204
+ }
205
+ # pragma warning(pop)
206
+
207
+ # define mad_f_mul mad_f_mul_inline
208
+ # define mad_f_scale64
209
+ # else
210
+ /*
211
+ * This Intel version is fast and accurate; the disposition of the least
212
+ * significant bit depends on OPT_ACCURACY via mad_f_scale64().
213
+ */
214
+ # define MAD_F_MLX(hi, lo, x, y) \
215
+ asm ("imull %3" \
216
+ : "=a" (lo), "=d" (hi) \
217
+ : "%a" (x), "rm" (y) \
218
+ : "cc")
219
+
220
+ # if defined(OPT_ACCURACY)
221
+ /*
222
+ * This gives best accuracy but is not very fast.
223
+ */
224
+ # define MAD_F_MLA(hi, lo, x, y) \
225
+ ({ mad_fixed64hi_t __hi; \
226
+ mad_fixed64lo_t __lo; \
227
+ MAD_F_MLX(__hi, __lo, (x), (y)); \
228
+ asm ("addl %2,%0\n\t" \
229
+ "adcl %3,%1" \
230
+ : "=rm" (lo), "=rm" (hi) \
231
+ : "r" (__lo), "r" (__hi), "0" (lo), "1" (hi) \
232
+ : "cc"); \
233
+ })
234
+ # endif /* OPT_ACCURACY */
235
+
236
+ # if defined(OPT_ACCURACY)
237
+ /*
238
+ * Surprisingly, this is faster than SHRD followed by ADC.
239
+ */
240
+ # define mad_f_scale64(hi, lo) \
241
+ ({ mad_fixed64hi_t __hi_; \
242
+ mad_fixed64lo_t __lo_; \
243
+ mad_fixed_t __result; \
244
+ asm ("addl %4,%2\n\t" \
245
+ "adcl %5,%3" \
246
+ : "=rm" (__lo_), "=rm" (__hi_) \
247
+ : "0" (lo), "1" (hi), \
248
+ "ir" (1L << (MAD_F_SCALEBITS - 1)), "ir" (0) \
249
+ : "cc"); \
250
+ asm ("shrdl %3,%2,%1" \
251
+ : "=rm" (__result) \
252
+ : "0" (__lo_), "r" (__hi_), "I" (MAD_F_SCALEBITS) \
253
+ : "cc"); \
254
+ __result; \
255
+ })
256
+ # elif defined(OPT_INTEL)
257
+ /*
258
+ * Alternate Intel scaling that may or may not perform better.
259
+ */
260
+ # define mad_f_scale64(hi, lo) \
261
+ ({ mad_fixed_t __result; \
262
+ asm ("shrl %3,%1\n\t" \
263
+ "shll %4,%2\n\t" \
264
+ "orl %2,%1" \
265
+ : "=rm" (__result) \
266
+ : "0" (lo), "r" (hi), \
267
+ "I" (MAD_F_SCALEBITS), "I" (32 - MAD_F_SCALEBITS) \
268
+ : "cc"); \
269
+ __result; \
270
+ })
271
+ # else
272
+ # define mad_f_scale64(hi, lo) \
273
+ ({ mad_fixed_t __result; \
274
+ asm ("shrdl %3,%2,%1" \
275
+ : "=rm" (__result) \
276
+ : "0" (lo), "r" (hi), "I" (MAD_F_SCALEBITS) \
277
+ : "cc"); \
278
+ __result; \
279
+ })
280
+ # endif /* OPT_ACCURACY */
281
+
282
+ # define MAD_F_SCALEBITS MAD_F_FRACBITS
283
+ # endif
284
+
285
+ /* --- ARM ----------------------------------------------------------------- */
286
+
287
+ # elif defined(FPM_ARM)
288
+
289
+ /*
290
+ * This ARM V4 version is as accurate as FPM_64BIT but much faster. The
291
+ * least significant bit is properly rounded at no CPU cycle cost!
292
+ */
293
+ # if 1
294
+ /*
295
+ * This is faster than the default implementation via MAD_F_MLX() and
296
+ * mad_f_scale64().
297
+ */
298
+ # define mad_f_mul(x, y) \
299
+ ({ mad_fixed64hi_t __hi; \
300
+ mad_fixed64lo_t __lo; \
301
+ mad_fixed_t __result; \
302
+ asm ("smull %0, %1, %3, %4\n\t" \
303
+ "movs %0, %0, lsr %5\n\t" \
304
+ "adc %2, %0, %1, lsl %6" \
305
+ : "=&r" (__lo), "=&r" (__hi), "=r" (__result) \
306
+ : "%r" (x), "r" (y), \
307
+ "M" (MAD_F_SCALEBITS), "M" (32 - MAD_F_SCALEBITS) \
308
+ : "cc"); \
309
+ __result; \
310
+ })
311
+ # endif
312
+
313
+ # define MAD_F_MLX(hi, lo, x, y) \
314
+ asm ("smull %0, %1, %2, %3" \
315
+ : "=&r" (lo), "=&r" (hi) \
316
+ : "%r" (x), "r" (y))
317
+
318
+ # define MAD_F_MLA(hi, lo, x, y) \
319
+ asm ("smlal %0, %1, %2, %3" \
320
+ : "+r" (lo), "+r" (hi) \
321
+ : "%r" (x), "r" (y))
322
+
323
+ # define MAD_F_MLN(hi, lo) \
324
+ asm ("rsbs %0, %2, #0\n\t" \
325
+ "rsc %1, %3, #0" \
326
+ : "=r" (lo), "=r" (hi) \
327
+ : "0" (lo), "1" (hi) \
328
+ : "cc")
329
+
330
+ # define mad_f_scale64(hi, lo) \
331
+ ({ mad_fixed_t __result; \
332
+ asm ("movs %0, %1, lsr %3\n\t" \
333
+ "adc %0, %0, %2, lsl %4" \
334
+ : "=&r" (__result) \
335
+ : "r" (lo), "r" (hi), \
336
+ "M" (MAD_F_SCALEBITS), "M" (32 - MAD_F_SCALEBITS) \
337
+ : "cc"); \
338
+ __result; \
339
+ })
340
+
341
+ # define MAD_F_SCALEBITS MAD_F_FRACBITS
342
+
343
+ /* --- MIPS ---------------------------------------------------------------- */
344
+
345
+ # elif defined(FPM_MIPS)
346
+
347
+ /*
348
+ * This MIPS version is fast and accurate; the disposition of the least
349
+ * significant bit depends on OPT_ACCURACY via mad_f_scale64().
350
+ */
351
+ # define MAD_F_MLX(hi, lo, x, y) \
352
+ asm ("mult %2,%3" \
353
+ : "=l" (lo), "=h" (hi) \
354
+ : "%r" (x), "r" (y))
355
+
356
+ # if defined(HAVE_MADD_ASM)
357
+ # define MAD_F_MLA(hi, lo, x, y) \
358
+ asm ("madd %2,%3" \
359
+ : "+l" (lo), "+h" (hi) \
360
+ : "%r" (x), "r" (y))
361
+ # elif defined(HAVE_MADD16_ASM)
362
+ /*
363
+ * This loses significant accuracy due to the 16-bit integer limit in the
364
+ * multiply/accumulate instruction.
365
+ */
366
+ # define MAD_F_ML0(hi, lo, x, y) \
367
+ asm ("mult %2,%3" \
368
+ : "=l" (lo), "=h" (hi) \
369
+ : "%r" ((x) >> 12), "r" ((y) >> 16))
370
+ # define MAD_F_MLA(hi, lo, x, y) \
371
+ asm ("madd16 %2,%3" \
372
+ : "+l" (lo), "+h" (hi) \
373
+ : "%r" ((x) >> 12), "r" ((y) >> 16))
374
+ # define MAD_F_MLZ(hi, lo) ((mad_fixed_t) (lo))
375
+ # endif
376
+
377
+ # if defined(OPT_SPEED)
378
+ # define mad_f_scale64(hi, lo) \
379
+ ((mad_fixed_t) ((hi) << (32 - MAD_F_SCALEBITS)))
380
+ # define MAD_F_SCALEBITS MAD_F_FRACBITS
381
+ # endif
382
+
383
+ /* --- SPARC --------------------------------------------------------------- */
384
+
385
+ # elif defined(FPM_SPARC)
386
+
387
+ /*
388
+ * This SPARC V8 version is fast and accurate; the disposition of the least
389
+ * significant bit depends on OPT_ACCURACY via mad_f_scale64().
390
+ */
391
+ # define MAD_F_MLX(hi, lo, x, y) \
392
+ asm ("smul %2, %3, %0\n\t" \
393
+ "rd %%y, %1" \
394
+ : "=r" (lo), "=r" (hi) \
395
+ : "%r" (x), "rI" (y))
396
+
397
+ /* --- PowerPC ------------------------------------------------------------- */
398
+
399
+ # elif defined(FPM_PPC)
400
+
401
+ /*
402
+ * This PowerPC version is fast and accurate; the disposition of the least
403
+ * significant bit depends on OPT_ACCURACY via mad_f_scale64().
404
+ */
405
+ # define MAD_F_MLX(hi, lo, x, y) \
406
+ do { \
407
+ asm ("mullw %0,%1,%2" \
408
+ : "=r" (lo) \
409
+ : "%r" (x), "r" (y)); \
410
+ asm ("mulhw %0,%1,%2" \
411
+ : "=r" (hi) \
412
+ : "%r" (x), "r" (y)); \
413
+ } \
414
+ while (0)
415
+
416
+ # if defined(OPT_ACCURACY)
417
+ /*
418
+ * This gives best accuracy but is not very fast.
419
+ */
420
+ # define MAD_F_MLA(hi, lo, x, y) \
421
+ ({ mad_fixed64hi_t __hi; \
422
+ mad_fixed64lo_t __lo; \
423
+ MAD_F_MLX(__hi, __lo, (x), (y)); \
424
+ asm ("addc %0,%2,%3\n\t" \
425
+ "adde %1,%4,%5" \
426
+ : "=r" (lo), "=r" (hi) \
427
+ : "%r" (lo), "r" (__lo), \
428
+ "%r" (hi), "r" (__hi) \
429
+ : "xer"); \
430
+ })
431
+ # endif
432
+
433
+ # if defined(OPT_ACCURACY)
434
+ /*
435
+ * This is slower than the truncating version below it.
436
+ */
437
+ # define mad_f_scale64(hi, lo) \
438
+ ({ mad_fixed_t __result, __round; \
439
+ asm ("rotrwi %0,%1,%2" \
440
+ : "=r" (__result) \
441
+ : "r" (lo), "i" (MAD_F_SCALEBITS)); \
442
+ asm ("extrwi %0,%1,1,0" \
443
+ : "=r" (__round) \
444
+ : "r" (__result)); \
445
+ asm ("insrwi %0,%1,%2,0" \
446
+ : "+r" (__result) \
447
+ : "r" (hi), "i" (MAD_F_SCALEBITS)); \
448
+ asm ("add %0,%1,%2" \
449
+ : "=r" (__result) \
450
+ : "%r" (__result), "r" (__round)); \
451
+ __result; \
452
+ })
453
+ # else
454
+ # define mad_f_scale64(hi, lo) \
455
+ ({ mad_fixed_t __result; \
456
+ asm ("rotrwi %0,%1,%2" \
457
+ : "=r" (__result) \
458
+ : "r" (lo), "i" (MAD_F_SCALEBITS)); \
459
+ asm ("insrwi %0,%1,%2,0" \
460
+ : "+r" (__result) \
461
+ : "r" (hi), "i" (MAD_F_SCALEBITS)); \
462
+ __result; \
463
+ })
464
+ # endif
465
+
466
+ # define MAD_F_SCALEBITS MAD_F_FRACBITS
467
+
468
+ /* --- Default ------------------------------------------------------------- */
469
+
470
+ # elif defined(FPM_DEFAULT)
471
+
472
+ /*
473
+ * This version is the most portable but it loses significant accuracy.
474
+ * Furthermore, accuracy is biased against the second argument, so care
475
+ * should be taken when ordering operands.
476
+ *
477
+ * The scale factors are constant as this is not used with SSO.
478
+ *
479
+ * Pre-rounding is required to stay within the limits of compliance.
480
+ */
481
+ # if defined(OPT_SPEED)
482
+ # define mad_f_mul(x, y) (((x) >> 12) * ((y) >> 16))
483
+ # else
484
+ # define mad_f_mul(x, y) ((((x) + (1L << 11)) >> 12) * \
485
+ (((y) + (1L << 15)) >> 16))
486
+ # endif
487
+
488
+ /* ------------------------------------------------------------------------- */
489
+
490
+ # else
491
+ # error "no FPM selected"
492
+ # endif
493
+
494
+ /* default implementations */
495
+
496
+ # if !defined(mad_f_mul)
497
+ # define mad_f_mul(x, y) \
498
+ ({ register mad_fixed64hi_t __hi; \
499
+ register mad_fixed64lo_t __lo; \
500
+ MAD_F_MLX(__hi, __lo, (x), (y)); \
501
+ mad_f_scale64(__hi, __lo); \
502
+ })
503
+ # endif
504
+
505
+ # if !defined(MAD_F_MLA)
506
+ # define MAD_F_ML0(hi, lo, x, y) ((lo) = mad_f_mul((x), (y)))
507
+ # define MAD_F_MLA(hi, lo, x, y) ((lo) += mad_f_mul((x), (y)))
508
+ # define MAD_F_MLN(hi, lo) ((lo) = -(lo))
509
+ # define MAD_F_MLZ(hi, lo) ((void) (hi), (mad_fixed_t) (lo))
510
+ # endif
511
+
512
+ # if !defined(MAD_F_ML0)
513
+ # define MAD_F_ML0(hi, lo, x, y) MAD_F_MLX((hi), (lo), (x), (y))
514
+ # endif
515
+
516
+ # if !defined(MAD_F_MLN)
517
+ # define MAD_F_MLN(hi, lo) ((hi) = ((lo) = -(lo)) ? ~(hi) : -(hi))
518
+ # endif
519
+
520
+ # if !defined(MAD_F_MLZ)
521
+ # define MAD_F_MLZ(hi, lo) mad_f_scale64((hi), (lo))
522
+ # endif
523
+
524
+ # if !defined(mad_f_scale64)
525
+ # if defined(OPT_ACCURACY)
526
+ # define mad_f_scale64(hi, lo) \
527
+ ((((mad_fixed_t) \
528
+ (((hi) << (32 - (MAD_F_SCALEBITS - 1))) | \
529
+ ((lo) >> (MAD_F_SCALEBITS - 1)))) + 1) >> 1)
530
+ # else
531
+ # define mad_f_scale64(hi, lo) \
532
+ ((mad_fixed_t) \
533
+ (((hi) << (32 - MAD_F_SCALEBITS)) | \
534
+ ((lo) >> MAD_F_SCALEBITS)))
535
+ # endif
536
+ # define MAD_F_SCALEBITS MAD_F_FRACBITS
537
+ # endif
538
+
539
+ /* C routines */
540
+
541
+ mad_fixed_t mad_f_abs(mad_fixed_t);
542
+ mad_fixed_t mad_f_div(mad_fixed_t, mad_fixed_t);
543
+
544
+ # endif
545
+
546
+ /* Id: bit.h,v 1.12 2004/01/23 09:41:32 rob Exp */
547
+
548
+ # ifndef LIBMAD_BIT_H
549
+ # define LIBMAD_BIT_H
550
+
551
+ struct mad_bitptr {
552
+ unsigned char const *byte;
553
+ unsigned short cache;
554
+ unsigned short left;
555
+ };
556
+
557
+ void mad_bit_init(struct mad_bitptr *, unsigned char const *);
558
+
559
+ # define mad_bit_finish(bitptr) /* nothing */
560
+
561
+ unsigned int mad_bit_length(struct mad_bitptr const *,
562
+ struct mad_bitptr const *);
563
+
564
+ # define mad_bit_bitsleft(bitptr) ((bitptr)->left)
565
+ unsigned char const *mad_bit_nextbyte(struct mad_bitptr const *);
566
+
567
+ void mad_bit_skip(struct mad_bitptr *, unsigned int);
568
+ unsigned long mad_bit_read(struct mad_bitptr *, unsigned int);
569
+ void mad_bit_write(struct mad_bitptr *, unsigned int, unsigned long);
570
+
571
+ unsigned short mad_bit_crc(struct mad_bitptr, unsigned int, unsigned short);
572
+
573
+ # endif
574
+
575
+ /* Id: timer.h,v 1.16 2004/01/23 09:41:33 rob Exp */
576
+
577
+ # ifndef LIBMAD_TIMER_H
578
+ # define LIBMAD_TIMER_H
579
+
580
+ typedef struct {
581
+ signed long seconds; /* whole seconds */
582
+ unsigned long fraction; /* 1/MAD_TIMER_RESOLUTION seconds */
583
+ } mad_timer_t;
584
+
585
+ extern mad_timer_t const mad_timer_zero;
586
+
587
+ # define MAD_TIMER_RESOLUTION 352800000UL
588
+
589
+ enum mad_units {
590
+ MAD_UNITS_HOURS = -2,
591
+ MAD_UNITS_MINUTES = -1,
592
+ MAD_UNITS_SECONDS = 0,
593
+
594
+ /* metric units */
595
+
596
+ MAD_UNITS_DECISECONDS = 10,
597
+ MAD_UNITS_CENTISECONDS = 100,
598
+ MAD_UNITS_MILLISECONDS = 1000,
599
+
600
+ /* audio sample units */
601
+
602
+ MAD_UNITS_8000_HZ = 8000,
603
+ MAD_UNITS_11025_HZ = 11025,
604
+ MAD_UNITS_12000_HZ = 12000,
605
+
606
+ MAD_UNITS_16000_HZ = 16000,
607
+ MAD_UNITS_22050_HZ = 22050,
608
+ MAD_UNITS_24000_HZ = 24000,
609
+
610
+ MAD_UNITS_32000_HZ = 32000,
611
+ MAD_UNITS_44100_HZ = 44100,
612
+ MAD_UNITS_48000_HZ = 48000,
613
+
614
+ /* video frame/field units */
615
+
616
+ MAD_UNITS_24_FPS = 24,
617
+ MAD_UNITS_25_FPS = 25,
618
+ MAD_UNITS_30_FPS = 30,
619
+ MAD_UNITS_48_FPS = 48,
620
+ MAD_UNITS_50_FPS = 50,
621
+ MAD_UNITS_60_FPS = 60,
622
+
623
+ /* CD audio frames */
624
+
625
+ MAD_UNITS_75_FPS = 75,
626
+
627
+ /* video drop-frame units */
628
+
629
+ MAD_UNITS_23_976_FPS = -24,
630
+ MAD_UNITS_24_975_FPS = -25,
631
+ MAD_UNITS_29_97_FPS = -30,
632
+ MAD_UNITS_47_952_FPS = -48,
633
+ MAD_UNITS_49_95_FPS = -50,
634
+ MAD_UNITS_59_94_FPS = -60
635
+ };
636
+
637
+ # define mad_timer_reset(timer) ((void) (*(timer) = mad_timer_zero))
638
+
639
+ int mad_timer_compare(mad_timer_t, mad_timer_t);
640
+
641
+ # define mad_timer_sign(timer) mad_timer_compare((timer), mad_timer_zero)
642
+
643
+ void mad_timer_negate(mad_timer_t *);
644
+ mad_timer_t mad_timer_abs(mad_timer_t);
645
+
646
+ void mad_timer_set(mad_timer_t *, unsigned long, unsigned long, unsigned long);
647
+ void mad_timer_add(mad_timer_t *, mad_timer_t);
648
+ void mad_timer_multiply(mad_timer_t *, signed long);
649
+
650
+ signed long mad_timer_count(mad_timer_t, enum mad_units);
651
+ unsigned long mad_timer_fraction(mad_timer_t, unsigned long);
652
+ void mad_timer_string(mad_timer_t, char *, char const *,
653
+ enum mad_units, enum mad_units, unsigned long);
654
+
655
+ # endif
656
+
657
+ /* Id: stream.h,v 1.20 2004/02/05 09:02:39 rob Exp */
658
+
659
+ # ifndef LIBMAD_STREAM_H
660
+ # define LIBMAD_STREAM_H
661
+
662
+
663
+ # define MAD_BUFFER_GUARD 8
664
+ # define MAD_BUFFER_MDLEN (511 + 2048 + MAD_BUFFER_GUARD)
665
+
666
+ enum mad_error {
667
+ MAD_ERROR_NONE = 0x0000, /* no error */
668
+
669
+ MAD_ERROR_BUFLEN = 0x0001, /* input buffer too small (or EOF) */
670
+ MAD_ERROR_BUFPTR = 0x0002, /* invalid (null) buffer pointer */
671
+
672
+ MAD_ERROR_NOMEM = 0x0031, /* not enough memory */
673
+
674
+ MAD_ERROR_LOSTSYNC = 0x0101, /* lost synchronization */
675
+ MAD_ERROR_BADLAYER = 0x0102, /* reserved header layer value */
676
+ MAD_ERROR_BADBITRATE = 0x0103, /* forbidden bitrate value */
677
+ MAD_ERROR_BADSAMPLERATE = 0x0104, /* reserved sample frequency value */
678
+ MAD_ERROR_BADEMPHASIS = 0x0105, /* reserved emphasis value */
679
+
680
+ MAD_ERROR_BADCRC = 0x0201, /* CRC check failed */
681
+ MAD_ERROR_BADBITALLOC = 0x0211, /* forbidden bit allocation value */
682
+ MAD_ERROR_BADSCALEFACTOR = 0x0221, /* bad scalefactor index */
683
+ MAD_ERROR_BADMODE = 0x0222, /* bad bitrate/mode combination */
684
+ MAD_ERROR_BADFRAMELEN = 0x0231, /* bad frame length */
685
+ MAD_ERROR_BADBIGVALUES = 0x0232, /* bad big_values count */
686
+ MAD_ERROR_BADBLOCKTYPE = 0x0233, /* reserved block_type */
687
+ MAD_ERROR_BADSCFSI = 0x0234, /* bad scalefactor selection info */
688
+ MAD_ERROR_BADDATAPTR = 0x0235, /* bad main_data_begin pointer */
689
+ MAD_ERROR_BADPART3LEN = 0x0236, /* bad audio data length */
690
+ MAD_ERROR_BADHUFFTABLE = 0x0237, /* bad Huffman table select */
691
+ MAD_ERROR_BADHUFFDATA = 0x0238, /* Huffman data overrun */
692
+ MAD_ERROR_BADSTEREO = 0x0239 /* incompatible block_type for JS */
693
+ };
694
+
695
+ # define MAD_RECOVERABLE(error) ((error) & 0xff00)
696
+
697
+ struct mad_stream {
698
+ unsigned char const *buffer; /* input bitstream buffer */
699
+ unsigned char const *bufend; /* end of buffer */
700
+ unsigned long skiplen; /* bytes to skip before next frame */
701
+
702
+ int sync; /* stream sync found */
703
+ unsigned long freerate; /* free bitrate (fixed) */
704
+
705
+ unsigned char const *this_frame; /* start of current frame */
706
+ unsigned char const *next_frame; /* start of next frame */
707
+ struct mad_bitptr ptr; /* current processing bit pointer */
708
+
709
+ struct mad_bitptr anc_ptr; /* ancillary bits pointer */
710
+ unsigned int anc_bitlen; /* number of ancillary bits */
711
+
712
+ unsigned char (*main_data)[MAD_BUFFER_MDLEN];
713
+ /* Layer III main_data() */
714
+ unsigned int md_len; /* bytes in main_data */
715
+
716
+ int options; /* decoding options (see below) */
717
+ enum mad_error error; /* error code (see above) */
718
+ };
719
+
720
+ enum {
721
+ MAD_OPTION_IGNORECRC = 0x0001, /* ignore CRC errors */
722
+ MAD_OPTION_HALFSAMPLERATE = 0x0002 /* generate PCM at 1/2 sample rate */
723
+ # if 0 /* not yet implemented */
724
+ MAD_OPTION_LEFTCHANNEL = 0x0010, /* decode left channel only */
725
+ MAD_OPTION_RIGHTCHANNEL = 0x0020, /* decode right channel only */
726
+ MAD_OPTION_SINGLECHANNEL = 0x0030 /* combine channels */
727
+ # endif
728
+ };
729
+
730
+ void mad_stream_init(struct mad_stream *);
731
+ void mad_stream_finish(struct mad_stream *);
732
+
733
+ # define mad_stream_options(stream, opts) \
734
+ ((void) ((stream)->options = (opts)))
735
+
736
+ void mad_stream_buffer(struct mad_stream *,
737
+ unsigned char const *, unsigned long);
738
+ void mad_stream_skip(struct mad_stream *, unsigned long);
739
+
740
+ int mad_stream_sync(struct mad_stream *);
741
+
742
+ char const *mad_stream_errorstr(struct mad_stream const *);
743
+
744
+ # endif
745
+
746
+ /* Id: frame.h,v 1.20 2004/01/23 09:41:32 rob Exp */
747
+
748
+ # ifndef LIBMAD_FRAME_H
749
+ # define LIBMAD_FRAME_H
750
+
751
+
752
+ enum mad_layer {
753
+ MAD_LAYER_I = 1, /* Layer I */
754
+ MAD_LAYER_II = 2, /* Layer II */
755
+ MAD_LAYER_III = 3 /* Layer III */
756
+ };
757
+
758
+ enum mad_mode {
759
+ MAD_MODE_SINGLE_CHANNEL = 0, /* single channel */
760
+ MAD_MODE_DUAL_CHANNEL = 1, /* dual channel */
761
+ MAD_MODE_JOINT_STEREO = 2, /* joint (MS/intensity) stereo */
762
+ MAD_MODE_STEREO = 3 /* normal LR stereo */
763
+ };
764
+
765
+ enum mad_emphasis {
766
+ MAD_EMPHASIS_NONE = 0, /* no emphasis */
767
+ MAD_EMPHASIS_50_15_US = 1, /* 50/15 microseconds emphasis */
768
+ MAD_EMPHASIS_CCITT_J_17 = 3, /* CCITT J.17 emphasis */
769
+ MAD_EMPHASIS_RESERVED = 2 /* unknown emphasis */
770
+ };
771
+
772
+ struct mad_header {
773
+ enum mad_layer layer; /* audio layer (1, 2, or 3) */
774
+ enum mad_mode mode; /* channel mode (see above) */
775
+ int mode_extension; /* additional mode info */
776
+ enum mad_emphasis emphasis; /* de-emphasis to use (see above) */
777
+
778
+ unsigned long bitrate; /* stream bitrate (bps) */
779
+ unsigned int samplerate; /* sampling frequency (Hz) */
780
+
781
+ unsigned short crc_check; /* frame CRC accumulator */
782
+ unsigned short crc_target; /* final target CRC checksum */
783
+
784
+ int flags; /* flags (see below) */
785
+ int private_bits; /* private bits (see below) */
786
+
787
+ mad_timer_t duration; /* audio playing time of frame */
788
+ };
789
+
790
+ struct mad_frame {
791
+ struct mad_header header; /* MPEG audio header */
792
+
793
+ int options; /* decoding options (from stream) */
794
+
795
+ mad_fixed_t sbsample[2][36][32]; /* synthesis subband filter samples */
796
+ mad_fixed_t (*overlap)[2][32][18]; /* Layer III block overlap data */
797
+ };
798
+
799
+ # define MAD_NCHANNELS(header) ((header)->mode ? 2 : 1)
800
+ # define MAD_NSBSAMPLES(header) \
801
+ ((header)->layer == MAD_LAYER_I ? 12 : \
802
+ (((header)->layer == MAD_LAYER_III && \
803
+ ((header)->flags & MAD_FLAG_LSF_EXT)) ? 18 : 36))
804
+
805
+ enum {
806
+ MAD_FLAG_NPRIVATE_III = 0x0007, /* number of Layer III private bits */
807
+ MAD_FLAG_INCOMPLETE = 0x0008, /* header but not data is decoded */
808
+
809
+ MAD_FLAG_PROTECTION = 0x0010, /* frame has CRC protection */
810
+ MAD_FLAG_COPYRIGHT = 0x0020, /* frame is copyright */
811
+ MAD_FLAG_ORIGINAL = 0x0040, /* frame is original (else copy) */
812
+ MAD_FLAG_PADDING = 0x0080, /* frame has additional slot */
813
+
814
+ MAD_FLAG_I_STEREO = 0x0100, /* uses intensity joint stereo */
815
+ MAD_FLAG_MS_STEREO = 0x0200, /* uses middle/side joint stereo */
816
+ MAD_FLAG_FREEFORMAT = 0x0400, /* uses free format bitrate */
817
+
818
+ MAD_FLAG_LSF_EXT = 0x1000, /* lower sampling freq. extension */
819
+ MAD_FLAG_MC_EXT = 0x2000, /* multichannel audio extension */
820
+ MAD_FLAG_MPEG_2_5_EXT = 0x4000 /* MPEG 2.5 (unofficial) extension */
821
+ };
822
+
823
+ enum {
824
+ MAD_PRIVATE_HEADER = 0x0100, /* header private bit */
825
+ MAD_PRIVATE_III = 0x001f /* Layer III private bits (up to 5) */
826
+ };
827
+
828
+ void mad_header_init(struct mad_header *);
829
+
830
+ # define mad_header_finish(header) /* nothing */
831
+
832
+ int mad_header_decode(struct mad_header *, struct mad_stream *);
833
+
834
+ void mad_frame_init(struct mad_frame *);
835
+ void mad_frame_finish(struct mad_frame *);
836
+
837
+ int mad_frame_decode(struct mad_frame *, struct mad_stream *);
838
+
839
+ void mad_frame_mute(struct mad_frame *);
840
+
841
+ # endif
842
+
843
+ /* Id: synth.h,v 1.15 2004/01/23 09:41:33 rob Exp */
844
+
845
+ # ifndef LIBMAD_SYNTH_H
846
+ # define LIBMAD_SYNTH_H
847
+
848
+
849
+ struct mad_pcm {
850
+ unsigned int samplerate; /* sampling frequency (Hz) */
851
+ unsigned short channels; /* number of channels */
852
+ unsigned short length; /* number of samples per channel */
853
+ mad_fixed_t samples[2][1152]; /* PCM output samples [ch][sample] */
854
+ };
855
+
856
+ struct mad_synth {
857
+ mad_fixed_t filter[2][2][2][16][8]; /* polyphase filterbank outputs */
858
+ /* [ch][eo][peo][s][v] */
859
+
860
+ unsigned int phase; /* current processing phase */
861
+
862
+ struct mad_pcm pcm; /* PCM output */
863
+ };
864
+
865
+ /* single channel PCM selector */
866
+ enum {
867
+ MAD_PCM_CHANNEL_SINGLE = 0
868
+ };
869
+
870
+ /* dual channel PCM selector */
871
+ enum {
872
+ MAD_PCM_CHANNEL_DUAL_1 = 0,
873
+ MAD_PCM_CHANNEL_DUAL_2 = 1
874
+ };
875
+
876
+ /* stereo PCM selector */
877
+ enum {
878
+ MAD_PCM_CHANNEL_STEREO_LEFT = 0,
879
+ MAD_PCM_CHANNEL_STEREO_RIGHT = 1
880
+ };
881
+
882
+ void mad_synth_init(struct mad_synth *);
883
+
884
+ # define mad_synth_finish(synth) /* nothing */
885
+
886
+ void mad_synth_mute(struct mad_synth *);
887
+
888
+ void mad_synth_frame(struct mad_synth *, struct mad_frame const *);
889
+
890
+ # endif
891
+
892
+ /* Id: decoder.h,v 1.17 2004/01/23 09:41:32 rob Exp */
893
+
894
+ # ifndef LIBMAD_DECODER_H
895
+ # define LIBMAD_DECODER_H
896
+
897
+
898
+ enum mad_decoder_mode {
899
+ MAD_DECODER_MODE_SYNC = 0,
900
+ MAD_DECODER_MODE_ASYNC
901
+ };
902
+
903
+ enum mad_flow {
904
+ MAD_FLOW_CONTINUE = 0x0000, /* continue normally */
905
+ MAD_FLOW_STOP = 0x0010, /* stop decoding normally */
906
+ MAD_FLOW_BREAK = 0x0011, /* stop decoding and signal an error */
907
+ MAD_FLOW_IGNORE = 0x0020 /* ignore the current frame */
908
+ };
909
+
910
+ struct mad_decoder {
911
+ enum mad_decoder_mode mode;
912
+
913
+ int options;
914
+
915
+ struct {
916
+ long pid;
917
+ int in;
918
+ int out;
919
+ } async;
920
+
921
+ struct {
922
+ struct mad_stream stream;
923
+ struct mad_frame frame;
924
+ struct mad_synth synth;
925
+ } *sync;
926
+
927
+ void *cb_data;
928
+
929
+ enum mad_flow (*input_func)(void *, struct mad_stream *);
930
+ enum mad_flow (*header_func)(void *, struct mad_header const *);
931
+ enum mad_flow (*filter_func)(void *,
932
+ struct mad_stream const *, struct mad_frame *);
933
+ enum mad_flow (*output_func)(void *,
934
+ struct mad_header const *, struct mad_pcm *);
935
+ enum mad_flow (*error_func)(void *, struct mad_stream *, struct mad_frame *);
936
+ enum mad_flow (*message_func)(void *, void *, unsigned int *);
937
+ };
938
+
939
+ void mad_decoder_init(struct mad_decoder *, void *,
940
+ enum mad_flow (*)(void *, struct mad_stream *),
941
+ enum mad_flow (*)(void *, struct mad_header const *),
942
+ enum mad_flow (*)(void *,
943
+ struct mad_stream const *,
944
+ struct mad_frame *),
945
+ enum mad_flow (*)(void *,
946
+ struct mad_header const *,
947
+ struct mad_pcm *),
948
+ enum mad_flow (*)(void *,
949
+ struct mad_stream *,
950
+ struct mad_frame *),
951
+ enum mad_flow (*)(void *, void *, unsigned int *));
952
+ int mad_decoder_finish(struct mad_decoder *);
953
+
954
+ # define mad_decoder_options(decoder, opts) \
955
+ ((void) ((decoder)->options = (opts)))
956
+
957
+ int mad_decoder_run(struct mad_decoder *, enum mad_decoder_mode);
958
+ int mad_decoder_message(struct mad_decoder *, void *, unsigned int *);
959
+
960
+ # endif
961
+
962
+ # ifdef __cplusplus
963
+ }
964
+ # endif