|
| static int | movie_config_output_props (AVFilterLink *outlink) |
| |
| static AVStream * | find_stream (void *log, AVFormatContext *avf, const char *spec) |
| |
| static int | get_buffer (AVCodecContext *avctx, AVFrame *frame, int flags) |
| |
| static int | open_stream (AVFilterContext *ctx, MovieStream *st, int dec_threads) |
| |
| static int | guess_channel_layout (MovieStream *st, int st_index, void *log_ctx) |
| |
| static av_cold int | movie_common_init (AVFilterContext *ctx) |
| |
| static av_cold void | movie_uninit (AVFilterContext *ctx) |
| |
| static int | movie_query_formats (const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out) |
| |
| static int | rewind_file (AVFilterContext *ctx) |
| |
| static int | flush_decoder (AVFilterContext *ctx, int i) |
| |
| static int | decode_packet (AVFilterContext *ctx, int i) |
| |
| static int | activate (AVFilterContext *ctx) |
| |
| static int | process_command (AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) |
| |
| | AVFILTER_DEFINE_CLASS_EXT (movie, "(a)movie", movie_options) |
| |
movie video source
- Todo:
- support a PTS correction mechanism
Definition in file src_movie.c.