H A D | oggenc.c | 276 static uint8_t *ogg_write_vorbiscomment(int64_t offset, int bitexact, in ogg_write_vorbiscomment() argument 280 const char *vendor = bitexact ? "ffmpeg" : LIBAVFORMAT_IDENT; in ogg_write_vorbiscomment() 304 OGGStreamContext *oggstream, int bitexact, in ogg_build_flac_headers() 329 p = ogg_write_vorbiscomment(4, bitexact, &oggstream->header_len[1], m, 0, NULL, 0); in ogg_build_flac_headers() 342 OGGStreamContext *oggstream, int bitexact, in ogg_build_speex_headers() 360 p = ogg_write_vorbiscomment(0, bitexact, &oggstream->header_len[1], m, 0, NULL, 0); in ogg_build_speex_headers() 371 OGGStreamContext *oggstream, int bitexact, 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() 401 OGGStreamContext *oggstream, int bitexact) in ogg_build_vp8_headers() 434 p = ogg_write_vorbiscomment(7, bitexact, in ogg_build_vp8_headers() 303 ogg_build_flac_headers(AVCodecParameters *par, OGGStreamContext *oggstream, int bitexact, AVDictionary **m) ogg_build_flac_headers() argument 341 ogg_build_speex_headers(AVCodecParameters *par, OGGStreamContext *oggstream, int bitexact, AVDictionary **m) ogg_build_speex_headers() 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 400 ogg_build_vp8_headers(AVFormatContext *s, AVStream *st, OGGStreamContext *oggstream, int bitexact) ogg_build_vp8_headers() argument [all...] |