/third_party/ffmpeg/tests/fate/ |
D | opus.mak | 11 FATE_OPUS += fate-opus-$(1) 12 FATE_OPUS$(2) += fate-opus-$(1) 13 fate-opus-$(1): CMD = ffmpeg -i $(TARGET_SAMPLES)/opus/$(1).mka -f s16le - 14 fate-opus-$(1): REF = $(SAMPLES)/opus/$(1)$(2).dec 27 fate-opus-testvector01: CMP_TARGET = 0 28 fate-opus-testvector02: CMP_TARGET = 191 29 fate-opus-testvector03: CMP_TARGET = 139 30 fate-opus-testvector04: CMP_TARGET = 119 31 fate-opus-testvector05: CMP_TARGET = 108 32 fate-opus-testvector06: CMP_TARGET = 106 [all …]
|
D | demux.mak | 79 FATE_SAMPLES_DEMUX-$(CONFIG_MPEGTS_DEMUXER) += fate-ts-opus-demux 80 fate-ts-opus-demux: CMD = framecrc -i $(TARGET_SAMPLES)/opus/test-8-7.1.opus-small.ts -c copy 101 fate-oggopus-demux: CMD = framecrc -i $(TARGET_SAMPLES)/ogg/intro-partial.opus -c:a copy
|
D | cover-art.mak | 14 fate-cover-art-ogg: CMD = md5 -i $(TARGET_SAMPLES)/cover_art/ogg_vorbiscomment_cover.opus -map 0:v …
|
/third_party/ffmpeg/libavcodec/ |
D | libopusenc.c | 250 LibopusEncContext *opus = avctx->priv_data; in libopus_encode_init() local 258 frame_size = opus->opts.frame_duration * 48000 / 1000; in libopus_encode_init() 262 if (opus->opts.application != OPUS_APPLICATION_RESTRICTED_LOWDELAY) in libopus_encode_init() 269 opus->opts.application = OPUS_APPLICATION_RESTRICTED_LOWDELAY; in libopus_encode_init() 279 opus->opts.packet_size = in libopus_encode_init() 290 opus->opts.frame_duration); in libopus_encode_init() 298 opus->opts.complexity = 10; in libopus_encode_init() 300 opus->opts.complexity = avctx->compression_level; in libopus_encode_init() 306 opus->opts.max_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in libopus_encode_init() 309 opus->opts.max_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in libopus_encode_init() [all …]
|
D | libopusdec.c | 52 struct libopus_context *opus = avc->priv_data; in libopus_decode_init() local 70 opus->pre_skip = AV_RL16(avc->extradata + 10); in libopus_decode_init() 101 opus->dec = opus_multistream_decoder_create(avc->sample_rate, avc->channels, in libopus_decode_init() 104 if (!opus->dec) { in libopus_decode_init() 111 ret = opus_multistream_decoder_ctl(opus->dec, OPUS_SET_GAIN(gain_db)); in libopus_decode_init() 119 opus->gain.d = gain_lin; in libopus_decode_init() 121 opus->gain.i = FFMIN(gain_lin * 65536, INT_MAX); in libopus_decode_init() 126 ret = opus_multistream_decoder_ctl(opus->dec, in libopus_decode_init() 127 OPUS_SET_PHASE_INVERSION_DISABLED(!opus->apply_phase_inv)); in libopus_decode_init() 135 avc->delay = avc->internal->skip_samples = opus->pre_skip; in libopus_decode_init() [all …]
|
/third_party/libsnd/cmake/ |
D | FindOpus.cmake | 1 # - Find opus 2 # Find the native opus includes and libraries 4 # OPUS_INCLUDE_DIRS - where to find opus.h, etc. 5 # OPUS_LIBRARIES - List of libraries when using opus. 16 pkg_check_modules(PC_OPUS QUIET opus>=1.1) 20 find_path (OPUS_INCLUDE_DIR opus/opus.h 27 # MSVC built opus may be named opus_static. 32 opus 58 if (NOT TARGET Opus::opus) 59 add_library (Opus::opus UNKNOWN IMPORTED) [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/opus/ |
D | meson.build | 7 opus_dep = dependency('opus', version : '>= 0.9.4', required : get_option('opus'))
|
/third_party/gstreamer/gstplugins_base/ext/opus/ |
D | meson.build | 9 opus_dep = dependency('opus', version : '>= 0.9.4', required : get_option('opus'))
|
D | gstopus.c | 48 opus,
|
/third_party/gstreamer/gstplugins_base/ext/ |
D | Makefile.am | 32 OPUS_DIR=opus 80 opus \
|
D | meson.build | 6 subdir('opus') subdir
|
/third_party/libsnd/Scripts/ |
D | static-deps-build.mk | 19 opus_version = opus-1.3.1 53 rm -rf Build/flac-* Build/libogg-* Build/libvorbis-* Build/opus-* 74 (cd $(tarball_dir) && wget https://archive.mozilla.org/pub/opus/$(opus_tarball) -O $(opus_tarball))
|
/third_party/ffmpeg/libavformat/ |
D | icecast.c | 185 static const uint8_t opus[8] = { 0x4F, 0x70, 0x75, 0x73, 0x48, 0x65, 0x61, 0x64 }; in icecast_write() local 189 } else if (memcmp(buf, opus, sizeof(opus)) == 0) { in icecast_write()
|
/third_party/ffmpeg/tests/ref/fate/ |
D | oggopus-demux | 4 #codec_id 0: opus
|
/third_party/gstreamer/gstplugins_base/docs/plugins/ |
D | Makefile.am | 58 $(top_srcdir)/ext/opus/gstopusdec.h \ 59 $(top_srcdir)/ext/opus/gstopusenc.h \
|
/third_party/gstreamer/gstplugins_bad/ext/ |
D | Makefile.am | 242 OPUS_DIR=opus 513 opus \
|
D | meson.build | 41 subdir('opus') subdir
|
/third_party/libsnd/tests/ |
D | test_wrapper.sh.in | 347 ./tests/compression_size_test@EXEEXT@ opus 349 ./tests/string_test@EXEEXT@ opus
|
D | floating_point_test.tpl | 125 float_scaled_test ("opus.opus", allow_exit, SF_FALSE, SF_FORMAT_OGG | SF_FORMAT_OPUS, -32.0) ; 183 double_scaled_test ("opus.opus", allow_exit, SF_FALSE, SF_FORMAT_OGG | SF_FORMAT_OPUS, -32.0) ;
|
/third_party/libsnd/ |
D | CMakeLists.txt | 152 URL "www.opus-codec.org/" 194 set (EXTERNAL_XIPH_REQUIRE "flac ogg vorbis vorbisenc opus") 351 $<$<BOOL:${HAVE_EXTERNAL_XIPH_LIBS}>:Opus::opus> 1409 ### opus-tests ### 1411 add_test (compression_size_test_opus compression_size_test opus) 1413 add_test (string_test_opus string_test opus)
|
D | README.md | 43 brew install autoconf autogen automake flac libogg libtool libvorbis opus pkg-config 277 libflac:x64-windows-static opus:x64-windows-static libogg:x86-windows-static 278 libvorbis:x86-windows-static libflac:x86-windows-static opus:x86-windows-static
|
D | configure.ac | 360 PKG_CHECK_MOD_VERSION(OPUS, opus >= 1.1, ac_cv_opus=yes, ac_cv_opus=no) 370 EXTERNAL_XIPH_REQUIRE="flac ogg vorbis vorbisenc opus" 388 …IBS], [$HAVE_EXTERNAL_XIPH_LIBS], [Will be set to 1 if flac, ogg, vorbis, and opus are available.])
|
/third_party/libsnd/docs/ |
D | formats.md | 41 [Ogg/Opus](https://opus-codec.org/).
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | opus.c | 509 GST_CHECK_MAIN (opus);
|
/third_party/gstreamer/gstplugins_bad/ |
D | Makefile.am | 58 $(top_builddir)/gst/opus/.libs/libgstopus.{so,dll,DLL,dylib} \
|