Libav
Macros | Functions | Variables
nutenc.c File Reference
#include <stdint.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/tree.h"
#include "libavutil/dict.h"
#include "libavutil/time.h"
#include "libavutil/opt.h"
#include "libavcodec/mpegaudiodata.h"
#include "nut.h"
#include "internal.h"
#include "avio_internal.h"
#include "riff.h"

Go to the source code of this file.

Macros

#define OFFSET(x)   offsetof(NUTContext, x)
 
#define E   AV_OPT_FLAG_ENCODING_PARAM
 

Functions

static int find_expected_header (AVCodecContext *c, int size, int key_frame, uint8_t out[64])
 
static int find_header_idx (AVFormatContext *s, AVCodecContext *c, int size, int frame_type)
 
static void build_elision_headers (AVFormatContext *s)
 
static void build_frame_code (AVFormatContext *s)
 
static void put_tt (NUTContext *nut, AVRational *time_base, AVIOContext *bc, uint64_t val)
 
static void put_str (AVIOContext *bc, const char *string)
 Store a string as vb. More...
 
static void put_s (AVIOContext *bc, int64_t val)
 
static void put_packet (NUTContext *nut, AVIOContext *bc, AVIOContext *dyn_bc, int calculate_checksum, uint64_t startcode)
 
static void write_mainheader (NUTContext *nut, AVIOContext *bc)
 
static int write_streamheader (AVFormatContext *avctx, AVIOContext *bc, AVStream *st, int i)
 
static int add_info (AVIOContext *bc, const char *type, const char *value)
 
static int write_globalinfo (NUTContext *nut, AVIOContext *bc)
 
static int write_streaminfo (NUTContext *nut, AVIOContext *bc, int stream_id)
 
static int write_chapter (NUTContext *nut, AVIOContext *bc, int id)
 
static int write_headers (AVFormatContext *avctx, AVIOContext *bc)
 
static int nut_write_header (AVFormatContext *s)
 
static int get_needed_flags (NUTContext *nut, StreamContext *nus, FrameCode *fc, AVPacket *pkt)
 
static int find_best_header_idx (NUTContext *nut, AVPacket *pkt)
 
static int nut_write_packet (AVFormatContext *s, AVPacket *pkt)
 
static int nut_write_trailer (AVFormatContext *s)
 

Variables

static const AVOption options []
 
class {
      class_name = "nutenc"
 
      item_name = av_default_item_name
 
      option = options
 
      version = LIBAVUTIL_VERSION_INT
 
}; 
 
AVOutputFormat ff_nut_muxer
 

Macro Definition Documentation

#define OFFSET (   x)    offsetof(NUTContext, x)

Definition at line 969 of file nutenc.c.

Definition at line 970 of file nutenc.c.

Function Documentation

static int find_expected_header ( AVCodecContext c,
int  size,
int  key_frame,
uint8_t  out[64] 
)
static

Definition at line 36 of file nutenc.c.

Referenced by find_header_idx().

static int find_header_idx ( AVFormatContext s,
AVCodecContext c,
int  size,
int  frame_type 
)
static

Definition at line 106 of file nutenc.c.

Referenced by build_frame_code().

static void build_elision_headers ( AVFormatContext s)
static

Definition at line 123 of file nutenc.c.

Referenced by nut_write_header().

static void build_frame_code ( AVFormatContext s)
static

Definition at line 145 of file nutenc.c.

Referenced by nut_write_header().

static void put_tt ( NUTContext nut,
AVRational time_base,
AVIOContext bc,
uint64_t  val 
)
static

Definition at line 257 of file nutenc.c.

Referenced by nut_write_packet(), and write_chapter().

static void put_str ( AVIOContext bc,
const char *  string 
)
static

Store a string as vb.

Definition at line 267 of file nutenc.c.

Referenced by add_info().

static void put_s ( AVIOContext bc,
int64_t  val 
)
static

Definition at line 275 of file nutenc.c.

Referenced by add_info(), write_chapter(), and write_mainheader().

static void put_packet ( NUTContext nut,
AVIOContext bc,
AVIOContext dyn_bc,
int  calculate_checksum,
uint64_t  startcode 
)
static

Definition at line 301 of file nutenc.c.

Referenced by nut_write_packet(), and write_headers().

static void write_mainheader ( NUTContext nut,
AVIOContext bc 
)
static

Definition at line 324 of file nutenc.c.

Referenced by write_headers().

static int write_streamheader ( AVFormatContext avctx,
AVIOContext bc,
AVStream st,
int  i 
)
static

Definition at line 415 of file nutenc.c.

