FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavutil/dict.h"
#include "libavutil/intfloat.h"
#include "libavutil/avassert.h"
#include "avc.h"
#include "avformat.h"
#include "flv.h"
#include "internal.h"
#include "metadata.h"
Go to the source code of this file.
Data Structures | |
struct | FLVContext |
struct | FLVStreamContext |
Functions | |
static int | get_audio_flags (AVFormatContext *s, AVCodecContext *enc) |
static void | put_amf_string (AVIOContext *pb, const char *str) |
static void | put_avc_eos_tag (AVIOContext *pb, unsigned ts) |
static void | put_amf_double (AVIOContext *pb, double d) |
static void | put_amf_bool (AVIOContext *pb, int b) |
static void | write_metadata (AVFormatContext *s, unsigned int ts) |
static int | unsupported_codec (AVFormatContext *s, const char *type, int codec_id) |
static int | flv_write_header (AVFormatContext *s) |
static int | flv_write_trailer (AVFormatContext *s) |
static int | flv_write_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const AVCodecTag | flv_video_codec_ids [] |
static const AVCodecTag | flv_audio_codec_ids [] |
AVOutputFormat | ff_flv_muxer |
|
static |
Definition at line 77 of file flvenc.c.
Referenced by flv_write_header(), and flv_write_packet().
|
static |
Definition at line 167 of file flvenc.c.
Referenced by flv_write_packet(), and write_metadata().
|
static |
Definition at line 174 of file flvenc.c.
Referenced by flv_write_trailer().
|
static |
Definition at line 187 of file flvenc.c.
Referenced by flv_write_trailer(), and write_metadata().
|
static |
Definition at line 193 of file flvenc.c.
Referenced by write_metadata().
|
static |
Definition at line 199 of file flvenc.c.
Referenced by flv_write_header(), and flv_write_packet().
|
static |
Definition at line 328 of file flvenc.c.
Referenced by flv_write_header().
|
static |
|
static |
|
static |
|
static |
|
static |
AVOutputFormat ff_flv_muxer |