FFmpeg
|
#include "avformat.h"
#include "avio.h"
#include "avio_internal.h"
#include "internal.h"
#include "mux.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 |
const FFOutputFormat | ff_webm_chunk_muxer |
#define MAX_FILENAME_SIZE 1024 |
Definition at line 37 of file webm_chunk.c.
#define OFFSET | ( | x | ) | offsetof(WebMChunkContext, x) |
Definition at line 279 of file webm_chunk.c.
|
static |
Definition at line 51 of file webm_chunk.c.
|
static |
Definition at line 135 of file webm_chunk.c.
Referenced by chunk_end().
|
static |
Definition at line 149 of file webm_chunk.c.
|
static |
Definition at line 166 of file webm_chunk.c.
Referenced by g2m_decode_frame(), parse_chunk(), roqvideo_decode_frame(), webm_chunk_write_packet(), and webm_chunk_write_trailer().
|
static |
Definition at line 179 of file webm_chunk.c.
Referenced by decode_lsp(), webm_chunk_write_packet(), and webm_chunk_write_trailer().
|
static |
Definition at line 215 of file webm_chunk.c.
|
static |
Definition at line 247 of file webm_chunk.c.
|
static |
Definition at line 264 of file webm_chunk.c.
|
static |
Definition at line 280 of file webm_chunk.c.
Referenced by chunk_end().
|
static |
Definition at line 288 of file webm_chunk.c.
const FFOutputFormat ff_webm_chunk_muxer |
Definition at line 295 of file webm_chunk.c.