|
FFmpeg
|
#include <float.h>#include <time.h>#include "avformat.h"#include "avio.h"#include "avio_internal.h"#include "internal.h"#include "libavutil/avassert.h"#include "libavutil/log.h"#include "libavutil/opt.h"#include "libavutil/avstring.h"#include "libavutil/parseutils.h"#include "libavutil/mathematics.h"#include "libavutil/time_internal.h"#include "libavutil/timestamp.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 | chunk_mux_init (AVFormatContext *s) |
| static int | get_chunk_filename (AVFormatContext *s, int is_header, 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) |
Variables | |
| static const AVOption | options [] |
| #define MAX_FILENAME_SIZE 1024 |
Definition at line 45 of file webm_chunk.c.
| #define OFFSET | ( | x | ) | offsetof(WebMChunkContext, x) |
Definition at line 265 of file webm_chunk.c.
|
static |
Definition at line 60 of file webm_chunk.c.
Referenced by webm_chunk_write_header().
|
static |
Definition at line 87 of file webm_chunk.c.
Referenced by chunk_end(), and webm_chunk_write_header().
|
static |
Definition at line 115 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 212 of file webm_chunk.c.
|
static |
Definition at line 245 of file webm_chunk.c.
|
static |
Definition at line 266 of file webm_chunk.c.
Referenced by chunk_end(), and webm_chunk_write_header().
1.8.17