| 
    FFmpeg
    
   | 
 
Public Types | |
| enum | { VF_FADE_WAITING =0, VF_FADE_FADING, VF_FADE_DONE } | 
Data Fields | |
| const AVClass * | class | 
| int | type | 
| int | factor | 
| int | fade_per_frame | 
| int | start_frame | 
| int | nb_frames | 
| int | hsub | 
| int | vsub | 
| int | bpp | 
| unsigned int | black_level | 
| unsigned int | black_level_scaled | 
| uint8_t | is_packed_rgb | 
| uint8_t | rgba_map [4] | 
| int | alpha | 
| uint64_t | start_time | 
| uint64_t | duration | 
| enum FadeContext:: { ... } | fade_state | 
| uint8_t | color_rgba [4] | 
| fade color  More... | |
| int | black_fade | 
| if color_rgba is black  More... | |
| anonymous enum | 
| int FadeContext::type | 
Definition at line 54 of file vf_fade.c.
Referenced by filter_frame(), and init().
| int FadeContext::factor | 
Definition at line 55 of file vf_fade.c.
Referenced by filter_frame(), filter_slice_alpha(), filter_slice_chroma(), and filter_slice_luma().
| int FadeContext::fade_per_frame | 
Definition at line 55 of file vf_fade.c.
Referenced by filter_frame(), and init().
| int FadeContext::start_frame | 
Definition at line 56 of file vf_fade.c.
Referenced by filter_frame(), and init().
| int FadeContext::nb_frames | 
Definition at line 56 of file vf_fade.c.
Referenced by filter_frame(), and init().
| int FadeContext::hsub | 
Definition at line 57 of file vf_fade.c.
Referenced by config_props(), and filter_slice_chroma().
| int FadeContext::vsub | 
Definition at line 57 of file vf_fade.c.
Referenced by config_props(), and filter_slice_chroma().
| int FadeContext::bpp | 
Definition at line 57 of file vf_fade.c.
Referenced by config_props(), filter_slice_luma(), and filter_slice_rgb().
| unsigned int FadeContext::black_level | 
Definition at line 58 of file vf_fade.c.
Referenced by config_props(), filter_slice_alpha(), and filter_slice_luma().
| unsigned int FadeContext::black_level_scaled | 
Definition at line 58 of file vf_fade.c.
Referenced by config_props(), filter_slice_alpha(), and filter_slice_luma().
| uint8_t FadeContext::is_packed_rgb | 
Definition at line 59 of file vf_fade.c.
Referenced by config_props(), filter_frame(), and filter_slice_alpha().
| uint8_t FadeContext::rgba_map[4] | 
Definition at line 60 of file vf_fade.c.
Referenced by config_props(), filter_rgb(), and filter_slice_alpha().
| int FadeContext::alpha | 
Definition at line 61 of file vf_fade.c.
Referenced by config_props(), filter_frame(), filter_slice_rgb(), init(), and query_formats().
| uint64_t FadeContext::start_time | 
Definition at line 62 of file vf_fade.c.
Referenced by filter_frame(), and init().
| uint64_t FadeContext::duration | 
Definition at line 62 of file vf_fade.c.
Referenced by filter_frame(), and init().
| enum { ... } FadeContext::fade_state | 
Referenced by filter_frame(), and init().
| uint8_t FadeContext::color_rgba[4] | 
| int FadeContext::black_fade | 
if color_rgba is black
Definition at line 65 of file vf_fade.c.
Referenced by filter_frame(), init(), and query_formats().
 1.8.6