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 AVOutputFormat | 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 277 of file webm_chunk.c.
|
static |
Definition at line 51 of file webm_chunk.c.
|
static |
Definition at line 136 of file webm_chunk.c.
Referenced by chunk_end().
|
static |
Definition at line 150 of file webm_chunk.c.
|
static |
Definition at line 164 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 177 of file webm_chunk.c.
Referenced by decode_lsp(), webm_chunk_write_packet(), and webm_chunk_write_trailer().
|
static |
Definition at line 213 of file webm_chunk.c.
|
static |
Definition at line 245 of file webm_chunk.c.
|
static |
Definition at line 262 of file webm_chunk.c.
|
static |
Definition at line 278 of file webm_chunk.c.
Referenced by chunk_end().
|
static |
Definition at line 286 of file webm_chunk.c.
const AVOutputFormat ff_webm_chunk_muxer |
Definition at line 293 of file webm_chunk.c.