FFmpeg
|
#include <nut.h>
Data Fields | |
nut_context_tt * | nut |
nut_stream_header_tt * | s |
AVFormatContext * | avf |
FrameCode | frame_code [256] |
uint8_t | header_len [128] |
const uint8_t * | header [128] |
uint64_t | next_startcode |
stores the next startcode if it has already been parsed but the stream is not seekable | |
StreamContext * | stream |
ChapterContext * | chapter |
unsigned int | max_distance |
unsigned int | time_base_count |
int64_t | last_syncpoint_pos |
int | header_count |
AVRational * | time_base |
struct AVTreeNode * | syncpoints |
int | sp_count |
int64_t | max_pts |
AVRational * | max_pts_tb |
nut_context_tt* NUTContext::nut |
Definition at line 37 of file libnut.c.
Referenced by nut_read_close(), nut_read_header(), nut_read_packet(), and nut_read_seek().
nut_stream_header_tt* NUTContext::s |
Definition at line 38 of file libnut.c.
Referenced by nut_read_header(), and nut_read_seek().
AVFormatContext* NUTContext::avf |
Definition at line 89 of file nut.h.
Referenced by decode_frame(), decode_frame_header(), decode_info_header(), decode_main_header(), decode_stream_header(), decode_syncpoint(), ff_nut_reset_ts(), find_and_decode_index(), find_duration(), nut_read_header(), nut_write_header(), write_chapter(), write_globalinfo(), write_headers(), write_index(), write_mainheader(), and write_streaminfo().
FrameCode NUTContext::frame_code[256] |
Definition at line 92 of file nut.h.
Referenced by build_frame_code(), decode_frame_header(), decode_main_header(), nut_write_header(), nut_write_packet(), and write_mainheader().
uint8_t NUTContext::header_len[128] |
Definition at line 93 of file nut.h.
Referenced by build_elision_headers(), decode_frame(), decode_frame_header(), decode_main_header(), find_best_header_idx(), find_header_idx(), get_needed_flags(), nut_write_packet(), and write_mainheader().
const uint8_t* NUTContext::header[128] |
Definition at line 94 of file nut.h.
Referenced by build_elision_headers(), decode_frame(), decode_main_header(), find_best_header_idx(), find_header_idx(), get_needed_flags(), nut_read_close(), and write_mainheader().
uint64_t NUTContext::next_startcode |
stores the next startcode if it has already been parsed but the stream is not seekable
Definition at line 95 of file nut.h.
Referenced by nut_read_header(), and nut_read_packet().
StreamContext* NUTContext::stream |
Definition at line 96 of file nut.h.
Referenced by build_frame_code(), decode_frame(), decode_frame_header(), decode_main_header(), decode_stream_header(), ff_nut_reset_ts(), nut_read_close(), nut_write_header(), nut_write_packet(), nut_write_trailer(), read_seek(), write_index(), and write_streamheader().
ChapterContext* NUTContext::chapter |
Definition at line 97 of file nut.h.
Referenced by nut_write_header(), nut_write_trailer(), and write_chapter().
unsigned int NUTContext::max_distance |
Definition at line 98 of file nut.h.
Referenced by decode_frame_header(), decode_main_header(), get_needed_flags(), nut_write_header(), nut_write_packet(), and write_mainheader().
unsigned int NUTContext::time_base_count |
Definition at line 99 of file nut.h.
Referenced by decode_info_header(), decode_main_header(), decode_syncpoint(), find_and_decode_index(), nut_write_header(), put_tt(), and write_mainheader().
int64_t NUTContext::last_syncpoint_pos |
Definition at line 100 of file nut.h.
Referenced by decode_frame_header(), decode_syncpoint(), nut_read_packet(), nut_read_timestamp(), nut_write_packet(), and write_headers().
int NUTContext::header_count |
Definition at line 101 of file nut.h.
Referenced by build_elision_headers(), decode_frame_header(), decode_main_header(), find_best_header_idx(), find_header_idx(), nut_read_close(), nut_write_packet(), nut_write_trailer(), write_headers(), and write_mainheader().
AVRational* NUTContext::time_base |
Definition at line 102 of file nut.h.
Referenced by decode_info_header(), decode_main_header(), decode_stream_header(), decode_syncpoint(), find_and_decode_index(), nut_read_close(), nut_write_header(), nut_write_trailer(), put_tt(), write_mainheader(), and write_streamheader().
struct AVTreeNode* NUTContext::syncpoints |
Definition at line 103 of file nut.h.
Referenced by ff_nut_add_sp(), ff_nut_free_sp(), nut_write_packet(), read_seek(), and write_index().
int NUTContext::sp_count |
Definition at line 104 of file nut.h.
Referenced by ff_nut_add_sp(), nut_write_packet(), nut_write_trailer(), and write_index().
int64_t NUTContext::max_pts |
Definition at line 105 of file nut.h.
Referenced by nut_write_packet(), and write_index().
AVRational* NUTContext::max_pts_tb |
Definition at line 106 of file nut.h.
Referenced by nut_write_packet(), and write_index().