Home
last modified time | relevance | path

Searched refs:AVChapter (Results 1 – 24 of 24) sorted by relevance

/third_party/ffmpeg/libavformat/
Dvorbiscomment.h38 AVChapter **chapters, unsigned int nb_chapters);
53 AVChapter **chapters, unsigned int nb_chapters);
Dvorbiscomment.c42 AVChapter **chapters, unsigned int nb_chapters) in ff_vorbiscomment_length()
67 AVChapter **chapters, unsigned int nb_chapters) in ff_vorbiscomment_write()
92 AVChapter *chp = chapters[i]; in ff_vorbiscomment_write()
Dffmetadec.c99 static AVChapter *read_chapter(AVFormatContext *s) in read_chapter()
195 AVChapter *ch = read_chapter(s); in read_header()
Dinternal.h559 AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base,
561 AVChapter *avpriv_new_chapter(AVFormatContext *s, int64_t id, AVRational time_base,
Dffmetaenc.c73 AVChapter *ch = s->chapters[i]; in write_trailer()
Davformat.h1187 typedef struct AVChapter { struct
1196 } AVChapter; typedef
1466 AVChapter **chapters;
Doggenc.c276 AVChapter **chapters, unsigned int nb_chapters) in ogg_write_vorbiscomment()
370 AVDictionary **m, AVChapter **chapters, in ogg_build_opus_headers()
Dutils.c3266 AVChapter *ch1 = *(AVChapter**)p1;
3267 AVChapter *ch2 = *(AVChapter**)p2;
3278 AVChapter **timetable = av_malloc(s->nb_chapters * sizeof(*timetable));
3293 AVChapter *ch = timetable[i];
3299 AVChapter *ch1 = timetable[i + 1];
4675 AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base,
4677 AVChapter *avpriv_new_chapter(AVFormatContext *s, int64_t id, AVRational time_base,
4681 AVChapter *chapter = NULL;
4699 chapter = av_mallocz(sizeof(AVChapter));
Did3v2enc.c294 AVChapter *ch = s->chapters[id]; in write_chapter()
Daadec.c327 AVChapter *ch; in aa_read_seek()
Doggparsevorbis.c45 AVChapter *chapter = NULL; in ogm_chapter()
Dnutenc.c569 AVChapter *ch = nut->avf->chapters[id]; in write_chapter()
753 AVChapter *ch = s->chapters[i]; in nut_write_header()
Ddump.c692 const AVChapter *ch = ic->chapters[i]; in av_dump_format()
Did3v2.c1248 AVChapter *chapter; in ff_id3v2_parse_chapters()
Dasfenc.c359 AVChapter *c = s->chapters[i]; in asf_write_markers()
Dnutdec.c506 AVChapter *chapter = NULL; in decode_info_header()
Dmatroskaenc.c1668 const AVChapter *c = s->chapters[i]; in mkv_write_chapters()
Dmovenc.c4043 AVChapter *c = s->chapters[i]; in mov_write_chpl_tag()
6254 AVChapter *c = s->chapters[i]; in mov_create_chapter_track()
Dmatroskadec.c292 AVChapter *chapter;
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c2062 AVChapter **tmp; in copy_chapters()
2071 AVChapter *in_ch = is->chapters[i], *out_ch; in copy_chapters()
2084 out_ch = av_mallocz(sizeof(AVChapter)); in copy_chapters()
Dffplay.c3260 AVChapter *ch = is->ic->chapters[i]; in seek_chapter()
Dffprobe.c2869 AVChapter *chapter = fmt_ctx->chapters[i]; in show_chapters()
Dffmpeg.c3301 AVChapter *c = avf->chapters[j]; in parse_forced_key_frames()
/third_party/ffmpeg/doc/
DAPIchanges28 AVChapter.id will be changed from int to int64_t
3372 - AVChapter.title