|
FFmpeg
|
#include <limits.h>#include <VapourSynth.h>#include <VSScript.h>#include "libavutil/avassert.h"#include "libavutil/avstring.h"#include "libavutil/eval.h"#include "libavutil/imgutils.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "avformat.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | VSState |
| struct | VSContext |
| struct | vsframe_ref_data |
Macros | |
| #define | OFFSET(x) offsetof(VSContext, x) |
| #define | A AV_OPT_FLAG_AUDIO_PARAM |
| #define | D AV_OPT_FLAG_DECODING_PARAM |
Functions | |
| static void | free_vss_state (void *opaque, uint8_t *data) |
| static av_cold int | read_close_vs (AVFormatContext *s) |
| static av_cold int | is_native_endian (enum AVPixelFormat pixfmt) |
| static av_cold enum AVPixelFormat | match_pixfmt (const VSFormat *vsf, int c_order[4]) |
| static av_cold int | read_header_vs (AVFormatContext *s) |
| static void | free_frame (void *opaque, uint8_t *data) |
| static int | get_vs_prop_int (AVFormatContext *s, const VSMap *map, const char *name, int def) |
| static void | free_vsframe_ref (void *opaque, uint8_t *data) |
| static int | read_packet_vs (AVFormatContext *s, AVPacket *pkt) |
| static int | read_seek_vs (AVFormatContext *s, int stream_idx, int64_t ts, int flags) |
| static av_cold int | probe_vs (const AVProbeData *p) |
Variables | |
| static const AVOption | options [] |
| static const AVClass | class_vs |
| const AVInputFormat | ff_vapoursynth_demuxer |
| #define OFFSET | ( | x | ) | offsetof(VSContext, x) |
Definition at line 62 of file vapoursynth.c.
| #define A AV_OPT_FLAG_AUDIO_PARAM |
Definition at line 63 of file vapoursynth.c.
| #define D AV_OPT_FLAG_DECODING_PARAM |
Definition at line 64 of file vapoursynth.c.
|
static |
Definition at line 70 of file vapoursynth.c.
Referenced by read_header_vs().
|
static |
Definition at line 80 of file vapoursynth.c.
|
static |
Definition at line 96 of file vapoursynth.c.
Referenced by match_pixfmt().
|
static |
Definition at line 106 of file vapoursynth.c.
Referenced by read_header_vs().
|
static |
Definition at line 170 of file vapoursynth.c.
|
static |
Definition at line 300 of file vapoursynth.c.
Referenced by read_packet_vs().
|
static |
Definition at line 307 of file vapoursynth.c.
Referenced by read_packet_vs().
|
static |
Definition at line 323 of file vapoursynth.c.
Referenced by read_packet_vs().
|
static |
Definition at line 335 of file vapoursynth.c.
|
static |
Definition at line 459 of file vapoursynth.c.
|
static |
Definition at line 470 of file vapoursynth.c.
|
static |
Definition at line 65 of file vapoursynth.c.
|
static |
Definition at line 477 of file vapoursynth.c.
| const AVInputFormat ff_vapoursynth_demuxer |
Definition at line 484 of file vapoursynth.c.
1.8.17