|
FFmpeg
|
#include <stdint.h>#include "libavutil/intreadwrite.h"#include "libavutil/mathematics.h"#include "libavutil/tree.h"#include "libavutil/dict.h"#include "libavutil/avassert.h"#include "libavutil/time.h"#include "libavutil/opt.h"#include "libavcodec/bytestream.h"#include "libavcodec/mpegaudiodata.h"#include "nut.h"#include "internal.h"#include "avio_internal.h"#include "riff.h"Go to the source code of this file.
Macros | |
| #define | OFFSET(x) offsetof(NUTContext, x) |
| #define | E AV_OPT_FLAG_ENCODING_PARAM |
Variables | |
| static const AVOption | options [] |
| class { | |
| class_name = "nutenc" | |
| item_name = av_default_item_name | |
| option = options | |
| version = LIBAVUTIL_VERSION_INT | |
| }; | |
| AVOutputFormat | ff_nut_muxer |
| #define OFFSET | ( | x | ) | offsetof(NUTContext, x) |
| #define E AV_OPT_FLAG_ENCODING_PARAM |
|
static |
Definition at line 38 of file nutenc.c.
Referenced by find_header_idx().
|
static |
Definition at line 105 of file nutenc.c.
Referenced by build_frame_code().
|
static |
Definition at line 122 of file nutenc.c.
Referenced by nut_write_header().
|
static |
Definition at line 144 of file nutenc.c.
Referenced by nut_write_header().
|
static |
Definition at line 280 of file nutenc.c.
Referenced by nut_write_packet(), write_chapter(), and write_index().
|
static |
Store a string as vb.
Definition at line 289 of file nutenc.c.
Referenced by add_info(), and write_sm_data().
|
static |
Definition at line 297 of file nutenc.c.
Referenced by add_info(), write_chapter(), write_mainheader(), and write_sm_data().
|
static |
Definition at line 303 of file nutenc.c.
Referenced by nut_write_packet(), nut_write_trailer(), and write_headers().
|
static |
Definition at line 326 of file nutenc.c.
Referenced by write_headers().
|
static |
Definition at line 406 of file nutenc.c.
Referenced by write_headers().
|
static |
Definition at line 463 of file nutenc.c.
Referenced by write_chapter(), write_globalinfo(), and write_streaminfo().
|
static |
Definition at line 471 of file nutenc.c.
Referenced by write_headers().
|
static |
Definition at line 499 of file nutenc.c.
Referenced by write_headers().
|
static |
Definition at line 541 of file nutenc.c.
Referenced by write_headers().
|
static |
Definition at line 569 of file nutenc.c.
Referenced by nut_write_trailer().
|
static |
Definition at line 621 of file nutenc.c.
Referenced by nut_write_header(), nut_write_packet(), and nut_write_trailer().
|
static |
|
static |
Definition at line 773 of file nutenc.c.
Referenced by nut_write_packet().
|
static |
Definition at line 801 of file nutenc.c.
Referenced by nut_write_packet().
|
static |
Definition at line 820 of file nutenc.c.
Referenced by nut_write_packet().
|
static |
|
static |
|
static |
|
static |
| item_name = av_default_item_name |
| version = LIBAVUTIL_VERSION_INT |
| const { ... } |
| AVOutputFormat ff_nut_muxer |
1.8.6