gstreamer 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +81 -25
- data/ext/gstreamer/rbgst-element-factory.c +61 -0
- data/ext/gstreamer/rbgst.c +50 -5
- data/ext/gstreamer/rbgst.h +26 -0
- data/lib/1.9/gstreamer.so +0 -0
- data/lib/2.0/gstreamer.so +0 -0
- data/lib/gst.rb +51 -5
- data/lib/gst/{base_loader.rb → base-loader.rb} +0 -0
- data/lib/gst/caps.rb +25 -0
- data/lib/gst/{controller_loader.rb → controller-loader.rb} +0 -0
- data/lib/gst/element-factory.rb +35 -0
- data/lib/gst/element.rb +5 -0
- data/lib/gst/plugin-feature.rb +24 -0
- data/lib/gst/registry.rb +30 -0
- data/lib/gst/structure.rb +28 -0
- data/sample/gst-inspect.rb +478 -0
- data/vendor/local/bin/cjpeg.exe +0 -0
- data/vendor/local/bin/djpeg.exe +0 -0
- data/vendor/local/bin/flac.exe +0 -0
- data/vendor/local/bin/gst-discoverer-1.0.exe +0 -0
- data/vendor/local/bin/gst-inspect-1.0.exe +0 -0
- data/vendor/local/bin/gst-launch-1.0.exe +0 -0
- data/vendor/local/bin/gst-play-1.0.exe +0 -0
- data/vendor/local/bin/gst-typefind-1.0.exe +0 -0
- data/vendor/local/bin/jpegtran.exe +0 -0
- data/vendor/local/bin/libFLAC-8.dll +0 -0
- data/vendor/local/bin/libgstallocators-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstapp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstaudio-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbase-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstbasecamerabinsrc-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcheck-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcodecparsers-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstcontroller-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstfft-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstinsertbin-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstmpegts-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstnet-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstpbutils-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstphotography-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstreamer-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstriff-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstrtsp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstsdp-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsttag-1.0-0.dll +0 -0
- data/vendor/local/bin/libgsturidownloader-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstvideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libjpeg-9.dll +0 -0
- data/vendor/local/bin/libogg-0.dll +0 -0
- data/vendor/local/bin/libsoup-2.4-1.dll +0 -0
- data/vendor/local/bin/libspeex-1.dll +0 -0
- data/vendor/local/bin/libspeexdsp-1.dll +0 -0
- data/vendor/local/bin/libsqlite3-0.dll +0 -0
- data/vendor/local/bin/libtheora-0.dll +0 -0
- data/vendor/local/bin/libtheoradec-1.dll +0 -0
- data/vendor/local/bin/libtheoraenc-1.dll +0 -0
- data/vendor/local/bin/libvorbis-0.dll +0 -0
- data/vendor/local/bin/libvorbisenc-2.dll +0 -0
- data/vendor/local/bin/libvorbisfile-3.dll +0 -0
- data/vendor/local/bin/metaflac.exe +0 -0
- data/vendor/local/bin/rdjpgcom.exe +0 -0
- data/vendor/local/bin/speexdec.exe +0 -0
- data/vendor/local/bin/speexenc.exe +0 -0
- data/vendor/local/bin/sqlite3.exe +0 -0
- data/vendor/local/bin/wrjpgcom.exe +0 -0
- data/vendor/local/include/FLAC/all.h +3 -2
- data/vendor/local/include/FLAC/assert.h +2 -1
- data/vendor/local/include/FLAC/callback.h +2 -1
- data/vendor/local/include/FLAC/export.h +14 -8
- data/vendor/local/include/FLAC/format.h +14 -1
- data/vendor/local/include/FLAC/metadata.h +3 -2
- data/vendor/local/include/FLAC/ordinals.h +20 -14
- data/vendor/local/include/FLAC/stream_decoder.h +2 -1
- data/vendor/local/include/FLAC/stream_encoder.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/allocators/allocators.h +28 -0
- data/vendor/local/include/gstreamer-1.0/gst/allocators/gstdmabuf.h +39 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/app.h +28 -0
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsink.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/app/gstappsrc.h +22 -20
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-channels.h +6 -6
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-format.h +32 -5
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio-info.h +10 -8
- data/vendor/local/include/gstreamer-1.0/gst/audio/audio.h +35 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h +6 -5
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h +6 -4
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioclock.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h +9 -5
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioencoder.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiofilter.h +5 -3
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioiec61937.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiometa.h +2 -4
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h +11 -6
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosink.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/gstaudiosrc.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/audio/streamvolume.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/base.h +39 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstadapter.h +7 -4
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbaseparse.h +22 -3
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesink.h +6 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasesrc.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbasetransform.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbitreader.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytereader.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstbytewriter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstcollectpads.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstdataqueue.h +163 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gstpushsrc.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/base/gstqueuearray.h +50 -0
- data/vendor/local/include/gstreamer-1.0/gst/base/gsttypefindhelper.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabin-enum.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabinpreview.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/check/check.h +30 -0
- data/vendor/local/include/gstreamer-1.0/gst/check/gstbufferstraw.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/check/gstcheck.h +140 -4
- data/vendor/local/include/gstreamer-1.0/gst/check/gstconsistencychecker.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/check/gsttestclock.h +106 -0
- data/vendor/local/include/gstreamer-1.0/gst/check/internal-check.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gsth264parser.h +43 -3
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpeg4parser.h +5 -3
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideometa.h +89 -0
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstmpegvideoparser.h +127 -12
- data/vendor/local/include/gstreamer-1.0/gst/codecparsers/gstvc1parser.h +29 -9
- data/vendor/local/include/gstreamer-1.0/gst/controller/controller.h +32 -0
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstargbcontrolbinding.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstdirectcontrolbinding.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstinterpolationcontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gstlfocontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttimedvaluecontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/controller/gsttriggercontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/fft.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfft.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf32.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstfftf64.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts16.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/fft/gstffts32.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/glib-compat.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gst.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstallocator.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstatomicqueue.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbin.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstbuffer.h +20 -11
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferlist.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbufferpool.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstbus.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcaps.h +17 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcapsfeatures.h +80 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstchildproxy.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstclock.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcompat.h +23 -22
- data/vendor/local/include/gstreamer-1.0/gst/gstconfig.h +2 -51
- data/vendor/local/include/gstreamer-1.0/gst/gstcontext.h +159 -0
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolbinding.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstcontrolsource.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstdatetime.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstdebugutils.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstelement.h +10 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstelementfactory.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstelementmetadata.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstenumtypes.h +4 -0
- data/vendor/local/include/gstreamer-1.0/gst/gsterror.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstevent.h +33 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstformat.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstghostpad.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstinfo.h +39 -19
- data/vendor/local/include/gstreamer-1.0/gst/gstiterator.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmacros.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmemory.h +28 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmessage.h +17 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstmeta.h +14 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstminiobject.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstobject.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpad.h +5 -4
- data/vendor/local/include/gstreamer-1.0/gst/gstpadtemplate.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstparamspecs.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstparse.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstpipeline.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstplugin.h +3 -3
- data/vendor/local/include/gstreamer-1.0/gst/gstpluginfeature.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpoll.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstpreset.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstquery.h +21 -5
- data/vendor/local/include/gstreamer-1.0/gst/gstregistry.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstsample.h +24 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstsegment.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gststructure.h +222 -174
- data/vendor/local/include/gstreamer-1.0/gst/gstsystemclock.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttaglist.h +19 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttagsetter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttask.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttaskpool.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttoc.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttocsetter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefind.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsttypefindfactory.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gsturi.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstutils.h +92 -44
- data/vendor/local/include/gstreamer-1.0/gst/gstvalue.h +36 -2
- data/vendor/local/include/gstreamer-1.0/gst/gstversion.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/insertbin/gstinsertbin.h +106 -0
- data/vendor/local/include/gstreamer-1.0/gst/interfaces/photography.h +45 -5
- data/vendor/local/include/gstreamer-1.0/gst/math-compat.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-atsc-section.h +67 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-descriptor.h +353 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gst-dvb-section.h +329 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtsdescriptor.h +317 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/gstmpegtssection.h +363 -0
- data/vendor/local/include/gstreamer-1.0/gst/mpegts/mpegts.h +41 -0
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnet.h +3 -4
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetaddressmeta.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnetclientclock.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimepacket.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/gstnettimeprovider.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/net/net.h +31 -0
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/codec-utils.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/descriptions.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-profile.h +7 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/encoding-target.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h +4 -4
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/install-plugins.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/missing-plugins.h +3 -4
- data/vendor/local/include/gstreamer-1.0/gst/pbutils/pbutils.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-ids.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-media.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff-read.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/riff/riff.h +29 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h +18 -14
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h +4 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtphdrext.h +50 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtp/gstrtppayloads.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtp/rtp.h +33 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsp.h +33 -0
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h +15 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h +3 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspextension.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspmessage.h +3 -4
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsprange.h +42 -6
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h +5 -3
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/gstrtspurl.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/rtsp/rtsp.h +35 -0
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdp.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/sdp/gstsdpmessage.h +98 -8
- data/vendor/local/include/gstreamer-1.0/gst/sdp/sdp.h +28 -0
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagdemux.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/tag/gsttagmux.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/tag/tag.h +20 -2
- data/vendor/local/include/gstreamer-1.0/gst/tag/xmpwriter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gstfragment.h +70 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader.h +66 -0
- data/vendor/local/include/gstreamer-1.0/gst/uridownloader/gsturidownloader_debug.h +12 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalance.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/colorbalancechannel.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideodecoder.h +11 -6
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoencoder.h +8 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideofilter.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideometa.h +148 -4
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideopool.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideosink.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/gstvideoutils.h +6 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/navigation.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-blend.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-chroma.h +103 -0
- data/vendor/local/include/gstreamer-1.0/gst/video/video-color.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-enumtypes.h +8 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-event.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-format.h +56 -38
- data/vendor/local/include/gstreamer-1.0/gst/video/video-frame.h +7 -6
- data/vendor/local/include/gstreamer-1.0/gst/video/video-info.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video-overlay-composition.h +15 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/video.h +53 -3
- data/vendor/local/include/gstreamer-1.0/gst/video/videoorientation.h +2 -2
- data/vendor/local/include/gstreamer-1.0/gst/video/videooverlay.h +2 -2
- data/vendor/local/include/jconfig.h +8 -0
- data/vendor/local/include/jerror.h +2 -2
- data/vendor/local/include/jmorecfg.h +26 -7
- data/vendor/local/include/jpeglib.h +22 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-address.h +12 -15
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth-manager.h +44 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-auth.h +36 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cache.h +102 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-content-decoder.h +45 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-content-sniffer.h +62 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar-db.h +46 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar-text.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie-jar.h +57 -26
- data/vendor/local/include/libsoup-2.4/libsoup/soup-cookie.h +41 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-date.h +28 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-enum-types.h +24 -24
- data/vendor/local/include/libsoup-2.4/libsoup/soup-form.h +3 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-headers.h +7 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-logger.h +4 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-body.h +17 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message-headers.h +21 -1
- data/vendor/local/include/libsoup-2.4/libsoup/soup-message.h +76 -15
- data/vendor/local/include/libsoup-2.4/libsoup/soup-method.h +33 -30
- data/vendor/local/include/libsoup-2.4/libsoup/soup-misc.h +27 -8
- data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart-input-stream.h +66 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-multipart.h +9 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-password-manager.h +64 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-portability.h +1 -3
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver-default.h +30 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-resolver.h +12 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-proxy-uri-resolver.h +17 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h +53 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request-file.h +56 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request-http.h +56 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-request.h +103 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-requester.h +84 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-server.h +11 -7
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-async.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-feature.h +40 -20
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session-sync.h +2 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-session.h +114 -13
- data/vendor/local/include/libsoup-2.4/libsoup/soup-socket.h +18 -13
- data/vendor/local/include/libsoup-2.4/libsoup/soup-status.h +83 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-tld.h +34 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-types.h +10 -2
- data/vendor/local/include/libsoup-2.4/libsoup/soup-uri.h +82 -55
- data/vendor/local/include/libsoup-2.4/libsoup/soup-version.h +261 -0
- data/vendor/local/include/libsoup-2.4/libsoup/soup-xmlrpc.h +0 -4
- data/vendor/local/include/libsoup-2.4/libsoup/soup.h +14 -0
- data/vendor/local/include/ogg/config_types.h +5 -5
- data/vendor/local/include/sqlite3.h +7338 -0
- data/vendor/local/include/sqlite3ext.h +487 -0
- data/vendor/local/lib/girepository-1.0/Gst-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAllocators-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstApp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstAudio-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstBase-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstCheck-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstController-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstFft-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstInsertBin-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstMpegts-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstNet-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstPbutils-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRiff-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstRtsp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstSdp-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstTag-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GstVideo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Soup-2.4.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaccurip.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadder.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmdec.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstadpcmenc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaiff.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalaw.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalpha.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstalphacolor.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapetag.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstapp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstasfmux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioconvert.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofx.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiofxbad.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioparsers.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiorate.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudioresample.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiotestsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstaudiovisualizers.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstauparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautoconvert.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstautodetect.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavi.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstbayer.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcairo.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcamerabin2.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoloreffects.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcoreelements.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstcutter.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstd3dvideosink.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdashdemux.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdataurisrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebug.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdebugutilsbad.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdeinterlace.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsink.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdirectsoundsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdtmf.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvbsuboverlay.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstdvdspu.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsteffectv.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstencodebin.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstequalizer.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfestival.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfieldanalysis.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflac.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflv.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstflxdec.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfragmented.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfreeverb.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstfrei0r.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgaudieffects.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdkpixbuf.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgdp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgeometrictransform.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgio.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstgoom2k1.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsticydemux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3demux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstid3tag.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstimagefreeze.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinter.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterlace.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstinterleave.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstisomp4.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstivtc.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpeg.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstjpegformat.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlevel.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstlibav.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstliveadder.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmatroska.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmidi.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsdemux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegpsmux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsdemux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmpegtsmux.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmulaw.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultifile.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmultipart.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstmxf.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstnavigationtest.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstogg.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpango.la +3 -3
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpcapparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstplayback.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpng.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstpnm.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrawparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstremovesilence.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstreplaygain.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmanager.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtsp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsdpelem.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsegmentclip.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstshapewipe.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsiren.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmooth.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmoothstreaming.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsmpte.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsouphttpsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspectrum.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeed.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeex.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstspeex.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubenc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstsubparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttcp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttheora.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsttypefindfunctions.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstudp.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideobox.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoconvert.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideocrop.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofilter.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideofiltersbad.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideomixer.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoparsersbad.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideorate.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideoscale.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvideotestsrc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvolume.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstvorbis.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwasapi.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwaveformsink.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavenc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwavparse.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstwinscreencap.la +41 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4mdec.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgsty4menc.la +2 -2
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstyadif.la +41 -0
- data/vendor/local/lib/libFLAC.dll.a +0 -0
- data/vendor/local/lib/libFLAC.la +4 -4
- data/vendor/local/lib/libgstallocators-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstallocators-1.0.la +41 -0
- data/vendor/local/lib/libgstapp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstapp-1.0.la +4 -4
- data/vendor/local/lib/libgstaudio-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstaudio-1.0.la +4 -4
- data/vendor/local/lib/libgstbase-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbase-1.0.la +4 -4
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasecamerabinsrc-1.0.la +4 -4
- data/vendor/local/lib/libgstcheck-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcheck-1.0.la +4 -4
- data/vendor/local/lib/libgstcodecparsers-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcodecparsers-1.0.la +4 -4
- data/vendor/local/lib/libgstcontroller-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstcontroller-1.0.la +4 -4
- data/vendor/local/lib/libgstfft-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstfft-1.0.la +4 -4
- data/vendor/local/lib/libgstinsertbin-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstinsertbin-1.0.la +41 -0
- data/vendor/local/lib/libgstmpegts-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstmpegts-1.0.la +41 -0
- data/vendor/local/lib/libgstnet-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstnet-1.0.la +4 -4
- data/vendor/local/lib/libgstpbutils-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstpbutils-1.0.la +4 -4
- data/vendor/local/lib/libgstphotography-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstphotography-1.0.la +4 -4
- data/vendor/local/lib/libgstreamer-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstreamer-1.0.la +4 -4
- data/vendor/local/lib/libgstriff-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstriff-1.0.la +4 -4
- data/vendor/local/lib/libgstrtp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtp-1.0.la +4 -4
- data/vendor/local/lib/libgstrtsp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstrtsp-1.0.la +4 -4
- data/vendor/local/lib/libgstsdp-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsdp-1.0.la +4 -4
- data/vendor/local/lib/libgsttag-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsttag-1.0.la +4 -4
- data/vendor/local/lib/libgsturidownloader-1.0.dll.a +0 -0
- data/vendor/local/lib/libgsturidownloader-1.0.la +41 -0
- data/vendor/local/lib/libgstvideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstvideo-1.0.la +4 -4
- data/vendor/local/lib/libjpeg.a +0 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libjpeg.la +41 -0
- data/vendor/local/lib/libogg.a +0 -0
- data/vendor/local/lib/libogg.dll.a +0 -0
- data/vendor/local/lib/libogg.la +2 -2
- data/vendor/local/lib/libsoup-2.4.a +0 -0
- data/vendor/local/lib/libsoup-2.4.dll.a +0 -0
- data/vendor/local/lib/libsoup-2.4.la +41 -0
- data/vendor/local/lib/libspeex.a +0 -0
- data/vendor/local/lib/libspeex.dll.a +0 -0
- data/vendor/local/lib/libspeexdsp.a +0 -0
- data/vendor/local/lib/libspeexdsp.dll.a +0 -0
- data/vendor/local/lib/libsqlite3.a +0 -0
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/libsqlite3.la +41 -0
- data/vendor/local/lib/libtheora.a +0 -0
- data/vendor/local/lib/libtheora.dll.a +0 -0
- data/vendor/local/lib/libtheoradec.a +0 -0
- data/vendor/local/lib/libtheoradec.dll.a +0 -0
- data/vendor/local/lib/libtheoraenc.a +0 -0
- data/vendor/local/lib/libtheoraenc.dll.a +0 -0
- data/vendor/local/lib/libvorbis.a +0 -0
- data/vendor/local/lib/libvorbis.dll.a +0 -0
- data/vendor/local/lib/libvorbis.la +2 -2
- data/vendor/local/lib/libvorbisenc.a +0 -0
- data/vendor/local/lib/libvorbisenc.dll.a +0 -0
- data/vendor/local/lib/libvorbisenc.la +2 -2
- data/vendor/local/lib/libvorbisfile.a +0 -0
- data/vendor/local/lib/libvorbisfile.dll.a +0 -0
- data/vendor/local/lib/libvorbisfile.la +2 -2
- data/vendor/local/lib/pkgconfig/flac.pc +5 -3
- data/vendor/local/lib/pkgconfig/gstreamer-1.0.pc +3 -2
- data/vendor/local/lib/pkgconfig/gstreamer-allocators-1.0.pc +16 -0
- data/vendor/local/lib/pkgconfig/gstreamer-app-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-audio-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-base-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-check-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-codecparsers-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-controller-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-fft-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-insertbin-1.0.pc +12 -0
- data/vendor/local/lib/pkgconfig/gstreamer-mpegts-1.0.pc +12 -0
- data/vendor/local/lib/pkgconfig/gstreamer-net-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-pbutils-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-bad-1.0.pc +6 -4
- data/vendor/local/lib/pkgconfig/gstreamer-plugins-base-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gstreamer-riff-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-rtsp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-sdp-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-tag-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gstreamer-video-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/libsoup-2.4.pc +2 -2
- data/vendor/local/lib/pkgconfig/ogg.pc +1 -1
- data/vendor/local/lib/pkgconfig/sqlite3.pc +13 -0
- data/vendor/local/lib/pkgconfig/vorbis.pc +1 -1
- data/vendor/local/lib/pkgconfig/vorbisenc.pc +1 -1
- data/vendor/local/lib/pkgconfig/vorbisfile.pc +1 -1
- data/vendor/local/libexec/gstreamer-1.0/gst-plugin-scanner.exe +0 -0
- data/vendor/local/share/aclocal/libFLAC.m4 +9 -5
- data/vendor/local/share/aclocal/ogg.m4 +1 -1
- data/vendor/local/share/doc/flac-1.3.0/FLAC.tag +10355 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2all_8h_source.html +125 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2export_8h.html +102 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2export_8h_source.html +142 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2metadata_8h.html +144 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/_09_2metadata_8h_source.html +992 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/all_8h_source.html +131 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/annotated.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/assert_8h_source.html +125 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/bc_s.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/bdwn.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/callback_8h.html +112 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/callback_8h_source.html +159 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File-members.html +140 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File.html +1315 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream-members.html +132 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream.html +1163 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File-members.html +155 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File.html +1915 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream-members.html +146 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream.html +1721 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application-members.html +122 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application.html +770 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Application.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain-members.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain.html +399 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html +88 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html +137 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet.html +1056 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html +105 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html +183 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html +98 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Iterator.html +305 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding-members.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding.html +766 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Padding.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture-members.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture.html +865 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Picture.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html +109 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype.html +456 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Prototype.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable.html +1003 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SeekTable.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html +103 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html +442 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html +88 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html +135 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html +1062 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html +120 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown.html +764 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1Unknown.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html +983 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html +203 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/classes.html +108 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/closed.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/decoder_8h.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/decoder_8h_source.html +256 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dir_1982b5890de532b4beef7221dae776e2.html +95 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dir_527642952c2881b3e5b36abb4a29ebef.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dir_d44c64559bbebec7f509842c48db8b23.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/doxygen.css +1357 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/doxygen.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/dynsections.js +97 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/encoder_8h.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/encoder_8h_source.html +270 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/export_8h.html +105 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/export_8h_source.html +149 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/files.html +96 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/format_8h.html +440 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/format_8h_source.html +785 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2blank.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2cl.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2doc.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2folderclosed.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2folderopen.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2lastnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2link.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mlastnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2mo.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2node.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2ns.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2plastnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2pnode.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2splitbar.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ftv2vertline.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions.html +129 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x62.html +116 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x63.html +141 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x64.html +143 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x65.html +120 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x66.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x67.html +235 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x68.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x69.html +183 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6c.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6d.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6e.html +128 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x6f.html +193 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x70.html +147 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x71.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x72.html +149 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x73.html +284 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x74.html +140 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x75.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x76.html +116 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x77.html +125 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_0x7e.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func.html +126 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x63.html +119 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x64.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x65.html +113 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x66.html +117 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x67.html +232 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x69.html +169 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6c.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6d.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6e.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x6f.html +175 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x70.html +138 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x72.html +139 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x73.html +272 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x74.html +129 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x75.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x76.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x77.html +115 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_func_0x7e.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/functions_vars.html +322 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals.html +1570 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_defs.html +153 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_enum.html +150 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_eval.html +508 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_func.html +655 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_type.html +156 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/globals_vars.html +382 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac.html +90 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__callbacks.html +274 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__decoder.html +80 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__encoder.html +80 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__export.html +147 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__format.html +2323 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata.html +96 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level0.html +309 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level1.html +828 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__level2.html +1222 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__metadata__object.html +2407 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__stream__decoder.html +2378 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flac__stream__encoder.html +3088 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp.html +85 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__decoder.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__encoder.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__export.html +90 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata.html +86 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level0.html +373 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level1.html +92 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__level2.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__flacpp__metadata__object.html +354 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting.html +92 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__2__to__1__1__3.html +134 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__3__to__1__1__4.html +71 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/group__porting__1__1__4__to__1__2__0.html +72 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/hierarchy.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/index.html +104 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/metadata_8h.html +343 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/metadata_8h_source.html +522 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/modules.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/nav_f.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/nav_g.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/nav_h.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/open.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/ordinals_8h_source.html +165 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__decoder_8h.html +273 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__decoder_8h_source.html +480 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__encoder_8h.html +302 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/stream__encoder_8h_source.html +465 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html +137 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Frame-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Frame.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameFooter-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameFooter.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameHeader-members.html +90 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____FrameHeader.html +217 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____IOCallbacks-members.html +86 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____IOCallbacks.html +110 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamDecoder-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamDecoder.html +98 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamEncoder-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamEncoder.html +98 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata-members.html +92 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata.html +169 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Application-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Application.html +97 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet-members.html +85 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet.html +167 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Index.html +122 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__CueSheet__Track.html +197 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Padding-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Padding.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Picture-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Picture.html +227 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekPoint-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekPoint.html +137 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekTable-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__SeekTable.html +105 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__StreamInfo-members.html +89 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__StreamInfo.html +118 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Unknown-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__Unknown.html +94 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment-members.html +83 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment.html +100 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html +82 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html +99 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe-members.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe.html +109 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Constant-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Constant.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Fixed-members.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Fixed.html +152 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__LPC-members.html +87 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__LPC.html +197 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Verbatim-members.html +81 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/structFLAC____Subframe__Verbatim.html +107 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/sync_off.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/sync_on.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_a.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_b.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_h.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tab_s.png +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/api/tabs.css +60 -0
- data/vendor/local/share/doc/flac-1.3.0/html/changelog.html +946 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison.html +433 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__chopin_prelude_24.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__dream_theater_600.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__eddie_warner_titus.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__fanfare_de_l_eventail_de_jeanne.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__gloria_estefan_conga.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__hand_in_my_pocket.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__l_sub_raga_sivapriya.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__laetatus_sum.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__mummified_in_barbed_wire.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__prokofiev_pcon3_3.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__ravel_sq4_4.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__scarlatti_k42.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__tool_forty_six_and_2.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison__white_room.html +171 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpudectime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_cpuenctime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procdectime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_procenctime.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/comparison_all_ratio.html +168 -0
- data/vendor/local/share/doc/flac-1.3.0/html/developers.html +144 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation.html +108 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_bugs.html +104 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_example_code.html +84 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_format_overview.html +133 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tasks.html +229 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools.html +95 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_flac.html +1197 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_metaflac.html +573 -0
- data/vendor/local/share/doc/flac-1.3.0/html/documentation_tools_plugins.html +97 -0
- data/vendor/local/share/doc/flac-1.3.0/html/download.html +287 -0
- data/vendor/local/share/doc/flac-1.3.0/html/faq.html +405 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/favicon.ico +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/features.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/flac.css +192 -0
- data/vendor/local/share/doc/flac-1.3.0/html/format.html +1858 -0
- data/vendor/local/share/doc/flac-1.3.0/html/id.html +300 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/1x1.gif +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/cafebug.gif +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Blackbird_Front_low3_325x87.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/MS300frontsmall_270x108.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/MediaBox_Frt_170x325.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/SB_Hero_Black_325x182.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Sooloos-ControlOne_325x328.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/Z500_front_325x94.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/a2_01_325x252.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/arcus_325x135.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/bmp-1430_325x241.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/cs505_front_lrg_325x113.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/enus_3-4lft-hires_product_eva8000_325x127.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/escient_ProductLine_325x163.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/hifidelio_bl_front_Z_RGB_325x163.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/i-station-mini-dx_325x237.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/iwod-g10_325x257.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/knc_hr-2800_325x209.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/mediaready_prodmain_MRMCa_325x232.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/meizu_m6_325x206.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/musica_artwork_325x90.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/neodigits_x5000_325x124.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/onda-vx737_325x240.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/request_n_front_325x103.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/rio_karma_279x254.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/sonos_family_RGB_325x200.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/teclast-tl29_325x244.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/transporter_hero_grey_325x208.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/tvix-4000_325x204.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/hw/vibez_nofm_combi_black_b_325x220.jpg +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/logo100.gif +0 -0
- data/vendor/local/share/doc/{flac-1.2.1 → flac-1.3.0}/html/images/logo130.gif +0 -0
- data/vendor/local/share/doc/flac-1.3.0/html/index.html +140 -0
- data/vendor/local/share/doc/flac-1.3.0/html/itunes.html +94 -0
- data/vendor/local/share/doc/flac-1.3.0/html/license.html +96 -0
- data/vendor/local/share/doc/flac-1.3.0/html/links.html +490 -0
- data/vendor/local/share/doc/flac-1.3.0/html/news.html +700 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ogg_mapping.html +141 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/authors.html +114 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/comparison.html +866 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/developers.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/documentation.html +518 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/download.html +111 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/features.html +126 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/format.html +1008 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/goals.html +106 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/id.html +130 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/index.html +123 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/links.html +126 -0
- data/vendor/local/share/doc/flac-1.3.0/html/ru/news.html +306 -0
- data/vendor/local/share/doc/libogg/fish_xiph_org.png +0 -0
- data/vendor/local/share/doc/libogg/framing.html +429 -0
- data/vendor/local/share/doc/libogg/index.html +105 -0
- data/vendor/local/share/doc/libogg/libogg/bitpacking.html +103 -0
- data/vendor/local/share/doc/libogg/libogg/datastructures.html +59 -0
- data/vendor/local/share/doc/libogg/libogg/decoding.html +104 -0
- data/vendor/local/share/doc/libogg/libogg/encoding.html +76 -0
- data/vendor/local/share/doc/libogg/libogg/general.html +109 -0
- data/vendor/local/share/doc/libogg/libogg/index.html +39 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_iovec_t.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_packet.html +75 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_packet_clear.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page.html +75 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_bos.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_checksum_set.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_continued.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_eos.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_granulepos.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_packets.html +75 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_pageno.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_serialno.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_page_version.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_check.html +71 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_clear.html +61 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_destroy.html +71 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_eos.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_flush_fill.html +74 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_init.html +66 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_iovecin.html +80 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetin.html +72 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetout.html +85 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_packetpeek.html +85 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pagein.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout.html +84 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_pageout_fill.html +89 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset.html +61 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_reset_serialno.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_stream_state.html +121 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_buffer.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_check.html +71 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_clear.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_destroy.html +68 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_init.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageout.html +77 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_pageseek.html +68 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_reset.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_state.html +77 -0
- data/vendor/local/share/doc/libogg/libogg/ogg_sync_wrote.html +73 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_adv.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_adv1.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_bits.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_buffer.html +66 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_bytes.html +67 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_get_buffer.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_look.html +66 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_look1.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_read.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_read1.html +63 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_readinit.html +64 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_reset.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_write.html +68 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writealign.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writecheck.html +81 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writeclear.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writecopy.html +69 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writeinit.html +62 -0
- data/vendor/local/share/doc/libogg/libogg/oggpack_writetrunc.html +65 -0
- data/vendor/local/share/doc/libogg/libogg/overview.html +44 -0
- data/vendor/local/share/doc/libogg/libogg/reference.html +98 -0
- data/vendor/local/share/doc/{libogg-1.3.0/ogg → libogg/libogg}/style.css +0 -0
- data/vendor/local/share/doc/libogg/multiplex1.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/ogg-multiplex.html +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/oggstream.html +0 -0
- data/vendor/local/share/doc/libogg/packets.png +0 -0
- data/vendor/local/share/doc/libogg/pages.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/rfc3533.txt +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/rfc5334.txt +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/skeleton.html +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/stream.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/vorbisword2.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/white-ogg.png +0 -0
- data/vendor/local/share/doc/{libogg-1.3.0 → libogg}/white-xifish.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/Theora.pdf +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/annotated.html +15 -14
- data/vendor/local/share/doc/libtheora-1.1.1/html/bc_s.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/classes.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h.html +89 -56
- data/vendor/local/share/doc/libtheora-1.1.1/html/codec_8h_source.html +156 -90
- data/vendor/local/share/doc/libtheora-1.1.1/html/dir_0f91760d62c578de767c41a0aaae5482.html +10 -5
- data/vendor/local/share/doc/libtheora-1.1.1/html/dir_d44c64559bbebec7f509842c48db8b23.html +7 -5
- data/vendor/local/share/doc/libtheora-1.1.1/html/doxygen.css +212 -18
- data/vendor/local/share/doc/libtheora-1.1.1/html/dynsections.js +32 -13
- data/vendor/local/share/doc/libtheora-1.1.1/html/files.html +8 -7
- data/vendor/local/share/doc/libtheora-1.1.1/html/functions.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/functions_vars.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_defs.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_enum.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_eval.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_func.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_type.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/globals_vars.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__basefuncs.html +67 -51
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__decfuncs.html +43 -35
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__encfuncs.html +33 -26
- data/vendor/local/share/doc/libtheora-1.1.1/html/group__oldfuncs.html +179 -129
- data/vendor/local/share/doc/libtheora-1.1.1/html/index.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/modules.html +4 -3
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__comment.html +16 -11
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__huff__code.html +11 -8
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__img__plane.html +15 -10
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__info.html +44 -24
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__info.html +16 -13
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__quant__ranges.html +15 -11
- data/vendor/local/share/doc/libtheora-1.1.1/html/structth__stripe__callback.html +13 -10
- data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__comment.html +16 -11
- data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__info.html +50 -21
- data/vendor/local/share/doc/libtheora-1.1.1/html/structtheora__state.html +11 -6
- data/vendor/local/share/doc/libtheora-1.1.1/html/structyuv__buffer.html +27 -17
- data/vendor/local/share/doc/libtheora-1.1.1/html/tab_b.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/tab_h.png +0 -0
- data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h.html +114 -61
- data/vendor/local/share/doc/libtheora-1.1.1/html/theora_8h_source.html +199 -112
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h.html +63 -42
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoradec_8h_source.html +48 -30
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h.html +92 -64
- data/vendor/local/share/doc/libtheora-1.1.1/html/theoraenc_8h_source.html +51 -33
- data/vendor/local/share/doc/libtheora-1.1.1/latex/Makefile +2 -0
- data/vendor/local/share/doc/libtheora-1.1.1/latex/codec_8h.tex +2 -4
- data/vendor/local/share/doc/libtheora-1.1.1/latex/dir_0f91760d62c578de767c41a0aaae5482.tex +2 -2
- data/vendor/local/share/doc/libtheora-1.1.1/latex/dir_d44c64559bbebec7f509842c48db8b23.tex +2 -2
- data/vendor/local/share/doc/libtheora-1.1.1/latex/doxygen.sty +194 -214
- data/vendor/local/share/doc/libtheora-1.1.1/latex/group__basefuncs.tex +2 -1
- data/vendor/local/share/doc/libtheora-1.1.1/latex/group__oldfuncs.tex +2 -4
- data/vendor/local/share/doc/libtheora-1.1.1/latex/refman.tex +101 -24
- data/vendor/local/share/doc/libtheora-1.1.1/latex/structth__info.tex +2 -1
- data/vendor/local/share/doc/libtheora-1.1.1/latex/structth__quant__info.tex +0 -4
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/doxygen-build.stamp +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/eightphase.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/evenlsp.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/fish_xiph_org.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/floor1_inverse_dB_table.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/floorval.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/fourphase.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/framing.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/helper.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/return.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_blockout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_buffer.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_headerout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_analysis_wrote.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_bitrate_addblock.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_bitrate_flushpacket.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_block_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_add.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_add_tag.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_query.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_comment_query_count.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_commentheader_out.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_dsp_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_dsp_state.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_granule_time.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_blocksize.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_info_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_packet_blocksize.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_blockin.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_halfrate.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_halfrate_p.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_headerin.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_idheader.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_lapout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_pcmout.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_read.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_restart.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_synthesis_trackonly.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/libvorbis/vorbis_version_string.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/lspmap.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/oddlsp.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/oggstream.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/programming.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/rfc5215.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/rfc5215.xml +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/squarepolar.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/stereo.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/stream.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/v-comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-clip.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-errors.txt +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis-fidelity.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbis.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/changes.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/examples.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/ovectl_ratemanage2_arg.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/ovectl_ratemanage_arg.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_ctl.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_init_vbr.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_init.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_managed.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisenc/vorbis_encode_setup_vbr.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/OggVorbis_File.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/chaining_example_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/chainingexample.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/crosslap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/datastructures.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/decoding.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/example.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/exampleindex.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/fileinfo.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/index.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/initialization.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_bitrate.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_bitrate_instant.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_clear.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_comment.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_crosslap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_fopen.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_info.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_open.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_open_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_page.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_seek_page_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_pcm_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_raw_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read_filter.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_read_float.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_seekable.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_serialnumber.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_streams.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test_callbacks.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_test_open.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_page.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_seek_page_lap.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_tell.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/ov_time_total.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/overview.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/reference.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seekexample.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking_example_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seeking_test_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/seekingexample.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/style.css +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/threads.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisfile/vorbisfile_example_c.html +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/vorbisword2.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/wait.png +0 -0
- data/vendor/local/share/doc/{libvorbis-1.3.2 → libvorbis-1.3.3}/white-xifish.png +0 -0
- data/vendor/local/share/gir-1.0/Gst-1.0.gir +7379 -5728
- data/vendor/local/share/gir-1.0/GstAllocators-1.0.gir +85 -0
- data/vendor/local/share/gir-1.0/GstApp-1.0.gir +145 -128
- data/vendor/local/share/gir-1.0/GstAudio-1.0.gir +786 -759
- data/vendor/local/share/gir-1.0/GstBase-1.0.gir +1899 -1033
- data/vendor/local/share/gir-1.0/GstCheck-1.0.gir +516 -61
- data/vendor/local/share/gir-1.0/GstController-1.0.gir +91 -95
- data/vendor/local/share/gir-1.0/GstFft-1.0.gir +90 -94
- data/vendor/local/share/gir-1.0/GstInsertBin-1.0.gir +358 -0
- data/vendor/local/share/gir-1.0/GstMpegts-1.0.gir +2469 -0
- data/vendor/local/share/gir-1.0/GstNet-1.0.gir +43 -43
- data/vendor/local/share/gir-1.0/GstPbutils-1.0.gir +510 -443
- data/vendor/local/share/gir-1.0/GstRiff-1.0.gir +54 -56
- data/vendor/local/share/gir-1.0/GstRtp-1.0.gir +793 -624
- data/vendor/local/share/gir-1.0/GstRtsp-1.0.gir +810 -512
- data/vendor/local/share/gir-1.0/GstSdp-1.0.gir +1247 -345
- data/vendor/local/share/gir-1.0/GstTag-1.0.gir +249 -239
- data/vendor/local/share/gir-1.0/GstVideo-1.0.gir +1677 -1049
- data/vendor/local/share/gir-1.0/Soup-2.4.gir +16867 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/annotation-glossary.html +29 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-deprecated.html +39 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/api-index-full.html +370 -130
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/codecparsers.html +8 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/compiling.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-1.0.devhelp2 +608 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-descriptors.html +188 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ATSC-variants-of-MPEG-TS-sections.html +170 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-descriptors.html +692 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Base-MPEG-TS-sections.html +985 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-descriptors.html +1263 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-DVB-variants-of-MPEG-TS-sections.html +696 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstInsertbin.html +634 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-ISDB-variants-of-MPEG-TS-descriptors.html +240 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-Mpeg-ts-helper-library.html +65 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstmpegvideometa.html +202 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-h264parser.html +149 -26
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpeg4parser.html +369 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-mpegvideoparser.html +223 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-vc1parser.html +335 -34
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-libs-hierarchy.html +27 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gstreamer-plugins-bad.html +22 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.html +23 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/index.sgml +655 -50
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/mpegts.html +61 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/tools.html +33 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/annotation-glossary.html +34 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-deprecated.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/api-index-full.html +422 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/compiling.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2 +318 -71
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html +152 -44
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html +104 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html +55 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html +98 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html +155 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html +271 -55
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html +271 -33
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html +63 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html +41 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html +24 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html +652 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioclock.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html +131 -38
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html +136 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiofilter.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiometa.html +229 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiomixerutils.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html +149 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosink.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosrc.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalance.html +36 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstcolorbalancechannel.html +16 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstdiscoverer.html +254 -62
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfft.html +11 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf32.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf64.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts32.html +27 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutils.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilscodecutils.html +78 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsdescriptions.html +34 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsinstallplugins.html +52 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsmissingplugins.html +57 -18
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpluginsbaseversion.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstriff.html +39 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtcpbuffer.html +254 -74
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbaseaudiopayload.html +40 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasedepayload.html +15 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbasepayload.html +44 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtpbuffer.html +192 -51
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtphdrext.html +162 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtppayloads.html +24 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspconnection.html +341 -40
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspdefs.html +628 -21
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspextension.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspmessage.html +109 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsprange.html +185 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtsptransport.html +58 -16
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstrtspurl.html +35 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstsdpmessage.html +1928 -162
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gststreamvolume.html +28 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttag.html +16 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagdemux.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagexif.html +19 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagid3.html +40 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglanguagecodes.html +32 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttaglicenses.html +35 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagmux.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagvorbis.html +32 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmp.html +15 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gsttagxmpwriter.html +24 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideo.html +336 -70
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideofilter.html +8 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideometa.html +445 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoorientation.html +39 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlay.html +51 -27
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html +162 -35
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html +24 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html +79 -22
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-allocators.html +38 -0
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-app.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-audio.html +8 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-base-utils.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-ffft.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html +3 -3
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html +13 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-riff.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtp.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-rtsp.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-sdp.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-tag.html +4 -4
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gstreamer-video.html +5 -5
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.html +14 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/index.sgml +294 -42
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch01.html +6 -6
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/ch02.html +32 -32
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-1.0.devhelp2 +147 -119
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-adder.html +26 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasink.html +13 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-alsasrc.html +13 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsink.html +50 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-appsrc.html +41 -12
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioconvert.html +26 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiorate.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audioresample.html +43 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-audiotestsrc.html +19 -14
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-cdparanoiasrc.html +21 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-clockoverlay.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-decodebin.html +124 -43
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-encodebin.html +70 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giosrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-giostreamsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multifdsink.html +69 -20
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-multisocketsink.html +162 -17
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html +29 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html +117 -77
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioconvert.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiorate.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audioresample.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-audiotestsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-cdparanoia.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-encoding.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-gio.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-libvisual.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ogg.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-pango.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-playback.html +18 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-subparse.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-tcp.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-theora.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-typefindfunctions.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoconvert.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videorate.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videoscale.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-videotestsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-volume.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html +22 -10
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversink.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpserversrc.html +14 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textoverlay.html +21 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-textrender.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoradec.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraenc.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-theoraparse.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-timeoverlay.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-uridecodebin.html +73 -15
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoconvert.html +28 -11
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videorate.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videoscale.html +33 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-videotestsrc.html +32 -13
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-volume.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisdec.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisenc.html +18 -9
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbisparse.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-vorbistag.html +17 -8
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-ximagesink.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-xvimagesink.html +13 -7
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.html +31 -31
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-plugins-1.0/index.sgml +29 -2
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstAllocator.html +62 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBin.html +138 -34
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstBus.html +113 -38
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstChildProxy.html +65 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstClock.html +191 -50
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlBinding.html +37 -13
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstControlSource.html +31 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElement.html +447 -114
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstElementFactory.html +82 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstGhostPad.html +74 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstObject.html +186 -55
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPad.html +568 -167
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPadTemplate.html +61 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPipeline.html +53 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPlugin.html +131 -38
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPluginFeature.html +83 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstPreset.html +48 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstRegistry.html +81 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstSystemClock.html +11 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTagSetter.html +47 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTask.html +93 -27
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTaskPool.html +31 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/GstTypeFindFactory.html +24 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/annotation-glossary.html +52 -57
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/api-index-deprecated.html +24 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/api-index-full.html +315 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-building.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gst-running.html +128 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-1.0.devhelp2 +92 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-Gst.html +50 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstAtomicQueue.html +31 -10
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBuffer.html +373 -87
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBufferList.html +59 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstBufferPool.html +91 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstCaps.html +447 -74
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstCapsFeatures.html +783 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstContext.html +432 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstDateTime.html +119 -32
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstEvent.html +392 -73
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstFormat.html +39 -12
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstGError.html +26 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstInfo.html +417 -82
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstIterator.html +109 -31
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMemory.html +207 -31
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMessage.html +565 -95
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMeta.html +80 -19
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstMiniObject.html +137 -38
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParamSpec.html +11 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstParse.html +67 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstPoll.html +87 -24
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstQuery.html +581 -108
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstSample.html +39 -14
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstSegment.html +56 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstStructure.html +301 -72
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTagList.html +295 -85
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstToc.html +121 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTocSetter.html +19 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstTypeFind.html +39 -17
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUriHandler.html +72 -21
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstUtils.html +324 -79
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstValue.html +436 -100
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-GstVersion.html +9 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-gstconfig.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-hierarchy.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer-support.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/gstreamer.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.html +12 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/index.sgml +107 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-1.0/libgstreamer.html +13 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstAdapter.html +81 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSink.html +112 -27
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseSrc.html +76 -25
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstBaseTransform.html +78 -37
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstCollectPads.html +141 -39
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstInterpolationControlSource.html +11 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstLFOControlSource.html +17 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetClientClock.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstNetTimeProvider.html +10 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstPushSrc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTestClock.html +754 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTimedValueControlSource.html +35 -11
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/GstTriggerControlSource.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/annotation-glossary.html +47 -48
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/api-index-deprecated.html +5 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/api-index-full.html +220 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-base.html +10 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-check.html +7 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-control.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-hierarchy.html +8 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-1.0.devhelp2 +59 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstARGBControlBinding.html +8 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBaseParse.html +115 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBitReader.html +140 -32
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstBufferStraw.html +15 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteReader.html +467 -119
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstByteWriter.html +280 -73
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstCheck.html +414 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDataQueue.html +598 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstDirectControlBinding.html +10 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstNetTimePacket.html +23 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstQueueArray.html +306 -0
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstStreamConsistency.html +17 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs-GstTypeFindHelper.html +37 -15
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-libs.html +13 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/gstreamer-net.html +4 -4
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.html +14 -5
- data/vendor/local/share/gtk-doc/html/gstreamer-libs-1.0/index.sgml +78 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch01.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/ch02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-1.0.devhelp2 +63 -72
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-capsfilter.html +18 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesink.html +35 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fakesrc.html +44 -23
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsink.html +13 -7
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-fdsrc.html +15 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesink.html +26 -20
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-filesrc.html +14 -48
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-funnel.html +17 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-identity.html +44 -40
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-input-selector.html +46 -67
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-multiqueue.html +60 -45
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-output-selector.html +25 -16
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-plugin-coreelements.html +15 -9
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue.html +70 -26
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-queue2.html +38 -29
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-tee.html +34 -30
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-typefind.html +25 -22
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/gstreamer-plugins-valve.html +17 -8
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.html +6 -6
- data/vendor/local/share/gtk-doc/html/gstreamer-plugins-1.0/index.sgml +20 -29
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAddress.html +875 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuth.html +662 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html +758 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html +277 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html +313 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html +216 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCache.html +326 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html +114 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html +189 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookie.html +1135 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html +695 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html +162 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html +156 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupLogger.html +564 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessage.html +2205 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html +1015 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html +1473 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html +413 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html +339 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html +108 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequest.html +404 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html +84 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html +113 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html +117 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupServer.html +1346 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSession.html +2416 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html +144 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html +182 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html +144 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupSocket.html +1239 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/SoupURI.html +1279 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html +72 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch01.html +49 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch02.html +109 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch03.html +59 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch04.html +41 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ch05.html +38 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.html +178 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/index.sgml +1144 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/ix01.html +1489 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-GValue-Support.html +710 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html +510 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html +1527 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html +202 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html +464 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html +633 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html +240 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html +734 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2 +948 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html +136 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html +604 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html +172 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html +444 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html +218 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libsoup-2.4/style.css +266 -0
- data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libsoup-2.4}/up.png +0 -0
- data/vendor/local/share/license/flac/AUTHORS +3 -2
- data/vendor/local/share/license/gst-libav/COPYING.LIB +2 -2
- data/vendor/local/share/license/gst-plugins-base/COPYING +2 -2
- data/vendor/local/share/license/gst-plugins-base/COPYING.LIB +2 -2
- data/vendor/local/share/license/gstreamer/COPYING +2 -2
- data/vendor/local/share/license/libav/COPYING.LGPLv2.1 +0 -2
- data/vendor/local/share/license/libav/LICENSE +38 -18
- data/vendor/local/share/license/libsoup/AUTHORS +13 -0
- data/vendor/local/share/license/libsoup/COPYING +481 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libsoup.mo +0 -0
- data/vendor/local/share/man/man1/cjpeg.1 +49 -8
- data/vendor/local/share/man/man1/flac.1 +65 -10
- data/vendor/local/share/man/man1/gst-launch-1.0.1 +27 -6
- data/vendor/local/share/man/man1/gst-play-1.0.1 +34 -0
- data/vendor/local/share/man/man1/metaflac.1 +5 -4
- data/vendor/local/share/man/man1/sqlite3.1 +229 -0
- metadata +865 -838
- data/vendor/local/bin/libgstbasevideo-1.0-0.dll +0 -0
- data/vendor/local/bin/libgstsignalprocessor-1.0-0.dll +0 -0
- data/vendor/local/bin/libjpeg-8.dll +0 -0
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/include/gstreamer-1.0/gst/signalprocessor/gstsignalprocessor.h +0 -136
- data/vendor/local/include/gstreamer-1.0/gst/video/gstsurfaceconverter.h +0 -65
- data/vendor/local/include/gstreamer-1.0/gst/video/gstsurfacemeta.h +0 -68
- data/vendor/local/include/gstreamer-1.0/gst/video/videocontext.h +0 -117
- data/vendor/local/include/libxml2/libxml/DOCBparser.h +0 -96
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +0 -306
- data/vendor/local/include/libxml2/libxml/HTMLtree.h +0 -147
- data/vendor/local/include/libxml2/libxml/SAX.h +0 -173
- data/vendor/local/include/libxml2/libxml/SAX2.h +0 -176
- data/vendor/local/include/libxml2/libxml/c14n.h +0 -126
- data/vendor/local/include/libxml2/libxml/catalog.h +0 -182
- data/vendor/local/include/libxml2/libxml/chvalid.h +0 -230
- data/vendor/local/include/libxml2/libxml/debugXML.h +0 -217
- data/vendor/local/include/libxml2/libxml/dict.h +0 -80
- data/vendor/local/include/libxml2/libxml/encoding.h +0 -240
- data/vendor/local/include/libxml2/libxml/entities.h +0 -150
- data/vendor/local/include/libxml2/libxml/globals.h +0 -502
- data/vendor/local/include/libxml2/libxml/hash.h +0 -233
- data/vendor/local/include/libxml2/libxml/list.h +0 -137
- data/vendor/local/include/libxml2/libxml/nanoftp.h +0 -163
- data/vendor/local/include/libxml2/libxml/nanohttp.h +0 -81
- data/vendor/local/include/libxml2/libxml/parser.h +0 -1240
- data/vendor/local/include/libxml2/libxml/parserInternals.h +0 -644
- data/vendor/local/include/libxml2/libxml/pattern.h +0 -100
- data/vendor/local/include/libxml2/libxml/relaxng.h +0 -213
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +0 -958
- data/vendor/local/include/libxml2/libxml/schematron.h +0 -142
- data/vendor/local/include/libxml2/libxml/threads.h +0 -84
- data/vendor/local/include/libxml2/libxml/tree.h +0 -1303
- data/vendor/local/include/libxml2/libxml/uri.h +0 -94
- data/vendor/local/include/libxml2/libxml/valid.h +0 -458
- data/vendor/local/include/libxml2/libxml/xinclude.h +0 -129
- data/vendor/local/include/libxml2/libxml/xlink.h +0 -189
- data/vendor/local/include/libxml2/libxml/xmlIO.h +0 -366
- data/vendor/local/include/libxml2/libxml/xmlautomata.h +0 -146
- data/vendor/local/include/libxml2/libxml/xmlerror.h +0 -944
- data/vendor/local/include/libxml2/libxml/xmlexports.h +0 -162
- data/vendor/local/include/libxml2/libxml/xmlmemory.h +0 -224
- data/vendor/local/include/libxml2/libxml/xmlmodule.h +0 -57
- data/vendor/local/include/libxml2/libxml/xmlreader.h +0 -428
- data/vendor/local/include/libxml2/libxml/xmlregexp.h +0 -222
- data/vendor/local/include/libxml2/libxml/xmlsave.h +0 -88
- data/vendor/local/include/libxml2/libxml/xmlschemas.h +0 -246
- data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +0 -151
- data/vendor/local/include/libxml2/libxml/xmlstring.h +0 -140
- data/vendor/local/include/libxml2/libxml/xmlunicode.h +0 -202
- data/vendor/local/include/libxml2/libxml/xmlversion.h +0 -480
- data/vendor/local/include/libxml2/libxml/xmlwriter.h +0 -488
- data/vendor/local/include/libxml2/libxml/xpath.h +0 -550
- data/vendor/local/include/libxml2/libxml/xpathInternals.h +0 -632
- data/vendor/local/include/libxml2/libxml/xpointer.h +0 -114
- data/vendor/local/lib/gstreamer-1.0/libgstavscale.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavscale.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstavscale.la +0 -41
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpmux.la +0 -41
- data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstrtpvp8.la +0 -41
- data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstscaletempoplugin.la +0 -41
- data/vendor/local/lib/libFLAC.a +0 -0
- data/vendor/local/lib/libgstbasevideo-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstbasevideo-1.0.la +0 -41
- data/vendor/local/lib/libgstsignalprocessor-1.0.dll.a +0 -0
- data/vendor/local/lib/libgstsignalprocessor-1.0.la +0 -41
- data/vendor/local/lib/libxml2.def +0 -1659
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.lib +0 -0
- data/vendor/local/lib/pkgconfig/gstreamer-basevideo-1.0.pc +0 -12
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +0 -13
- data/vendor/local/manifest/jpeg-dev_8-1_win32.mft +0 -18
- data/vendor/local/manifest/jpeg_8-1_win32.mft +0 -2
- data/vendor/local/manifest/libsoup-dev_2.26.3-1_win32.mft +0 -41
- data/vendor/local/manifest/libsoup_2.26.3-1_win32.mft +0 -2
- data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +0 -268
- data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +0 -2
- data/vendor/local/share/aclocal/libxml.m4 +0 -188
- data/vendor/local/share/doc/flac-1.2.1/FLAC.tag +0 -12259
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2all_8h-source.html +0 -73
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h-source.html +0 -89
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2export_8h.html +0 -55
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h-source.html +0 -751
- data/vendor/local/share/doc/flac-1.2.1/html/api/+_2metadata_8h.html +0 -66
- data/vendor/local/share/doc/flac-1.2.1/html/api/all_8h-source.html +0 -77
- data/vendor/local/share/doc/flac-1.2.1/html/api/annotated.html +0 -81
- data/vendor/local/share/doc/flac-1.2.1/html/api/assert_8h-source.html +0 -77
- data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h-source.html +0 -103
- data/vendor/local/share/doc/flac-1.2.1/html/api/callback_8h.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File-members.html +0 -87
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.html +0 -1457
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream-members.html +0 -79
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.html +0 -1268
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State-members.html +0 -36
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Decoder_1_1Stream_1_1State.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File-members.html +0 -102
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.html +0 -2124
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1File.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream-members.html +0 -93
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.html +0 -1882
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State-members.html +0 -36
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Encoder_1_1Stream_1_1State.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application-members.html +0 -71
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.html +0 -548
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Application.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain-members.html +0 -46
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain.html +0 -453
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html +0 -35
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Chain_1_1Status.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet-members.html +0 -82
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.html +0 -799
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html +0 -131
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator-members.html +0 -45
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Iterator.html +0 -370
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding-members.html +0 -67
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.html +0 -498
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Padding.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture-members.html +0 -82
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.html +0 -696
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Picture.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype-members.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.html +0 -435
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Prototype.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable-members.html +0 -72
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.html +0 -646
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SeekTable.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator-members.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator.html +0 -561
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html +0 -35
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo-members.html +0 -84
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.html +0 -575
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1StreamInfo.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown-members.html +0 -69
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.html +0 -542
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1Unknown.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment-members.html +0 -74
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.html +0 -685
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html +0 -58
- data/vendor/local/share/doc/flac-1.2.1/html/api/classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html +0 -152
- data/vendor/local/share/doc/flac-1.2.1/html/api/classes.html +0 -41
- data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h-source.html +0 -190
- data/vendor/local/share/doc/flac-1.2.1/html/api/decoder_8h.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000000.html +0 -42
- data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000001.html +0 -48
- data/vendor/local/share/doc/flac-1.2.1/html/api/dir_000002.html +0 -56
- data/vendor/local/share/doc/flac-1.2.1/html/api/dirs.html +0 -37
- data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.css +0 -309
- data/vendor/local/share/doc/flac-1.2.1/html/api/doxygen.png +0 -0
- data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h-source.html +0 -203
- data/vendor/local/share/doc/flac-1.2.1/html/api/encoder_8h.html +0 -51
- data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h-source.html +0 -95
- data/vendor/local/share/doc/flac-1.2.1/html/api/export_8h.html +0 -55
- data/vendor/local/share/doc/flac-1.2.1/html/api/files.html +0 -46
- data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h-source.html +0 -521
- data/vendor/local/share/doc/flac-1.2.1/html/api/format_8h.html +0 -330
- data/vendor/local/share/doc/flac-1.2.1/html/api/functions.html +0 -260
- data/vendor/local/share/doc/flac-1.2.1/html/api/functions_func.html +0 -210
- data/vendor/local/share/doc/flac-1.2.1/html/api/functions_vars.html +0 -117
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals.html +0 -39
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x66.html +0 -529
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_0x67.html +0 -42
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_defs.html +0 -58
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_enum.html +0 -57
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_eval.html +0 -177
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_func.html +0 -233
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_type.html +0 -59
- data/vendor/local/share/doc/flac-1.2.1/html/api/globals_vars.html +0 -135
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__callbacks.html +0 -299
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__decoder.html +0 -44
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__encoder.html +0 -44
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__export.html +0 -148
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__format.html +0 -3353
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata.html +0 -60
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level0.html +0 -308
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level1.html +0 -950
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__level2.html +0 -1428
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__metadata__object.html +0 -2741
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__decoder.html +0 -2854
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flac__stream__encoder.html +0 -3644
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp.html +0 -45
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__decoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__encoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__export.html +0 -54
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level0.html +0 -414
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level1.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__level2.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__flacpp__metadata__object.html +0 -227
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__2__to__1__1__3.html +0 -101
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__3__to__1__1__4.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/group__porting__1__1__4__to__1__2__0.html +0 -39
- data/vendor/local/share/doc/flac-1.2.1/html/api/hierarchy.html +0 -87
- data/vendor/local/share/doc/flac-1.2.1/html/api/index.html +0 -57
- data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h-source.html +0 -335
- data/vendor/local/share/doc/flac-1.2.1/html/api/metadata_8h.html +0 -283
- data/vendor/local/share/doc/flac-1.2.1/html/api/modules.html +0 -72
- data/vendor/local/share/doc/flac-1.2.1/html/api/ordinals_8h-source.html +0 -112
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h-source.html +0 -333
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__decoder_8h.html +0 -206
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h-source.html +0 -305
- data/vendor/local/share/doc/flac-1.2.1/html/api/stream__encoder_8h.html +0 -236
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod.html +0 -54
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRice.html +0 -95
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____EntropyCodingMethod__PartitionedRiceContents.html +0 -120
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Frame.html +0 -53
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameFooter.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader-members.html +0 -41
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____FrameHeader.html +0 -251
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks-members.html +0 -37
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____IOCallbacks.html +0 -63
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamDecoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamEncoder.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata-members.html +0 -43
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata.html +0 -163
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Application.html +0 -50
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet-members.html +0 -36
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet.html +0 -170
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Index.html +0 -95
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track-members.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__CueSheet__Track.html +0 -220
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Padding.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture-members.html +0 -40
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Picture.html +0 -270
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekPoint.html +0 -120
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__SeekTable.html +0 -54
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo-members.html +0 -40
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__StreamInfo.html +0 -71
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__Unknown.html +0 -47
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment-members.html +0 -34
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment.html +0 -53
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry-members.html +0 -33
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____StreamMetadata__VorbisComment__Entry.html +0 -52
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe-members.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe.html +0 -63
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Constant.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed-members.html +0 -35
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Fixed.html +0 -145
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC-members.html +0 -38
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__LPC.html +0 -220
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim-members.html +0 -32
- data/vendor/local/share/doc/flac-1.2.1/html/api/structFLAC____Subframe__Verbatim.html +0 -70
- data/vendor/local/share/doc/flac-1.2.1/html/changelog.html +0 -832
- data/vendor/local/share/doc/flac-1.2.1/html/comparison.html +0 -431
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__chopin_prelude_24.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__dream_theater_600.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__eddie_warner_titus.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__fanfare_de_l_eventail_de_jeanne.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__gloria_estefan_conga.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__hand_in_my_pocket.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__l_sub_raga_sivapriya.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__laetatus_sum.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__mummified_in_barbed_wire.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__prokofiev_pcon3_3.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__ravel_sq4_4.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__scarlatti_k42.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__tool_forty_six_and_2.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison__white_room.html +0 -168
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpudectime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_cpuenctime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procdectime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_procenctime.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/comparison_all_ratio.html +0 -165
- data/vendor/local/share/doc/flac-1.2.1/html/developers.html +0 -141
- data/vendor/local/share/doc/flac-1.2.1/html/documentation.html +0 -105
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_bugs.html +0 -101
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_example_code.html +0 -81
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_format_overview.html +0 -130
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tasks.html +0 -226
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools.html +0 -92
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_flac.html +0 -1135
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_metaflac.html +0 -570
- data/vendor/local/share/doc/flac-1.2.1/html/documentation_tools_plugins.html +0 -94
- data/vendor/local/share/doc/flac-1.2.1/html/download.html +0 -284
- data/vendor/local/share/doc/flac-1.2.1/html/faq.html +0 -402
- data/vendor/local/share/doc/flac-1.2.1/html/features.html +0 -127
- data/vendor/local/share/doc/flac-1.2.1/html/flac.css +0 -191
- data/vendor/local/share/doc/flac-1.2.1/html/format.html +0 -1852
- data/vendor/local/share/doc/flac-1.2.1/html/id.html +0 -289
- data/vendor/local/share/doc/flac-1.2.1/html/index.html +0 -148
- data/vendor/local/share/doc/flac-1.2.1/html/itunes.html +0 -91
- data/vendor/local/share/doc/flac-1.2.1/html/license.html +0 -93
- data/vendor/local/share/doc/flac-1.2.1/html/links.html +0 -485
- data/vendor/local/share/doc/flac-1.2.1/html/news.html +0 -697
- data/vendor/local/share/doc/flac-1.2.1/html/ogg_mapping.html +0 -138
- data/vendor/local/share/doc/flac-1.2.1/html/ru/authors.html +0 -112
- data/vendor/local/share/doc/flac-1.2.1/html/ru/comparison.html +0 -864
- data/vendor/local/share/doc/flac-1.2.1/html/ru/developers.html +0 -109
- data/vendor/local/share/doc/flac-1.2.1/html/ru/documentation.html +0 -516
- data/vendor/local/share/doc/flac-1.2.1/html/ru/download.html +0 -109
- data/vendor/local/share/doc/flac-1.2.1/html/ru/features.html +0 -124
- data/vendor/local/share/doc/flac-1.2.1/html/ru/format.html +0 -1006
- data/vendor/local/share/doc/flac-1.2.1/html/ru/goals.html +0 -104
- data/vendor/local/share/doc/flac-1.2.1/html/ru/id.html +0 -128
- data/vendor/local/share/doc/flac-1.2.1/html/ru/index.html +0 -121
- data/vendor/local/share/doc/flac-1.2.1/html/ru/links.html +0 -124
- data/vendor/local/share/doc/flac-1.2.1/html/ru/news.html +0 -304
- data/vendor/local/share/doc/libogg-1.3.0/framing.html +0 -429
- data/vendor/local/share/doc/libogg-1.3.0/index.html +0 -105
- data/vendor/local/share/doc/libogg-1.3.0/ogg/bitpacking.html +0 -103
- data/vendor/local/share/doc/libogg-1.3.0/ogg/datastructures.html +0 -59
- data/vendor/local/share/doc/libogg-1.3.0/ogg/decoding.html +0 -104
- data/vendor/local/share/doc/libogg-1.3.0/ogg/encoding.html +0 -76
- data/vendor/local/share/doc/libogg-1.3.0/ogg/general.html +0 -109
- data/vendor/local/share/doc/libogg-1.3.0/ogg/index.html +0 -39
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_packet.html +0 -75
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_packet_clear.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page.html +0 -75
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_bos.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_checksum_set.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_continued.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_eos.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_granulepos.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_packets.html +0 -75
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_pageno.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_serialno.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_page_version.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_clear.html +0 -61
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_destroy.html +0 -71
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_eos.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_flush.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_init.html +0 -66
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetin.html +0 -72
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetout.html +0 -85
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_packetpeek.html +0 -85
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pagein.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pageout.html +0 -84
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_pageout_fill.html +0 -89
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_reset.html +0 -61
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_reset_serialno.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_stream_state.html +0 -121
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_buffer.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_clear.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_destroy.html +0 -68
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_init.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_pageout.html +0 -77
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_pageseek.html +0 -68
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_reset.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_state.html +0 -77
- data/vendor/local/share/doc/libogg-1.3.0/ogg/ogg_sync_wrote.html +0 -73
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_adv.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_adv1.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_bits.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_buffer.html +0 -66
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_bytes.html +0 -67
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_get_buffer.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_look.html +0 -66
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_look1.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_read.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_read1.html +0 -63
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_readinit.html +0 -64
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_reset.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_write.html +0 -68
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writealign.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writeclear.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writecopy.html +0 -69
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writeinit.html +0 -62
- data/vendor/local/share/doc/libogg-1.3.0/ogg/oggpack_writetrunc.html +0 -65
- data/vendor/local/share/doc/libogg-1.3.0/ogg/overview.html +0 -44
- data/vendor/local/share/doc/libogg-1.3.0/ogg/reference.html +0 -98
- data/vendor/local/share/doc/libxml2-2.9.0/Copyright +0 -27
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +0 -880
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +0 -1198
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +0 -229
- data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +0 -3770
- data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +0 -282
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +0 -207
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +0 -751
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +0 -174
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +0 -51
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +0 -184
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +0 -125
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +0 -128
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +0 -142
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +0 -58
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +0 -124
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +0 -79
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +0 -152
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +0 -116
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +0 -94
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +0 -65
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +0 -559
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +0 -322
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +0 -162
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +0 -373
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +0 -81
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +0 -989
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +0 -289
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +0 -59
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +0 -82
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +0 -212
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +0 -85
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +0 -864
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +0 -20
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +0 -107
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +0 -330
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +0 -143
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +0 -60
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +0 -185
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +0 -123
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +0 -108
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +0 -512
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +0 -62
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +0 -261
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +0 -310
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +0 -394
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +0 -83
- data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +0 -166
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +0 -5
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +0 -58
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +0 -2
- data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +0 -56
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +0 -60
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +0 -143
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +0 -107
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +0 -122
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +0 -122
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +0 -3
- data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +0 -1
- data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +0 -39
- data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +0 -1198
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +0 -94
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +0 -4
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +0 -118
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +0 -18
- data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +0 -7
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +0 -8
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +0 -82
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +0 -78
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +0 -67
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +0 -75
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +0 -4
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +0 -47
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +0 -54
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +0 -55
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +0 -35
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +0 -30
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +0 -63
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +0 -64
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +0 -75
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +0 -79
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +0 -74
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +0 -1
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +0 -1336
- data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +0 -2
- data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +0 -5715
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +0 -250
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +0 -5
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +0 -190
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +0 -30
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoCodec.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoDecoder.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstBaseVideoEncoder.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstSurfaceBuffer.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstSurfaceConverter.html +0 -159
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-GstVideoContextInterface.html +0 -752
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/gst-plugins-bad-libs-gstbasevideoutils.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-bad-libs-1.0/video.html +0 -53
- data/vendor/local/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmultichannel.html +0 -292
- data/vendor/local/share/gtk-doc/html/libxml2/general.html +0 -38
- data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/index.html +0 -67
- data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +0 -138
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +0 -373
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +0 -172
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +0 -243
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +0 -247
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +0 -91
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +0 -278
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +0 -241
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +0 -225
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +0 -134
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +0 -218
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +0 -383
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +0 -214
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +0 -226
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +0 -187
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +0 -142
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +0 -766
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +0 -688
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +0 -278
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +0 -860
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +0 -161
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +0 -1596
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +0 -154
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +0 -528
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +0 -169
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +0 -160
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +0 -347
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +0 -176
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +0 -952
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +0 -87
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +0 -186
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +0 -97
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +0 -565
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +0 -280
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +0 -133
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +0 -314
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +0 -237
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +0 -217
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +0 -887
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +0 -287
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +0 -479
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +0 -532
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +0 -787
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +0 -171
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +0 -3569
- data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/style.css +0 -66
- data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
- data/vendor/local/share/man/man1/xml2-config.1 +0 -30
- data/vendor/local/share/man/man1/xmlcatalog.1 +0 -340
- data/vendor/local/share/man/man1/xmllint.1 +0 -427
- data/vendor/local/share/man/man3/libxml.3 +0 -71
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +0 -867
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +0 -68
- data/vendor/local/src/tml/packaging/jpeg_8-1_win32.log +0 -248
- data/vendor/local/src/tml/packaging/jpeg_8-1_win32.sh +0 -44
- data/vendor/local/src/tml/packaging/libsoup_2.26.3-1_win32.log +0 -1518
- data/vendor/local/src/tml/packaging/libsoup_2.26.3-1_win32.sh +0 -60
@@ -0,0 +1,1570 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
6
|
+
<meta name="generator" content="Doxygen 1.8.5"/>
|
7
|
+
<title>FLAC: File Members</title>
|
8
|
+
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
9
|
+
<script type="text/javascript" src="jquery.js"></script>
|
10
|
+
<script type="text/javascript" src="dynsections.js"></script>
|
11
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
15
|
+
<div id="titlearea">
|
16
|
+
<table cellspacing="0" cellpadding="0">
|
17
|
+
<tbody>
|
18
|
+
<tr style="height: 56px;">
|
19
|
+
<td style="padding-left: 0.5em;">
|
20
|
+
<div id="projectname">FLAC
|
21
|
+
 <span id="projectnumber">1.3.0</span>
