Home
last modified time | relevance | path

Searched refs:vorbis (Results 1 – 25 of 3454) sorted by relevance

12345678910>>...139

/dports/multimedia/handbrake/ffmpeg-4.4/tests/fate/
H A Dvorbis.mak11 fate-vorbis-1: REF = $(SAMPLES)/vorbis/1.0.1-test_small.pcm
15 fate-vorbis-2: REF = $(SAMPLES)/vorbis/1.0-test_small.pcm
19 fate-vorbis-3: REF = $(SAMPLES)/vorbis/beta3-test_small.pcm
23 fate-vorbis-4: REF = $(SAMPLES)/vorbis/beta4-test_small.pcm
27 fate-vorbis-5: REF = $(SAMPLES)/vorbis/chain-test1_small.pcm
31 fate-vorbis-6: REF = $(SAMPLES)/vorbis/chain-test2_small.pcm
39 fate-vorbis-8: REF = $(SAMPLES)/vorbis/lsp-test2_small.pcm
43 fate-vorbis-9: REF = $(SAMPLES)/vorbis/lsp-test3_small.pcm
55 fate-vorbis-12: REF = $(SAMPLES)/vorbis/mono_small.pcm
59 fate-vorbis-13: REF = $(SAMPLES)/vorbis/moog_small.pcm
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/fate/
H A Dvorbis.mak11 fate-vorbis-1: REF = $(SAMPLES)/vorbis/1.0.1-test_small.pcm
15 fate-vorbis-2: REF = $(SAMPLES)/vorbis/1.0-test_small.pcm
19 fate-vorbis-3: REF = $(SAMPLES)/vorbis/beta3-test_small.pcm
23 fate-vorbis-4: REF = $(SAMPLES)/vorbis/beta4-test_small.pcm
27 fate-vorbis-5: REF = $(SAMPLES)/vorbis/chain-test1_small.pcm
31 fate-vorbis-6: REF = $(SAMPLES)/vorbis/chain-test2_small.pcm
39 fate-vorbis-8: REF = $(SAMPLES)/vorbis/lsp-test2_small.pcm
43 fate-vorbis-9: REF = $(SAMPLES)/vorbis/lsp-test3_small.pcm
55 fate-vorbis-12: REF = $(SAMPLES)/vorbis/mono_small.pcm
59 fate-vorbis-13: REF = $(SAMPLES)/vorbis/moog_small.pcm
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/fate/
H A Dvorbis.mak11 fate-vorbis-1: REF = $(SAMPLES)/vorbis/1.0.1-test_small.pcm
15 fate-vorbis-2: REF = $(SAMPLES)/vorbis/1.0-test_small.pcm
19 fate-vorbis-3: REF = $(SAMPLES)/vorbis/beta3-test_small.pcm
23 fate-vorbis-4: REF = $(SAMPLES)/vorbis/beta4-test_small.pcm
27 fate-vorbis-5: REF = $(SAMPLES)/vorbis/chain-test1_small.pcm
31 fate-vorbis-6: REF = $(SAMPLES)/vorbis/chain-test2_small.pcm
39 fate-vorbis-8: REF = $(SAMPLES)/vorbis/lsp-test2_small.pcm
43 fate-vorbis-9: REF = $(SAMPLES)/vorbis/lsp-test3_small.pcm
55 fate-vorbis-12: REF = $(SAMPLES)/vorbis/mono_small.pcm
59 fate-vorbis-13: REF = $(SAMPLES)/vorbis/moog_small.pcm
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/fate/
H A Dvorbis.mak11 fate-vorbis-1: REF = $(SAMPLES)/vorbis/1.0.1-test_small.pcm
15 fate-vorbis-2: REF = $(SAMPLES)/vorbis/1.0-test_small.pcm
19 fate-vorbis-3: REF = $(SAMPLES)/vorbis/beta3-test_small.pcm
23 fate-vorbis-4: REF = $(SAMPLES)/vorbis/beta4-test_small.pcm
27 fate-vorbis-5: REF = $(SAMPLES)/vorbis/chain-test1_small.pcm
31 fate-vorbis-6: REF = $(SAMPLES)/vorbis/chain-test2_small.pcm
39 fate-vorbis-8: REF = $(SAMPLES)/vorbis/lsp-test2_small.pcm
43 fate-vorbis-9: REF = $(SAMPLES)/vorbis/lsp-test3_small.pcm
55 fate-vorbis-12: REF = $(SAMPLES)/vorbis/mono_small.pcm
59 fate-vorbis-13: REF = $(SAMPLES)/vorbis/moog_small.pcm
[all …]
/dports/multimedia/butt/butt-0.1.27/src/
H A Dvorbis_encode.cpp44 vorbis_analysis_init(&(vorbis->vd), &(vorbis->vi)); in vorbis_enc_init()
45 vorbis_block_init(&(vorbis->vd), &(vorbis->vb)); in vorbis_enc_init()
61 vorbis_analysis_headerout(&(vorbis->vd), &(vorbis->vc), in vorbis_enc_write_header()
71 if(vorbis != NULL) in vorbis_enc_reinit()
92 result = ogg_stream_flush(&(vorbis->os), &(vorbis->og)); in vorbis_enc_encode()
93 memcpy(enc_buf+w, vorbis->og.header, vorbis->og.header_len); in vorbis_enc_encode()
95 memcpy(enc_buf+w, vorbis->og.body, vorbis->og.body_len); in vorbis_enc_encode()
119 while(vorbis_analysis_blockout(&(vorbis->vd), &(vorbis->vb)) == 1) in vorbis_enc_encode()
121 vorbis_analysis(&(vorbis->vb),&(vorbis->op)); in vorbis_enc_encode()
124 while(vorbis_bitrate_flushpacket(&(vorbis->vd),&(vorbis->op))) in vorbis_enc_encode()
[all …]
/dports/games/warmux/warmux-11.04/build/android/jni/sdl_mixer/
H A Ddynamic_ogg.c29 vorbis_loader vorbis = { variable
36 if ( vorbis.loaded == 0 ) { in Mix_InitOgg()
41 vorbis.ov_clear = in Mix_InitOgg()
48 vorbis.ov_info = in Mix_InitOgg()
62 vorbis.ov_pcm_total = in Mix_InitOgg()
69 vorbis.ov_read = in Mix_InitOgg()
80 vorbis.ov_time_seek = in Mix_InitOgg()
88 ++vorbis.loaded; in Mix_InitOgg()
100 --vorbis.loaded; in Mix_QuitOgg()
113 ++vorbis.loaded; in Mix_InitOgg()
[all …]
/dports/games/kuklomenos/kuklomenos-0.4.5/SDL_mixer/
H A Ddynamic_ogg.c29 vorbis_loader vorbis = { variable
36 if ( vorbis.loaded == 0 ) { in Mix_InitOgg()
41 vorbis.ov_clear = in Mix_InitOgg()
48 vorbis.ov_info = in Mix_InitOgg()
62 vorbis.ov_pcm_total = in Mix_InitOgg()
69 vorbis.ov_read = in Mix_InitOgg()
80 vorbis.ov_time_seek = in Mix_InitOgg()
88 ++vorbis.loaded; in Mix_InitOgg()
100 --vorbis.loaded; in Mix_QuitOgg()
113 ++vorbis.loaded; in Mix_InitOgg()
[all …]
/dports/audio/sdl_mixer/SDL_mixer-1.2.12/
H A Ddynamic_ogg.c28 vorbis_loader vorbis = { variable
35 if ( vorbis.loaded == 0 ) { in Mix_InitOgg()
40 vorbis.ov_clear = in Mix_InitOgg()
47 vorbis.ov_info = in Mix_InitOgg()
61 vorbis.ov_pcm_total = in Mix_InitOgg()
68 vorbis.ov_read = in Mix_InitOgg()
79 vorbis.ov_time_seek = in Mix_InitOgg()
91 ++vorbis.loaded; in Mix_InitOgg()
103 --vorbis.loaded; in Mix_QuitOgg()
116 ++vorbis.loaded; in Mix_InitOgg()
[all …]
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/encode-ogg-1.6.1/
H A Dinstall.sh3 mkdir $HOME/vorbis
11 tar -xf vorbis-tools-1.4.0.tar.gz
14 ./configure --prefix=$HOME/vorbis
19 export PKG_CONFIG_PATH=$HOME/vorbis/lib/pkgconfig:$PKG_CONFIG_PATH
22 ./configure --prefix=$HOME/vorbis --with-ogg-includes=$HOME/vorbis/include/ogg --with-ogg-libraries…
28 cd vorbis-tools-1.4.0/
29vorbis --with-ogg-includes=$HOME/vorbis/include/ogg --with-ogg-libraries=$HOME/vorbis/lib --with-v…
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/encode-ogg-1.5.1/
H A Dinstall.sh3 mkdir $HOME/vorbis
11 tar -zxvf vorbis-tools-1.4.0.tar.gz
14 ./configure --prefix=$HOME/vorbis
21 ./configure --prefix=$HOME/vorbis --with-ogg-includes=$HOME/vorbis/include/ogg --with-ogg-libraries…
27 cd vorbis-tools-1.4.0/
28vorbis --with-ogg-includes=$HOME/vorbis/include/ogg --with-ogg-libraries=$HOME/vorbis/lib --with-v…
/dports/multimedia/vlc/vlc-3.0.16/contrib/src/vorbis/
H A Drules.mak7 PKGS += vorbis
9 ifeq ($(call need_pkg,"vorbis >= 1.1"),)
10 PKGS_FOUND += vorbis
21 $(call download_pkg,$(VORBIS_URL),vorbis)
23 .sum-vorbis: libvorbis-$(VORBIS_VERSION).tar.xz
28 $(APPLY) $(SRC)/vorbis/clang.patch
31 $(APPLY) $(SRC)/vorbis/vorbis-bitcode.patch
32 $(call pkg_static,"vorbis.pc.in")
37 .vorbis: libvorbis
43 .sum-vorbisenc: .sum-vorbis
[all …]
/dports/audio/libsndfile/libsndfile-1.0.31/cmake/
H A DFindVorbis.cmake12 ``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``.
57 The path to the vorbis library.
111 vorbis
171 if (NOT TARGET Vorbis::vorbis)
188 INTERFACE_LINK_LIBRARIES Vorbis::vorbis
[all …]
/dports/audio/libsamplerate/libsamplerate-0.2.2/cmake/
H A DFindVorbis.cmake12 ``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``.
57 The path to the vorbis library.
82 pkg_check_modules(PC_Vorbis_Vorbis QUIET vorbis)
108 vorbis
[all …]
/dports/misc/fq/fq-0.0.2/format/vorbis/testdata/
H A Dvorbis.fqtest1 # ffmpeg -f lavfi -i sine -t 10ms -f ogg pipe:1 | fq - '.steam[0].packet[0] | tobits' > vorbis-iden…
2 $ fq -d vorbis_packet verbose /vorbis-identifcation
5 0x00| 76 6f 72 62 69 73 | vorbis | magic: "vorbis" (valid) 0x1…
16 # ffmpeg -f lavfi -i sine -t 10ms -f ogg pipe:1 | fq - '.packet[1] | tobits' > vorbis-comment
17 $ fq -d vorbis_packet verbose /vorbis-comment
20 0x00| 76 6f 72 62 69 73 | vorbis | magic: "vorbis" (valid) 0x1…
33 # ffmpeg -f lavfi -i sine -t 10ms -f ogg pipe:1 | fq - '.packet[2] | tobits' > vorbis-setup
34 $ fq -d vorbis_packet verbose /vorbis-setup
37 0x000| 76 6f 72 62 69 73 | vorbis | magic: "vorbis" (valid) 0x…
44 # ffmpeg -f lavfi -i sine -t 10ms -f ogg pipe:1 | fq - '.packet[3] | tobits' > vorbis-audio
[all …]
/dports/audio/icecast/icecast-2.4.4/src/
H A Dformat_vorbis.c91 vorbis_info_clear (&vorbis->vi); in vorbis_codec_free()
92 vorbis_comment_clear (&vorbis->vc); in vorbis_codec_free()
94 ogg_stream_clear (&vorbis->new_os); in vorbis_codec_free()
99 free (vorbis->bos_page.header); in vorbis_codec_free()
100 free (vorbis); in vorbis_codec_free()
371 vorbis_info_init (&vorbis->vi); in initial_vorbis_page()
377 if (vorbis_synthesis_headerin (&vorbis->vi, &vorbis->vc, &packet) < 0) in initial_vorbis_page()
382 free (vorbis); in initial_vorbis_page()
387 codec->specific = vorbis; in initial_vorbis_page()
395 memset (vorbis->header, 0, sizeof (vorbis->header)); in initial_vorbis_page()
[all …]
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/
H A Dformat_vorbis.c92 vorbis_info_clear (&vorbis->vi); in vorbis_codec_free()
93 vorbis_comment_clear (&vorbis->vc); in vorbis_codec_free()
95 ogg_stream_clear (&vorbis->new_os); in vorbis_codec_free()
100 free (vorbis->bos_page.header); in vorbis_codec_free()
101 free (vorbis); in vorbis_codec_free()
370 vorbis_info_init (&vorbis->vi); in initial_vorbis_page()
376 if (vorbis_synthesis_headerin (&vorbis->vi, &vorbis->vc, &packet) < 0) in initial_vorbis_page()
381 free (vorbis); in initial_vorbis_page()
386 codec->specific = vorbis; in initial_vorbis_page()
395 memset (vorbis->header, 0, sizeof (vorbis->header)); in initial_vorbis_page()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/cmake-proxies/cmake-modules/
H A DFindVorbis.cmake12 pkg_check_modules( PC_Vorbis_Vorbis QUIET vorbis >= 1.3 )
16 find_path( Vorbis_Vorbis_INCLUDE_DIR vorbis/codec.h
24 vorbis
31 find_path( Vorbis_VorbisEnc_INCLUDE_DIR vorbis/vorbisenc.h
46 find_path( Vorbis_VorbisFile_INCLUDE_DIR vorbis/vorbisfile.h
74 if( NOT TARGET Vorbis::vorbis )
75 add_library( Vorbis::vorbis INTERFACE IMPORTED GLOBAL )
77 target_include_directories( Vorbis::vorbis INTERFACE ${Vorbis_Vorbis_INCLUDE_DIR} )
78 target_link_libraries( Vorbis::vorbis INTERFACE ${Vorbis_Vorbis_LIBRARIES} Ogg::ogg )
85 … target_link_libraries( Vorbis::vorbisenc INTERFACE ${Vorbis_VorbisEnc_LIBRARIES} Vorbis::vorbis )
[all …]
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/
H A Dmusic_ogg.c61 static vorbis_loader vorbis = { variable
67 vorbis.FUNC = (SIG) SDL_LoadFunction(vorbis.handle, #FUNC); \
68 if (vorbis.FUNC == NULL) { SDL_UnloadObject(vorbis.handle); return -1; }
71 vorbis.FUNC = FUNC;
76 if (vorbis.loaded == 0) { in OGG_Load()
79 if (vorbis.handle == NULL) { in OGG_Load()
106 ++vorbis.loaded; in OGG_Load()
113 if (vorbis.loaded == 0) { in OGG_Unload()
116 if (vorbis.loaded == 1) { in OGG_Unload()
121 --vorbis.loaded; in OGG_Unload()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Audio/
H A DOggVorbisSoundStream.cpp55 stb_vorbis* vorbis = static_cast<stb_vorbis*>(decoder_); in ~OggVorbisSoundStream() local
57 stb_vorbis_close(vorbis); in ~OggVorbisSoundStream()
67 stb_vorbis* vorbis = static_cast<stb_vorbis*>(decoder_); in Seek() local
69 return stb_vorbis_seek(vorbis, sample_number) == 1; in Seek()
77 stb_vorbis* vorbis = static_cast<stb_vorbis*>(decoder_); in GetData() local
80 …unsigned outSamples = (unsigned)stb_vorbis_get_samples_short_interleaved(vorbis, channels, (short*… in GetData()
87 stb_vorbis_seek_start(vorbis); in GetData()
89 …(unsigned)stb_vorbis_get_samples_short_interleaved(vorbis, channels, (short*)(dest + outBytes), nu… in GetData()
/dports/deskutils/bitcollider/bitcollider-0.6.0/vorbis/
H A DMakefile.am11 vorbisplugin_la_SOURCES = vorbis.c vorbis.h
15 noinst_HEADERS = vorbis.h
19 rm -f $(top_srcdir)/plugins/vorbis.bcp
20 ln -s $(top_srcdir)/vorbis/.libs/vorbisplugin.so $(top_srcdir)/plugins/vorbis.bcp
25 rm -f $(top_srcdir)/plugins/vorbis.bcp
/dports/multimedia/librespot/librespot-0.1.3/audio/src/
H A Dlibvorbis_decoder.rs2 extern crate librespot_tremor as vorbis;
4 extern crate vorbis;
10 pub struct VorbisDecoder<R: Read + Seek>(vorbis::Decoder<R>);
11 pub struct VorbisPacket(vorbis::Packet);
12 pub struct VorbisError(vorbis::VorbisError);
19 Ok(VorbisDecoder(vorbis::Decoder::new(input)?)) in new()
40 Some(Err(vorbis::VorbisError::Hole)) => (), in next_packet()
57 impl From<vorbis::VorbisError> for VorbisError {
58 fn from(err: vorbis::VorbisError) -> VorbisError { in from()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-audio-0.1.2/src/
H A Dlibvorbis_decoder.rs2 extern crate librespot_tremor as vorbis;
4 extern crate vorbis;
10 pub struct VorbisDecoder<R: Read + Seek>(vorbis::Decoder<R>);
11 pub struct VorbisPacket(vorbis::Packet);
12 pub struct VorbisError(vorbis::VorbisError);
19 Ok(VorbisDecoder(vorbis::Decoder::new(input)?)) in new()
40 Some(Err(vorbis::VorbisError::Hole)) => (), in next_packet()
57 impl From<vorbis::VorbisError> for VorbisError {
58 fn from(err: vorbis::VorbisError) -> VorbisError { in from()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-audio-0.1.1/src/
H A Dlibvorbis_decoder.rs2 extern crate librespot_tremor as vorbis;
4 extern crate vorbis;
10 pub struct VorbisDecoder<R: Read + Seek>(vorbis::Decoder<R>);
11 pub struct VorbisPacket(vorbis::Packet);
12 pub struct VorbisError(vorbis::VorbisError);
19 Ok(VorbisDecoder(vorbis::Decoder::new(input)?)) in new()
40 Some(Err(vorbis::VorbisError::Hole)) => (), in next_packet()
57 impl From<vorbis::VorbisError> for VorbisError {
58 fn from(err: vorbis::VorbisError) -> VorbisError { in from()
/dports/audio/moc/moc-2.5.2/decoder_plugins/vorbis/
H A Dvorbis.m41 dnl vorbis
3 AC_ARG_WITH(vorbis, AS_HELP_STRING([--without-vorbis], optwith
14 DECODER_PLUGINS="$DECODER_PLUGINS vorbis(tremor)"],
20 [ogg >= 1.0 vorbis >= 1.0 vorbisfile >= 1.0],
24 DECODER_PLUGINS="$DECODER_PLUGINS vorbis"],
30 AC_CONFIG_FILES([decoder_plugins/vorbis/Makefile])
/dports/audio/mixxx/mixxx-2.3.0/cmake/modules/
H A DFindVorbis.cmake30 The directory containing ``vorbis/vorbis.h``.
32 The directory containing ``vorbis/vorbisenc.h``.
34 The directory containing ``vorbis/vorbisfile.h``.
36 The path to the vorbis library.
42 Libraries needed to link to vorbis.
47 NAMES vorbis/codec.h
53 NAMES vorbis/vorbisenc.h
59 NAMES vorbis/vorbisfile.h
65 NAMES vorbis
80 set(Vorbis_FIND_COMPONENTS "vorbis;vorbisenc;vorbisfile")

12345678910>>...139