FFmpeg
|
#include <nut.h>
Data Fields | |
const AVClass * | av_class |
AVFormatContext * | avf |
FrameCode | frame_code [256] |
uint8_t | header_len [128] |
const uint8_t * | header [128] |
uint64_t | next_startcode |
StreamContext * | stream |
ChapterContext * | chapter |
unsigned int | max_distance |
unsigned int | time_base_count |
int64_t | last_syncpoint_pos |
int64_t | last_resync_pos |
int | header_count |
AVRational * | time_base |
struct AVTreeNode * | syncpoints |
int | sp_count |
int | write_index |
int64_t | max_pts |
AVRational * | max_pts_tb |
int | flags |
int | version |
int | minor_version |
AVFormatContext* NUTContext::avf |
Definition at line 93 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 96 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 97 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 98 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 |
Definition at line 99 of file nut.h.
Referenced by nut_read_header(), and nut_read_packet().
StreamContext* NUTContext::stream |
Definition at line 100 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_deinit(), nut_write_header(), nut_write_packet(), read_seek(), write_index(), and write_streamheader().
ChapterContext* NUTContext::chapter |
Definition at line 101 of file nut.h.
Referenced by nut_write_deinit(), nut_write_header(), and write_chapter().
unsigned int NUTContext::max_distance |
Definition at line 102 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 103 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 104 of file nut.h.
Referenced by decode_frame_header(), decode_syncpoint(), nut_read_packet(), nut_read_timestamp(), nut_write_packet(), read_seek(), and write_headers().
int64_t NUTContext::last_resync_pos |
Definition at line 105 of file nut.h.
Referenced by nut_read_packet(), and read_seek().
int NUTContext::header_count |
Definition at line 106 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 107 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_deinit(), nut_write_header(), put_tt(), write_mainheader(), and write_streamheader().
struct AVTreeNode* NUTContext::syncpoints |
Definition at line 108 of file nut.h.
Referenced by ff_nut_add_sp(), ff_nut_free_sp(), read_seek(), and write_index().
int NUTContext::sp_count |
Definition at line 109 of file nut.h.
Referenced by ff_nut_add_sp(), nut_write_packet(), nut_write_trailer(), and write_index().
int NUTContext::write_index |
Definition at line 110 of file nut.h.
Referenced by nut_write_packet(), and nut_write_trailer().
int64_t NUTContext::max_pts |
Definition at line 111 of file nut.h.
Referenced by nut_write_packet(), and write_index().
AVRational* NUTContext::max_pts_tb |
Definition at line 112 of file nut.h.
Referenced by nut_write_packet(), and write_index().
int NUTContext::flags |
Definition at line 115 of file nut.h.
Referenced by decode_frame_header(), decode_main_header(), decode_syncpoint(), nut_write_header(), nut_write_packet(), read_seek(), and write_mainheader().
int NUTContext::version |
Definition at line 116 of file nut.h.
Referenced by decode_main_header(), get_needed_flags(), nut_write_header(), nut_write_packet(), and write_mainheader().
int NUTContext::minor_version |
Definition at line 117 of file nut.h.
Referenced by decode_main_header(), and write_mainheader().