|
FFmpeg
|
#include "avformat.h"#include "avio.h"#include "avio_internal.h"#include "internal.h"#include "mux.h"#include "libavutil/attributes_internal.h"#include "libavutil/bprint.h"#include "libavutil/log.h"#include "libavutil/mem.h"#include "libavutil/opt.h"#include "libavutil/mathematics.h"Go to the source code of this file.
Data Structures | |
| struct | WebMChunkContext |
Macros | |
| #define | OFFSET(x) |
Functions | |
| static int | webm_chunk_init (AVFormatContext *s) |
| static int | get_chunk_filename (AVFormatContext *s, AVBPrint *filename) |
| 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 OFFSET | ( | x | ) |
Definition at line 276 of file webm_chunk.c.
|
static |
Definition at line 52 of file webm_chunk.c.
|
static |
Definition at line 133 of file webm_chunk.c.
Referenced by chunk_end().
|
static |
Definition at line 144 of file webm_chunk.c.
|
static |
Definition at line 161 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 174 of file webm_chunk.c.
Referenced by decode_lsp(), webm_chunk_write_packet(), and webm_chunk_write_trailer().
|
static |
Definition at line 212 of file webm_chunk.c.
|
static |
Definition at line 244 of file webm_chunk.c.
|
static |
Definition at line 261 of file webm_chunk.c.
|
static |
Definition at line 277 of file webm_chunk.c.
|
static |
Definition at line 285 of file webm_chunk.c.
| const FFOutputFormat ff_webm_chunk_muxer |
Definition at line 292 of file webm_chunk.c.