FFmpeg
|
#include <float.h>
#include "libavutil/mathematics.h"
#include "libavutil/parseutils.h"
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "libavutil/log.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | ListEntry |
struct | HLSContext |
Macros | |
#define | OFFSET(x) offsetof(HLSContext, x) |
#define | E AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static int | hls_mux_init (AVFormatContext *s) |
static int | append_entry (HLSContext *hls, uint64_t duration) |
static void | free_entries (HLSContext *hls) |
static int | hls_window (AVFormatContext *s, int last) |
static int | hls_start (AVFormatContext *s) |
static int | hls_write_header (AVFormatContext *s) |
static int | hls_write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | hls_write_trailer (struct AVFormatContext *s) |
Variables | |
static const AVOption | options [] |
static const AVClass | hls_class |
AVOutputFormat | ff_hls_muxer |
#define OFFSET | ( | x | ) | offsetof(HLSContext, x) |
#define E AV_OPT_FLAG_ENCODING_PARAM |
|
static |
Definition at line 60 of file hlsenc.c.
Referenced by hls_write_header().
|
static |
Definition at line 84 of file hlsenc.c.
Referenced by hls_write_packet(), and hls_write_trailer().
|
static |
Definition at line 115 of file hlsenc.c.
Referenced by hls_write_trailer().
|
static |
Definition at line 126 of file hlsenc.c.
Referenced by hls_write_packet(), and hls_write_trailer().
|
static |
Definition at line 161 of file hlsenc.c.
Referenced by hls_write_header(), and hls_write_packet().
|
static |
|
static |
|
static |
|
static |
|
static |
AVOutputFormat ff_hls_muxer |