Home
last modified time | relevance | path

Searched refs:chapters (Results 1 - 25 of 35) sorted by relevance

12

/third_party/ffmpeg/doc/
H A Dtexi2pod.pl30 %chapters = ();
121 $chapters{$chapter_name} .= postprocess($chapter) if ($chapter_name);
125 $chapters{$chapter_name} = "" unless exists $chapters{$chapter_name};
133 $chapters{$chapter_name} .= postprocess($chapter) if ($chapter_name);
347 $chapters{NAME} = "$fn \- $tl\n";
348 $chapters{FOOTNOTES} .= "=back\n" if exists $chapters{FOOTNOTES};
352 if (exists $chapters{$chapter}) {
355 print scalar unmunge ($chapters{
[all...]
/third_party/ffmpeg/libavformat/
H A Dvorbiscomment.c42 AVChapter **chapters, unsigned int nb_chapters) in ff_vorbiscomment_length()
46 if (chapters && nb_chapters) { in ff_vorbiscomment_length()
50 while ((tag = av_dict_get(chapters[i]->metadata, "", tag, AV_DICT_IGNORE_SUFFIX))) { in ff_vorbiscomment_length()
67 AVChapter **chapters, unsigned int nb_chapters) in ff_vorbiscomment_write()
73 if (chapters && nb_chapters) { in ff_vorbiscomment_write()
75 cm_count += av_dict_count(chapters[i]->metadata) + 1; in ff_vorbiscomment_write()
93 AVChapter *chp = chapters[i]; in ff_vorbiscomment_write()
112 while ((tag = av_dict_get(chapters[i]->metadata, "", tag, AV_DICT_IGNORE_SUFFIX))) { in ff_vorbiscomment_write()
41 ff_vorbiscomment_length(const AVDictionary *m, const char *vendor_string, AVChapter **chapters, unsigned int nb_chapters) ff_vorbiscomment_length() argument
65 ff_vorbiscomment_write(AVIOContext *pb, const AVDictionary *m, const char *vendor_string, AVChapter **chapters, unsigned int nb_chapters) ff_vorbiscomment_write() argument
H A Dvorbiscomment.h38 AVChapter **chapters, unsigned int nb_chapters);
42 * in advance by passing the same chapters, AVDictionary and vendor_string to
48 * @param chapters The chapters to write.
49 * @param nb_chapters The number of chapters to write.
53 AVChapter **chapters, unsigned int nb_chapters);
H A Dffmetadec.c113 start = (s->nb_chapters && s->chapters[s->nb_chapters - 1]->end != AV_NOPTS_VALUE) ? in read_chapter()
114 s->chapters[s->nb_chapters - 1]->end : 0; in read_chapter()
209 s->duration = av_rescale_q(s->chapters[s->nb_chapters - 1]->end, in read_header()
210 s->chapters[s->nb_chapters - 1]->time_base, in read_header()
H A Dflacdec.c126 int i, chapters, track, ti; in flac_read_header() local
130 chapters = bytestream_get_byte(&offset) - 1; in flac_read_header()
131 if (chapters <= 0) in flac_read_header()
133 for (i = 0; i < chapters; i++) { in flac_read_header()
H A Ddemux_utils.c56 } else if (!si->chapter_ids_monotonic || s->chapters[s->nb_chapters-1]->id >= id) { in avpriv_new_chapter()
58 if (s->chapters[i]->id == id) in avpriv_new_chapter()
59 chapter = s->chapters[i]; in avpriv_new_chapter()
68 ret = av_dynarray_add_nofree(&s->chapters, &s->nb_chapters, chapter); in avpriv_new_chapter()
H A Doggenc.c278 AVChapter **chapters, unsigned int nb_chapters) in ogg_write_vorbiscomment()
287 size = offset + ff_vorbiscomment_length(*m, vendor, chapters, nb_chapters) + framing_bit; in ogg_write_vorbiscomment()
295 ff_vorbiscomment_write(&pb.pub, *m, vendor, chapters, nb_chapters); in ogg_write_vorbiscomment()
372 AVDictionary **m, AVChapter **chapters, in ogg_build_opus_headers()
389 p = ogg_write_vorbiscomment(8, bitexact, &oggstream->header_len[1], m, 0, chapters, nb_chapters); in ogg_build_opus_headers()
546 &st->metadata, s->chapters, s->nb_chapters); in ogg_init()
276 ogg_write_vorbiscomment(int64_t offset, int bitexact, int *header_len, AVDictionary **m, int framing_bit, AVChapter **chapters, unsigned int nb_chapters) ogg_write_vorbiscomment() argument
370 ogg_build_opus_headers(AVCodecParameters *par, OGGStreamContext *oggstream, int bitexact, AVDictionary **m, AVChapter **chapters, unsigned int nb_chapters) ogg_build_opus_headers() argument
H A Dmetadata.c67 ff_metadata_conv(&ctx->chapters[i]->metadata, d_conv, s_conv); in ff_metadata_conv_ctx()
H A Daadec.c300 while (chapter_idx < s->nb_chapters && timestamp >= s->chapters[chapter_idx]->end) { in aa_read_seek()
307 timestamp = s->chapters[chapter_idx]->end; in aa_read_seek()
310 ch = s->chapters[chapter_idx]; in aa_read_seek()
H A Dffmetaenc.c73 AVChapter *ch = s->chapters[i]; in write_trailer()
H A Doggparsevorbis.c59 if (as->chapters[i]->id == cnum) { in ogm_chapter()
60 chapter = as->chapters[i]; in ogm_chapter()
H A Dmatroskadec.c389 EbmlList chapters; member
667 { MATROSKA_ID_CHAPTERATOM, EBML_NEST, 0, sizeof(MatroskaChapter), offsetof(MatroskaDemuxContext, chapters), { .n = matroska_chapter_entry } },
1852 MatroskaChapter *chapter = matroska->chapters.elem; in matroska_convert_tags()
1854 for (j = 0; j < matroska->chapters.nb_elem; j++) { in matroska_convert_tags()
3012 EbmlList *chapters_list = &matroska->chapters; in matroska_read_header()
3014 MatroskaChapter *chapters; in matroska_read_header() local
3138 chapters = chapters_list->elem; in matroska_read_header()
3140 if (chapters[i].start != AV_NOPTS_VALUE && chapters[i].uid && in matroska_read_header()
3141 (max_start == 0 || chapters[ in matroska_read_header()
[all...]
H A Davformat.c126 av_dict_free(&s->chapters[s->nb_chapters]->metadata); in avformat_free_context()
127 av_freep(&s->chapters[s->nb_chapters]); in avformat_free_context()
129 av_freep(&s->chapters); in avformat_free_context()
H A Did3v2enc.c295 AVChapter *ch = s->chapters[id]; in write_chapter()
H A Davformat.h214 * metadata, @ref AVFormatContext.chapters "chapters", @ref
1446 * Number of chapters in AVChapter array.
1447 * When muxing, chapters are normally written in the file header,
1449 * is called. Some muxers (e.g. mov and mkv) can also write chapters
1450 * in the trailer. To write chapters in the trailer, nb_chapters
1457 AVChapter **chapters; member
H A Dwavdec.c545 if (s->chapters[i]->id == id) { in wav_read_header()
546 av_dict_set(&s->chapters[i]->metadata, "title", cue_label, 0); in wav_read_header()
/third_party/ffmpeg/tests/fate/
H A Did3v2.mak7 FATE_ID3V2_FFMPEG_FFPROBE-$(call REMUX, AIFF, WAV_DEMUXER) += fate-id3v2-chapters
8 fate-id3v2-chapters: CMD = transcode wav $(TARGET_SAMPLES)/wav/200828-005.wav aiff "-c copy -metadata:c:0 description=foo -metadata:c:0 date=2021 -metadata:c copyright=none -metadata:c:1 genre=nonsense -write_id3v2 1" "-c copy -t 0.05" "-show_entries format_tags:chapters"
H A Dlavf-audio.mak42 FATE_WAV_FFPROBE-$(CONFIG_WAV_DEMUXER) += fate-wav-chapters
43 fate-wav-chapters: CMD = probechapters $(TARGET_SAMPLES)/wav/200828-005.wav
H A Dvorbis.mak92 FATE_VORBIS_FFPROBE-$(CONFIG_OGG_DEMUXER) += fate-vorbis-1833-chapters
93 fate-vorbis-1833-chapters: CMD = probechapters $(TARGET_SAMPLES)/vorbis/vorbis_chapter_extension_demo.ogg
H A Dmatroska.mak52 # This test tests demuxing Vorbis and chapters from ogg and muxing it in and
57 += fate-webm-dash-chapters
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
H A Dmov.mak134 += fate-mov-mp4-chapters
135 fate-mov-mp4-chapters: CMD = transcode ogg $(TARGET_SAMPLES)/vorbis/vorbis_chapter_extension_demo.ogg mp4 "-c copy" "-c copy -t 0.1" "-show_chapters"
/third_party/lz4/contrib/gen_manual/
H A Dgen_manual.cpp109 vector<string> input, lines, comments, chapters; in main() local
223 chapters.push_back(comments[0]); in main()
240 for (size_t i=0; i<chapters.size(); i++) in main()
241 ostream << "<li><a href=\"#Chapter" << i+1 << "\">" << chapters[i].c_str() << "</a></li>\n"; in main()
/third_party/vk-gl-cts/external/vulkan-docs/src/antora/
H A DMakefile48 `find ./gen ./chapters ./appendices -name '[A-Za-z]*.adoc' | grep -v /vulkanscdeviations.adoc` \
65 antora/modules/ROOT/pages/chapters \
/third_party/vk-gl-cts/external/vulkan-docs/src/
H A DMakefile180 # chapters - absolute path to chapter sources
197 -a chapters=$(SPECDIR)/chapters \
262 SPECFILES = $(wildcard $(SPECDIR)/chapters/[A-Za-z]*.adoc $(SPECDIR)/chapters/*/[A-Za-z]*.adoc $(SPECDIR)/appendices/[A-Za-z]*.adoc)
444 CHECK_WRITING = git grep -E -f $(ROOTDIR)/config/CI/writing $(SPECDIR)/registry.adoc $(SPECDIR)/vkspec.adoc $(SPECDIR)/chapters $(SPECDIR)/appendices
453 CHECK_BULLETS = git grep -E '^( | +)[-*]+ ' $(SPECDIR)/chapters $(SPECDIR)/appendices $(SPECDIR)/style $(SPECDIR)/[a-z]*.adoc
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c760 meta = &context->chapters[index]->metadata;\ in copy_metadata()
2226 tmp = av_realloc_f(os->chapters, is->nb_chapters + os->nb_chapters, sizeof(*os->chapters)); in copy_chapters()
2229 os->chapters = tmp; in copy_chapters()
2232 AVChapter *in_ch = is->chapters[i], *out_ch; in copy_chapters()
2257 os->chapters[os->nb_chapters++] = out_ch; in copy_chapters()
2876 /* copy chapters */ in open_output_file()
2879 /* copy chapters from the first input file that has them*/ in open_output_file()
3029 m = &oc->chapters[index]->metadata; in open_output_file()
3684 "set chapters mappin
[all...]

Completed in 27 milliseconds

12