|
FFmpeg
|
#include "libavutil/attributes.h"#include "libavutil/avstring.h"#include "libavutil/avassert.h"#include "libavutil/bswap.h"#include "libavutil/dict.h"#include "libavutil/intreadwrite.h"#include "libavutil/mathematics.h"#include "libavutil/mem.h"#include "libavutil/tree.h"#include "libavcodec/bytestream.h"#include "avio_internal.h"#include "demux.h"#include "isom.h"#include "nut.h"#include "riff.h"Go to the source code of this file.
Macros | |
| #define | NUT_MAX_STREAMS 256 /* arbitrary sanity check value */ |
| #define | GET_V(dst, check) |
Variables | |
| const FFInputFormat | ff_nut_demuxer |
Definition at line 39 of file nutdec.c.
Referenced by decode_main_header().
Definition at line 168 of file nutdec.c.
Referenced by decode_frame_header(), decode_info_header(), decode_main_header(), decode_stream_header(), and find_and_decode_index().
|
static |
Definition at line 1207 of file nutdec.c.
Referenced by find_duration(), and read_seek().
|
static |
Definition at line 44 of file nutdec.c.
Referenced by decode_info_header(), and read_sm_data().
|
static |
Definition at line 68 of file nutdec.c.
Referenced by decode_frame_header(), decode_info_header(), decode_main_header(), and read_sm_data().
|
static |
Definition at line 78 of file nutdec.c.
Referenced by decode_stream_header().
|
static |
Definition at line 92 of file nutdec.c.
Referenced by decode_info_header(), decode_main_header(), decode_stream_header(), decode_syncpoint(), find_and_decode_index(), and nut_read_packet().
|
static |
Definition at line 112 of file nutdec.c.
Referenced by find_startcode(), nut_read_header(), and nut_read_packet().
|
static |
Find the given startcode.
| code | the startcode |
| pos | the start position of the search, or -1 if the current position |
Definition at line 143 of file nutdec.c.
Referenced by nut_read_header(), nut_read_timestamp(), and read_seek().
|
static |
|
static |
Definition at line 179 of file nutdec.c.
Referenced by decode_info_header(), decode_main_header(), decode_stream_header(), decode_syncpoint(), and find_and_decode_index().
|
static |
Definition at line 195 of file nutdec.c.
Referenced by nut_read_header().
|
static |
Definition at line 381 of file nutdec.c.
Referenced by nut_read_header().
|
static |
Definition at line 490 of file nutdec.c.
Referenced by decode_info_header().
|
static |
Definition at line 505 of file nutdec.c.
Referenced by nut_read_header(), and nut_read_packet().
|
static |
Definition at line 628 of file nutdec.c.
Referenced by nut_read_packet(), and nut_read_timestamp().
|
static |
Definition at line 672 of file nutdec.c.
Referenced by find_and_decode_index().
|
static |
Definition at line 684 of file nutdec.c.
Referenced by nut_read_header().
|
static |
|
static |
|
static |
Definition at line 880 of file nutdec.c.
Referenced by decode_frame().
|
static |
Definition at line 997 of file nutdec.c.
Referenced by decode_frame().
|
static |
Definition at line 1080 of file nutdec.c.
Referenced by nut_read_packet().
|
static |
|
static |
| const FFInputFormat ff_nut_demuxer |