Go to the source code of this file.
|
static av_cold void | avisynth_atexit_handler (void) |
|
static av_cold int | avisynth_load_library (void) |
|
static av_cold int | avisynth_context_create (AVFormatContext *s) |
|
static av_cold void | avisynth_context_destroy (AviSynthContext *avs) |
|
static int | avisynth_create_stream_video (AVFormatContext *s, AVStream *st) |
|
static int | avisynth_create_stream_audio (AVFormatContext *s, AVStream *st) |
|
static int | avisynth_create_stream (AVFormatContext *s) |
|
static int | avisynth_open_file (AVFormatContext *s) |
|
static void | avisynth_next_stream (AVFormatContext *s, AVStream **st, AVPacket *pkt, int *discard) |
|
static int | avisynth_read_packet_video (AVFormatContext *s, AVPacket *pkt, int discard) |
|
static int | avisynth_read_packet_audio (AVFormatContext *s, AVPacket *pkt, int discard) |
|
static av_cold int | avisynth_read_header (AVFormatContext *s) |
|
static int | avisynth_read_packet (AVFormatContext *s, AVPacket *pkt) |
|
static av_cold int | avisynth_read_close (AVFormatContext *s) |
|
static int | avisynth_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags) |
|
#define AVISYNTH_NAME "libavxsynth" |
#define LOAD_AVS_FUNC |
( |
|
name, |
|
|
|
continue_on_fail |
|
) |
| |
const int avs_planes_packed[1] = { 0 } |
|
static |
const int avs_planes_yuv[3] |
|
static |
int avs_atexit_called = 0 |
|
static |
Initial value:= {
.name = "avisynth",
.extensions = "avs",
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static av_cold int read_close(AVFormatContext *ctx)
static av_cold int avisynth_read_close(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int avisynth_read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int avisynth_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
static av_cold int avisynth_read_header(AVFormatContext *s)
Definition at line 868 of file avisynth.c.