| 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 [] | 
Function Documentation
Definition at line 230 of file nut.c.
Referenced by ff_nut_free_sp().
| 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().
| void ff_nut_add_sp | ( | NUTContext * | nut, | 
| int64_t | pos, | ||
| int64_t | back_ptr, | ||
| int64_t | ts | ||
| ) | 
Definition at line 214 of file nut.c.
Referenced by decode_syncpoint(), and nut_write_packet().
| void ff_nut_free_sp | ( | NUTContext * | nut | ) | 
Definition at line 236 of file nut.c.
Referenced by nut_read_close(), and nut_write_trailer().
| 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().
Definition at line 206 of file nut.c.
Referenced by ff_nut_add_sp(), nut_write_packet(), read_seek(), and write_index().
Definition at line 210 of file nut.c.
Referenced by read_seek().
Variable Documentation
| 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 AVCodecTag ff_nut_data_tags[] | 
Definition at line 37 of file nut.c.
Referenced by decode_stream_header().
| const Dispositions ff_nut_dispositions[] | 
Definition at line 242 of file nut.c.
Referenced by set_disposition_bits(), and write_streaminfo().
| const AVMetadataConv ff_nut_metadata_conv[] | 
Definition at line 252 of file nut.c.
Referenced by nut_read_header(), and write_headers().
| const AVCodecTag ff_nut_subtitle_tags[] | 
Definition at line 28 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 | 
Generated on Fri Oct 31 2025 06:56:23 for FFmpeg by
 1.8.11
 1.8.11