|
Functions |
| static int | get_str (ByteIOContext *bc, char *string, unsigned int maxlen) |
| static int64_t | get_s (ByteIOContext *bc) |
| static uint64_t | get_fourcc (ByteIOContext *bc) |
| static uint64_t | get_v_trace (ByteIOContext *bc, char *file, char *func, int line) |
| static int64_t | get_s_trace (ByteIOContext *bc, char *file, char *func, int line) |
| static uint64_t | get_vb_trace (ByteIOContext *bc, char *file, char *func, int line) |
| static int | get_packetheader (NUTContext *nut, ByteIOContext *bc, int calculate_checksum, uint64_t startcode) |
| static uint64_t | find_any_startcode (ByteIOContext *bc, int64_t pos) |
| static int64_t | find_startcode (ByteIOContext *bc, uint64_t code, int64_t pos) |
| | Find the given startcode.
|
| static int | nut_probe (AVProbeData *p) |
| static int | skip_reserved (ByteIOContext *bc, int64_t pos) |
| static int | decode_main_header (NUTContext *nut) |
| static int | decode_stream_header (NUTContext *nut) |
| static int | decode_info_header (NUTContext *nut) |
| static int | decode_syncpoint (NUTContext *nut, int64_t *ts, int64_t *back_ptr) |
| static int | find_and_decode_index (NUTContext *nut) |
| static int | nut_read_header (AVFormatContext *s, AVFormatParameters *ap) |
| static int | decode_frame_header (NUTContext *nut, int64_t *pts, int *stream_id, int frame_code) |
| static int | decode_frame (NUTContext *nut, AVPacket *pkt, int frame_code) |
| static int | nut_read_packet (AVFormatContext *s, AVPacket *pkt) |
| static int64_t | nut_read_timestamp (AVFormatContext *s, int stream_index, int64_t *pos_arg, int64_t pos_limit) |
| static int | read_seek (AVFormatContext *s, int stream_index, int64_t pts, int flags) |
| static int | nut_read_close (AVFormatContext *s) |
Variables |
| AVInputFormat | nut_demuxer |