#include <float.h>
#include "avformat.h"
#include "internal.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavutil/avstring.h"
#include "libavutil/parseutils.h"
#include "libavutil/mathematics.h"
Go to the source code of this file.
Data Structures | |
struct | SegmentContext |
Macros | |
#define | OFFSET(x) offsetof(SegmentContext, x) |
#define | E AV_OPT_FLAG_ENCODING_PARAM |
Enumerations | |
enum | { LIST_FLAT, LIST_HLS } |
Functions | |
static int | segment_mux_init (AVFormatContext *s) |
static int | segment_hls_window (AVFormatContext *s, int last) |
static int | segment_start (AVFormatContext *s, int write_header) |
static int | segment_end (AVFormatContext *oc, int write_trailer) |
static int | open_null_ctx (AVIOContext **ctx) |
static void | close_null_ctx (AVIOContext *pb) |
static void | seg_free_context (SegmentContext *seg) |
static int | seg_write_header (AVFormatContext *s) |
static int | seg_write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | seg_write_trailer (struct AVFormatContext *s) |
Variables | |
static const AVOption | options [] |
static const AVClass | seg_class |
AVOutputFormat | ff_segment_muxer |
#define E AV_OPT_FLAG_ENCODING_PARAM |
#define OFFSET | ( | x | ) | offsetof(SegmentContext, x) |
|
static |
Definition at line 173 of file segment.c.
Referenced by seg_write_header(), and seg_write_trailer().
|
static |
Definition at line 159 of file segment.c.
Referenced by seg_write_header(), and seg_write_trailer().
|
static |
Definition at line 179 of file segment.c.
Referenced by seg_write_header(), and seg_write_packet().
|
static |
|
static |
|
static |
|
static |
Definition at line 147 of file segment.c.
Referenced by seg_write_packet(), and seg_write_trailer().
|
static |
Definition at line 81 of file segment.c.
Referenced by seg_write_header(), seg_write_packet(), and seg_write_trailer().
|
static |
Definition at line 57 of file segment.c.
Referenced by seg_write_header(), and segment_start().
|
static |
Definition at line 111 of file segment.c.
Referenced by seg_write_packet().
AVOutputFormat ff_segment_muxer |
|
static |
|
static |