|
| static int | ogg_write_trailer (AVFormatContext *s) |
| |
| static void | ogg_cleanup_stream (AVStream *st) |
| |
| static void | ogg_write_page (AVFormatContext *s, OGGPage *page, int extra_flags) |
| |
| static int | ogg_key_granule (OGGStreamContext *oggstream, int64_t granule) |
| |
| static int64_t | ogg_granule_to_timestamp (OGGStreamContext *oggstream, int64_t granule) |
| |
| static int | ogg_compare_granule (AVFormatContext *s, OGGPage *next, OGGPage *page) |
| |
| static int | ogg_reset_cur_page (OGGStreamContext *oggstream) |
| |
| static int | ogg_buffer_page (AVFormatContext *s, OGGStreamContext *oggstream) |
| |
| static int | ogg_buffer_data (AVFormatContext *s, AVStream *st, const uint8_t *data, unsigned size, int64_t granule, int header) |
| |
| static uint8_t * | ogg_write_vorbiscomment (int64_t offset, int bitexact, int *header_len, AVDictionary **m, int framing_bit, AVChapter **chapters, unsigned int nb_chapters) |
| |
| static int | ogg_build_flac_headers (AVCodecParameters *par, OGGStreamContext *oggstream, int bitexact, AVDictionary **m) |
| |
| static int | ogg_build_speex_headers (AVCodecParameters *par, OGGStreamContext *oggstream, int bitexact, AVDictionary **m) |
| |
| static int | ogg_build_opus_headers (AVCodecParameters *par, OGGStreamContext *oggstream, int bitexact, AVDictionary **m, AVChapter **chapters, unsigned int nb_chapters) |
| |
| static int | ogg_build_vp8_headers (AVFormatContext *s, AVStream *st, OGGStreamContext *oggstream, int bitexact) |
| |
| static void | ogg_write_pages (AVFormatContext *s, int flush) |
| |
| static int | ogg_init (AVFormatContext *s) |
| |
| static int | ogg_write_header (AVFormatContext *s) |
| |
| static int | ogg_check_new_metadata (AVFormatContext *s, AVPacket *pkt) |
| |
| static int | ogg_write_packet_internal (AVFormatContext *s, AVPacket *pkt) |
| |
| static int | ogg_write_packet (AVFormatContext *s, AVPacket *pkt) |
| |
| static void | ogg_free (AVFormatContext *s) |
| |