| 
    FFmpeg
    
   | 
 
#include "libavutil/intreadwrite.h"#include "libavutil/dict.h"#include "libavutil/intfloat.h"#include "libavutil/avassert.h"#include "libavutil/mathematics.h"#include "avio_internal.h"#include "avio.h"#include "avc.h"#include "avformat.h"#include "flv.h"#include "internal.h"#include "metadata.h"#include "libavutil/opt.h"#include "libavcodec/put_bits.h"#include "libavcodec/aacenctab.h"Go to the source code of this file.
Data Structures | |
| struct | FLVFileposition | 
| struct | FLVContext | 
| struct | FLVStreamContext | 
Macros | |
| #define | READ_BLOCK | 
Enumerations | |
| enum | FLVFlags {  FLV_AAC_SEQ_HEADER_DETECT = (1 << 0), FLV_NO_SEQUENCE_END = (1 << 1), FLV_ADD_KEYFRAME_INDEX = (1 << 2), FLV_NO_METADATA = (1 << 3), FLV_NO_DURATION_FILESIZE = (1 << 4) }  | 
Functions | |
| static int | get_audio_flags (AVFormatContext *s, AVCodecParameters *par) | 
| 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_byte (AVIOContext *pb, unsigned char abyte) | 
| static void | put_amf_dword_array (AVIOContext *pb, uint32_t dw) | 
| 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 void | flv_write_codec_header (AVFormatContext *s, AVCodecParameters *par) | 
| static int | flv_append_keyframe_info (AVFormatContext *s, FLVContext *flv, double ts, int64_t pos) | 
| static int | shift_data (AVFormatContext *s) | 
| 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 [] | 
| static const AVOption | options [] | 
| static const AVClass | flv_muxer_class | 
| AVOutputFormat | ff_flv_muxer | 
| #define READ_BLOCK | 
Referenced by shift_data().
| enum FLVFlags | 
      
  | 
  static | 
Definition at line 127 of file flvenc.c.
Referenced by flv_write_codec_header(), flv_write_header(), and flv_write_packet().
      
  | 
  static | 
Definition at line 226 of file flvenc.c.
Referenced by flv_write_packet(), flv_write_trailer(), and write_metadata().
      
  | 
  static | 
Definition at line 233 of file flvenc.c.
Referenced by flv_write_trailer().
      
  | 
  static | 
Definition at line 246 of file flvenc.c.
Referenced by flv_write_trailer(), and write_metadata().
      
  | 
  static | 
Definition at line 252 of file flvenc.c.
Referenced by write_metadata().
      
  | 
  static | 
Definition at line 257 of file flvenc.c.
Referenced by flv_write_trailer().
      
  | 
  static | 
Definition at line 263 of file flvenc.c.
Referenced by write_metadata().
      
  | 
  static | 
Definition at line 269 of file flvenc.c.
Referenced by flv_write_header(), and flv_write_packet().
      
  | 
  static | 
Definition at line 472 of file flvenc.c.
Referenced by flv_write_header().
      
  | 
  static | 
Definition at line 483 of file flvenc.c.
Referenced by flv_write_header(), and flv_write_packet().
      
  | 
  static | 
Definition at line 546 of file flvenc.c.
Referenced by flv_write_packet().
      
  | 
  static | 
Definition at line 573 of file flvenc.c.
Referenced by flv_write_trailer().
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
| AVOutputFormat ff_flv_muxer | 
 1.8.6