|
FFmpeg
4.4.6
|
#include "avformat.h"#include "avio.h"#include "avio_internal.h"#include "internal.h"#include "libavutil/log.h"#include "libavutil/opt.h"#include "libavutil/mathematics.h"Go to the source code of this file.
Data Structures | |
| struct | WebMChunkContext |
Macros | |
| #define | MAX_FILENAME_SIZE 1024 |
| #define | OFFSET(x) offsetof(WebMChunkContext, x) |
Functions | |
| static int | webm_chunk_init (AVFormatContext *s) |
| static int | get_chunk_filename (AVFormatContext *s, char filename[MAX_FILENAME_SIZE]) |
| static int | webm_chunk_write_header (AVFormatContext *s) |
| static int | chunk_start (AVFormatContext *s) |
| static int | chunk_end (AVFormatContext *s, int flush) |
| static int | webm_chunk_write_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | webm_chunk_write_trailer (AVFormatContext *s) |
| static void | webm_chunk_deinit (AVFormatContext *s) |
Variables | |
| static const AVOption | options [] |
| static const AVClass | webm_chunk_class |
| AVOutputFormat | ff_webm_chunk_muxer |
| #define MAX_FILENAME_SIZE 1024 |
Definition at line 36 of file webm_chunk.c.
| #define OFFSET | ( | x | ) | offsetof(WebMChunkContext, x) |
Definition at line 282 of file webm_chunk.c.
|
static |
Definition at line 50 of file webm_chunk.c.
|
static |
Definition at line 141 of file webm_chunk.c.
Referenced by chunk_end().
|
static |
Definition at line 155 of file webm_chunk.c.
|
static |
Definition at line 169 of file webm_chunk.c.
Referenced by g2m_decode_frame(), roqvideo_decode_frame(), webm_chunk_write_packet(), and webm_chunk_write_trailer().
|
static |
Definition at line 182 of file webm_chunk.c.
Referenced by decode_lsp(), webm_chunk_write_packet(), and webm_chunk_write_trailer().
|
static |
Definition at line 218 of file webm_chunk.c.
|
static |
Definition at line 250 of file webm_chunk.c.
|
static |
Definition at line 267 of file webm_chunk.c.
|
static |
Definition at line 283 of file webm_chunk.c.
Referenced by chunk_end().
|
static |
Definition at line 291 of file webm_chunk.c.
| AVOutputFormat ff_webm_chunk_muxer |
Definition at line 298 of file webm_chunk.c.