/third_party/ffmpeg/tests/fate/ |
D | vorbis.mak | 1 FATE_VORBIS += fate-vorbis-encode 2 fate-vorbis-encode: CMD = enc_dec_pcm ogg wav s16le $(TARGET_SAMPLES)/audio-reference/luckynight_2c… 3 fate-vorbis-encode: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav 4 fate-vorbis-encode: CMP_SHIFT = 0 5 fate-vorbis-encode: CMP_TARGET = 296 6 fate-vorbis-encode: SIZE_TOLERANCE = 3560 7 fate-vorbis-encode: FUZZ = 30 9 FATE_VORBIS += fate-vorbis-1 10 fate-vorbis-1: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/1.0.1-test_small.ogg 11 fate-vorbis-1: REF = $(SAMPLES)/vorbis/1.0.1-test_small.pcm [all …]
|
D | ffmpeg.mak | 120 fate-limited_input_seek: $(SAMPLES)/vorbis/moog_small.ogg 121 fate-limited_input_seek: CMD = md5 -ss 1.5 -t 1.3 -i $(TARGET_SAMPLES)/vorbis/moog_small.ogg -c:a c… 122 fate-limited_input_seek-copyts: $(SAMPLES)/vorbis/moog_small.ogg 123 fate-limited_input_seek-copyts: CMD = md5 -ss 1.5 -t 1.3 -i $(TARGET_SAMPLES)/vorbis/moog_small.ogg…
|
D | matroska.mak | 35 # the channel layout contained in vorbis comments in the CodecPrivate 58 fate-webm-dash-chapters: CMD = transcode ogg $(TARGET_SAMPLES)/vorbis/vorbis_chapter_extension_demo…
|
/third_party/libsnd/cmake/ |
D | FindVorbis.cmake | 5 Finds the native vorbis, vorbisenc amd vorbisfile includes and libraries. 12 ``Vorbis::vorbis`` 25 List of include directories when using vorbis. 31 List of libraries when using vorbis. 37 True if vorbis and requested components found. 39 True if vorbis found. 51 The directory containing ``vorbis/vorbis.h``. 53 The directory containing ``vorbis/vorbisenc.h``. 55 The directory containing ``vorbis/vorbisenc.h``. 57 The path to the vorbis library. [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | profile.c | 65 GstCaps *ogg, *vorbis, *theora; in GST_START_TEST() local 69 vorbis = gst_caps_new_empty_simple ("audio/x-vorbis"); in GST_START_TEST() 77 audioprof = gst_encoding_audio_profile_new (vorbis, (gchar *) "HQ", NULL, 0); in GST_START_TEST() 78 CHECK_PROFILE ((GstEncodingProfile *) audioprof, NULL, NULL, vorbis, "HQ", 0, in GST_START_TEST() 102 gst_caps_unref (vorbis); in GST_START_TEST() 111 GstCaps *vorbis; in GST_START_TEST() local 114 vorbis = gst_caps_new_empty_simple ("audio/x-vorbis"); in GST_START_TEST() 118 gst_encoding_audio_profile_new (vorbis, NULL, NULL, 0); in GST_START_TEST() 123 fail_unless (gst_caps_is_equal (out, vorbis)); in GST_START_TEST() 133 gst_encoding_audio_profile_new (vorbis, NULL, restriction, 0); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | README | 1 oggvorbisenc : encodes to vorbis inside an ogg stream. This is not the 5 vorbisenc : Encodes to a raw vorbis stream and should be used together 12 - remove references to oggvorbisenc.[ch] in the Makefile and in vorbis.c
|
D | meson.build | 20 vorbis_dep = dependency('vorbis', version : '>= 1.3.1', allow_fallback: true, required : get_option… 21 …ependency('vorbisenc', version : '>= 1.3.1', allow_fallback: true, required : get_option('vorbis'))
|
D | gstvorbis.c | 41 vorbis,
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | encodebin.c | 48 GstCaps *ogg, *vorbis; in create_ogg_vorbis_profile() local 56 vorbis = gst_caps_new_empty_simple ("audio/x-vorbis"); in create_ogg_vorbis_profile() 58 (GstEncodingProfile *) gst_encoding_audio_profile_new (vorbis, preset, in create_ogg_vorbis_profile() 60 gst_caps_unref (vorbis); in create_ogg_vorbis_profile() 69 GstCaps *ogg, *vorbis, *theora; in create_ogg_theora_vorbis_profile() local 77 vorbis = gst_caps_new_empty_simple ("audio/x-vorbis"); in create_ogg_theora_vorbis_profile() 79 (GstEncodingProfile *) gst_encoding_audio_profile_new (vorbis, NULL, in create_ogg_theora_vorbis_profile() 81 gst_caps_unref (vorbis); in create_ogg_theora_vorbis_profile() 96 GstCaps *vorbis; in create_vorbis_only_profile() local 98 vorbis = gst_caps_new_empty_simple ("audio/x-vorbis"); in create_vorbis_only_profile() [all …]
|
/third_party/gstreamer/gstplugins_bad/data/targets/file-extension/ |
D | webm.gep | 8 description=Default profile for files with a .webm extension. Audio stream can be either vorbis (de… 15 format=audio/x-vorbis;audio/x-opus
|
D | mkv.gep | 8 …iles with a .mkv extension. Audio stream can be either opus (default) or vorbis depending on what … 15 format=audio/x-vorbis;audio/x-opus
|
D | oga.gep | 15 format=audio/x-vorbis;audio/x-opus
|
D | ogv.gep | 15 format=audio/x-vorbis;audio/x-opus
|
/third_party/gettext/gettext-runtime/doc/ |
D | matrix.texi | 159 vorbis-tools | [] [] [] | 333 vorbis-tools | [] [] [] | 507 vorbis-tools | [] [] | 681 vorbis-tools | [] [] | 855 vorbis-tools | [] [] [] | 1029 vorbis-tools | [] | 14
|
/third_party/gstreamer/gstplugins_base/ext/ |
D | meson.build | 9 subdir('vorbis') subdir
|
/third_party/gstreamer/gstplugins_base/ |
D | REQUIREMENTS | 95 Plugins: vorbis (vorbisdec, vorbisenc) 97 URL: http://www.vorbis.com/
|
/third_party/ffmpeg/tests/ref/fate/ |
D | matroska-xiph-lacing | 4 #codec_id 0: vorbis
|
D | webm-dash-chapters | 6 #codec_id 0: vorbis
|
/third_party/gstreamer/gstplugins_bad/gst/gdp/ |
D | README | 9 - vorbis packets:
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | README | 48 vorbis and granulepos 57 - OFFSET_END is the granulepos of the produced vorbis buffer 73 that should be handed to the vorbis decoder. 222 It is therefore important that the decoder elements in vorbis can convert a 282 if the first audio sample has time 0.5, the granulepos in the vorbis encoder 319 (you can't store a raw theora or vorbis stream in a file anyway),
|
/third_party/glib/gio/tests/desktop-files/usr/applications/ |
D | totem.desktop | 36 …speex;audio/x-stm;audio/x-tta;audio/x-wav;audio/x-wavpack;audio/x-vorbis;audio/x-vorbis+ogg;audio/…
|
/third_party/e2fsprogs/ |
D | ABOUT-NLS | 301 vorbis-tools | [] | 473 vorbis-tools | [] [] [] [] | 645 vorbis-tools | [] [] | 817 vorbis-tools | [] | 989 vorbis-tools | [] [] [] | 1161 vorbis-tools | [] [] | 1333 vorbis-tools | | 13
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctionsplugin.h | 165 GST_TYPE_FIND_REGISTER_DECLARE (vorbis);
|
/third_party/libsnd/Scripts/ |
D | static-deps-build.mk | 70 (cd $(tarball_dir) && wget $(download_url)vorbis/$(vorbis_tarball) -O $(vorbis_tarball))
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 567 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init), 570 * ext/vorbis/vorbisenc.h: 1210 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain): 1227 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query): 1567 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query): 2737 * ext/vorbis/oggvorbisenc.c 2738 * ext/vorbis/vorbisenc.c : 2775 * ext/vorbis/vorbis.c: (plugin_init): 2776 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain): 3037 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query): [all …]
|