Home
last modified time | relevance | path

Searched refs:ogg (Results 1 - 25 of 30) sorted by relevance

12

/third_party/ffmpeg/libavformat/
H A Doggdec.c68 struct ogg *ogg = s->priv_data; in free_stream() local
69 struct ogg_stream *stream = &ogg->streams[i]; in free_stream()
84 struct ogg *ogg = s->priv_data; in ogg_save() local
86 av_malloc(sizeof(*ost) + (ogg->nstreams - 1) * sizeof(*ogg->streams)); in ogg_save()
94 ost->curidx = ogg->curidx; in ogg_save()
95 ost->next = ogg->state; in ogg_save()
96 ost->nstreams = ogg in ogg_save()
120 struct ogg *ogg = s->priv_data; ogg_restore() local
159 struct ogg *ogg = s->priv_data; ogg_reset() local
212 struct ogg *ogg = s->priv_data; ogg_replace_stream() local
250 struct ogg *ogg = s->priv_data; ogg_new_stream() local
289 data_packets_seen(const struct ogg *ogg) data_packets_seen() argument
316 struct ogg *ogg = s->priv_data; ogg_read_page() local
501 struct ogg *ogg = s->priv_data; ogg_packet() local
643 struct ogg *ogg = s->priv_data; ogg_get_length() local
712 struct ogg *ogg = s->priv_data; ogg_read_close() local
727 struct ogg *ogg = s->priv_data; ogg_read_header() local
770 struct ogg *ogg = s->priv_data; ogg_calc_pts() local
800 struct ogg *ogg = s->priv_data; ogg_validate_keyframe() local
821 struct ogg *ogg; ogg_read_packet() local
892 struct ogg *ogg = s->priv_data; ogg_read_timestamp() local
933 struct ogg *ogg = s->priv_data; ogg_read_seek() local
[all...]
H A Doggparsedirac.c30 struct ogg *ogg = s->priv_data; in dirac_header() local
31 struct ogg_stream *os = ogg->streams + idx; in dirac_header()
70 struct ogg *ogg = s->priv_data; in dirac_gptopts() local
71 struct ogg_stream *os = ogg->streams + idx; in dirac_gptopts()
88 struct ogg *ogg = s->priv_data; in old_dirac_header() local
89 struct ogg_stream *os = ogg->streams + idx; in old_dirac_header()
105 struct ogg *og in old_dirac_gptopts() local
[all...]
H A Doggdec.h101 struct ogg { struct
155 ogg_find_stream (struct ogg * ogg, int serial) in ogg_find_stream() argument
159 for (i = 0; i < ogg->nstreams; i++) in ogg_find_stream()
160 if (ogg->streams[i].serial == serial) in ogg_find_stream()
169 struct ogg *ogg = s->priv_data; in ogg_gptopts() local
170 struct ogg_stream *os = ogg->streams + i; in ogg_gptopts()
H A Doggparsevp8.c32 struct ogg *ogg = s->priv_data; in vp8_header() local
33 struct ogg_stream *os = ogg->streams + idx; in vp8_header()
82 struct ogg *ogg = s->priv_data; in vp8_gptopts() local
83 struct ogg_stream *os = ogg->streams + idx; in vp8_gptopts()
103 struct ogg *ogg = s->priv_data; in vp8_packet() local
104 struct ogg_stream *os = ogg->streams + idx; in vp8_packet()
H A Doggparsetheora.c40 struct ogg *ogg = s->priv_data; in theora_header() local
41 struct ogg_stream *os = ogg->streams + idx; in theora_header()
148 struct ogg *ogg = ctx->priv_data; in theora_gptopts() local
149 struct ogg_stream *os = ogg->streams + idx; in theora_gptopts()
173 struct ogg *ogg = s->priv_data; in theora_packet() local
174 struct ogg_stream *os = ogg->streams + idx; in theora_packet()
H A Doggparseogm.c39 struct ogg *ogg = s->priv_data; in ogm_header() local
40 struct ogg_stream *os = ogg->streams + idx; in ogm_header()
133 struct ogg *ogg = s->priv_data; in ogm_dshow_header() local
134 struct ogg_stream *os = ogg->streams + idx; in ogm_dshow_header()
174 struct ogg *ogg = s->priv_data; in ogm_packet() local
175 struct ogg_stream *os = ogg->streams + idx; in ogm_packet()
H A Doggparsespeex.c39 struct ogg *ogg = s->priv_data; in speex_header() local
40 struct ogg_stream *os = ogg->streams + idx; in speex_header()
115 struct ogg *ogg = s->priv_data; in speex_packet() local
116 struct ogg_stream *os = ogg->streams + idx; in speex_packet()
H A Doggparseflac.c33 struct ogg *ogg = s->priv_data; in flac_header() local
34 struct ogg_stream *os = ogg->streams + idx; in flac_header()
83 struct ogg *ogg = s->priv_data; in old_flac_header() local
85 struct ogg_stream *os = ogg->streams + idx; in old_flac_header()
H A Doggparseskeleton.c28 struct ogg *ogg = s->priv_data; in skeleton_header() local
29 struct ogg_stream *os = ogg->streams + idx; in skeleton_header()
77 target_idx = ogg_find_stream(ogg, AV_RL32(buf+12)); in skeleton_header()
83 os = ogg->streams + target_idx; in skeleton_header()
H A Doggparsevorbis.c254 struct ogg *ogg = s->priv_data; in vorbis_cleanup() local
255 struct ogg_stream *os = ogg->streams + idx; in vorbis_cleanup()
267 struct ogg *ogg = s->priv_data; in vorbis_update_metadata() local
268 struct ogg_stream *os = ogg->streams + idx; in vorbis_update_metadata()
297 struct ogg *ogg = s->priv_data; in vorbis_header() local
299 struct ogg_stream *os = ogg->streams + idx; in vorbis_header()
411 struct ogg *og in vorbis_packet() local
[all...]
H A Doggenc.c176 OGGContext *ogg = s->priv_data; in ogg_buffer_page() local
177 OGGPageList **p = &ogg->page_list; in ogg_buffer_page()
204 OGGContext *ogg = s->priv_data; in ogg_buffer_data() local
262 if ((ogg->pref_size > 0 && page->size >= ogg->pref_size) || in ogg_buffer_data()
263 (ogg->pref_duration > 0 && next - start >= ogg->pref_duration)) { in ogg_buffer_data()
314 oggstream->header[0] = av_mallocz(51); // per ogg flac specs in ogg_build_flac_headers()
451 OGGContext *ogg = s->priv_data; in ogg_write_pages() local
454 if (!ogg in ogg_write_pages()
473 OGGContext *ogg = s->priv_data; ogg_init() local
722 OGGContext *ogg = s->priv_data; ogg_free() local
[all...]
H A Doggparseopus.c40 struct ogg *ogg = avf->priv_data; in opus_header() local
41 struct ogg_stream *os = &ogg->streams[idx]; in opus_header()
113 struct ogg *ogg = avf->priv_data; in opus_packet() local
114 struct ogg_stream *os = &ogg->streams[idx]; in opus_packet()
H A Doggparsecelt.c35 struct ogg *ogg = s->priv_data; in celt_header() local
36 struct ogg_stream *os = ogg->streams + idx; in celt_header()
/third_party/ffmpeg/tests/fate/
H A Dvorbis.mak2 fate-vorbis-encode: CMD = enc_dec_pcm ogg wav s16le $(TARGET_SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav -c:a vorbis -strict experimental
10 fate-vorbis-1: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/1.0.1-test_small.ogg
14 fate-vorbis-2: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/1.0-test_small.ogg
18 fate-vorbis-3: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/beta3-test_small.ogg
22 fate-vorbis-4: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/beta4-test_small.ogg
26 fate-vorbis-5: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/chain-test1_small.ogg
30 fate-vorbis-6: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/chain-test2_small.ogg
34 fate-vorbis-7: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/highrate-test_small.ogg
38 fate-vorbis-8: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/lsp-test2_small.ogg
42 fate-vorbis-9: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/lsp-test3_small.ogg
[all...]
H A Dcover-art.mak13 FATE_COVER_ART-$(CONFIG_OGG_DEMUXER) += fate-cover-art-ogg
14 fate-cover-art-ogg: CMD = md5 -i $(TARGET_SAMPLES)/cover_art/ogg_vorbiscomment_cover.opus -map 0:v -c:v copy -f rawvideo
15 fate-cover-art-ogg: REF = 7f117e073620eabb4ed02680cf70af41
58 fate-cover-art-flac-remux: CMD = transcode mov $(TARGET_SAMPLES)/lossless-audio/inside.m4a flac "-map 0 -map 1:v -map 1:v -af channelmap=channel_layout=FL+FC,aresample -c:a flac -multi_dim_quant 1 -c:v:0 copy -metadata:s:v:0 comment=Illustration -metadata:s:v:0 title=OpenMusic -filter:v:1 scale -c:v:1 png -metadata:s:v:1 title=landscape -c:v:2 copy -filter:v:3 scale -metadata:s:v:2 title=portrait -c:v:3 bmp -metadata:s:v:3 comment=Conductor -c:v:4 copy -t 0.4" "-map 0 -map 0:a -c:a:0 copy -c:v copy" "-show_entries format_tags:stream_tags:stream_disposition=attached_pic:stream=index,codec_name" "-f ogg -i $(TARGET_SAMPLES)/cover_art/ogg_vorbiscomment_cover.opus"
H A Dlavf-audio.mak6 FATE_LAVF_AUDIO-$(call ENCDEC, FLAC, OGG) += ogg
31 fate-lavf-ogg: CMD = lavf_audio "" "-c:a flac"
H A Dlavf-container.mak72 FATE_LAVF_CONTAINER_FATE-$(call ALLYES, MATROSKA_DEMUXER OGG_MUXER) += vp3.ogg
73 FATE_LAVF_CONTAINER_FATE-$(call ALLYES, MATROSKA_DEMUXER OGV_MUXER) += vp8.ogg
87 fate-lavf-fate-vp3.ogg: CMD = lavf_container_fate "vp3/coeff_level64.mkv" "-idct auto"
88 fate-lavf-fate-vp8.ogg: CMD = lavf_container_fate "vp8/RRSF49-short.webm" "" "-acodec copy"
H A Dffmpeg.mak140 fate-limited_input_seek: CMD = md5 -ss 1.5 -t 1.3 -i $(TARGET_SAMPLES)/vorbis/moog_small.ogg -c:a copy -fflags +bitexact -f ogg
141 fate-limited_input_seek-copyts: CMD = md5 -ss 1.5 -t 1.3 -i $(TARGET_SAMPLES)/vorbis/moog_small.ogg -c:a copy -copyts -fflags +bitexact -f ogg
H A Ddemux.mak101 fate-oggopus-demux: CMD = ffprobe_demux $(TARGET_SAMPLES)/ogg/intro-partial.opus
104 fate-oggvp8-demux: CMD = framecrc -i $(TARGET_SAMPLES)/ogg/videotest.ogv -c:v copy
H A Dmatroska.mak52 # This test tests demuxing Vorbis and chapters from ogg and muxing it in and
58 fate-webm-dash-chapters: CMD = transcode ogg $(TARGET_SAMPLES)/vorbis/vorbis_chapter_extension_demo.ogg webm "-c copy -cluster_time_limit 1500 -dash 1 -dash_track_number 124 -reserve_index_space 400" "-c copy -t 0.5" -show_chapters
/third_party/libsnd/Scripts/
H A Dstatic-deps-build.mk55 rm -f Build/Stamp/install Build/Stamp/extract Build/Stamp/sha256sum Build/Stamp/build-ogg
66 (cd $(tarball_dir) && wget $(download_url)ogg/$(ogg_tarball) -O $(ogg_tarball))
94 Build/Stamp/build-ogg : Build/Stamp/sha256sum
97 (cd Build && git clone https://github.com/xiph/ogg $(ogg_version))
106 Build/Stamp/install-libs : Build/Stamp/extract Build/Stamp/build-ogg
/third_party/libsnd/src/
H A Dogg_pcm.c41 #include <ogg/ogg.h>
43 #include "ogg.h"
H A Dogg_vcomment.c32 #include <ogg/ogg.h>
231 ** = 254 so that we get the most out of the ogg segment lacing. in vorbiscomment_write_tags()
H A Dogg_speex.c41 #include <ogg/ogg.h>
48 #include "ogg.h"
168 /* Reset ogg stuff which has already been used in src/ogg.c. */ in spx_read_header()
184 /* Get a pointer to the ogg buffer and read data into it. */ in spx_read_header()
H A Dogg.c76 #include <ogg/ogg.h>
78 #include "ogg.h"
95 * - [https://xiph.org/ogg/doc/oggstream.html]
96 * - [https://xiph.org/ogg/doc/framing.html]
154 ** The ogg standard requires that the first pages of a physical ogg in ogg_read_first_page()

Completed in 11 milliseconds

12