Searched refs:AVChapter (Results 1 – 24 of 24) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | vorbiscomment.h | 38 AVChapter **chapters, unsigned int nb_chapters); 53 AVChapter **chapters, unsigned int nb_chapters);
|
D | vorbiscomment.c | 42 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()
|
D | ffmetadec.c | 99 static AVChapter *read_chapter(AVFormatContext *s) in read_chapter() 195 AVChapter *ch = read_chapter(s); in read_header()
|
D | internal.h | 559 AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base, 561 AVChapter *avpriv_new_chapter(AVFormatContext *s, int64_t id, AVRational time_base,
|
D | ffmetaenc.c | 73 AVChapter *ch = s->chapters[i]; in write_trailer()
|
D | avformat.h | 1187 typedef struct AVChapter { struct 1196 } AVChapter; typedef 1466 AVChapter **chapters;
|
D | oggenc.c | 276 AVChapter **chapters, unsigned int nb_chapters) in ogg_write_vorbiscomment() 370 AVDictionary **m, AVChapter **chapters, in ogg_build_opus_headers()
|
D | utils.c | 3266 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));
|
D | id3v2enc.c | 294 AVChapter *ch = s->chapters[id]; in write_chapter()
|
D | aadec.c | 327 AVChapter *ch; in aa_read_seek()
|
D | oggparsevorbis.c | 45 AVChapter *chapter = NULL; in ogm_chapter()
|
D | nutenc.c | 569 AVChapter *ch = nut->avf->chapters[id]; in write_chapter() 753 AVChapter *ch = s->chapters[i]; in nut_write_header()
|
D | dump.c | 692 const AVChapter *ch = ic->chapters[i]; in av_dump_format()
|
D | id3v2.c | 1248 AVChapter *chapter; in ff_id3v2_parse_chapters()
|
D | asfenc.c | 359 AVChapter *c = s->chapters[i]; in asf_write_markers()
|
D | nutdec.c | 506 AVChapter *chapter = NULL; in decode_info_header()
|
D | matroskaenc.c | 1668 const AVChapter *c = s->chapters[i]; in mkv_write_chapters()
|
D | movenc.c | 4043 AVChapter *c = s->chapters[i]; in mov_write_chpl_tag() 6254 AVChapter *c = s->chapters[i]; in mov_create_chapter_track()
|
D | matroskadec.c | 292 AVChapter *chapter;
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_opt.c | 2062 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()
|
D | ffplay.c | 3260 AVChapter *ch = is->ic->chapters[i]; in seek_chapter()
|
D | ffprobe.c | 2869 AVChapter *chapter = fmt_ctx->chapters[i]; in show_chapters()
|
D | ffmpeg.c | 3301 AVChapter *c = avf->chapters[j]; in parse_forced_key_frames()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 28 AVChapter.id will be changed from int to int64_t 3372 - AVChapter.title
|