|
22
|
+
</div>
|
23
|
+
</td>
|
24
|
+
</tr>
|
25
|
+
</tbody>
|
26
|
+
</table>
|
27
|
+
</div>
|
28
|
+
<!-- end header part -->
|
29
|
+
<!-- Generated by Doxygen 1.8.5 -->
|
30
|
+
<div id="navrow1" class="tabs">
|
31
|
+
<ul class="tablist">
|
32
|
+
<li><a href="index.html"><span>Main Page</span></a></li>
|
33
|
+
<li><a href="modules.html"><span>Modules</span></a></li>
|
34
|
+
<li><a href="annotated.html"><span>Classes</span></a></li>
|
35
|
+
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
36
|
+
</ul>
|
37
|
+
</div>
|
38
|
+
<div id="navrow2" class="tabs2">
|
39
|
+
<ul class="tablist">
|
40
|
+
<li><a href="files.html"><span>File List</span></a></li>
|
41
|
+
<li class="current"><a href="globals.html"><span>File Members</span></a></li>
|
42
|
+
</ul>
|
43
|
+
</div>
|
44
|
+
<div id="navrow3" class="tabs2">
|
45
|
+
<ul class="tablist">
|
46
|
+
<li class="current"><a href="globals.html"><span>All</span></a></li>
|
47
|
+
<li><a href="globals_func.html"><span>Functions</span></a></li>
|
48
|
+
<li><a href="globals_vars.html"><span>Variables</span></a></li>
|
49
|
+
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
|
50
|
+
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
|
51
|
+
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
|
52
|
+
<li><a href="globals_defs.html"><span>Macros</span></a></li>
|
53
|
+
</ul>
|
54
|
+
</div>
|
55
|
+
<div id="navrow4" class="tabs3">
|
56
|
+
<ul class="tablist">
|
57
|
+
<li class="current"><a href="globals.html#index_f"><span>f</span></a></li>
|
58
|
+
</ul>
|
59
|
+
</div>
|
60
|
+
</div><!-- top -->
|
61
|
+
<div class="contents">
|
62
|
+
<div class="textblock">Here is a list of all documented file members with links to the documentation:</div>
|
63
|
+
|
64
|
+
<h3><a class="anchor" id="index_f"></a>- f -</h3><ul>
|
65
|
+
<li>FLAC__CHANNEL_ASSIGNMENT_INDEPENDENT
|
66
|
+
: <a class="el" href="group__flac__format.html#gga79855f8525672e37f299bbe02952ef9ca3c554e4c8512c2de31dfd3305f8b31b3">format.h</a>
|
67
|
+
</li>
|
68
|
+
<li>FLAC__CHANNEL_ASSIGNMENT_LEFT_SIDE
|
69
|
+
: <a class="el" href="group__flac__format.html#gga79855f8525672e37f299bbe02952ef9ca28d41295b20593561dc9934cc977d5cb">format.h</a>
|
70
|
+
</li>
|
71
|
+
<li>FLAC__CHANNEL_ASSIGNMENT_MID_SIDE
|
72
|
+
: <a class="el" href="group__flac__format.html#gga79855f8525672e37f299bbe02952ef9ca85c1512c0473b5ede364a9943759a80c">format.h</a>
|
73
|
+
</li>
|
74
|
+
<li>FLAC__CHANNEL_ASSIGNMENT_RIGHT_SIDE
|
75
|
+
: <a class="el" href="group__flac__format.html#gga79855f8525672e37f299bbe02952ef9cad155b61582140b2b90362005f1a93e2e">format.h</a>
|
76
|
+
</li>
|
77
|
+
<li>FLAC__ChannelAssignment
|
78
|
+
: <a class="el" href="group__flac__format.html#ga79855f8525672e37f299bbe02952ef9c">format.h</a>
|
79
|
+
</li>
|
80
|
+
<li>FLAC__ChannelAssignmentString
|
81
|
+
: <a class="el" href="group__flac__format.html#gab1a1d3929a4e5a5aff2c15010742aa21">format.h</a>
|
82
|
+
</li>
|
83
|
+
<li>FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE
|
84
|
+
: <a class="el" href="group__flac__format.html#gga951733d2ea01943514290012cd622d3aa5253f8b8edc61220739f229a299775dd">format.h</a>
|
85
|
+
</li>
|
86
|
+
<li>FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2
|
87
|
+
: <a class="el" href="group__flac__format.html#gga951733d2ea01943514290012cd622d3aa202960a608ee91f9f11c2575b9ecc5aa">format.h</a>
|
88
|
+
</li>
|
89
|
+
<li>FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2_ESCAPE_PARAMETER
|
90
|
+
: <a class="el" href="group__flac__format.html#gaad1bb90d3f58a38aab4509e43e2be1fd">format.h</a>
|
91
|
+
</li>
|
92
|
+
<li>FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2_PARAMETER_LEN
|
93
|
+
: <a class="el" href="group__flac__format.html#ga0b08df429809f9a78710c5251c9615ea">format.h</a>
|
94
|
+
</li>
|
95
|
+
<li>FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE_ESCAPE_PARAMETER
|
96
|
+
: <a class="el" href="group__flac__format.html#ga8c0af33a0ef538cd8e9e04e8a25913af">format.h</a>
|
97
|
+
</li>
|
98
|
+
<li>FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE_ORDER_LEN
|
99
|
+
: <a class="el" href="group__flac__format.html#ga5056169ee48d8ece011d05f0fb9b3d43">format.h</a>
|
100
|
+
</li>
|
101
|
+
<li>FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE_PARAMETER_LEN
|
102
|
+
: <a class="el" href="group__flac__format.html#gace7a2a1c6b75dc4b02d34933dae21cde">format.h</a>
|
103
|
+
</li>
|
104
|
+
<li>FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE_RAW_LEN
|
105
|
+
: <a class="el" href="group__flac__format.html#ga2299e09372ce2d652ad215ad5d57f6f7">format.h</a>
|
106
|
+
</li>
|
107
|
+
<li>FLAC__ENTROPY_CODING_METHOD_TYPE_LEN
|
108
|
+
: <a class="el" href="group__flac__format.html#ga224222cd46f6613456c5efd75d713946">format.h</a>
|
109
|
+
</li>
|
110
|
+
<li>FLAC__EntropyCodingMethodType
|
111
|
+
: <a class="el" href="group__flac__format.html#ga951733d2ea01943514290012cd622d3a">format.h</a>
|
112
|
+
</li>
|
113
|
+
<li>FLAC__EntropyCodingMethodTypeString
|
114
|
+
: <a class="el" href="group__flac__format.html#ga41603ac35eed8c77c2f2e0b12067d88a">format.h</a>
|
115
|
+
</li>
|
116
|
+
<li>FLAC__format_blocksize_is_subset()
|
117
|
+
: <a class="el" href="group__flac__format.html#ga5370258a7aae32ad18b4c69fbd5e4a36">format.h</a>
|
118
|
+
</li>
|
119
|
+
<li>FLAC__format_cuesheet_is_legal()
|
120
|
+
: <a class="el" href="group__flac__format.html#gaa9ed0fa4ed04dbfdaa163d0f5308c080">format.h</a>
|
121
|
+
</li>
|
122
|
+
<li>FLAC__format_picture_is_legal()
|
123
|
+
: <a class="el" href="group__flac__format.html#ga82ca3ffc97c106c61882134f1a7fb1be">format.h</a>
|
124
|
+
</li>
|
125
|
+
<li>FLAC__format_sample_rate_is_subset()
|
126
|
+
: <a class="el" href="group__flac__format.html#gae305f200f9f4fca80f8ee3d004cf1164">format.h</a>
|
127
|
+
</li>
|
128
|
+
<li>FLAC__format_sample_rate_is_valid()
|
129
|
+
: <a class="el" href="group__flac__format.html#ga985a32bf66e3a69a48e8f9ccd7c5e2e9">format.h</a>
|
130
|
+
</li>
|
131
|
+
<li>FLAC__format_seektable_is_legal()
|
132
|
+
: <a class="el" href="group__flac__format.html#ga02ed0843553fb8f718fe8e7c54d12244">format.h</a>
|
133
|
+
</li>
|
134
|
+
<li>FLAC__format_seektable_sort()
|
135
|
+
: <a class="el" href="group__flac__format.html#ga64dede2811616c7aa41caaed9c855cd4">format.h</a>
|
136
|
+
</li>
|
137
|
+
<li>FLAC__format_vorbiscomment_entry_is_legal()
|
138
|
+
: <a class="el" href="group__flac__format.html#gab98da8754f99fdf7ba0583275b200de3">format.h</a>
|
139
|
+
</li>
|
140
|
+
<li>FLAC__format_vorbiscomment_entry_name_is_legal()
|
141
|
+
: <a class="el" href="group__flac__format.html#gae5fb55cd5977ebf178c5b38da831c057">format.h</a>
|
142
|
+
</li>
|
143
|
+
<li>FLAC__format_vorbiscomment_entry_value_is_legal()
|
144
|
+
: <a class="el" href="group__flac__format.html#gad4509984c8a8a0b926a4fb1ba25ec449">format.h</a>
|
145
|
+
</li>
|
146
|
+
<li>FLAC__FRAME_FOOTER_CRC_LEN
|
147
|
+
: <a class="el" href="group__flac__format.html#ga238b33bf853ea3ab0fc0dbaad5e41f4e">format.h</a>
|
148
|
+
</li>
|
149
|
+
<li>FLAC__FRAME_HEADER_BITS_PER_SAMPLE_LEN
|
150
|
+
: <a class="el" href="group__flac__format.html#ga9d6055c79974497dc99912b0e9ebbe41">format.h</a>
|
151
|
+
</li>
|
152
|
+
<li>FLAC__FRAME_HEADER_BLOCK_SIZE_LEN
|
153
|
+
: <a class="el" href="group__flac__format.html#ga2c5c93ba19375583ca27c3d288e90a03">format.h</a>
|
154
|
+
</li>
|
155
|
+
<li>FLAC__FRAME_HEADER_BLOCKING_STRATEGY_LEN
|
156
|
+
: <a class="el" href="group__flac__format.html#gaa1f482e9172cd95795b32724784d8be9">format.h</a>
|
157
|
+
</li>
|
158
|
+
<li>FLAC__FRAME_HEADER_CHANNEL_ASSIGNMENT_LEN
|
159
|
+
: <a class="el" href="group__flac__format.html#gafa9050a64f02d18ea7426e4c382bb6a6">format.h</a>
|
160
|
+
</li>
|
161
|
+
<li>FLAC__FRAME_HEADER_CRC_LEN
|
162
|
+
: <a class="el" href="group__flac__format.html#ga82e91fc3b93cd8573c814dd282b5b6ed">format.h</a>
|
163
|
+
</li>
|
164
|
+
<li>FLAC__FRAME_HEADER_RESERVED_LEN
|
165
|
+
: <a class="el" href="group__flac__format.html#gad9a46acc93058fb6aba6e0cf8f9c2713">format.h</a>
|
166
|
+
</li>
|
167
|
+
<li>FLAC__FRAME_HEADER_SAMPLE_RATE_LEN
|
168
|
+
: <a class="el" href="group__flac__format.html#ga1ec5825f1a07d1136204840d5d89feca">format.h</a>
|
169
|
+
</li>
|
170
|
+
<li>FLAC__FRAME_HEADER_SYNC
|
171
|
+
: <a class="el" href="group__flac__format.html#ga100c4e86ebb9b85b2a987d1ad383596b">format.h</a>
|
172
|
+
</li>
|
173
|
+
<li>FLAC__FRAME_HEADER_SYNC_LEN
|
174
|
+
: <a class="el" href="group__flac__format.html#ga6be66feb8358e5a39869ce3e39f7b47a">format.h</a>
|
175
|
+
</li>
|
176
|
+
<li>FLAC__FRAME_HEADER_ZERO_PAD_LEN
|
177
|
+
: <a class="el" href="group__flac__format.html#gaf761899e8a95a7bce3f429e6648ca14e">format.h</a>
|
178
|
+
</li>
|
179
|
+
<li>FLAC__FRAME_NUMBER_TYPE_FRAME_NUMBER
|
180
|
+
: <a class="el" href="group__flac__format.html#gga8fe9ebc78386cd2a3d23b7b8e3818e1ca0b9cbf3853f0ae105cf9b5360164f794">format.h</a>
|
181
|
+
</li>
|
182
|
+
<li>FLAC__FRAME_NUMBER_TYPE_SAMPLE_NUMBER
|
183
|
+
: <a class="el" href="group__flac__format.html#gga8fe9ebc78386cd2a3d23b7b8e3818e1ca9220ce93dcc151e5edd5db7e7155b35a">format.h</a>
|
184
|
+
</li>
|
185
|
+
<li>FLAC__FrameNumberType
|
186
|
+
: <a class="el" href="group__flac__format.html#ga8fe9ebc78386cd2a3d23b7b8e3818e1c">format.h</a>
|
187
|
+
</li>
|
188
|
+
<li>FLAC__FrameNumberTypeString
|
189
|
+
: <a class="el" href="group__flac__format.html#ga931a0e63c0f2b31fab801e1dd693fa4e">format.h</a>
|
190
|
+
</li>
|
191
|
+
<li>FLAC__IOCallback_Close
|
192
|
+
: <a class="el" href="group__flac__callbacks.html#ga3749f8621f43e937eb69a9536db3b19a">callback.h</a>
|
193
|
+
</li>
|
194
|
+
<li>FLAC__IOCallback_Eof
|
195
|
+
: <a class="el" href="group__flac__callbacks.html#gac9fe1afad0426a8f1756d136b3442990">callback.h</a>
|
196
|
+
</li>
|
197
|
+
<li>FLAC__IOCallback_Read
|
198
|
+
: <a class="el" href="group__flac__callbacks.html#ga5d75bd553bd041db0d30d869455bab38">callback.h</a>
|
199
|
+
</li>
|
200
|
+
<li>FLAC__IOCallback_Seek
|
201
|
+
: <a class="el" href="group__flac__callbacks.html#ga5090a35604829d8178f4f2d1a40a38d0">callback.h</a>
|
202
|
+
</li>
|
203
|
+
<li>FLAC__IOCallback_Tell
|
204
|
+
: <a class="el" href="group__flac__callbacks.html#ga016e3dd2d006975ea1031970dac232fb">callback.h</a>
|
205
|
+
</li>
|
206
|
+
<li>FLAC__IOCallback_Write
|
207
|
+
: <a class="el" href="group__flac__callbacks.html#ga473cbe45055fe15c967de13181d01e87">callback.h</a>
|
208
|
+
</li>
|
209
|
+
<li>FLAC__IOHandle
|
210
|
+
: <a class="el" href="group__flac__callbacks.html#ga4c329c3168dee6e352384c5e9306260d">callback.h</a>
|
211
|
+
</li>
|
212
|
+
<li>FLAC__MAX_BITS_PER_SAMPLE
|
213
|
+
: <a class="el" href="group__flac__format.html#gad0156d56751e80241fa349d1e25064a6">format.h</a>
|
214
|
+
</li>
|
215
|
+
<li>FLAC__MAX_BLOCK_SIZE
|
216
|
+
: <a class="el" href="group__flac__format.html#gaef78bc1b04f721e7b4563381f5514e8d">format.h</a>
|
217
|
+
</li>
|
218
|
+
<li>FLAC__MAX_CHANNELS
|
219
|
+
: <a class="el" href="group__flac__format.html#ga488aa5678a58d08f984f5d39185b763d">format.h</a>
|
220
|
+
</li>
|
221
|
+
<li>FLAC__MAX_FIXED_ORDER
|
222
|
+
: <a class="el" href="group__flac__format.html#gabd0d5d6fe71b337244712b244ae7cb0f">format.h</a>
|
223
|
+
</li>
|
224
|
+
<li>FLAC__MAX_LPC_ORDER
|
225
|
+
: <a class="el" href="group__flac__format.html#ga16108d413f524329f338cff6e05f3aff">format.h</a>
|
226
|
+
</li>
|
227
|
+
<li>FLAC__MAX_METADATA_TYPE_CODE
|
228
|
+
: <a class="el" href="group__flac__format.html#ga626a412545818c2271fa2202c02ff1d6">format.h</a>
|
229
|
+
</li>
|
230
|
+
<li>FLAC__MAX_QLP_COEFF_PRECISION
|
231
|
+
: <a class="el" href="group__flac__format.html#ga6aa38a4bc5b9d96a78253ccb8b08bd1f">format.h</a>
|
232
|
+
</li>
|
233
|
+
<li>FLAC__MAX_RICE_PARTITION_ORDER
|
234
|
+
: <a class="el" href="group__flac__format.html#ga78a2e97e230b2aa7f99edc94a466f5bb">format.h</a>
|
235
|
+
</li>
|
236
|
+
<li>FLAC__MAX_SAMPLE_RATE
|
237
|
+
: <a class="el" href="group__flac__format.html#ga99abeef0c05c6bc76eacfa865abbfa70">format.h</a>
|
238
|
+
</li>
|
239
|
+
<li>FLAC__Metadata_Chain
|
240
|
+
: <a class="el" href="group__flac__metadata__level2.html#gaec6993c60b88f222a52af86f8f47bfdf">metadata.h</a>
|
241
|
+
</li>
|
242
|
+
<li>FLAC__metadata_chain_check_if_tempfile_needed()
|
243
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga46602f64d423cfe5d5f8a4155f8a97e2">metadata.h</a>
|
244
|
+
</li>
|
245
|
+
<li>FLAC__metadata_chain_delete()
|
246
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga46b6c67f30db2955798dfb5556f63aa3">metadata.h</a>
|
247
|
+
</li>
|
248
|
+
<li>FLAC__metadata_chain_merge_padding()
|
249
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga0a43897914edb751cb87f7e281aff3dc">metadata.h</a>
|
250
|
+
</li>
|
251
|
+
<li>FLAC__metadata_chain_new()
|
252
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga381a1b6efff8d4e9d793f1dda515bd73">metadata.h</a>
|
253
|
+
</li>
|
254
|
+
<li>FLAC__metadata_chain_read()
|
255
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga5a4f2056c30f78af5a79f6b64d5bfdcd">metadata.h</a>
|
256
|
+
</li>
|
257
|
+
<li>FLAC__metadata_chain_read_ogg()
|
258
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga3995010aab28a483ad9905669e5c4954">metadata.h</a>
|
259
|
+
</li>
|
260
|
+
<li>FLAC__metadata_chain_read_ogg_with_callbacks()
|
261
|
+
: <a class="el" href="group__flac__metadata__level2.html#gaccc2f991722682d3c31d36f51985066c">metadata.h</a>
|
262
|
+
</li>
|
263
|
+
<li>FLAC__metadata_chain_read_with_callbacks()
|
264
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga595f55b611ed588d4d55a9b2eb9d2add">metadata.h</a>
|
265
|
+
</li>
|
266
|
+
<li>FLAC__metadata_chain_sort_padding()
|
267
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga82b66fe71c727adb9cf80a1da9834ce5">metadata.h</a>
|
268
|
+
</li>
|
269
|
+
<li>FLAC__metadata_chain_status()
|
270
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga8e74773f8ca2bb2bc0b56a65ca0299f4">metadata.h</a>
|
271
|
+
</li>
|
272
|
+
<li>FLAC__METADATA_CHAIN_STATUS_BAD_METADATA
|
273
|
+
: <a class="el" href="group__flac__metadata__level2.html#ggafe2a924893b0800b020bea8160fd4531a8efd2c76dc06308eb6eba59e1bc6300b">metadata.h</a>
|
274
|
+
</li>
|
275
|
+
<li>FLAC__METADATA_CHAIN_STATUS_ERROR_OPENING_FILE
|
276
|
+
: <a class="el" href="group__flac__metadata__level2.html#ggafe2a924893b0800b020bea8160fd4531a43d2741a650576052fa3615d8cd64d86">metadata.h</a>
|
277
|
+
</li>
|
278
|
+
<li>FLAC__METADATA_CHAIN_STATUS_ILLEGAL_INPUT
|
279
|
+
: <a class="el" href="group__flac__metadata__level2.html#ggafe2a924893b0800b020bea8160fd4531a1be9400982f411173af46bf0c3acbdc7">metadata.h</a>
|
280
|
+
</li>
|
281
|
+
<li>FLAC__METADATA_CHAIN_STATUS_INTERNAL_ERROR
|
282
|
+
: <a class="el" href="group__flac__metadata__level2.html#ggafe2a924893b0800b020bea8160fd4531a36b9bcf93da8e0f111738a65eab36e9d">metadata.h</a>
|
283
|
+
</li>
|
284
|
+
<li>FLAC__METADATA_CHAIN_STATUS_INVALID_CALLBACKS
|
285
|
+
: <a class="el" href="group__flac__metadata__level2.html#ggafe2a924893b0800b020bea8160fd4531ab8a6aa5f115db3f07ad2ed4adbcbe060">metadata.h</a>
|
286
|
+
</li>
|
287
|
+
<li>FLAC__METADATA_CHAIN_STATUS_MEMORY_ALLOCATION_ERROR
|
288
|
+
: <a class="el" href="group__flac__metadata__level2.html#ggafe2a924893b0800b020bea8160fd4531ab12ec938f7556a163c609194ee0aede0">metadata.h</a>
|
289
|
+
</li>
|
290
|
+
<li>FLAC__METADATA_CHAIN_STATUS_NOT_A_FLAC_FILE
|
291
|
+
: <a class="el" href="group__flac__metadata__level2.html#ggafe2a924893b0800b020bea8160fd4531a99748a4b12ed10f9368375cc8deeb143">metadata.h</a>
|
292
|
+
</li>
|
293
|
+
<li>FLAC__METADATA_CHAIN_STATUS_NOT_WRITABLE
|
294
|
+
: <a class="el" href="group__flac__metadata__level2.html#ggafe2a924893b0800b020bea8160fd4531ac469c6543ebb117e99064572c16672d4">metadata.h</a>
|
295
|
+
</li>
|
296
|
+
<li>FLAC__METADATA_CHAIN_STATUS_OK
|
297
|
+
: <a class="el" href="group__flac__metadata__level2.html#ggafe2a924893b0800b020bea8160fd4531a293be942ec54576f2b3c73613af968e9">metadata.h</a>
|
298
|
+
</li>
|
299
|
+
<li>FLAC__METADATA_CHAIN_STATUS_READ_ERROR
|
300
|
+
: <a class="el" href="group__flac__metadata__level2.html#ggafe2a924893b0800b020bea8160fd4531a0525de5fb5d8aeeb4e848e33a8d503c6">metadata.h</a>
|
301
|
+
</li>
|
302
|
+
<li>FLAC__METADATA_CHAIN_STATUS_READ_WRITE_MISMATCH
|
303
|
+
: <a class="el" href="group__flac__metadata__level2.html#ggafe2a924893b0800b020bea8160fd4531a0d9e64ad6514c88b8ea9e9171c42ec9a">metadata.h</a>
|
304
|
+
</li>
|
305
|
+
<li>FLAC__METADATA_CHAIN_STATUS_RENAME_ERROR
|
306
|
+
: <a class="el" href="group__flac__metadata__level2.html#ggafe2a924893b0800b020bea8160fd4531af4ecf22bc3e5adf78a9c765f856efb0d">metadata.h</a>
|
307
|
+
</li>
|
308
|
+
<li>FLAC__METADATA_CHAIN_STATUS_SEEK_ERROR
|
309
|
+
: <a class="el" href="group__flac__metadata__level2.html#ggafe2a924893b0800b020bea8160fd4531a5814bc26bcf92143198b8e7f028f43a2">metadata.h</a>
|
310
|
+
</li>
|
311
|
+
<li>FLAC__METADATA_CHAIN_STATUS_UNLINK_ERROR
|
312
|
+
: <a class="el" href="group__flac__metadata__level2.html#ggafe2a924893b0800b020bea8160fd4531a1cd3138ed493f6a0f5b95fb8481edd1e">metadata.h</a>
|
313
|
+
</li>
|
314
|
+
<li>FLAC__METADATA_CHAIN_STATUS_WRITE_ERROR
|
315
|
+
: <a class="el" href="group__flac__metadata__level2.html#ggafe2a924893b0800b020bea8160fd4531a66460c735e4745788b40889329e8489f">metadata.h</a>
|
316
|
+
</li>
|
317
|
+
<li>FLAC__METADATA_CHAIN_STATUS_WRONG_WRITE_CALL
|
318
|
+
: <a class="el" href="group__flac__metadata__level2.html#ggafe2a924893b0800b020bea8160fd4531af86670707345e2d02cc84aec059459d0">metadata.h</a>
|
319
|
+
</li>
|
320
|
+
<li>FLAC__metadata_chain_write()
|
321
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga46bf9cf7d426078101b9297ba80bb835">metadata.h</a>
|
322
|
+
</li>
|
323
|
+
<li>FLAC__metadata_chain_write_with_callbacks()
|
324
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga70532b3705294dc891d8db649a4d4843">metadata.h</a>
|
325
|
+
</li>
|
326
|
+
<li>FLAC__metadata_chain_write_with_callbacks_and_tempfile()
|
327
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga72facaa621e8d798036a4a7da3643e41">metadata.h</a>
|
328
|
+
</li>
|
329
|
+
<li>FLAC__Metadata_ChainStatus
|
330
|
+
: <a class="el" href="group__flac__metadata__level2.html#gafe2a924893b0800b020bea8160fd4531">metadata.h</a>
|
331
|
+
</li>
|
332
|
+
<li>FLAC__Metadata_ChainStatusString
|
333
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga6498d1976b0d9fa3f8f6295c02e622dd">metadata.h</a>
|
334
|
+
</li>
|
335
|
+
<li>FLAC__metadata_get_cuesheet()
|
336
|
+
: <a class="el" href="group__flac__metadata__level0.html#ga0f47949dca514506718276205a4fae0b">metadata.h</a>
|
337
|
+
</li>
|
338
|
+
<li>FLAC__metadata_get_picture()
|
339
|
+
: <a class="el" href="group__flac__metadata__level0.html#ga0c9cd22296400c8ce16ee1db011342cb">metadata.h</a>
|
340
|
+
</li>
|
341
|
+
<li>FLAC__metadata_get_streaminfo()
|
342
|
+
: <a class="el" href="group__flac__metadata__level0.html#ga804b42d9da714199b4b383ce51078d51">metadata.h</a>
|
343
|
+
</li>
|
344
|
+
<li>FLAC__metadata_get_tags()
|
345
|
+
: <a class="el" href="group__flac__metadata__level0.html#ga1626af09cd39d4fa37d5b46ebe3790fd">metadata.h</a>
|
346
|
+
</li>
|
347
|
+
<li>FLAC__Metadata_Iterator
|
348
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga9f3e135a07cdef7e51597646aa7b89b2">metadata.h</a>
|
349
|
+
</li>
|
350
|
+
<li>FLAC__metadata_iterator_delete()
|
351
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga374c246e1aeafd803d29a6e99b226241">metadata.h</a>
|
352
|
+
</li>
|
353
|
+
<li>FLAC__metadata_iterator_delete_block()
|
354
|
+
: <a class="el" href="group__flac__metadata__level2.html#gadf860af967d2ee483be01fc0ed8767a9">metadata.h</a>
|
355
|
+
</li>
|
356
|
+
<li>FLAC__metadata_iterator_get_block()
|
357
|
+
: <a class="el" href="group__flac__metadata__level2.html#gad3e7fbc3b3d9c192a3ac425c7b263641">metadata.h</a>
|
358
|
+
</li>
|
359
|
+
<li>FLAC__metadata_iterator_get_block_type()
|
360
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga83ecb59ffa16bfbb1e286e64f9270de1">metadata.h</a>
|
361
|
+
</li>
|
362
|
+
<li>FLAC__metadata_iterator_init()
|
363
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga2e93196b17a1c73e949e661e33d7311a">metadata.h</a>
|
364
|
+
</li>
|
365
|
+
<li>FLAC__metadata_iterator_insert_block_after()
|
366
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga55e53757f91696e2578196a2799fc632">metadata.h</a>
|
367
|
+
</li>
|
368
|
+
<li>FLAC__metadata_iterator_insert_block_before()
|
369
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga8ac45e2df8b6fd6f5db345c4293aa435">metadata.h</a>
|
370
|
+
</li>
|
371
|
+
<li>FLAC__metadata_iterator_new()
|
372
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga1941ca04671813fc039ea7fd35ae6461">metadata.h</a>
|
373
|
+
</li>
|
374
|
+
<li>FLAC__metadata_iterator_next()
|
375
|
+
: <a class="el" href="group__flac__metadata__level2.html#ga60449d0c1d76a73978159e3aa5e79459">metadata.h</a>
|
376
|
+
</li>
|
377
|
+
<li>FLAC__metadata_iterator_prev()
|
378
|
+
: <a class="el" href="group__flac__metadata__level2.html#gaa28df1c5aa56726f573f90e4bae2fe50">metadata.h</a>
|
379
|
+
</li>
|
380
|
+
<li>FLAC__metadata_iterator_set_block()
|
381
|
+
: <a class="el" href="group__flac__metadata__level2.html#gaf61795b21300a2b0c9940c11974aab53">metadata.h</a>
|
382
|
+
</li>
|
383
|
+
<li>FLAC__metadata_object_application_set_data()
|
384
|
+
: <a class="el" href="group__flac__metadata__object.html#ga07cd39bbe12f4f4e144e38c5265b997d">metadata.h</a>
|
385
|
+
</li>
|
386
|
+
<li>FLAC__metadata_object_clone()
|
387
|
+
: <a class="el" href="group__flac__metadata__object.html#ga29af0ecc2a015ef22289f206bc308d80">metadata.h</a>
|
388
|
+
</li>
|
389
|
+
<li>FLAC__metadata_object_cuesheet_calculate_cddb_id()
|
390
|
+
: <a class="el" href="group__flac__metadata__object.html#gaff2f825950b3e4dda4c8ddbf8e2f7ecd">metadata.h</a>
|
391
|
+
</li>
|
392
|
+
<li>FLAC__metadata_object_cuesheet_delete_track()
|
393
|
+
: <a class="el" href="group__flac__metadata__object.html#gae1912dfbc599c79732025fd5a5f279cc">metadata.h</a>
|
394
|
+
</li>
|
395
|
+
<li>FLAC__metadata_object_cuesheet_insert_blank_track()
|
396
|
+
: <a class="el" href="group__flac__metadata__object.html#gab4a8c0855971e650df3331daf84d3fd1">metadata.h</a>
|
397
|
+
</li>
|
398
|
+
<li>FLAC__metadata_object_cuesheet_insert_track()
|
399
|
+
: <a class="el" href="group__flac__metadata__object.html#gaa974947ae8ec1c86cbb155e0af7593e9">metadata.h</a>
|
400
|
+
</li>
|
401
|
+
<li>FLAC__metadata_object_cuesheet_is_legal()
|
402
|
+
: <a class="el" href="group__flac__metadata__object.html#ga1a443d9299ce69694ad59bec4519d7b2">metadata.h</a>
|
403
|
+
</li>
|
404
|
+
<li>FLAC__metadata_object_cuesheet_resize_tracks()
|
405
|
+
: <a class="el" href="group__flac__metadata__object.html#gac99e38ed08f342665c63913bd0cc33fc">metadata.h</a>
|
406
|
+
</li>
|
407
|
+
<li>FLAC__metadata_object_cuesheet_set_track()
|
408
|
+
: <a class="el" href="group__flac__metadata__object.html#gaa4708c652be442b19227695621b62088">metadata.h</a>
|
409
|
+
</li>
|
410
|
+
<li>FLAC__metadata_object_cuesheet_track_clone()
|
411
|
+
: <a class="el" href="group__flac__metadata__object.html#ga1293d6df6daf2d65143d8bb40eed9261">metadata.h</a>
|
412
|
+
</li>
|
413
|
+
<li>FLAC__metadata_object_cuesheet_track_delete()
|
414
|
+
: <a class="el" href="group__flac__metadata__object.html#gaa533fd7b72fa079e783de4b155b241ce">metadata.h</a>
|
415
|
+
</li>
|
416
|
+
<li>FLAC__metadata_object_cuesheet_track_delete_index()
|
417
|
+
: <a class="el" href="group__flac__metadata__object.html#ga84584f2244b7d8597b8fec1d81ea5fb8">metadata.h</a>
|
418
|
+
</li>
|
419
|
+
<li>FLAC__metadata_object_cuesheet_track_insert_blank_index()
|
420
|
+
: <a class="el" href="group__flac__metadata__object.html#gafd40ef6dcc277f99934deee5367cc627">metadata.h</a>
|
421
|
+
</li>
|
422
|
+
<li>FLAC__metadata_object_cuesheet_track_insert_index()
|
423
|
+
: <a class="el" href="group__flac__metadata__object.html#gae8be6ad7b27a18c91eb0b91dc305e433">metadata.h</a>
|
424
|
+
</li>
|
425
|
+
<li>FLAC__metadata_object_cuesheet_track_new()
|
426
|
+
: <a class="el" href="group__flac__metadata__object.html#gafe2983a9c09685e34626cab39b3fb52c">metadata.h</a>
|
427
|
+
</li>
|
428
|
+
<li>FLAC__metadata_object_cuesheet_track_resize_indices()
|
429
|
+
: <a class="el" href="group__flac__metadata__object.html#ga484f21de7d533e4825cf807d29ef0204">metadata.h</a>
|
430
|
+
</li>
|
431
|
+
<li>FLAC__metadata_object_delete()
|
432
|
+
: <a class="el" href="group__flac__metadata__object.html#ga6b3159744a1e5c4ce9d349fd0ebae800">metadata.h</a>
|
433
|
+
</li>
|
434
|
+
<li>FLAC__metadata_object_is_equal()
|
435
|
+
: <a class="el" href="group__flac__metadata__object.html#ga6853bcafe731b1db37105d49f3085349">metadata.h</a>
|
436
|
+
</li>
|
437
|
+
<li>FLAC__metadata_object_new()
|
438
|
+
: <a class="el" href="group__flac__metadata__object.html#ga5df7bc8c72cafed1391bdc5ffc876e0f">metadata.h</a>
|
439
|
+
</li>
|
440
|
+
<li>FLAC__metadata_object_picture_is_legal()
|
441
|
+
: <a class="el" href="group__flac__metadata__object.html#ga88268a5186e37d4b98b4df7870561128">metadata.h</a>
|
442
|
+
</li>
|
443
|
+
<li>FLAC__metadata_object_picture_set_data()
|
444
|
+
: <a class="el" href="group__flac__metadata__object.html#ga00c330534ef8336ed92b30f9e676bb5f">metadata.h</a>
|
445
|
+
</li>
|
446
|
+
<li>FLAC__metadata_object_picture_set_description()
|
447
|
+
: <a class="el" href="group__flac__metadata__object.html#ga293fe7d8b8b9e49d2414db0925b0f442">metadata.h</a>
|
448
|
+
</li>
|
449
|
+
<li>FLAC__metadata_object_picture_set_mime_type()
|
450
|
+
: <a class="el" href="group__flac__metadata__object.html#ga4511ae9ca994c9f4ab035a3c1aa98f45">metadata.h</a>
|
451
|
+
</li>
|
452
|
+
<li>FLAC__metadata_object_seektable_delete_point()
|
453
|
+
: <a class="el" href="group__flac__metadata__object.html#ga8e42ac803f857eaa7814838c49a15c5f">metadata.h</a>
|
454
|
+
</li>
|
455
|
+
<li>FLAC__metadata_object_seektable_insert_point()
|
456
|
+
: <a class="el" href="group__flac__metadata__object.html#ga794109d40ff0065659c005f1cf86d3c9">metadata.h</a>
|
457
|
+
</li>
|
458
|
+
<li>FLAC__metadata_object_seektable_is_legal()
|
459
|
+
: <a class="el" href="group__flac__metadata__object.html#gacd3e1b83fabc1dabccb725b2876c8f53">metadata.h</a>
|
460
|
+
</li>
|
461
|
+
<li>FLAC__metadata_object_seektable_resize_points()
|
462
|
+
: <a class="el" href="group__flac__metadata__object.html#gaffa16bae5e3683c983dc137fd56f0c26">metadata.h</a>
|
463
|
+
</li>
|
464
|
+
<li>FLAC__metadata_object_seektable_set_point()
|
465
|
+
: <a class="el" href="group__flac__metadata__object.html#gaa1a69eb95a3c17aa973466589e85f3c1">metadata.h</a>
|
466
|
+
</li>
|
467
|
+
<li>FLAC__metadata_object_seektable_template_append_placeholders()
|
468
|
+
: <a class="el" href="group__flac__metadata__object.html#ga6280327ed000ee85846a5533fd40a33b">metadata.h</a>
|
469
|
+
</li>
|
470
|
+
<li>FLAC__metadata_object_seektable_template_append_point()
|
471
|
+
: <a class="el" href="group__flac__metadata__object.html#ga0b3aca4fbebc206cd79f13ac36f653f0">metadata.h</a>
|
472
|
+
</li>
|
473
|
+
<li>FLAC__metadata_object_seektable_template_append_points()
|
474
|
+
: <a class="el" href="group__flac__metadata__object.html#gac838116fa0e48242651944ab94bab508">metadata.h</a>
|
475
|
+
</li>
|
476
|
+
<li>FLAC__metadata_object_seektable_template_append_spaced_points()
|
477
|
+
: <a class="el" href="group__flac__metadata__object.html#ga7dcbd38a3a71a8aa26e93a6992a8f83e">metadata.h</a>
|
478
|
+
</li>
|
479
|
+
<li>FLAC__metadata_object_seektable_template_append_spaced_points_by_samples()
|
480
|
+
: <a class="el" href="group__flac__metadata__object.html#ga6bce5ee9332ea070d65482a2c1ce1c2d">metadata.h</a>
|
481
|
+
</li>
|
482
|
+
<li>FLAC__metadata_object_seektable_template_sort()
|
483
|
+
: <a class="el" href="group__flac__metadata__object.html#gafb0449b639ba5c618826d893c2961260">metadata.h</a>
|
484
|
+
</li>
|
485
|
+
<li>FLAC__metadata_object_vorbiscomment_append_comment()
|
486
|
+
: <a class="el" href="group__flac__metadata__object.html#ga889b8b9c5bbd1070a1214c3da8b72863">metadata.h</a>
|
487
|
+
</li>
|
488
|
+
<li>FLAC__metadata_object_vorbiscomment_delete_comment()
|
489
|
+
: <a class="el" href="group__flac__metadata__object.html#gafe14896322f7d638f5de0c61addd1dc7">metadata.h</a>
|
490
|
+
</li>
|
491
|
+
<li>FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair()
|
492
|
+
: <a class="el" href="group__flac__metadata__object.html#gab644c34515c04630c62a7645fab2947e">metadata.h</a>
|
493
|
+
</li>
|
494
|
+
<li>FLAC__metadata_object_vorbiscomment_entry_matches()
|
495
|
+
: <a class="el" href="group__flac__metadata__object.html#gac4c32b1055642b11cd77628ac9508ded">metadata.h</a>
|
496
|
+
</li>
|
497
|
+
<li>FLAC__metadata_object_vorbiscomment_entry_to_name_value_pair()
|
498
|
+
: <a class="el" href="group__flac__metadata__object.html#ga29079764fabda53cb3e890e6d05c8345">metadata.h</a>
|
499
|
+
</li>
|
500
|
+
<li>FLAC__metadata_object_vorbiscomment_find_entry_from()
|
501
|
+
: <a class="el" href="group__flac__metadata__object.html#ga23d79d11e427e1590f406a7137c8bff2">metadata.h</a>
|
502
|
+
</li>
|
503
|
+
<li>FLAC__metadata_object_vorbiscomment_insert_comment()
|
504
|
+
: <a class="el" href="group__flac__metadata__object.html#ga44ec196a99c8cd7d1d50817c8532ddb3">metadata.h</a>
|
505
|
+
</li>
|
506
|
+
<li>FLAC__metadata_object_vorbiscomment_remove_entries_matching()
|
507
|
+
: <a class="el" href="group__flac__metadata__object.html#ga5a3ff5856098c449622ba850684aec75">metadata.h</a>
|
508
|
+
</li>
|
509
|
+
<li>FLAC__metadata_object_vorbiscomment_remove_entry_matching()
|
510
|
+
: <a class="el" href="group__flac__metadata__object.html#ga017d743b3200a27b8567ef33592224b8">metadata.h</a>
|
511
|
+
</li>
|
512
|
+
<li>FLAC__metadata_object_vorbiscomment_replace_comment()
|
513
|
+
: <a class="el" href="group__flac__metadata__object.html#ga0608308e8c4c09aa610747d8dff90a34">metadata.h</a>
|
514
|
+
</li>
|
515
|
+
<li>FLAC__metadata_object_vorbiscomment_resize_comments()
|
516
|
+
: <a class="el" href="group__flac__metadata__object.html#ga829152404c9d160c7bc67699dd7f857e">metadata.h</a>
|
517
|
+
</li>
|
518
|
+
<li>FLAC__metadata_object_vorbiscomment_set_comment()
|
519
|
+
: <a class="el" href="group__flac__metadata__object.html#gaefadb16fe0fff9600beab0edbac8d226">metadata.h</a>
|
520
|
+
</li>
|
521
|
+
<li>FLAC__metadata_object_vorbiscomment_set_vendor_string()
|
522
|
+
: <a class="el" href="group__flac__metadata__object.html#ga5cf1a57afab200b4b67730a77d3ee162">metadata.h</a>
|
523
|
+
</li>
|
524
|
+
<li>FLAC__metadata_simple_iterator_delete()
|
525
|
+
: <a class="el" href="group__flac__metadata__level1.html#ga4619be06f51429fea71e5b98900cec3e">metadata.h</a>
|
526
|
+
</li>
|
527
|
+
<li>FLAC__metadata_simple_iterator_delete_block()
|
528
|
+
: <a class="el" href="group__flac__metadata__level1.html#gac3116c8e6e7f59914ae22c0c4c6b0a23">metadata.h</a>
|
529
|
+
</li>
|
530
|
+
<li>FLAC__metadata_simple_iterator_get_application_id()
|
531
|
+
: <a class="el" href="group__flac__metadata__level1.html#gad4fea2d7d98d16e75e6d8260f690a5dc">metadata.h</a>
|
532
|
+
</li>
|
533
|
+
<li>FLAC__metadata_simple_iterator_get_block()
|
534
|
+
: <a class="el" href="group__flac__metadata__level1.html#ga1b7374cafd886ceb880b050dfa1e387a">metadata.h</a>
|
535
|
+
</li>
|
536
|
+
<li>FLAC__metadata_simple_iterator_get_block_length()
|
537
|
+
: <a class="el" href="group__flac__metadata__level1.html#ga93ec66e9cfb99f04ce4125b8be906cef">metadata.h</a>
|
538
|
+
</li>
|
539
|
+
<li>FLAC__metadata_simple_iterator_get_block_offset()
|
540
|
+
: <a class="el" href="group__flac__metadata__level1.html#gade0a61723420daeb4bc226713671c6f0">metadata.h</a>
|
541
|
+
</li>
|
542
|
+
<li>FLAC__metadata_simple_iterator_get_block_type()
|
543
|
+
: <a class="el" href="group__flac__metadata__level1.html#ga17b61d17e83432913abf4334d6e0c073">metadata.h</a>
|
544
|
+
</li>
|
545
|
+
<li>FLAC__metadata_simple_iterator_init()
|
546
|
+
: <a class="el" href="group__flac__metadata__level1.html#gaba8daf276fd7da863a2522ac050125fd">metadata.h</a>
|
547
|
+
</li>
|
548
|
+
<li>FLAC__metadata_simple_iterator_insert_block_after()
|
549
|
+
: <a class="el" href="group__flac__metadata__level1.html#ga7a0c00e93bb37324a20926e92e604102">metadata.h</a>
|
550
|
+
</li>
|
551
|
+
<li>FLAC__metadata_simple_iterator_is_last()
|
552
|
+
: <a class="el" href="group__flac__metadata__level1.html#ga9eb215059840960de69aa84469ba954f">metadata.h</a>
|
553
|
+
</li>
|
554
|
+
<li>FLAC__metadata_simple_iterator_is_writable()
|
555
|
+
: <a class="el" href="group__flac__metadata__level1.html#ga5150ecd8668c610f79192a2838667790">metadata.h</a>
|
556
|
+
</li>
|
557
|
+
<li>FLAC__metadata_simple_iterator_new()
|
558
|
+
: <a class="el" href="group__flac__metadata__level1.html#ga017ae86f3351888f50feb47026ed2482">metadata.h</a>
|
559
|
+
</li>
|
560
|
+
<li>FLAC__metadata_simple_iterator_next()
|
561
|
+
: <a class="el" href="group__flac__metadata__level1.html#gabb7de0a1067efae353e0792dc6e51905">metadata.h</a>
|
562
|
+
</li>
|
563
|
+
<li>FLAC__metadata_simple_iterator_prev()
|
564
|
+
: <a class="el" href="group__flac__metadata__level1.html#ga6db5313b31120b28e210ae721d6525a8">metadata.h</a>
|
565
|
+
</li>
|
566
|
+
<li>FLAC__metadata_simple_iterator_set_block()
|
567
|
+
: <a class="el" href="group__flac__metadata__level1.html#gae1dd863561606658f88c492682de7b80">metadata.h</a>
|
568
|
+
</li>
|
569
|
+
<li>FLAC__metadata_simple_iterator_status()
|
570
|
+
: <a class="el" href="group__flac__metadata__level1.html#gae8fd236fe6049c61f7f3b4a6ecbcd240">metadata.h</a>
|
571
|
+
</li>
|
572
|
+
<li>FLAC__METADATA_SIMPLE_ITERATOR_STATUS_BAD_METADATA
|
573
|
+
: <a class="el" href="group__flac__metadata__level1.html#ggac926e7d2773a05066115cac9048bbec9a14c897124887858109200723826f85b7">metadata.h</a>
|
574
|
+
</li>
|
575
|
+
<li>FLAC__METADATA_SIMPLE_ITERATOR_STATUS_ERROR_OPENING_FILE
|
576
|
+
: <a class="el" href="group__flac__metadata__level1.html#ggac926e7d2773a05066115cac9048bbec9a20e835bbb74b4d039e598617f68d2af6">metadata.h</a>
|
577
|
+
</li>
|
578
|
+
<li>FLAC__METADATA_SIMPLE_ITERATOR_STATUS_ILLEGAL_INPUT
|
579
|
+
: <a class="el" href="group__flac__metadata__level1.html#ggac926e7d2773a05066115cac9048bbec9a0a3933cb38c8957a8d5c3d1afb4766f9">metadata.h</a>
|
580
|
+
</li>
|
581
|
+
<li>FLAC__METADATA_SIMPLE_ITERATOR_STATUS_INTERNAL_ERROR
|
582
|
+
: <a class="el" href="group__flac__metadata__level1.html#ggac926e7d2773a05066115cac9048bbec9a9d821ae65a1c5de619daa88c850906df">metadata.h</a>
|
583
|
+
</li>
|
584
|
+
<li>FLAC__METADATA_SIMPLE_ITERATOR_STATUS_MEMORY_ALLOCATION_ERROR
|
585
|
+
: <a class="el" href="group__flac__metadata__level1.html#ggac926e7d2773a05066115cac9048bbec9aa8386ed0a20d7e91b0022d203ec3cdec">metadata.h</a>
|
586
|
+
</li>
|
587
|
+
<li>FLAC__METADATA_SIMPLE_ITERATOR_STATUS_NOT_A_FLAC_FILE
|
588
|
+
: <a class="el" href="group__flac__metadata__level1.html#ggac926e7d2773a05066115cac9048bbec9a7785f77a612be8956fbe7cab73497220">metadata.h</a>
|
589
|
+
</li>
|
590
|
+
<li>FLAC__METADATA_SIMPLE_ITERATOR_STATUS_NOT_WRITABLE
|
591
|
+
: <a class="el" href="group__flac__metadata__level1.html#ggac926e7d2773a05066115cac9048bbec9af055d8c0c663e72134fe2db8037b6880">metadata.h</a>
|
592
|
+
</li>
|
593
|
+
<li>FLAC__METADATA_SIMPLE_ITERATOR_STATUS_OK
|
594
|
+
: <a class="el" href="group__flac__metadata__level1.html#ggac926e7d2773a05066115cac9048bbec9a33aadd73194c0d7e307d643237e0ddcd">metadata.h</a>
|
595
|
+
</li>
|
596
|
+
<li>FLAC__METADATA_SIMPLE_ITERATOR_STATUS_READ_ERROR
|
597
|
+
: <a class="el" href="group__flac__metadata__level1.html#ggac926e7d2773a05066115cac9048bbec9a088df964f0852dd7e19304e920c3ee8e">metadata.h</a>
|
598
|
+
</li>
|
599
|
+
<li>FLAC__METADATA_SIMPLE_ITERATOR_STATUS_RENAME_ERROR
|
600
|
+
: <a class="el" href="group__flac__metadata__level1.html#ggac926e7d2773a05066115cac9048bbec9a2e073843fa99419d76a0b210da96ceb6">metadata.h</a>
|
601
|
+
</li>
|
602
|
+
<li>FLAC__METADATA_SIMPLE_ITERATOR_STATUS_SEEK_ERROR
|
603
|
+
: <a class="el" href="group__flac__metadata__level1.html#ggac926e7d2773a05066115cac9048bbec9a2ad85a32e291d1e918692d68cc22fd40">metadata.h</a>
|
604
|
+
</li>
|
605
|
+
<li>FLAC__METADATA_SIMPLE_ITERATOR_STATUS_UNLINK_ERROR
|
606
|
+
: <a class="el" href="group__flac__metadata__level1.html#ggac926e7d2773a05066115cac9048bbec9a4f855433038c576da127fc1de9d18f9b">metadata.h</a>
|
607
|
+
</li>
|
608
|
+
<li>FLAC__METADATA_SIMPLE_ITERATOR_STATUS_WRITE_ERROR
|
609
|
+
: <a class="el" href="group__flac__metadata__level1.html#ggac926e7d2773a05066115cac9048bbec9ac2337299c2347ca311caeaa7d71d857c">metadata.h</a>
|
610
|
+
</li>
|
611
|
+
<li>FLAC__Metadata_SimpleIterator
|
612
|
+
: <a class="el" href="group__flac__metadata__level1.html#ga6accccddbb867dfc2eece9ee3ffecb3a">metadata.h</a>
|
613
|
+
</li>
|
614
|
+
<li>FLAC__Metadata_SimpleIteratorStatus
|
615
|
+
: <a class="el" href="group__flac__metadata__level1.html#gac926e7d2773a05066115cac9048bbec9">metadata.h</a>
|
616
|
+
</li>
|
617
|
+
<li>FLAC__Metadata_SimpleIteratorStatusString
|
618
|
+
: <a class="el" href="group__flac__metadata__level1.html#gaa2a8b972800c34f9f5807cadf6ecdb57">metadata.h</a>
|
619
|
+
</li>
|
620
|
+
<li>FLAC__METADATA_TYPE_APPLICATION
|
621
|
+
: <a class="el" href="group__flac__format.html#ggac71714ba8ddbbd66d26bb78a427fac01a2b287a22a1ac9440b309127884c8d41b">format.h</a>
|
622
|
+
</li>
|
623
|
+
<li>FLAC__METADATA_TYPE_CUESHEET
|
624
|
+
: <a class="el" href="group__flac__format.html#ggac71714ba8ddbbd66d26bb78a427fac01a0b3f07ae60609126562cd0233ce00a65">format.h</a>
|
625
|
+
</li>
|
626
|
+
<li>FLAC__METADATA_TYPE_PADDING
|
627
|
+
: <a class="el" href="group__flac__format.html#ggac71714ba8ddbbd66d26bb78a427fac01a6dcb741fc0aef389580f110e88beb896">format.h</a>
|
628
|
+
</li>
|
629
|
+
<li>FLAC__METADATA_TYPE_PICTURE
|
630
|
+
: <a class="el" href="group__flac__format.html#ggac71714ba8ddbbd66d26bb78a427fac01acf28ae2788366617c1aeab81d5961c6e">format.h</a>
|
631
|
+
</li>
|
632
|
+
<li>FLAC__METADATA_TYPE_SEEKTABLE
|
633
|
+
: <a class="el" href="group__flac__format.html#ggac71714ba8ddbbd66d26bb78a427fac01a5f6323e489be1318f0e3747960ebdd91">format.h</a>
|
634
|
+
</li>
|
635
|
+
<li>FLAC__METADATA_TYPE_STREAMINFO
|
636
|
+
: <a class="el" href="group__flac__format.html#ggac71714ba8ddbbd66d26bb78a427fac01acffa517e969ba6a868dcf10e5da75c28">format.h</a>
|
637
|
+
</li>
|
638
|
+
<li>FLAC__METADATA_TYPE_UNDEFINED
|
639
|
+
: <a class="el" href="group__flac__format.html#ggac71714ba8ddbbd66d26bb78a427fac01acf6ac61fcc866608f5583c275dc34d47">format.h</a>
|
640
|
+
</li>
|
641
|
+
<li>FLAC__METADATA_TYPE_VORBIS_COMMENT
|
642
|
+
: <a class="el" href="group__flac__format.html#ggac71714ba8ddbbd66d26bb78a427fac01ad013576bc5196b907547739518605520">format.h</a>
|
643
|
+
</li>
|
644
|
+
<li>FLAC__MetadataType
|
645
|
+
: <a class="el" href="group__flac__format.html#gac71714ba8ddbbd66d26bb78a427fac01">format.h</a>
|
646
|
+
</li>
|
647
|
+
<li>FLAC__MetadataTypeString
|
648
|
+
: <a class="el" href="group__flac__format.html#gaa9ad23f06a579d1110d61d54c8c999f0">format.h</a>
|
649
|
+
</li>
|
650
|
+
<li>FLAC__MIN_BITS_PER_SAMPLE
|
651
|
+
: <a class="el" href="group__flac__format.html#ga30b0f21abbb2cdfd461fe04b425b5438">format.h</a>
|
652
|
+
</li>
|
653
|
+
<li>FLAC__MIN_BLOCK_SIZE
|
654
|
+
: <a class="el" href="group__flac__format.html#gaa5a85c2ea434221ce684be3469517003">format.h</a>
|
655
|
+
</li>
|
656
|
+
<li>FLAC__MIN_QLP_COEFF_PRECISION
|
657
|
+
: <a class="el" href="group__flac__format.html#gaf52033b2950b9396dd92b167b3bbe4db">format.h</a>
|
658
|
+
</li>
|
659
|
+
<li>FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE
|
660
|
+
: <a class="el" href="group__flac__format.html#ga0fc418d96053d385fd2f56dce8007fbc">format.h</a>
|
661
|
+
</li>
|
662
|
+
<li>FLAC__STREAM_DECODER_ABORTED
|
663
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga3adb6891c5871a87cd5bbae6c770ba2dadb52ab4785bd2eb84a95e8aa82311cd5">stream_decoder.h</a>
|
664
|
+
</li>
|
665
|
+
<li>FLAC__stream_decoder_delete()
|
666
|
+
: <a class="el" href="group__flac__stream__decoder.html#gad9cf299956da091111d13e83517d8c44">stream_decoder.h</a>
|
667
|
+
</li>
|
668
|
+
<li>FLAC__STREAM_DECODER_END_OF_STREAM
|
669
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga3adb6891c5871a87cd5bbae6c770ba2da28ce845052d9d1a780f4107e97f4c853">stream_decoder.h</a>
|
670
|
+
</li>
|
671
|
+
<li>FLAC__STREAM_DECODER_ERROR_STATUS_BAD_HEADER
|
672
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga130e70bd9a73d3c2416247a3e5132ecfae393a9b91a6b2f23398675b5b57e1e86">stream_decoder.h</a>
|
673
|
+
</li>
|
674
|
+
<li>FLAC__STREAM_DECODER_ERROR_STATUS_FRAME_CRC_MISMATCH
|
675
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga130e70bd9a73d3c2416247a3e5132ecfa208fe77a04e6ff684e50f0eae1214e26">stream_decoder.h</a>
|
676
|
+
</li>
|
677
|
+
<li>FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC
|
678
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga130e70bd9a73d3c2416247a3e5132ecfa3ceec2a553dc142ad487ae88eb6f7222">stream_decoder.h</a>
|
679
|
+
</li>
|
680
|
+
<li>FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM
|
681
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga130e70bd9a73d3c2416247a3e5132ecfa8b6864ad65edd8fea039838b6d3e5575">stream_decoder.h</a>
|
682
|
+
</li>
|
683
|
+
<li>FLAC__stream_decoder_finish()
|
684
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga96c47c96920f363cd0972b54067818a9">stream_decoder.h</a>
|
685
|
+
</li>
|
686
|
+
<li>FLAC__stream_decoder_flush()
|
687
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga95570a455e582b2ab46ab9bb529f26ac">stream_decoder.h</a>
|
688
|
+
</li>
|
689
|
+
<li>FLAC__stream_decoder_get_bits_per_sample()
|
690
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga51dc941b24bfe01f8311c9aba86e77f8">stream_decoder.h</a>
|
691
|
+
</li>
|
692
|
+
<li>FLAC__stream_decoder_get_blocksize()
|
693
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga568a710a87dbd051b0edba6b53ae52ee">stream_decoder.h</a>
|
694
|
+
</li>
|
695
|
+
<li>FLAC__stream_decoder_get_channel_assignment()
|
696
|
+
: <a class="el" href="group__flac__stream__decoder.html#gae62fdf93c1fedd5fea9258ecdc78bb53">stream_decoder.h</a>
|
697
|
+
</li>
|
698
|
+
<li>FLAC__stream_decoder_get_channels()
|
699
|
+
: <a class="el" href="group__flac__stream__decoder.html#gadefff696d65e72afeb2f058e45066be1">stream_decoder.h</a>
|
700
|
+
</li>
|
701
|
+
<li>FLAC__stream_decoder_get_decode_position()
|
702
|
+
: <a class="el" href="group__flac__stream__decoder.html#gaffd9b0d0832ed01e6d75930b5391def5">stream_decoder.h</a>
|
703
|
+
</li>
|
704
|
+
<li>FLAC__stream_decoder_get_md5_checking()
|
705
|
+
: <a class="el" href="group__flac__stream__decoder.html#gae27a6b30b55beda03559c12a5df21537">stream_decoder.h</a>
|
706
|
+
</li>
|
707
|
+
<li>FLAC__stream_decoder_get_resolved_state_string()
|
708
|
+
: <a class="el" href="group__flac__stream__decoder.html#gad28257412951ca266751a19e2cf54be2">stream_decoder.h</a>
|
709
|
+
</li>
|
710
|
+
<li>FLAC__stream_decoder_get_sample_rate()
|
711
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga1b0170d020b47c1b841ce8437b564429">stream_decoder.h</a>
|
712
|
+
</li>
|
713
|
+
<li>FLAC__stream_decoder_get_state()
|
714
|
+
: <a class="el" href="group__flac__stream__decoder.html#gaf99dac2d9255f7db4df8a6d9974a9a9a">stream_decoder.h</a>
|
715
|
+
</li>
|
716
|
+
<li>FLAC__stream_decoder_get_total_samples()
|
717
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga930d9b591fcfaea74359c722cdfb980c">stream_decoder.h</a>
|
718
|
+
</li>
|
719
|
+
<li>FLAC__stream_decoder_init_FILE()
|
720
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga80aa83631460a53263c84e654586dff0">stream_decoder.h</a>
|
721
|
+
</li>
|
722
|
+
<li>FLAC__stream_decoder_init_file()
|
723
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga4021ead5cff29fd589c915756f902f1a">stream_decoder.h</a>
|
724
|
+
</li>
|
725
|
+
<li>FLAC__stream_decoder_init_ogg_FILE()
|
726
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga4cc7fbaf905c24d6db48b53b7942fe72">stream_decoder.h</a>
|
727
|
+
</li>
|
728
|
+
<li>FLAC__stream_decoder_init_ogg_file()
|
729
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga548f15d7724f3bff7f2608abe8b12f6c">stream_decoder.h</a>
|
730
|
+
</li>
|
731
|
+
<li>FLAC__stream_decoder_init_ogg_stream()
|
732
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga1b043adeb805c779c1e97cb68959d1ab">stream_decoder.h</a>
|
733
|
+
</li>
|
734
|
+
<li>FLAC__STREAM_DECODER_INIT_STATUS_ALREADY_INITIALIZED
|
735
|
+
: <a class="el" href="group__flac__stream__decoder.html#ggaaed54a24ac6310d29c5cafba79759c44a98bc501c9b2fb5d92d8bb0b3321d504f">stream_decoder.h</a>
|
736
|
+
</li>
|
737
|
+
<li>FLAC__STREAM_DECODER_INIT_STATUS_ERROR_OPENING_FILE
|
738
|
+
: <a class="el" href="group__flac__stream__decoder.html#ggaaed54a24ac6310d29c5cafba79759c44a8184c306e0cd2565a8c5adc1381cb469">stream_decoder.h</a>
|
739
|
+
</li>
|
740
|
+
<li>FLAC__STREAM_DECODER_INIT_STATUS_INVALID_CALLBACKS
|
741
|
+
: <a class="el" href="group__flac__stream__decoder.html#ggaaed54a24ac6310d29c5cafba79759c44a798ad4b6c4e556fd4cb1afbc29562eca">stream_decoder.h</a>
|
742
|
+
</li>
|
743
|
+
<li>FLAC__STREAM_DECODER_INIT_STATUS_MEMORY_ALLOCATION_ERROR
|
744
|
+
: <a class="el" href="group__flac__stream__decoder.html#ggaaed54a24ac6310d29c5cafba79759c44a0110567f0715c6f87357388bc7fa98f9">stream_decoder.h</a>
|
745
|
+
</li>
|
746
|
+
<li>FLAC__STREAM_DECODER_INIT_STATUS_OK
|
747
|
+
: <a class="el" href="group__flac__stream__decoder.html#ggaaed54a24ac6310d29c5cafba79759c44ac94c7e9396f30642f34805e5d626e011">stream_decoder.h</a>
|
748
|
+
</li>
|
749
|
+
<li>FLAC__STREAM_DECODER_INIT_STATUS_UNSUPPORTED_CONTAINER
|
750
|
+
: <a class="el" href="group__flac__stream__decoder.html#ggaaed54a24ac6310d29c5cafba79759c44a8f2188c616c9bc09638eece3ae55f152">stream_decoder.h</a>
|
751
|
+
</li>
|
752
|
+
<li>FLAC__stream_decoder_init_stream()
|
753
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga150d381abc5249168e439bc076544b29">stream_decoder.h</a>
|
754
|
+
</li>
|
755
|
+
<li>FLAC__STREAM_DECODER_LENGTH_STATUS_ERROR
|
756
|
+
: <a class="el" href="group__flac__stream__decoder.html#ggad5860157c2bb34501b8b9370472d727aab000e31c0c20c0d19df4f2203b01ea23">stream_decoder.h</a>
|
757
|
+
</li>
|
758
|
+
<li>FLAC__STREAM_DECODER_LENGTH_STATUS_OK
|
759
|
+
: <a class="el" href="group__flac__stream__decoder.html#ggad5860157c2bb34501b8b9370472d727aaef01bfcdc3099686e106d8f88397653d">stream_decoder.h</a>
|
760
|
+
</li>
|
761
|
+
<li>FLAC__STREAM_DECODER_LENGTH_STATUS_UNSUPPORTED
|
762
|
+
: <a class="el" href="group__flac__stream__decoder.html#ggad5860157c2bb34501b8b9370472d727aae35949f46f887e6d826fe0fe4b2a32c1">stream_decoder.h</a>
|
763
|
+
</li>
|
764
|
+
<li>FLAC__STREAM_DECODER_MEMORY_ALLOCATION_ERROR
|
765
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga3adb6891c5871a87cd5bbae6c770ba2da0d08c527252420813e6a6d6d3e19324a">stream_decoder.h</a>
|
766
|
+
</li>
|
767
|
+
<li>FLAC__stream_decoder_new()
|
768
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga529c3c1e46417570767fb8e4c76f5477">stream_decoder.h</a>
|
769
|
+
</li>
|
770
|
+
<li>FLAC__STREAM_DECODER_OGG_ERROR
|
771
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga3adb6891c5871a87cd5bbae6c770ba2da3bc0343f47153c5779baf7f37f6e95cf">stream_decoder.h</a>
|
772
|
+
</li>
|
773
|
+
<li>FLAC__stream_decoder_process_single()
|
774
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga9d6df4a39892c05955122cf7f987f856">stream_decoder.h</a>
|
775
|
+
</li>
|
776
|
+
<li>FLAC__stream_decoder_process_until_end_of_metadata()
|
777
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga027ffb5b75dc39b3d26f55c5e6b42682">stream_decoder.h</a>
|
778
|
+
</li>
|
779
|
+
<li>FLAC__stream_decoder_process_until_end_of_stream()
|
780
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga89a0723812fa6ef7cdb173715f1bc81f">stream_decoder.h</a>
|
781
|
+
</li>
|
782
|
+
<li>FLAC__STREAM_DECODER_READ_FRAME
|
783
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga3adb6891c5871a87cd5bbae6c770ba2da06dc6158a51a8eb9537b65f2fbb6dc49">stream_decoder.h</a>
|
784
|
+
</li>
|
785
|
+
<li>FLAC__STREAM_DECODER_READ_METADATA
|
786
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga3adb6891c5871a87cd5bbae6c770ba2da4c1853ed1babdcede9a908e12cf7ccf7">stream_decoder.h</a>
|
787
|
+
</li>
|
788
|
+
<li>FLAC__STREAM_DECODER_READ_STATUS_ABORT
|
789
|
+
: <a class="el" href="group__flac__stream__decoder.html#ggad793ead451206c64a91dc0b851027b93a923123aebb349e35662e35a7621b7535">stream_decoder.h</a>
|
790
|
+
</li>
|
791
|
+
<li>FLAC__STREAM_DECODER_READ_STATUS_CONTINUE
|
792
|
+
: <a class="el" href="group__flac__stream__decoder.html#ggad793ead451206c64a91dc0b851027b93a9a5be0fcf0279b98b2fd462bc4871d06">stream_decoder.h</a>
|
793
|
+
</li>
|
794
|
+
<li>FLAC__STREAM_DECODER_READ_STATUS_END_OF_STREAM
|
795
|
+
: <a class="el" href="group__flac__stream__decoder.html#ggad793ead451206c64a91dc0b851027b93a0a0687d25dc9f7163e6e5e294672170f">stream_decoder.h</a>
|
796
|
+
</li>
|
797
|
+
<li>FLAC__stream_decoder_reset()
|
798
|
+
: <a class="el" href="group__flac__stream__decoder.html#gaa4183c2d925d5a5edddde9d1ca145725">stream_decoder.h</a>
|
799
|
+
</li>
|
800
|
+
<li>FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC
|
801
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga3adb6891c5871a87cd5bbae6c770ba2daccff915757978117720ba1613d088ddf">stream_decoder.h</a>
|
802
|
+
</li>
|
803
|
+
<li>FLAC__STREAM_DECODER_SEARCH_FOR_METADATA
|
804
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga3adb6891c5871a87cd5bbae6c770ba2dacf4455f4f681a6737a553e10f614704a">stream_decoder.h</a>
|
805
|
+
</li>
|
806
|
+
<li>FLAC__stream_decoder_seek_absolute()
|
807
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga6a2eb6072b9fafefc3f80f1959805ccb">stream_decoder.h</a>
|
808
|
+
</li>
|
809
|
+
<li>FLAC__STREAM_DECODER_SEEK_ERROR
|
810
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga3adb6891c5871a87cd5bbae6c770ba2daf2c6efcabdfe889081c2260e6681db49">stream_decoder.h</a>
|
811
|
+
</li>
|
812
|
+
<li>FLAC__STREAM_DECODER_SEEK_STATUS_ERROR
|
813
|
+
: <a class="el" href="group__flac__stream__decoder.html#ggac8d269e3c7af1a5889d3bd38409ed67da969ce92a42a2a95609452e9cf01fcc09">stream_decoder.h</a>
|
814
|
+
</li>
|
815
|
+
<li>FLAC__STREAM_DECODER_SEEK_STATUS_OK
|
816
|
+
: <a class="el" href="group__flac__stream__decoder.html#ggac8d269e3c7af1a5889d3bd38409ed67daca58132d896ad7755827d3f2b72488cc">stream_decoder.h</a>
|
817
|
+
</li>
|
818
|
+
<li>FLAC__STREAM_DECODER_SEEK_STATUS_UNSUPPORTED
|
819
|
+
: <a class="el" href="group__flac__stream__decoder.html#ggac8d269e3c7af1a5889d3bd38409ed67da4a01f1e48baf015e78535cc20683ec53">stream_decoder.h</a>
|
820
|
+
</li>
|
821
|
+
<li>FLAC__stream_decoder_set_md5_checking()
|
822
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga8f402243eed54f400ddd2f296ff54497">stream_decoder.h</a>
|
823
|
+
</li>
|
824
|
+
<li>FLAC__stream_decoder_set_metadata_ignore()
|
825
|
+
: <a class="el" href="group__flac__stream__decoder.html#gad75f067720da89c4e9d96dedc45f73e6">stream_decoder.h</a>
|
826
|
+
</li>
|
827
|
+
<li>FLAC__stream_decoder_set_metadata_ignore_all()
|
828
|
+
: <a class="el" href="group__flac__stream__decoder.html#gaa1307f07fae5d7a4a0c18beeae7ec5e6">stream_decoder.h</a>
|
829
|
+
</li>
|
830
|
+
<li>FLAC__stream_decoder_set_metadata_ignore_application()
|
831
|
+
: <a class="el" href="group__flac__stream__decoder.html#gaab41e8bc505b24df4912de53de06b085">stream_decoder.h</a>
|
832
|
+
</li>
|
833
|
+
<li>FLAC__stream_decoder_set_metadata_respond()
|
834
|
+
: <a class="el" href="group__flac__stream__decoder.html#gad4e685f3d055f70fbaed9ffa4f70f74b">stream_decoder.h</a>
|
835
|
+
</li>
|
836
|
+
<li>FLAC__stream_decoder_set_metadata_respond_all()
|
837
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga1ce03d8f305a818ff9a573473af99dc4">stream_decoder.h</a>
|
838
|
+
</li>
|
839
|
+
<li>FLAC__stream_decoder_set_metadata_respond_application()
|
840
|
+
: <a class="el" href="group__flac__stream__decoder.html#gaee1196ff5fa97df9810f708dc2bc8326">stream_decoder.h</a>
|
841
|
+
</li>
|
842
|
+
<li>FLAC__stream_decoder_set_ogg_serial_number()
|
843
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga7fd232e7a2b5070bd26450487edbc2a1">stream_decoder.h</a>
|
844
|
+
</li>
|
845
|
+
<li>FLAC__stream_decoder_skip_single_frame()
|
846
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga85b666aba976f29e8dd9d7956fce4301">stream_decoder.h</a>
|
847
|
+
</li>
|
848
|
+
<li>FLAC__STREAM_DECODER_TELL_STATUS_ERROR
|
849
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga83708207969383bd7b5c1e9148528845aceefd3feb853d5e68a149f2bdd1a9db1">stream_decoder.h</a>
|
850
|
+
</li>
|
851
|
+
<li>FLAC__STREAM_DECODER_TELL_STATUS_OK
|
852
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga83708207969383bd7b5c1e9148528845a516a202ebf4bb61d4a1fb5b029a104dd">stream_decoder.h</a>
|
853
|
+
</li>
|
854
|
+
<li>FLAC__STREAM_DECODER_TELL_STATUS_UNSUPPORTED
|
855
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga83708207969383bd7b5c1e9148528845add75538234493c9f7a20a846a223ca91">stream_decoder.h</a>
|
856
|
+
</li>
|
857
|
+
<li>FLAC__STREAM_DECODER_UNINITIALIZED
|
858
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga3adb6891c5871a87cd5bbae6c770ba2da565eaf4d5e68b440ecec771cb22d3427">stream_decoder.h</a>
|
859
|
+
</li>
|
860
|
+
<li>FLAC__STREAM_DECODER_WRITE_STATUS_ABORT
|
861
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga73f67eb9e0ab57945afe038751bc62c8a23bd6bfec34af704e0d5ea273f14d95d">stream_decoder.h</a>
|
862
|
+
</li>
|
863
|
+
<li>FLAC__STREAM_DECODER_WRITE_STATUS_CONTINUE
|
864
|
+
: <a class="el" href="group__flac__stream__decoder.html#gga73f67eb9e0ab57945afe038751bc62c8acea48326e0ab8370d2814f4126fcb84e">stream_decoder.h</a>
|
865
|
+
</li>
|
866
|
+
<li>FLAC__STREAM_ENCODER_CLIENT_ERROR
|
867
|
+
: <a class="el" href="group__flac__stream__encoder.html#ggac5e9db4fc32ca2fa74abd9c8a87c02a5a8c2b2e9efb43a4f9b25b1d2bd9af5f23">stream_encoder.h</a>
|
868
|
+
</li>
|
869
|
+
<li>FLAC__stream_encoder_delete()
|
870
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga7212e6846f543618b6289666de216b29">stream_encoder.h</a>
|
871
|
+
</li>
|
872
|
+
<li>FLAC__stream_encoder_finish()
|
873
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga3522f9de5af29807df1b9780a418b7f3">stream_encoder.h</a>
|
874
|
+
</li>
|
875
|
+
<li>FLAC__STREAM_ENCODER_FRAMING_ERROR
|
876
|
+
: <a class="el" href="group__flac__stream__encoder.html#ggac5e9db4fc32ca2fa74abd9c8a87c02a5a2c2937b7f1600a4ac7c84fc70ab34cf1">stream_encoder.h</a>
|
877
|
+
</li>
|
878
|
+
<li>FLAC__stream_encoder_get_bits_per_sample()
|
879
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga44afb2b8e2623b1dff02e4116c6c58cb">stream_encoder.h</a>
|
880
|
+
</li>
|
881
|
+
<li>FLAC__stream_encoder_get_blocksize()
|
882
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga21da057fd9c30bc2475b9bd18b9a1504">stream_encoder.h</a>
|
883
|
+
</li>
|
884
|
+
<li>FLAC__stream_encoder_get_channels()
|
885
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga535991ba463573d7ad2271ea943051e8">stream_encoder.h</a>
|
886
|
+
</li>
|
887
|
+
<li>FLAC__stream_encoder_get_do_escape_coding()
|
888
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga0c944049800991422c1bfb3b1c0567a5">stream_encoder.h</a>
|
889
|
+
</li>
|
890
|
+
<li>FLAC__stream_encoder_get_do_exhaustive_model_search()
|
891
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga7bc8b32f58df5564db4b6114cb11042d">stream_encoder.h</a>
|
892
|
+
</li>
|
893
|
+
<li>FLAC__stream_encoder_get_do_mid_side_stereo()
|
894
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga32da1f89997ab94ce5d677fcd7e24d56">stream_encoder.h</a>
|
895
|
+
</li>
|
896
|
+
<li>FLAC__stream_encoder_get_do_qlp_coeff_prec_search()
|
897
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga65bee5a769d4c5fdc95b81c2fb95061c">stream_encoder.h</a>
|
898
|
+
</li>
|
899
|
+
<li>FLAC__stream_encoder_get_loose_mid_side_stereo()
|
900
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga1455859cf3d233bd4dfff86af010f4fa">stream_encoder.h</a>
|
901
|
+
</li>
|
902
|
+
<li>FLAC__stream_encoder_get_max_lpc_order()
|
903
|
+
: <a class="el" href="group__flac__stream__encoder.html#gadce7c7d6af89c3bbac0bb0c76d6e257b">stream_encoder.h</a>
|
904
|
+
</li>
|
905
|
+
<li>FLAC__stream_encoder_get_max_residual_partition_order()
|
906
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga55773d82163302c52936299068510e9d">stream_encoder.h</a>
|
907
|
+
</li>
|
908
|
+
<li>FLAC__stream_encoder_get_min_residual_partition_order()
|
909
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga1f29fb94e5c54f1d46ad31c2af0dc5ac">stream_encoder.h</a>
|
910
|
+
</li>
|
911
|
+
<li>FLAC__stream_encoder_get_qlp_coeff_precision()
|
912
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga5b311992ac47554ae90c8f5a8ed745a7">stream_encoder.h</a>
|
913
|
+
</li>
|
914
|
+
<li>FLAC__stream_encoder_get_resolved_state_string()
|
915
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga0916f813358eb6f1e44148353acd4d42">stream_encoder.h</a>
|
916
|
+
</li>
|
917
|
+
<li>FLAC__stream_encoder_get_rice_parameter_search_dist()
|
918
|
+
: <a class="el" href="group__flac__stream__encoder.html#gafd70690deb118136ca4baed350d99cb8">stream_encoder.h</a>
|
919
|
+
</li>
|
920
|
+
<li>FLAC__stream_encoder_get_sample_rate()
|
921
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga830bc5489b60fbe814a683a8c4ebc81d">stream_encoder.h</a>
|
922
|
+
</li>
|
923
|
+
<li>FLAC__stream_encoder_get_state()
|
924
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga0803321b37189dc5eea4fe1cea25c29a">stream_encoder.h</a>
|
925
|
+
</li>
|
926
|
+
<li>FLAC__stream_encoder_get_streamable_subset()
|
927
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga201e64032ea4298b2379c93652b28245">stream_encoder.h</a>
|
928
|
+
</li>
|
929
|
+
<li>FLAC__stream_encoder_get_total_samples_estimate()
|
930
|
+
: <a class="el" href="group__flac__stream__encoder.html#gaa22d8935bd985b9cccf6592160ffc6f2">stream_encoder.h</a>
|
931
|
+
</li>
|
932
|
+
<li>FLAC__stream_encoder_get_verify()
|
933
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga9efc4964992e001bcec0a8eaedee8d60">stream_encoder.h</a>
|
934
|
+
</li>
|
935
|
+
<li>FLAC__stream_encoder_get_verify_decoder_error_stats()
|
936
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga48197fd6507314858222a8e6903292ba">stream_encoder.h</a>
|
937
|
+
</li>
|
938
|
+
<li>FLAC__stream_encoder_get_verify_decoder_state()
|
939
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga820704b95a711e77d55363e8753f9f9f">stream_encoder.h</a>
|
940
|
+
</li>
|
941
|
+
<li>FLAC__stream_encoder_init_FILE()
|
942
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga12789a1c4a4e31cd2e7187259fe127f8">stream_encoder.h</a>
|
943
|
+
</li>
|
944
|
+
<li>FLAC__stream_encoder_init_file()
|
945
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga9d5117c2ac0eeb572784116bf2eb541b">stream_encoder.h</a>
|
946
|
+
</li>
|
947
|
+
<li>FLAC__stream_encoder_init_ogg_FILE()
|
948
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga57fc668f50ffd99a93df326bfab5e2b1">stream_encoder.h</a>
|
949
|
+
</li>
|
950
|
+
<li>FLAC__stream_encoder_init_ogg_file()
|
951
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga4891de2f56045941ae222b61b0fd83a4">stream_encoder.h</a>
|
952
|
+
</li>
|
953
|
+
<li>FLAC__stream_encoder_init_ogg_stream()
|
954
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga9d1981bcd30b8db4d73b5466be5570f5">stream_encoder.h</a>
|
955
|
+
</li>
|
956
|
+
<li>FLAC__STREAM_ENCODER_INIT_STATUS_ALREADY_INITIALIZED
|
957
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga3bb869620af2b188d77982a5c30b047dab4e7b50d176a127575df90383cb15e1d">stream_encoder.h</a>
|
958
|
+
</li>
|
959
|
+
<li>FLAC__STREAM_ENCODER_INIT_STATUS_BLOCK_SIZE_TOO_SMALL_FOR_LPC_ORDER
|
960
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga3bb869620af2b188d77982a5c30b047da62a17a3ed3c05ddf8ea7f6fecbd4e4a1">stream_encoder.h</a>
|
961
|
+
</li>
|
962
|
+
<li>FLAC__STREAM_ENCODER_INIT_STATUS_ENCODER_ERROR
|
963
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga3bb869620af2b188d77982a5c30b047da9c64e5f9020d8799e1cd9d39d50e6955">stream_encoder.h</a>
|
964
|
+
</li>
|
965
|
+
<li>FLAC__STREAM_ENCODER_INIT_STATUS_INVALID_BITS_PER_SAMPLE
|
966
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga3bb869620af2b188d77982a5c30b047dad6d2631f464183c0c165155200882e6b">stream_encoder.h</a>
|
967
|
+
</li>
|
968
|
+
<li>FLAC__STREAM_ENCODER_INIT_STATUS_INVALID_BLOCK_SIZE
|
969
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga3bb869620af2b188d77982a5c30b047da652c445f1bd8b6cfb963a30bf416c95a">stream_encoder.h</a>
|
970
|
+
</li>
|
971
|
+
<li>FLAC__STREAM_ENCODER_INIT_STATUS_INVALID_CALLBACKS
|
972
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga3bb869620af2b188d77982a5c30b047dac2cf461f02e20513003b8cadeae03f9f">stream_encoder.h</a>
|
973
|
+
</li>
|
974
|
+
<li>FLAC__STREAM_ENCODER_INIT_STATUS_INVALID_MAX_LPC_ORDER
|
975
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga3bb869620af2b188d77982a5c30b047da38a69e94b3333e4ba779d2ff8f43f64e">stream_encoder.h</a>
|
976
|
+
</li>
|
977
|
+
<li>FLAC__STREAM_ENCODER_INIT_STATUS_INVALID_METADATA
|
978
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga3bb869620af2b188d77982a5c30b047daa85afdd1849c75a19594416cef63e3e9">stream_encoder.h</a>
|
979
|
+
</li>
|
980
|
+
<li>FLAC__STREAM_ENCODER_INIT_STATUS_INVALID_NUMBER_OF_CHANNELS
|
981
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga3bb869620af2b188d77982a5c30b047da0541c4f827f081b9f1c54c9441e4aa65">stream_encoder.h</a>
|
982
|
+
</li>
|
983
|
+
<li>FLAC__STREAM_ENCODER_INIT_STATUS_INVALID_QLP_COEFF_PRECISION
|
984
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga3bb869620af2b188d77982a5c30b047da5be80403bd7a43450139442e0f34ad7e">stream_encoder.h</a>
|
985
|
+
</li>
|
986
|
+
<li>FLAC__STREAM_ENCODER_INIT_STATUS_INVALID_SAMPLE_RATE
|
987
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga3bb869620af2b188d77982a5c30b047da6fdcde9e18c37450c79e8f12b9d9c134">stream_encoder.h</a>
|
988
|
+
</li>
|
989
|
+
<li>FLAC__STREAM_ENCODER_INIT_STATUS_NOT_STREAMABLE
|
990
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga3bb869620af2b188d77982a5c30b047daa793405c858c7606539082750080a47e">stream_encoder.h</a>
|
991
|
+
</li>
|
992
|
+
<li>FLAC__STREAM_ENCODER_INIT_STATUS_OK
|
993
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga3bb869620af2b188d77982a5c30b047da20501dce552da74c5df935eeaa0c9ee3">stream_encoder.h</a>
|
994
|
+
</li>
|
995
|
+
<li>FLAC__STREAM_ENCODER_INIT_STATUS_UNSUPPORTED_CONTAINER
|
996
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga3bb869620af2b188d77982a5c30b047da8a822b011de88b67c114505ffef39327">stream_encoder.h</a>
|
997
|
+
</li>
|
998
|
+
<li>FLAC__stream_encoder_init_stream()
|
999
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga7d801879812b48fcbc40f409800c453c">stream_encoder.h</a>
|
1000
|
+
</li>
|
1001
|
+
<li>FLAC__STREAM_ENCODER_IO_ERROR
|
1002
|
+
: <a class="el" href="group__flac__stream__encoder.html#ggac5e9db4fc32ca2fa74abd9c8a87c02a5af0e4738522e05a7248435c7148f58f91">stream_encoder.h</a>
|
1003
|
+
</li>
|
1004
|
+
<li>FLAC__STREAM_ENCODER_MEMORY_ALLOCATION_ERROR
|
1005
|
+
: <a class="el" href="group__flac__stream__encoder.html#ggac5e9db4fc32ca2fa74abd9c8a87c02a5a35db99d9958bd6c2301a04715fbc44fd">stream_encoder.h</a>
|
1006
|
+
</li>
|
1007
|
+
<li>FLAC__stream_encoder_new()
|
1008
|
+
: <a class="el" href="group__flac__stream__encoder.html#gab09f7620a0ba9c30020c189ce112a52f">stream_encoder.h</a>
|
1009
|
+
</li>
|
1010
|
+
<li>FLAC__STREAM_ENCODER_OGG_ERROR
|
1011
|
+
: <a class="el" href="group__flac__stream__encoder.html#ggac5e9db4fc32ca2fa74abd9c8a87c02a5abb312cc8318c7a541cadacd23ceb3bbb">stream_encoder.h</a>
|
1012
|
+
</li>
|
1013
|
+
<li>FLAC__STREAM_ENCODER_OK
|
1014
|
+
: <a class="el" href="group__flac__stream__encoder.html#ggac5e9db4fc32ca2fa74abd9c8a87c02a5a3a6666ae61a64d955341cec285695bf6">stream_encoder.h</a>
|
1015
|
+
</li>
|
1016
|
+
<li>FLAC__stream_encoder_process()
|
1017
|
+
: <a class="el" href="group__flac__stream__encoder.html#gad462406ff4d5a985eac6b4aa5472df57">stream_encoder.h</a>
|
1018
|
+
</li>
|
1019
|
+
<li>FLAC__stream_encoder_process_interleaved()
|
1020
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga4c56bc287efb1a0f69b117a84401baad">stream_encoder.h</a>
|
1021
|
+
</li>
|
1022
|
+
<li>FLAC__STREAM_ENCODER_READ_STATUS_ABORT
|
1023
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga2e81f007fb0a7414c0bbb453f37ea37fa69b94eeab60e07d5fd33f2b3c8b85759">stream_encoder.h</a>
|
1024
|
+
</li>
|
1025
|
+
<li>FLAC__STREAM_ENCODER_READ_STATUS_CONTINUE
|
1026
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga2e81f007fb0a7414c0bbb453f37ea37fa4bdd691d3666f19ec96ff99402347a2e">stream_encoder.h</a>
|
1027
|
+
</li>
|
1028
|
+
<li>FLAC__STREAM_ENCODER_READ_STATUS_END_OF_STREAM
|
1029
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga2e81f007fb0a7414c0bbb453f37ea37fa562fef84bf86a9a39682e23066d9cfee">stream_encoder.h</a>
|
1030
|
+
</li>
|
1031
|
+
<li>FLAC__STREAM_ENCODER_READ_STATUS_UNSUPPORTED
|
1032
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga2e81f007fb0a7414c0bbb453f37ea37fa9bb730b8f6354cc1e810017a2f700316">stream_encoder.h</a>
|
1033
|
+
</li>
|
1034
|
+
<li>FLAC__STREAM_ENCODER_SEEK_STATUS_ERROR
|
1035
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga6d5be3489f45fcf0c252022c65d87acaabf93227938b4e1bf3656fe4ba4159c60">stream_encoder.h</a>
|
1036
|
+
</li>
|
1037
|
+
<li>FLAC__STREAM_ENCODER_SEEK_STATUS_OK
|
1038
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga6d5be3489f45fcf0c252022c65d87acaa99853066610d798627888ec2e5afa667">stream_encoder.h</a>
|
1039
|
+
</li>
|
1040
|
+
<li>FLAC__STREAM_ENCODER_SEEK_STATUS_UNSUPPORTED
|
1041
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga6d5be3489f45fcf0c252022c65d87acaa8930179a426134caf30a70147448f037">stream_encoder.h</a>
|
1042
|
+
</li>
|
1043
|
+
<li>FLAC__stream_encoder_set_apodization()
|
1044
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga6598f09ac782a1f2a5743ddf247c81c8">stream_encoder.h</a>
|
1045
|
+
</li>
|
1046
|
+
<li>FLAC__stream_encoder_set_bits_per_sample()
|
1047
|
+
: <a class="el" href="group__flac__stream__encoder.html#gabfa3c989377785cda7c496b69dcb98cb">stream_encoder.h</a>
|
1048
|
+
</li>
|
1049
|
+
<li>FLAC__stream_encoder_set_blocksize()
|
1050
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga3f2d344e090d0f6df5dfe8825c28bd61">stream_encoder.h</a>
|
1051
|
+
</li>
|
1052
|
+
<li>FLAC__stream_encoder_set_channels()
|
1053
|
+
: <a class="el" href="group__flac__stream__encoder.html#gab151c81577dc385196b10727ec24459d">stream_encoder.h</a>
|
1054
|
+
</li>
|
1055
|
+
<li>FLAC__stream_encoder_set_compression_level()
|
1056
|
+
: <a class="el" href="group__flac__stream__encoder.html#gae49cf32f5256cb47eecd33779493ac85">stream_encoder.h</a>
|
1057
|
+
</li>
|
1058
|
+
<li>FLAC__stream_encoder_set_do_escape_coding()
|
1059
|
+
: <a class="el" href="group__flac__stream__encoder.html#gaed594c373d829f77808a935c54a25fa4">stream_encoder.h</a>
|
1060
|
+
</li>
|
1061
|
+
<li>FLAC__stream_encoder_set_do_exhaustive_model_search()
|
1062
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga054313e7f6eaf5c6122d82c6a8b3b808">stream_encoder.h</a>
|
1063
|
+
</li>
|
1064
|
+
<li>FLAC__stream_encoder_set_do_mid_side_stereo()
|
1065
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga3bff001a1efc2e4eb520c954066330f4">stream_encoder.h</a>
|
1066
|
+
</li>
|
1067
|
+
<li>FLAC__stream_encoder_set_do_qlp_coeff_prec_search()
|
1068
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga495890067203958e5d67a641f8757b1c">stream_encoder.h</a>
|
1069
|
+
</li>
|
1070
|
+
<li>FLAC__stream_encoder_set_loose_mid_side_stereo()
|
1071
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga7965d51b93f14cbd6ad5bb9d34f10536">stream_encoder.h</a>
|
1072
|
+
</li>
|
1073
|
+
<li>FLAC__stream_encoder_set_max_lpc_order()
|
1074
|
+
: <a class="el" href="group__flac__stream__encoder.html#gac256b4ef560fcf099c02eb52bb6c30e9">stream_encoder.h</a>
|
1075
|
+
</li>
|
1076
|
+
<li>FLAC__stream_encoder_set_max_residual_partition_order()
|
1077
|
+
: <a class="el" href="group__flac__stream__encoder.html#gac2e2147be6e4edf68e02d011349fa08c">stream_encoder.h</a>
|
1078
|
+
</li>
|
1079
|
+
<li>FLAC__stream_encoder_set_metadata()
|
1080
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga9c1098e664d7997947493901ed869b64">stream_encoder.h</a>
|
1081
|
+
</li>
|
1082
|
+
<li>FLAC__stream_encoder_set_min_residual_partition_order()
|
1083
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga31867a9cf8bc7276942381e4a8145969">stream_encoder.h</a>
|
1084
|
+
</li>
|
1085
|
+
<li>FLAC__stream_encoder_set_ogg_serial_number()
|
1086
|
+
: <a class="el" href="group__flac__stream__encoder.html#gaf4f75f7689b6b3fff16b03028aa38326">stream_encoder.h</a>
|
1087
|
+
</li>
|
1088
|
+
<li>FLAC__stream_encoder_set_qlp_coeff_precision()
|
1089
|
+
: <a class="el" href="group__flac__stream__encoder.html#gaa325049ebb02d6fbe820d2268850c6de">stream_encoder.h</a>
|
1090
|
+
</li>
|
1091
|
+
<li>FLAC__stream_encoder_set_rice_parameter_search_dist()
|
1092
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga11f0c589113b17507c0a620b7872036c">stream_encoder.h</a>
|
1093
|
+
</li>
|
1094
|
+
<li>FLAC__stream_encoder_set_sample_rate()
|
1095
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga07fc8c7806381a055a1eef26387e509f">stream_encoder.h</a>
|
1096
|
+
</li>
|
1097
|
+
<li>FLAC__stream_encoder_set_streamable_subset()
|
1098
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga35a18815a58141b88db02317892d059b">stream_encoder.h</a>
|
1099
|
+
</li>
|
1100
|
+
<li>FLAC__stream_encoder_set_total_samples_estimate()
|
1101
|
+
: <a class="el" href="group__flac__stream__encoder.html#gab943094585d1c0a4bec497e73567cf85">stream_encoder.h</a>
|
1102
|
+
</li>
|
1103
|
+
<li>FLAC__stream_encoder_set_verify()
|
1104
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga795be6527a9eb1219331afef2f182a41">stream_encoder.h</a>
|
1105
|
+
</li>
|
1106
|
+
<li>FLAC__STREAM_ENCODER_TELL_STATUS_ERROR
|
1107
|
+
: <a class="el" href="group__flac__stream__encoder.html#ggab628f63181250eb977a28bf12b7dd9ffaf638882e04d7c58e6c29dcc7f410864b">stream_encoder.h</a>
|
1108
|
+
</li>
|
1109
|
+
<li>FLAC__STREAM_ENCODER_TELL_STATUS_OK
|
1110
|
+
: <a class="el" href="group__flac__stream__encoder.html#ggab628f63181250eb977a28bf12b7dd9ffa48e071d89494ac8f5471e7c0d7a6f43b">stream_encoder.h</a>
|
1111
|
+
</li>
|
1112
|
+
<li>FLAC__STREAM_ENCODER_TELL_STATUS_UNSUPPORTED
|
1113
|
+
: <a class="el" href="group__flac__stream__encoder.html#ggab628f63181250eb977a28bf12b7dd9ffa9d6bbd317f85fd2d6fc72f64e3cb56e7">stream_encoder.h</a>
|
1114
|
+
</li>
|
1115
|
+
<li>FLAC__STREAM_ENCODER_UNINITIALIZED
|
1116
|
+
: <a class="el" href="group__flac__stream__encoder.html#ggac5e9db4fc32ca2fa74abd9c8a87c02a5a04912e04a3c57d3c53de34742f96d635">stream_encoder.h</a>
|
1117
|
+
</li>
|
1118
|
+
<li>FLAC__STREAM_ENCODER_VERIFY_DECODER_ERROR
|
1119
|
+
: <a class="el" href="group__flac__stream__encoder.html#ggac5e9db4fc32ca2fa74abd9c8a87c02a5a4cb80be4f83eb71f04e74968af1d259e">stream_encoder.h</a>
|
1120
|
+
</li>
|
1121
|
+
<li>FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DATA
|
1122
|
+
: <a class="el" href="group__flac__stream__encoder.html#ggac5e9db4fc32ca2fa74abd9c8a87c02a5a011e3d8b2d02a940bfd0e59c05cf5ae0">stream_encoder.h</a>
|
1123
|
+
</li>
|
1124
|
+
<li>FLAC__STREAM_ENCODER_WRITE_STATUS_FATAL_ERROR
|
1125
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga3737471fd49730bb8cf9b182bdeda05ea18e7cd6a443fb8bd303c3ba89946bc85">stream_encoder.h</a>
|
1126
|
+
</li>
|
1127
|
+
<li>FLAC__STREAM_ENCODER_WRITE_STATUS_OK
|
1128
|
+
: <a class="el" href="group__flac__stream__encoder.html#gga3737471fd49730bb8cf9b182bdeda05ea5622e0199f0203c402fcb7b4ca76f808">stream_encoder.h</a>
|
1129
|
+
</li>
|
1130
|
+
<li>FLAC__STREAM_METADATA_APPLICATION_ID_LEN
|
1131
|
+
: <a class="el" href="group__flac__format.html#gac374cf68c046406a062daf0b811e9020">format.h</a>
|
1132
|
+
</li>
|
1133
|
+
<li>FLAC__STREAM_METADATA_CUESHEET_INDEX_NUMBER_LEN
|
1134
|
+
: <a class="el" href="group__flac__format.html#gad7e0ce539714d0cc47053a6b11711227">format.h</a>
|
1135
|
+
</li>
|
1136
|
+
<li>FLAC__STREAM_METADATA_CUESHEET_INDEX_OFFSET_LEN
|
1137
|
+
: <a class="el" href="group__flac__format.html#gaec8a23f851fb225d16b996282413704b">format.h</a>
|
1138
|
+
</li>
|
1139
|
+
<li>FLAC__STREAM_METADATA_CUESHEET_INDEX_RESERVED_LEN
|
1140
|
+
: <a class="el" href="group__flac__format.html#ga8cafc79f8b98b5ced139b37c46b4f4bf">format.h</a>
|
1141
|
+
</li>
|
1142
|
+
<li>FLAC__STREAM_METADATA_CUESHEET_IS_CD_LEN
|
1143
|
+
: <a class="el" href="group__flac__format.html#gaf1817667af48cd8c122488664972fd0c">format.h</a>
|
1144
|
+
</li>
|
1145
|
+
<li>FLAC__STREAM_METADATA_CUESHEET_LEAD_IN_LEN
|
1146
|
+
: <a class="el" href="group__flac__format.html#ga9e47028762ec6709a14d8b81e7712285">format.h</a>
|
1147
|
+
</li>
|
1148
|
+
<li>FLAC__STREAM_METADATA_CUESHEET_MEDIA_CATALOG_NUMBER_LEN
|
1149
|
+
: <a class="el" href="group__flac__format.html#ga380732fda7b866b075b138e9153717b9">format.h</a>
|
1150
|
+
</li>
|
1151
|
+
<li>FLAC__STREAM_METADATA_CUESHEET_NUM_TRACKS_LEN
|
1152
|
+
: <a class="el" href="group__flac__format.html#gaa0046d3f2bc430feb97a4b04053db01e">format.h</a>
|
1153
|
+
</li>
|
1154
|
+
<li>FLAC__STREAM_METADATA_CUESHEET_RESERVED_LEN
|
1155
|
+
: <a class="el" href="group__flac__format.html#ga1ceaba7fd5e900d423b6d9537d1979fd">format.h</a>
|
1156
|
+
</li>
|
1157
|
+
<li>FLAC__STREAM_METADATA_CUESHEET_TRACK_ISRC_LEN
|
1158
|
+
: <a class="el" href="group__flac__format.html#gac63e5eb63aa52b1fe780bc89c55dec92">format.h</a>
|
1159
|
+
</li>
|
1160
|
+
<li>FLAC__STREAM_METADATA_CUESHEET_TRACK_NUM_INDICES_LEN
|
1161
|
+
: <a class="el" href="group__flac__format.html#ga443798929acc94f4b7b6c19ab92c5b25">format.h</a>
|
1162
|
+
</li>
|
1163
|
+
<li>FLAC__STREAM_METADATA_CUESHEET_TRACK_NUMBER_LEN
|
1164
|
+
: <a class="el" href="group__flac__format.html#gad0a4822167882a1321467b0dc67f145b">format.h</a>
|
1165
|
+
</li>
|
1166
|
+
<li>FLAC__STREAM_METADATA_CUESHEET_TRACK_OFFSET_LEN
|
1167
|
+
: <a class="el" href="group__flac__format.html#gaccf9e6a290a44763f2616ff65dd4e422">format.h</a>
|
1168
|
+
</li>
|
1169
|
+
<li>FLAC__STREAM_METADATA_CUESHEET_TRACK_PRE_EMPHASIS_LEN
|
1170
|
+
: <a class="el" href="group__flac__format.html#gafb26465f020a51491ecad3c2fe8839be">format.h</a>
|
1171
|
+
</li>
|
1172
|
+
<li>FLAC__STREAM_METADATA_CUESHEET_TRACK_RESERVED_LEN
|
1173
|
+
: <a class="el" href="group__flac__format.html#gad825e57e995f161d945a51bb363e4650">format.h</a>
|
1174
|
+
</li>
|
1175
|
+
<li>FLAC__STREAM_METADATA_CUESHEET_TRACK_TYPE_LEN
|
1176
|
+
: <a class="el" href="group__flac__format.html#gac32d5288f0f80fbd9101bb0352850a4f">format.h</a>
|
1177
|
+
</li>
|
1178
|
+
<li>FLAC__STREAM_METADATA_HEADER_LENGTH
|
1179
|
+
: <a class="el" href="group__flac__format.html#ga706a29b8a14902c457783bfd4fd7bab2">format.h</a>
|
1180
|
+
</li>
|
1181
|
+
<li>FLAC__STREAM_METADATA_IS_LAST_LEN
|
1182
|
+
: <a class="el" href="group__flac__format.html#ga2a2e0d9428b90662b6790404dd393830">format.h</a>
|
1183
|
+
</li>
|
1184
|
+
<li>FLAC__STREAM_METADATA_LENGTH_LEN
|
1185
|
+
: <a class="el" href="group__flac__format.html#gaa16818a9f8de9e3bd75e832cc6149eb8">format.h</a>
|
1186
|
+
</li>
|
1187
|
+
<li>FLAC__STREAM_METADATA_PICTURE_COLORS_LEN
|
1188
|
+
: <a class="el" href="group__flac__format.html#ga6ed3603f4d9092d99e4b4d57bb431cc5">format.h</a>
|
1189
|
+
</li>
|
1190
|
+
<li>FLAC__STREAM_METADATA_PICTURE_DATA_LENGTH_LEN
|
1191
|
+
: <a class="el" href="group__flac__format.html#ga808843e986308268c5dc6c841c67a74a">format.h</a>
|
1192
|
+
</li>
|
1193
|
+
<li>FLAC__STREAM_METADATA_PICTURE_DEPTH_LEN
|
1194
|
+
: <a class="el" href="group__flac__format.html#ga6b9cf7c11b6fb7f96dfbc197db280128">format.h</a>
|
1195
|
+
</li>
|
1196
|
+
<li>FLAC__STREAM_METADATA_PICTURE_DESCRIPTION_LENGTH_LEN
|
1197
|
+
: <a class="el" href="group__flac__format.html#ga96910250e54bb335a3c11940372c6585">format.h</a>
|
1198
|
+
</li>
|
1199
|
+
<li>FLAC__STREAM_METADATA_PICTURE_HEIGHT_LEN
|
1200
|
+
: <a class="el" href="group__flac__format.html#ga173238fb8a7499b67b1658bb3ac6a81a">format.h</a>
|
1201
|
+
</li>
|
1202
|
+
<li>FLAC__STREAM_METADATA_PICTURE_MIME_TYPE_LENGTH_LEN
|
1203
|
+
: <a class="el" href="group__flac__format.html#gafe9e4d8a4942eef747612e0cab836c4e">format.h</a>
|
1204
|
+
</li>
|
1205
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_ARTIST
|
1206
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825da4cead70f8720f180fc220e6df8d55cce">format.h</a>
|
1207
|
+
</li>
|
1208
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_BACK_COVER
|
1209
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825da9ae132f2ee7d3baf35f94a9dc9640f62">format.h</a>
|
1210
|
+
</li>
|
1211
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_BAND
|
1212
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825da8515523b4c9ab65ffef7db98bc09ceb1">format.h</a>
|
1213
|
+
</li>
|
1214
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_BAND_LOGOTYPE
|
1215
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825da751716a4528a78a8d53f435c816c4917">format.h</a>
|
1216
|
+
</li>
|
1217
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_COMPOSER
|
1218
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825da5ea1554bc96deb45731bc5897600d1c2">format.h</a>
|
1219
|
+
</li>
|
1220
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_CONDUCTOR
|
1221
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825dae01a47af0b0c4d89500b755ebca866ce">format.h</a>
|
1222
|
+
</li>
|
1223
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_DURING_PERFORMANCE
|
1224
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825da4d4dc6904984370501865988d948de3f">format.h</a>
|
1225
|
+
</li>
|
1226
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_DURING_RECORDING
|
1227
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825da8cee3bb376ed1044b3a7e20b9c971ff1">format.h</a>
|
1228
|
+
</li>
|
1229
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_FILE_ICON
|
1230
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825daaf44b9d5fb75dde6941463e5029aa351">format.h</a>
|
1231
|
+
</li>
|
1232
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_FILE_ICON_STANDARD
|
1233
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825da5eca52e5cfcb718f33f5fce9b1021a49">format.h</a>
|
1234
|
+
</li>
|
1235
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_FISH
|
1236
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825dabbf0d7c519ae8ba8cec7d1f165f67b0f">format.h</a>
|
1237
|
+
</li>
|
1238
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_FRONT_COVER
|
1239
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825da3e20b405fd4e835ff3a4465b8bcb7c36">format.h</a>
|
1240
|
+
</li>
|
1241
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_ILLUSTRATION
|
1242
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825da89ba412c9d89c937c28afdab508d047a">format.h</a>
|
1243
|
+
</li>
|
1244
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_LEAD_ARTIST
|
1245
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825da1282e252e20553c39907074052960f42">format.h</a>
|
1246
|
+
</li>
|
1247
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_LEAFLET_PAGE
|
1248
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825dad3cb471b7925ae5034d9fd9ecfafb87a">format.h</a>
|
1249
|
+
</li>
|
1250
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_LEN
|
1251
|
+
: <a class="el" href="group__flac__format.html#gaa06ecd0960798a4e16e6b6a218008da7">format.h</a>
|
1252
|
+
</li>
|
1253
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_LYRICIST
|
1254
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825da86159eda8969514f5992b3e341103f22">format.h</a>
|
1255
|
+
</li>
|
1256
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_MEDIA
|
1257
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825dac994edc4166107ab5790e49f0b57ffd9">format.h</a>
|
1258
|
+
</li>
|
1259
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_OTHER
|
1260
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825dadd6d6af32499b1973e48c9e8f13357ce">format.h</a>
|
1261
|
+
</li>
|
1262
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_PUBLISHER_LOGOTYPE
|
1263
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825da31d75150a4079482fe122e703eff9141">format.h</a>
|
1264
|
+
</li>
|
1265
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_RECORDING_LOCATION
|
1266
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825dac96e810cdd81465709b4a3a03289e89c">format.h</a>
|
1267
|
+
</li>
|
1268
|
+
<li>FLAC__STREAM_METADATA_PICTURE_TYPE_VIDEO_SCREEN_CAPTURE
|
1269
|
+
: <a class="el" href="group__flac__format.html#ggaf6d3e836cee023e0b8d897f1fdc9825da7adc2b194968b51768721de7bda39df9">format.h</a>
|
1270
|
+
</li>
|
1271
|
+
<li>FLAC__STREAM_METADATA_PICTURE_WIDTH_LEN
|
1272
|
+
: <a class="el" href="group__flac__format.html#ga729da59256030685bf9f29cdbf571e4d">format.h</a>
|
1273
|
+
</li>
|
1274
|
+
<li>FLAC__STREAM_METADATA_SEEKPOINT_FRAME_SAMPLES_LEN
|
1275
|
+
: <a class="el" href="group__flac__format.html#ga330813fcf2c4ebb133843511134b6c11">format.h</a>
|
1276
|
+
</li>
|
1277
|
+
<li>FLAC__STREAM_METADATA_SEEKPOINT_LENGTH
|
1278
|
+
: <a class="el" href="group__flac__format.html#gabdf85aa2c9a483378dfe850b85ab93ef">format.h</a>
|
1279
|
+
</li>
|
1280
|
+
<li>FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER
|
1281
|
+
: <a class="el" href="group__flac__format.html#gad5d58774aea926635e6841c411d60566">format.h</a>
|
1282
|
+
</li>
|
1283
|
+
<li>FLAC__STREAM_METADATA_SEEKPOINT_SAMPLE_NUMBER_LEN
|
1284
|
+
: <a class="el" href="group__flac__format.html#ga2afc4c1f5b9c522274e4fb7236d645f5">format.h</a>
|
1285
|
+
</li>
|
1286
|
+
<li>FLAC__STREAM_METADATA_SEEKPOINT_STREAM_OFFSET_LEN
|
1287
|
+
: <a class="el" href="group__flac__format.html#gafa894a5e0e9f5fa40a76c5a9f19800cf">format.h</a>
|
1288
|
+
</li>
|
1289
|
+
<li>FLAC__STREAM_METADATA_STREAMINFO_BITS_PER_SAMPLE_LEN
|
1290
|
+
: <a class="el" href="group__flac__format.html#ga4d8a3f1a75a24e8d0a966f8ad01f15ed">format.h</a>
|
1291
|
+
</li>
|
1292
|
+
<li>FLAC__STREAM_METADATA_STREAMINFO_CHANNELS_LEN
|
1293
|
+
: <a class="el" href="group__flac__format.html#ga719aee1e62d71e1e03d6299aade7a7c4">format.h</a>
|
1294
|
+
</li>
|
1295
|
+
<li>FLAC__STREAM_METADATA_STREAMINFO_LENGTH
|
1296
|
+
: <a class="el" href="group__flac__format.html#ga06dfae7260da40e4c5f8fc4d531b326c">format.h</a>
|
1297
|
+
</li>
|
1298
|
+
<li>FLAC__STREAM_METADATA_STREAMINFO_MAX_BLOCK_SIZE_LEN
|
1299
|
+
: <a class="el" href="group__flac__format.html#ga9049314bc422ba321414afdafad76d04">format.h</a>
|
1300
|
+
</li>
|
1301
|
+
<li>FLAC__STREAM_METADATA_STREAMINFO_MAX_FRAME_SIZE_LEN
|
1302
|
+
: <a class="el" href="group__flac__format.html#ga4e7c5315f21eaa0e3f0dfb6517eb4545">format.h</a>
|
1303
|
+
</li>
|
1304
|
+
<li>FLAC__STREAM_METADATA_STREAMINFO_MD5SUM_LEN
|
1305
|
+
: <a class="el" href="group__flac__format.html#ga492d4321cbd601ed24489ad59d9ddaf8">format.h</a>
|
1306
|
+
</li>
|
1307
|
+
<li>FLAC__STREAM_METADATA_STREAMINFO_MIN_BLOCK_SIZE_LEN
|
1308
|
+
: <a class="el" href="group__flac__format.html#gac10f1ca2318884d9ed142350744eca1a">format.h</a>
|
1309
|
+
</li>
|
1310
|
+
<li>FLAC__STREAM_METADATA_STREAMINFO_MIN_FRAME_SIZE_LEN
|
1311
|
+
: <a class="el" href="group__flac__format.html#ga3abb82a701c670c7a9f8f47fc4df5edc">format.h</a>
|
1312
|
+
</li>
|
1313
|
+
<li>FLAC__STREAM_METADATA_STREAMINFO_SAMPLE_RATE_LEN
|
1314
|
+
: <a class="el" href="group__flac__format.html#ga7c5529d77e0cf806e709dc147ff83452">format.h</a>
|
1315
|
+
</li>
|
1316
|
+
<li>FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN
|
1317
|
+
: <a class="el" href="group__flac__format.html#gaeb69211400ad50dd6c3503e8092c6afb">format.h</a>
|
1318
|
+
</li>
|
1319
|
+
<li>FLAC__STREAM_METADATA_TYPE_LEN
|
1320
|
+
: <a class="el" href="group__flac__format.html#gaf88b0f6621a4b22b37a8fe2ef82a7204">format.h</a>
|
1321
|
+
</li>
|
1322
|
+
<li>FLAC__STREAM_METADATA_VORBIS_COMMENT_ENTRY_LENGTH_LEN
|
1323
|
+
: <a class="el" href="group__flac__format.html#gad73e13be54a583adfa4d2e43c1a4bdff">format.h</a>
|
1324
|
+
</li>
|
1325
|
+
<li>FLAC__STREAM_METADATA_VORBIS_COMMENT_NUM_COMMENTS_LEN
|
1326
|
+
: <a class="el" href="group__flac__format.html#gabdd8ad7a3de9abd96358fe10f4b0e6a0">format.h</a>
|
1327
|
+
</li>
|
1328
|
+
<li>FLAC__STREAM_SYNC
|
1329
|
+
: <a class="el" href="group__flac__format.html#ga21e4646e61486382c6d91234474fce66">format.h</a>
|
1330
|
+
</li>
|
1331
|
+
<li>FLAC__STREAM_SYNC_LEN
|
1332
|
+
: <a class="el" href="group__flac__format.html#ga5f4f9e89655ecc48a7a539f92da1b7e7">format.h</a>
|
1333
|
+
</li>
|
1334
|
+
<li>FLAC__STREAM_SYNC_LENGTH
|
1335
|
+
: <a class="el" href="group__flac__format.html#gae7ddaf298d3ceb83aae6301908675c1d">format.h</a>
|
1336
|
+
</li>
|
1337
|
+
<li>FLAC__STREAM_SYNC_STRING
|
1338
|
+
: <a class="el" href="group__flac__format.html#ga3f275a3a6056e0d53df3b72b03adde4b">format.h</a>
|
1339
|
+
</li>
|
1340
|
+
<li>FLAC__StreamDecoderEofCallback
|
1341
|
+
: <a class="el" href="group__flac__stream__decoder.html#gacc214f6b3cdae1c0f98577267ce19bdd">stream_decoder.h</a>
|
1342
|
+
</li>
|
1343
|
+
<li>FLAC__StreamDecoderErrorCallback
|
1344
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga4fab6730ff0b22bf45ca4cd04d706569">stream_decoder.h</a>
|
1345
|
+
</li>
|
1346
|
+
<li>FLAC__StreamDecoderErrorStatus
|
1347
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga130e70bd9a73d3c2416247a3e5132ecf">stream_decoder.h</a>
|
1348
|
+
</li>
|
1349
|
+
<li>FLAC__StreamDecoderErrorStatusString
|
1350
|
+
: <a class="el" href="group__flac__stream__decoder.html#gac428c69b084529322df05ee793440b88">stream_decoder.h</a>
|
1351
|
+
</li>
|
1352
|
+
<li>FLAC__StreamDecoderInitStatus
|
1353
|
+
: <a class="el" href="group__flac__stream__decoder.html#gaaed54a24ac6310d29c5cafba79759c44">stream_decoder.h</a>
|
1354
|
+
</li>
|
1355
|
+
<li>FLAC__StreamDecoderInitStatusString
|
1356
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga0effa1d3031c3206a1719faf984a4f21">stream_decoder.h</a>
|
1357
|
+
</li>
|
1358
|
+
<li>FLAC__StreamDecoderLengthCallback
|
1359
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga453ffb5215a522fb74dc61d694e1453c">stream_decoder.h</a>
|
1360
|
+
</li>
|
1361
|
+
<li>FLAC__StreamDecoderLengthStatus
|
1362
|
+
: <a class="el" href="group__flac__stream__decoder.html#gad5860157c2bb34501b8b9370472d727a">stream_decoder.h</a>
|
1363
|
+
</li>
|
1364
|
+
<li>FLAC__StreamDecoderLengthStatusString
|
1365
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga792933fa9e8b65bfcac62d82e52415f5">stream_decoder.h</a>
|
1366
|
+
</li>
|
1367
|
+
<li>FLAC__StreamDecoderMetadataCallback
|
1368
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga43e2329c15731c002ac4182a47990f85">stream_decoder.h</a>
|
1369
|
+
</li>
|
1370
|
+
<li>FLAC__StreamDecoderReadCallback
|
1371
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga7a5f593b9bc2d163884348b48c4285fd">stream_decoder.h</a>
|
1372
|
+
</li>
|
1373
|
+
<li>FLAC__StreamDecoderReadStatus
|
1374
|
+
: <a class="el" href="group__flac__stream__decoder.html#gad793ead451206c64a91dc0b851027b93">stream_decoder.h</a>
|
1375
|
+
</li>
|
1376
|
+
<li>FLAC__StreamDecoderReadStatusString
|
1377
|
+
: <a class="el" href="group__flac__stream__decoder.html#gab1ee941839b05045ae1d73ee0fdcb8c9">stream_decoder.h</a>
|
1378
|
+
</li>
|
1379
|
+
<li>FLAC__StreamDecoderSeekCallback
|
1380
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga375614289a1b868f1ead7fa70a581171">stream_decoder.h</a>
|
1381
|
+
</li>
|
1382
|
+
<li>FLAC__StreamDecoderSeekStatus
|
1383
|
+
: <a class="el" href="group__flac__stream__decoder.html#gac8d269e3c7af1a5889d3bd38409ed67d">stream_decoder.h</a>
|
1384
|
+
</li>
|
1385
|
+
<li>FLAC__StreamDecoderSeekStatusString
|
1386
|
+
: <a class="el" href="group__flac__stream__decoder.html#gac49aff0593584b7ed5fd0b2508f824fc">stream_decoder.h</a>
|
1387
|
+
</li>
|
1388
|
+
<li>FLAC__StreamDecoderState
|
1389
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga3adb6891c5871a87cd5bbae6c770ba2d">stream_decoder.h</a>
|
1390
|
+
</li>
|
1391
|
+
<li>FLAC__StreamDecoderStateString
|
1392
|
+
: <a class="el" href="group__flac__stream__decoder.html#gac192360ac435614394bf43235cb7981e">stream_decoder.h</a>
|
1393
|
+
</li>
|
1394
|
+
<li>FLAC__StreamDecoderTellCallback
|
1395
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga02990309a9d30acc43ba01fe48021e39">stream_decoder.h</a>
|
1396
|
+
</li>
|
1397
|
+
<li>FLAC__StreamDecoderTellStatus
|
1398
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga83708207969383bd7b5c1e9148528845">stream_decoder.h</a>
|
1399
|
+
</li>
|
1400
|
+
<li>FLAC__StreamDecoderTellStatusString
|
1401
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga3c1b7d5a174d6c2e6bcf1b9a87b5a5cb">stream_decoder.h</a>
|
1402
|
+
</li>
|
1403
|
+
<li>FLAC__StreamDecoderWriteCallback
|
1404
|
+
: <a class="el" href="group__flac__stream__decoder.html#gaf98a4f9e2cac5747da6018c3dfc8dde1">stream_decoder.h</a>
|
1405
|
+
</li>
|
1406
|
+
<li>FLAC__StreamDecoderWriteStatus
|
1407
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga73f67eb9e0ab57945afe038751bc62c8">stream_decoder.h</a>
|
1408
|
+
</li>
|
1409
|
+
<li>FLAC__StreamDecoderWriteStatusString
|
1410
|
+
: <a class="el" href="group__flac__stream__decoder.html#ga9df7f0fd8cf9888f97a52b5f3f33cdb0">stream_decoder.h</a>
|
1411
|
+
</li>
|
1412
|
+
<li>FLAC__StreamEncoderInitStatus
|
1413
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga3bb869620af2b188d77982a5c30b047d">stream_encoder.h</a>
|
1414
|
+
</li>
|
1415
|
+
<li>FLAC__StreamEncoderInitStatusString
|
1416
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga0ec1fa7b3f55b4f07a2727846c285776">stream_encoder.h</a>
|
1417
|
+
</li>
|
1418
|
+
<li>FLAC__StreamEncoderMetadataCallback
|
1419
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga87778e16cdd0834a301ee8d8258cf946">stream_encoder.h</a>
|
1420
|
+
</li>
|
1421
|
+
<li>FLAC__StreamEncoderProgressCallback
|
1422
|
+
: <a class="el" href="group__flac__stream__encoder.html#gac65f8ae0583b665933744b60fd5ba0d9">stream_encoder.h</a>
|
1423
|
+
</li>
|
1424
|
+
<li>FLAC__StreamEncoderReadCallback
|
1425
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga97d25c75f49897422d93a9d8405043cd">stream_encoder.h</a>
|
1426
|
+
</li>
|
1427
|
+
<li>FLAC__StreamEncoderReadStatus
|
1428
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga2e81f007fb0a7414c0bbb453f37ea37f">stream_encoder.h</a>
|
1429
|
+
</li>
|
1430
|
+
<li>FLAC__StreamEncoderReadStatusString
|
1431
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga1654422c81846b9b399ac5fb98df61dd">stream_encoder.h</a>
|
1432
|
+
</li>
|
1433
|
+
<li>FLAC__StreamEncoderSeekCallback
|
1434
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga3005a69a7883da53262ec8a124d48c9e">stream_encoder.h</a>
|
1435
|
+
</li>
|
1436
|
+
<li>FLAC__StreamEncoderSeekStatus
|
1437
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga6d5be3489f45fcf0c252022c65d87aca">stream_encoder.h</a>
|
1438
|
+
</li>
|
1439
|
+
<li>FLAC__StreamEncoderSeekStatusString
|
1440
|
+
: <a class="el" href="group__flac__stream__encoder.html#gabb137b2d787756bf97398f0b60e54c20">stream_encoder.h</a>
|
1441
|
+
</li>
|
1442
|
+
<li>FLAC__StreamEncoderState
|
1443
|
+
: <a class="el" href="group__flac__stream__encoder.html#gac5e9db4fc32ca2fa74abd9c8a87c02a5">stream_encoder.h</a>
|
1444
|
+
</li>
|
1445
|
+
<li>FLAC__StreamEncoderStateString
|
1446
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga1410b7a076b0c8401682f9f812b66df5">stream_encoder.h</a>
|
1447
|
+
</li>
|
1448
|
+
<li>FLAC__StreamEncoderTellCallback
|
1449
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga4cab0b7556d8509a9f74693804c8c86e">stream_encoder.h</a>
|
1450
|
+
</li>
|
1451
|
+
<li>FLAC__StreamEncoderTellStatus
|
1452
|
+
: <a class="el" href="group__flac__stream__encoder.html#gab628f63181250eb977a28bf12b7dd9ff">stream_encoder.h</a>
|
1453
|
+
</li>
|
1454
|
+
<li>FLAC__StreamEncoderTellStatusString
|
1455
|
+
: <a class="el" href="group__flac__stream__encoder.html#gaf8ab921ae968be2be255be1f136e1eec">stream_encoder.h</a>
|
1456
|
+
</li>
|
1457
|
+
<li>FLAC__StreamEncoderWriteCallback
|
1458
|
+
: <a class="el" href="group__flac__stream__encoder.html#gabf2f9bb39c806111c83dd16936ff6d09">stream_encoder.h</a>
|
1459
|
+
</li>
|
1460
|
+
<li>FLAC__StreamEncoderWriteStatus
|
1461
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga3737471fd49730bb8cf9b182bdeda05e">stream_encoder.h</a>
|
1462
|
+
</li>
|
1463
|
+
<li>FLAC__StreamEncoderWriteStatusString
|
1464
|
+
: <a class="el" href="group__flac__stream__encoder.html#ga9f64480accd01525cbfa25c11e6bb74e">stream_encoder.h</a>
|
1465
|
+
</li>
|
1466
|
+
<li>FLAC__StreamMetadata_Picture_Type
|
1467
|
+
: <a class="el" href="group__flac__format.html#gaf6d3e836cee023e0b8d897f1fdc9825d">format.h</a>
|
1468
|
+
</li>
|
1469
|
+
<li>FLAC__StreamMetadata_Picture_TypeString
|
1470
|
+
: <a class="el" href="group__flac__format.html#ga2d27672452696cb97fd39db1cf43486b">format.h</a>
|
1471
|
+
</li>
|
1472
|
+
<li>FLAC__SUBFRAME_LPC_QLP_COEFF_PRECISION_LEN
|
1473
|
+
: <a class="el" href="group__flac__format.html#ga5fe1e86b574141cd1e11d9be6b1b8202">format.h</a>
|
1474
|
+
</li>
|
1475
|
+
<li>FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN
|
1476
|
+
: <a class="el" href="group__flac__format.html#ga1d957b042a1e673e39a815427c6aa494">format.h</a>
|
1477
|
+
</li>
|
1478
|
+
<li>FLAC__SUBFRAME_TYPE_CONSTANT
|
1479
|
+
: <a class="el" href="group__flac__format.html#gga1f431eaf213e74d7747589932d263348a9bf56d836aeffb11d614e29ea1cdf2a9">format.h</a>
|
1480
|
+
</li>
|
1481
|
+
<li>FLAC__SUBFRAME_TYPE_CONSTANT_BYTE_ALIGNED_MASK
|
1482
|
+
: <a class="el" href="group__flac__format.html#gad783daf32785798dcc3a23e1a4cecefc">format.h</a>
|
1483
|
+
</li>
|
1484
|
+
<li>FLAC__SUBFRAME_TYPE_FIXED
|
1485
|
+
: <a class="el" href="group__flac__format.html#gga1f431eaf213e74d7747589932d263348a6b3cce73039a513f9afefdc8e4f664a5">format.h</a>
|
1486
|
+
</li>
|
1487
|
+
<li>FLAC__SUBFRAME_TYPE_FIXED_BYTE_ALIGNED_MASK
|
1488
|
+
: <a class="el" href="group__flac__format.html#ga3d8dbb2da910837bc5811f8b12bb60f7">format.h</a>
|
1489
|
+
</li>
|
1490
|
+
<li>FLAC__SUBFRAME_TYPE_LEN
|
1491
|
+
: <a class="el" href="group__flac__format.html#gab4b4a36a869e404834e01e288f9105a6">format.h</a>
|
1492
|
+
</li>
|
1493
|
+
<li>FLAC__SUBFRAME_TYPE_LPC
|
1494
|
+
: <a class="el" href="group__flac__format.html#gga1f431eaf213e74d7747589932d263348a31437462c3e4c3a5a214a91eff8cc3af">format.h</a>
|
1495
|
+
</li>
|
1496
|
+
<li>FLAC__SUBFRAME_TYPE_LPC_BYTE_ALIGNED_MASK
|
1497
|
+
: <a class="el" href="group__flac__format.html#gaf4edf4982798602f2793f907ee7d7695">format.h</a>
|
1498
|
+
</li>
|
1499
|
+
<li>FLAC__SUBFRAME_TYPE_VERBATIM
|
1500
|
+
: <a class="el" href="group__flac__format.html#gga1f431eaf213e74d7747589932d263348a8520596ef07d6c8577f07025f137657b">format.h</a>
|
1501
|
+
</li>
|
1502
|
+
<li>FLAC__SUBFRAME_TYPE_VERBATIM_BYTE_ALIGNED_MASK
|
1503
|
+
: <a class="el" href="group__flac__format.html#gadf86648f3eb3ffecd547019577a2ab0f">format.h</a>
|
1504
|
+
</li>
|
1505
|
+
<li>FLAC__SUBFRAME_WASTED_BITS_FLAG_LEN
|
1506
|
+
: <a class="el" href="group__flac__format.html#gacf0f85d0592281227a5a1400087c466e">format.h</a>
|
1507
|
+
</li>
|
1508
|
+
<li>FLAC__SUBFRAME_ZERO_PAD_LEN
|
1509
|
+
: <a class="el" href="group__flac__format.html#ga9aace0e3dfa3bd2a3195e134852082c2">format.h</a>
|
1510
|
+
</li>
|
1511
|
+
<li>FLAC__SubframeType
|
1512
|
+
: <a class="el" href="group__flac__format.html#ga1f431eaf213e74d7747589932d263348">format.h</a>
|
1513
|
+
</li>
|
1514
|
+
<li>FLAC__SubframeTypeString
|
1515
|
+
: <a class="el" href="group__flac__format.html#ga78d78f45f123cfbb50cebd61b96097df">format.h</a>
|
1516
|
+
</li>
|
1517
|
+
<li>FLAC__SUBSET_MAX_BLOCK_SIZE_48000HZ
|
1518
|
+
: <a class="el" href="group__flac__format.html#ga8f6ba2c28fbfcf52326d115c95b0a751">format.h</a>
|
1519
|
+
</li>
|
1520
|
+
<li>FLAC__SUBSET_MAX_LPC_ORDER_48000HZ
|
1521
|
+
: <a class="el" href="group__flac__format.html#ga9791efa78147196820c86a6041d7774d">format.h</a>
|
1522
|
+
</li>
|
1523
|
+
<li>FLAC__SUBSET_MAX_RICE_PARTITION_ORDER
|
1524
|
+
: <a class="el" href="group__flac__format.html#gab19dec1b56de482ccfeb5f9843f60a14">format.h</a>
|
1525
|
+
</li>
|
1526
|
+
<li>FLAC__VENDOR_STRING
|
1527
|
+
: <a class="el" href="group__flac__format.html#gad5cccab0de3adda58914edf3c31fd64f">format.h</a>
|
1528
|
+
</li>
|
1529
|
+
<li>FLAC__VERSION_STRING
|
1530
|
+
: <a class="el" href="group__flac__format.html#ga52e2616f9a0b94881cd7711c18d62a35">format.h</a>
|
1531
|
+
</li>
|
1532
|
+
<li>FLAC_API_SUPPORTS_OGG_FLAC
|
1533
|
+
: <a class="el" href="group__flac__export.html#ga84ffcb0af1038c60eb3e21fd002093cf">export.h</a>
|
1534
|
+
</li>
|
1535
|
+
<li>FLAC_API_VERSION_AGE
|
1536
|
+
: <a class="el" href="group__flac__export.html#ga1add3e09c8dfd57e8c921f299f0bbec1">export.h</a>
|
1537
|
+
</li>
|
1538
|
+
<li>FLAC_API_VERSION_CURRENT
|
1539
|
+
: <a class="el" href="group__flac__export.html#ga31180fe15eea416cd8957cfca1a4c4f8">export.h</a>
|
1540
|
+
</li>
|
1541
|
+
<li>FLAC_API_VERSION_REVISION
|
1542
|
+
: <a class="el" href="group__flac__export.html#ga811641dd9f8c542d9260240e7fbe8e93">export.h</a>
|
1543
|
+
</li>
|
1544
|
+
</ul>
|
1545
|
+
</div><!-- contents -->
|
1546
|
+
|
1547
|
+
<hr size="1">
|
1548
|
+
<div class="copyright">
|
1549
|
+
<!-- @@@ oh so hacky -->
|
1550
|
+
<table>
|
1551
|
+
<tr>
|
1552
|
+
<td align="left">
|
1553
|
+
Copyright (c) 2000-2009 Josh Coalson
|
1554
|
+
Copyright (c) 2011-2013 Xiph.Org Foundation
|
1555
|
+
</td>
|
1556
|
+
<td width="1%" align="right">
|
1557
|
+
<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=13478&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
|
1558
|
+
</td>
|
1559
|
+
</tr>
|
1560
|
+
</table>
|
1561
|
+
</div>
|
1562
|
+
<!-- Copyright (c) 2000-2009 Josh Coalson -->
|
1563
|
+
<!-- Copyright (c) 2011-2013 Xiph.Org Foundation -->
|
1564
|
+
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
1565
|
+
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
1566
|
+
<!-- or any later version published by the Free Software Foundation; -->
|
1567
|
+
<!-- with no invariant sections. -->
|
1568
|
+
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
|
1569
|
+
</body>
|
1570
|
+
</html>
|