FFmpeg
|
#include "config_components.h"
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/fifo.h"
#include "libavutil/log.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "libavcodec/put_bits.h"
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
#include "mpeg.h"
#include "mux.h"
Go to the source code of this file.
Data Structures | |
struct | PacketDesc |
struct | StreamInfo |
struct | MpegMuxContext |
Macros | |
#define | MAX_PAYLOAD_SIZE 4096 |
#define | VCD_PADDING_BITRATE_DEN (2279 * 2294) |
#define | OFFSET(x) offsetof(MpegMuxContext, x) |
#define | E AV_OPT_FLAG_ENCODING_PARAM |
Variables | |
const FFOutputFormat | ff_mpeg1vcd_muxer |
const FFOutputFormat | ff_mpeg2dvd_muxer |
const FFOutputFormat | ff_mpeg2svcd_muxer |
const FFOutputFormat | ff_mpeg2vob_muxer |
static const AVOption | options [] |
static const AVClass | mpeg_class |
#define VCD_PADDING_BITRATE_DEN (2279 * 2294) |
#define OFFSET | ( | x | ) | offsetof(MpegMuxContext, x) |
#define E AV_OPT_FLAG_ENCODING_PARAM |
|
static |
Definition at line 95 of file mpegenc.c.
Referenced by flush_packet().
|
static |
Definition at line 129 of file mpegenc.c.
Referenced by flush_packet().
|
static |
Definition at line 278 of file mpegenc.c.
Referenced by mpeg_mux_init().
|
static |
|
inlinestatic |
Definition at line 579 of file mpegenc.c.
Referenced by flush_packet().
|
static |
Definition at line 588 of file mpegenc.c.
Referenced by output_packet().
|
static |
Definition at line 611 of file mpegenc.c.
Referenced by flush_packet().
|
static |
Definition at line 627 of file mpegenc.c.
Referenced by flush_packet().
|
static |
Definition at line 642 of file mpegenc.c.
Referenced by flush_packet().
|
static |
Definition at line 649 of file mpegenc.c.
Referenced by output_packet().
|
static |
Definition at line 957 of file mpegenc.c.
Referenced by output_packet().
|
static |
Definition at line 980 of file mpegenc.c.
Referenced by output_packet().
|
static |
Definition at line 1009 of file mpegenc.c.
Referenced by encode_audio_frame(), mpeg_mux_end(), and mpeg_mux_write_packet().
|
static |
|
static |
|
static |
const FFOutputFormat ff_mpeg1vcd_muxer |
Referenced by mpeg_mux_init().
const FFOutputFormat ff_mpeg2dvd_muxer |
Referenced by mpeg_mux_init().
const FFOutputFormat ff_mpeg2svcd_muxer |
Referenced by mpeg_mux_init().
const FFOutputFormat ff_mpeg2vob_muxer |
Referenced by mpeg_mux_init().
|
static |
|
static |