Referenced by write_headers().

static int add_info ( AVIOContext bc,
const char *  type,
const char *  value 
)
static

Definition at line 484 of file nutenc.c.

Referenced by write_chapter(), write_globalinfo(), and write_streaminfo().

static int write_globalinfo ( NUTContext nut,
AVIOContext bc 
)
static

Definition at line 492 of file nutenc.c.

Referenced by write_headers().

static int write_streaminfo ( NUTContext nut,
AVIOContext bc,
int  stream_id 
)
static

Definition at line 519 of file nutenc.c.

Referenced by write_headers().

static int write_chapter ( NUTContext nut,
AVIOContext bc,
int  id 
)
static

Definition at line 550 of file nutenc.c.

Referenced by write_headers().

static int write_headers ( AVFormatContext avctx,
AVIOContext bc 
)
static

Definition at line 578 of file nutenc.c.

Referenced by nut_write_header(), nut_write_packet(), and nut_write_trailer().

static int nut_write_header ( AVFormatContext s)
static

Definition at line 643 of file nutenc.c.

static int get_needed_flags ( NUTContext nut,
StreamContext nus,
FrameCode fc,
AVPacket pkt 
)
static

Definition at line 730 of file nutenc.c.

Referenced by nut_write_packet().

static int find_best_header_idx ( NUTContext nut,
AVPacket pkt 
)
static

Definition at line 756 of file nutenc.c.

Referenced by nut_write_packet().

static int nut_write_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 775 of file nutenc.c.

static int nut_write_trailer ( AVFormatContext s)
static

Definition at line 953 of file nutenc.c.

Variable Documentation

const AVOption options[]
static
Initial value:
= {
{ "syncpoints", "NUT syncpoint behaviour", OFFSET(flags), AV_OPT_TYPE_FLAGS, {.i64 = 0}, INT_MIN, INT_MAX, E, "syncpoints" },
{ "default", "", 0, AV_OPT_TYPE_CONST, {.i64 = 0}, INT_MIN, INT_MAX, E, "syncpoints" },
{ "none", "Disable syncpoints, low overhead and unseekable", 0, AV_OPT_TYPE_CONST, {.i64 = NUT_PIPE}, INT_MIN, INT_MAX, E, "syncpoints" },
{ "timestamped", "Extend syncpoints with a wallclock timestamp", 0, AV_OPT_TYPE_CONST, {.i64 = NUT_BROADCAST}, INT_MIN, INT_MAX, E, "syncpoints" },
{ NULL },
}
#define NUT_PIPE
Definition: nut.h:107
static int flags
Definition: log.c:44
#define NUT_BROADCAST
Definition: nut.h:106
#define OFFSET(x)
Definition: nutenc.c:969
#define E
Definition: nutenc.c:970
NULL
Definition: eval.c:55

Definition at line 971 of file nutenc.c.

class_name = "nutenc"

Definition at line 980 of file nutenc.c.

item_name = av_default_item_name

Definition at line 981 of file nutenc.c.

option = options

Definition at line 982 of file nutenc.c.

Definition at line 983 of file nutenc.c.

const { ... }
AVOutputFormat ff_nut_muxer
Initial value:
= {
.name = "nut",
.long_name = NULL_IF_CONFIG_SMALL("NUT"),
.mime_type = "video/x-nut",
.extensions = "nut",
.priv_data_size = sizeof(NUTContext),
.video_codec = AV_CODEC_ID_MPEG4,
.codec_tag = ff_nut_codec_tags,
.priv_class = &class,
}
static int write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: assenc.c:58
Definition: nut.h:89
#define CONFIG_LIBMP3LAME
Definition: config.h:316
static int nut_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: nutenc.c:775
static int flags
Definition: log.c:44
static int write_trailer(AVFormatContext *s)
Definition: assenc.c:64
static int nut_write_header(AVFormatContext *s)
Definition: nutenc.c:643
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:150
preferred ID for decoding MPEG audio layer 1, 2 or 3
Definition: avcodec.h:379
#define AVFMT_GLOBALHEADER
Format wants global header.
Definition: avformat.h:415
static int nut_write_trailer(AVFormatContext *s)
Definition: nutenc.c:953
#define CONFIG_LIBVORBIS
Definition: config.h:330
#define AVFMT_VARIABLE_FPS
Format allows variable fps.
Definition: avformat.h:419
static void write_header(FFV1Context *f)
Definition: ffv1enc.c:380
const AVCodecTag *const ff_nut_codec_tags[]
Definition: nut.c:159

Definition at line 986 of file nutenc.c.