| 
    FFmpeg
    
   | 
 
#include "libavutil/imgutils.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "avfilter.h"#include "filters.h"#include "formats.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | WeaveContext | 
| struct | ThreadData | 
| Used for passing data between threads.  More... | |
Macros | |
| #define | OFFSET(x) offsetof(WeaveContext, x) | 
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM | 
Functions | |
| AVFILTER_DEFINE_CLASS_EXT (weave, "(double)weave", weave_options) | |
| static int | query_formats (const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out) | 
| static int | config_props_output (AVFilterLink *outlink) | 
| static int | weave_slice (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) | 
| static int | filter_frame (AVFilterLink *inlink, AVFrame *in) | 
| static av_cold void | uninit (AVFilterContext *ctx) | 
| static av_cold int | init (AVFilterContext *ctx) | 
Variables | |
| static const AVOption | weave_options [] | 
| static const AVFilterPad | weave_inputs [] | 
| static const AVFilterPad | weave_outputs [] | 
| const FFFilter | ff_vf_weave | 
| const FFFilter | ff_vf_doubleweave | 
| #define OFFSET | ( | x | ) | offsetof(WeaveContext, x) | 
Definition at line 41 of file vf_weave.c.
| #define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM | 
Definition at line 42 of file vf_weave.c.
| AVFILTER_DEFINE_CLASS_EXT | ( | weave | , | 
| "(double)weave" | , | ||
| weave_options | |||
| ) | 
      
  | 
  static | 
Definition at line 55 of file vf_weave.c.
      
  | 
  static | 
Definition at line 65 of file vf_weave.c.
      
  | 
  static | 
Definition at line 102 of file vf_weave.c.
Referenced by filter_frame().
      
  | 
  static | 
Definition at line 138 of file vf_weave.c.
      
  | 
  static | 
Definition at line 178 of file vf_weave.c.
      
  | 
  static | 
Definition at line 213 of file vf_weave.c.
      
  | 
  static | 
Definition at line 44 of file vf_weave.c.
      
  | 
  static | 
Definition at line 185 of file vf_weave.c.
      
  | 
  static | 
Definition at line 193 of file vf_weave.c.
| const FFFilter ff_vf_weave | 
Definition at line 201 of file vf_weave.c.
| const FFFilter ff_vf_doubleweave | 
Definition at line 223 of file vf_weave.c.
 1.8.17