FFmpeg
|
#include "config_components.h"
#include "libavformat/http.h"
#include "libavutil/aes.h"
#include "libavutil/avstring.h"
#include "libavutil/avassert.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "libavutil/dict.h"
#include "libavutil/time.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"
#include "avio_internal.h"
#include "id3v2.h"
#include "url.h"
#include "hls_sample_encryption.h"
Go to the source code of this file.
Data Structures | |
struct | segment |
struct | playlist |
struct | rendition |
struct | variant |
struct | HLSContext |
struct | variant_info |
struct | key_info |
struct | init_section_info |
struct | rendition_info |
Macros | |
#define | INITIAL_BUFFER_SIZE 32768 |
#define | MAX_FIELD_LEN 64 |
#define | MAX_CHARACTERISTICS_LEN 512 |
#define | MPEG_TIME_BASE 90000 |
#define | MPEG_TIME_BASE_Q (AVRational){1, MPEG_TIME_BASE} |
#define | OFFSET(x) offsetof(HLSContext, x) |
#define | FLAGS AV_OPT_FLAG_DECODING_PARAM |
Enumerations | |
enum | KeyType { KEY_NONE, KEY_AES_128, KEY_SAMPLE_AES } |
enum | PlaylistType { PLS_TYPE_UNSPECIFIED, PLS_TYPE_EVENT, PLS_TYPE_VOD, PLAYLIST_TYPE_NONE, PLAYLIST_TYPE_EVENT, PLAYLIST_TYPE_VOD, PLAYLIST_TYPE_NB } |
Variables | |
static const AVOption | hls_options [] |
static const AVClass | hls_class |
const FFInputFormat | ff_hls_demuxer |
Apple HTTP Live Streaming demuxer https://www.rfc-editor.org/rfc/rfc8216.txt
Definition in file hls.c.
#define MPEG_TIME_BASE_Q (AVRational){1, MPEG_TIME_BASE} |
#define OFFSET | ( | x | ) | offsetof(HLSContext, x) |
#define FLAGS AV_OPT_FLAG_DECODING_PARAM |
enum PlaylistType |
Definition at line 234 of file hls.c.
Referenced by free_segment_list(), and parse_playlist().
|
static |
Definition at line 244 of file hls.c.
Referenced by free_playlist_list().
|
static |
Definition at line 251 of file hls.c.
Referenced by free_playlist_list().
|
static |
Definition at line 263 of file hls.c.
Referenced by hls_close().
|
static |
Definition at line 292 of file hls.c.
Referenced by hls_close().
|
static |
Definition at line 304 of file hls.c.
Referenced by hls_close().
|
static |
Definition at line 313 of file hls.c.
Referenced by new_rendition(), and new_variant().
|
static |
Definition at line 347 of file hls.c.
Referenced by ensure_playlist(), and parse_playlist().
|
static |
Definition at line 373 of file hls.c.
Referenced by parse_playlist().
|
static |
Definition at line 397 of file hls.c.
Referenced by parse_playlist().
|
static |
Definition at line 417 of file hls.c.
Referenced by parse_playlist().
|
static |
Definition at line 461 of file hls.c.
Referenced by parse_playlist().
|
static |
Definition at line 485 of file hls.c.
Referenced by parse_playlist().
|
static |
Definition at line 574 of file hls.c.
Referenced by parse_playlist().
|
static |
Definition at line 618 of file hls.c.
Referenced by parse_playlist().
|
static |
Definition at line 628 of file hls.c.
Referenced by open_url(), and parse_playlist().
|
static |
Definition at line 646 of file hls.c.
Referenced by open_input().
|
static |
Definition at line 733 of file hls.c.
Referenced by hls_read_header(), read_data(), and select_cur_seq_no().
Definition at line 1049 of file hls.c.
Referenced by hls_read_header(), hls_read_packet(), intercept_id3(), and read_data().
Definition at line 1057 of file hls.c.
Referenced by read_data().
|
static |
Definition at line 1065 of file hls.c.
Referenced by intercept_id3(), read_data(), and update_init_section().
|
static |
Definition at line 1082 of file hls.c.
Referenced by handle_id3().
|
static |
Definition at line 1111 of file hls.c.
Referenced by handle_id3().
|
static |
Definition at line 1140 of file hls.c.
Referenced by intercept_id3().
Definition at line 1182 of file hls.c.
Referenced by read_data().
|
static |
Definition at line 1282 of file hls.c.
Referenced by read_data(), and update_init_section().
Definition at line 1365 of file hls.c.
Referenced by read_data().
Definition at line 1422 of file hls.c.
Referenced by read_data(), and select_cur_seq_no().
Definition at line 1429 of file hls.c.
Referenced by read_data(), and recheck_discard_flags().
Definition at line 1475 of file hls.c.
Referenced by hls_read_header().
|
static |
Definition at line 1645 of file hls.c.
Referenced by hls_read_header().
|
static |
Definition at line 1669 of file hls.c.
Referenced by hls_read_header().
|
static |
Definition at line 1701 of file hls.c.
Referenced by hls_read_seek(), and select_cur_seq_no().
|
static |
Definition at line 1731 of file hls.c.
Referenced by hls_read_header(), and recheck_discard_flags().
|
static |
Definition at line 1806 of file hls.c.
Referenced by hls_read_header().
|
static |
Definition at line 1816 of file hls.c.
Referenced by update_streams_from_subdemuxer().
|
static |
Definition at line 1842 of file hls.c.
Referenced by hls_read_packet(), and update_streams_from_subdemuxer().
|
static |
Definition at line 1866 of file hls.c.
Referenced by hls_read_header(), and hls_read_packet().
|
static |
Definition at line 1891 of file hls.c.
Referenced by hls_read_header(), and hls_read_packet().
|
static |
|
static |
|
static |
Definition at line 2209 of file hls.c.
Referenced by hls_read_packet().
|
static |
Definition at line 2249 of file hls.c.
Referenced by hls_read_packet().
|
static |
Definition at line 2274 of file hls.c.
Referenced by compare_ts_with_wrapdetect(), and hls_read_packet().
|
static |
Definition at line 2282 of file hls.c.
Referenced by hls_read_packet().
|
static |
|
static |
|
static |
|
static |
|
static |
const FFInputFormat ff_hls_demuxer |