| 
    FFmpeg
    
   | 
 
#include <float.h>#include <stdint.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 | HLSSegment | 
| 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 | hls_append_segment (HLSContext *hls, double duration) | 
| static void | hls_free_segments (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 70 of file hlsenc.c.
Referenced by hls_write_header().
      
  | 
  static | 
Definition at line 96 of file hlsenc.c.
Referenced by hls_write_packet(), and hls_write_trailer().
      
  | 
  static | 
Definition at line 127 of file hlsenc.c.
Referenced by hls_write_trailer().
      
  | 
  static | 
Definition at line 138 of file hlsenc.c.
Referenced by hls_write_packet(), and hls_write_trailer().
      
  | 
  static | 
Definition at line 178 of file hlsenc.c.
Referenced by hls_write_header(), and hls_write_packet().
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
| AVOutputFormat ff_hls_muxer | 
 1.8.2