FFmpeg
|
#include "libavutil/mathematics.h"
#include "libavutil/tree.h"
#include "nut.h"
#include "riff.h"
#include "internal.h"
Go to the source code of this file.
Functions | |
void | ff_nut_reset_ts (NUTContext *nut, AVRational time_base, int64_t val) |
int64_t | ff_lsb2full (StreamContext *stream, int64_t lsb) |
int | ff_nut_sp_pos_cmp (const Syncpoint *a, const Syncpoint *b) |
int | ff_nut_sp_pts_cmp (const Syncpoint *a, const Syncpoint *b) |
void | ff_nut_add_sp (NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts) |
static int | enu_free (void *opaque, void *elem) |
void | ff_nut_free_sp (NUTContext *nut) |
Variables | |
const AVCodecTag | ff_nut_subtitle_tags [] |
const AVCodecTag | ff_nut_data_tags [] |
const AVCodecTag | ff_nut_video_tags [] |
static const AVCodecTag | nut_audio_extra_tags [] |
const AVCodecTag | ff_nut_audio_tags [] |
const AVCodecTag *const | ff_nut_codec_tags [] |
const Dispositions | ff_nut_dispositions [] |
const AVMetadataConv | ff_nut_metadata_conv [] |
void ff_nut_reset_ts | ( | NUTContext * | nut, |
AVRational | time_base, | ||
int64_t | val | ||
) |
Definition at line 189 of file nut.c.
Referenced by decode_syncpoint(), and nut_write_packet().
int64_t ff_lsb2full | ( | StreamContext * | stream, |
int64_t | lsb | ||
) |
Definition at line 200 of file nut.c.
Referenced by decode_frame_header(), and nut_write_packet().
Definition at line 207 of file nut.c.
Referenced by ff_nut_add_sp(), nut_write_packet(), read_seek(), and write_index().
Definition at line 212 of file nut.c.
Referenced by read_seek().
void ff_nut_add_sp | ( | NUTContext * | nut, |
int64_t | pos, | ||
int64_t | back_ptr, | ||
int64_t | ts | ||
) |
Definition at line 217 of file nut.c.
Referenced by decode_syncpoint(), and nut_write_packet().
Definition at line 234 of file nut.c.
Referenced by ff_nut_free_sp().
void ff_nut_free_sp | ( | NUTContext * | nut | ) |
Definition at line 240 of file nut.c.
Referenced by nut_read_close(), and nut_write_trailer().
const AVCodecTag ff_nut_subtitle_tags[] |
Definition at line 28 of file nut.c.
Referenced by decode_stream_header().
const AVCodecTag ff_nut_data_tags[] |
Definition at line 37 of file nut.c.
Referenced by decode_stream_header().
const AVCodecTag ff_nut_video_tags[] |
Definition at line 42 of file nut.c.
Referenced by decode_stream_header().
|
static |
const AVCodecTag ff_nut_audio_tags[] |
Definition at line 157 of file nut.c.
Referenced by decode_stream_header().
const AVCodecTag* const ff_nut_codec_tags[] |
const Dispositions ff_nut_dispositions[] |
Definition at line 246 of file nut.c.
Referenced by set_disposition_bits(), and write_streaminfo().
const AVMetadataConv ff_nut_metadata_conv[] |
Definition at line 256 of file nut.c.
Referenced by nut_read_header(), and write_headers().