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 void *a, const void *b) |
int | ff_nut_sp_pts_cmp (const void *a, const void *b) |
int | 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 [] |
const AVCodecTag | ff_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 242 of file nut.c.
Referenced by decode_syncpoint(), and nut_write_packet().
int64_t ff_lsb2full | ( | StreamContext * | stream, |
int64_t | lsb | ||
) |
Definition at line 253 of file nut.c.
Referenced by decode_frame_header(), and nut_write_packet().
Definition at line 260 of file nut.c.
Referenced by ff_nut_add_sp(), read_seek(), and write_index().
Definition at line 266 of file nut.c.
Referenced by read_seek().
int ff_nut_add_sp | ( | NUTContext * | nut, |
int64_t | pos, | ||
int64_t | back_ptr, | ||
int64_t | ts | ||
) |
Definition at line 272 of file nut.c.
Referenced by decode_syncpoint(), and nut_write_packet().
Definition at line 297 of file nut.c.
Referenced by ff_nut_free_sp().
void ff_nut_free_sp | ( | NUTContext * | nut | ) |
Definition at line 303 of file nut.c.
Referenced by nut_read_close(), and nut_write_deinit().
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 36 of file nut.c.
Referenced by decode_stream_header().
const AVCodecTag ff_nut_video_tags[] |
Definition at line 41 of file nut.c.
Referenced by decode_stream_header().
const AVCodecTag ff_nut_audio_extra_tags[] |
Definition at line 200 of file nut.c.
Referenced by decode_stream_header().
const AVCodecTag ff_nut_audio_tags[] |
Definition at line 210 of file nut.c.
Referenced by decode_stream_header().
const AVCodecTag* const ff_nut_codec_tags[] |
const Dispositions ff_nut_dispositions[] |
Definition at line 311 of file nut.c.
Referenced by set_disposition_bits(), and write_streaminfo().
const AVMetadataConv ff_nut_metadata_conv[] |
Definition at line 321 of file nut.c.
Referenced by nut_read_header(), and write_headers().