FFmpeg
|
#include <float.h>
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/avstring.h"
#include "libavutil/channel_layout.h"
#include "libavutil/opt.h"
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/timestamp.h"
#include "libavcodec/avcodec.h"
#include "libavformat/avformat.h"
#include "audio.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | MovieStream |
struct | MovieContext |
Macros | |
#define | OFFSET(x) offsetof(MovieContext, x) |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_VIDEO_PARAM |
Variables | |
static const AVOption | movie_options [] |
movie video source
use direct rendering (no allocation of a new frame)
support a PTS correction mechanism
Definition in file src_movie.c.
#define OFFSET | ( | x | ) | offsetof(MovieContext, x) |
Definition at line 80 of file src_movie.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 81 of file src_movie.c.
|
static |
Definition at line 386 of file src_movie.c.
Referenced by movie_common_init().
|
static |
Definition at line 554 of file src_movie.c.
Referenced by movie_common_init().
|
static |
Definition at line 103 of file src_movie.c.
Referenced by movie_common_init().
|
static |
Definition at line 157 of file src_movie.c.
Referenced by movie_common_init().
|
static |
Definition at line 188 of file src_movie.c.
Referenced by movie_common_init().
|
static |
Definition at line 211 of file src_movie.c.
|
static |
Definition at line 335 of file src_movie.c.
|
static |
Definition at line 350 of file src_movie.c.
|
static |
Definition at line 409 of file src_movie.c.
Referenced by movie_push_frame().
|
static |
Definition at line 435 of file src_movie.c.
Referenced by movie_request_frame().
|
static |
Definition at line 456 of file src_movie.c.
Referenced by movie_request_frame().
|
static |
Try to push a frame to the requested output.
ctx | filter context |
out_id | number of output where a frame is wanted; |
Definition at line 496 of file src_movie.c.
Referenced by movie_request_frame().
|
static |
Definition at line 597 of file src_movie.c.
AVFILTER_DEFINE_CLASS_EXT | ( | movie | , |
"(a)movie" | , | ||
movie_options | |||
) |
|
static |
Definition at line 83 of file src_movie.c.