LiVES  2.8.9
Data Structures | Macros | Typedefs | Enumerations | Functions | Variables
plugins.h File Reference
#include <gmodule.h>
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
#include <stdlib.h>

Go to the source code of this file.

Data Structures

struct  _vid_playback_plugin
 
struct  _encoder
 
struct  lives_clip_data_t
 
struct  lives_decoder_sys_t
 
struct  lives_decoder_t
 
struct  lives_param_t
 
struct  lives_rfx_t
 
struct  lives_fx_candidate_t
 
struct  _vppaw
 video playback plugin window - fixed part More...
 

Macros

#define PLUGIN_ENCODERS   "encoders"
 
#define PLUGIN_DECODERS   "decoders"
 
#define PLUGIN_VID_PLAYBACK   "playback/video"
 
#define PLUGIN_AUDIO_STREAM   "playback/audiostream"
 
#define AUDIO_STREAMER_NAME   "audiostreamer.pl"
 
#define PLUGIN_THEMES   "themes"
 smogrify handles the directory differently for themes More...
 
#define PLUGIN_THEMES_CUSTOM   "custom/themes"
 
#define PLUGIN_EFFECTS_WEED   "weed"
 uses WEED_PLUGIN_PATH More...
 
#define PLUGIN_WEED_FX_BUILTIN   "effects/realtime/weed"
 
#define VPP_CAN_RESIZE   (1<<0)
 
#define VPP_CAN_RETURN   (1<<1)
 
#define VPP_LOCAL_DISPLAY   (1<<2)
 
#define DEFAULT_VPP   "openGL"
 
#define MAX_VPP_HSIZE   1024.
 
#define MAX_VPP_VSIZE   576.
 
#define MULTI_ENCODER_NAME   "multi_encoder"
 
#define MULTI_ENCODER3_NAME   "multi_encoder3"
 
#define HI_THEORA_FORMAT   "hi-theora"
 
#define HI_MPEG_FORMAT   "hi-mpg"
 
#define HI_H_MKV_FORMAT   "hi_h-mkv"
 
#define HI_H_AVI_FORMAT   "hi_h-avi"
 
#define AUDIO_CODEC_MP3   0
 
#define AUDIO_CODEC_PCM   1
 
#define AUDIO_CODEC_MP2   2
 
#define AUDIO_CODEC_VORBIS   3
 
#define AUDIO_CODEC_AC3   4
 
#define AUDIO_CODEC_AAC   5
 
#define AUDIO_CODEC_AMR_NB   6
 
#define AUDIO_CODEC_RAW   7
 
#define AUDIO_CODEC_WMA2   8
 
#define AUDIO_CODEC_MAX   31
 
#define AUDIO_CODEC_NONE   32
 
#define AUDIO_CODEC_UNKNOWN   33
 
#define HAS_RFX   (1<<0)
 
#define CAN_ENCODE_PNG   (1<<2)
 
#define ENCODER_NON_NATIVE   (1<<3)
 
#define LIVES_SEEK_FAST   (1<<0)
 good More...
 
#define LIVES_SEEK_NEEDS_CALCULATION   (1<<1)
 not so good More...
 
#define LIVES_SEEK_QUALITY_LOSS   (1<<2)
 
#define SYNC_HINT_AUDIO_TRIM_START   (1<<0)
 
#define SYNC_HINT_AUDIO_PAD_START   (1<<1)
 
#define SYNC_HINT_AUDIO_TRIM_END   (1<<2)
 
#define SYNC_HINT_AUDIO_PAD_END   (1<<3)
 
#define SYNC_HINT_VIDEO_PAD_START   (1<<4)
 
#define SYNC_HINT_VIDEO_PAD_END   (1<<5)
 
#define PLUGIN_RENDERED_EFFECTS_BUILTIN   "effects/rendered/"
 external rendered fx plugins (RFX plugins) More...
 
#define PLUGIN_RENDERED_EFFECTS_CUSTOM   "plugins/effects/rendered/custom/"
 in the home directory More...
 
#define PLUGIN_RENDERED_EFFECTS_TEST   "plugins/effects/rendered/test/"
 
#define PLUGIN_RENDERED_EFFECTS_BUILTIN_SCRIPTS   "effects/RFXscripts/"
 rfx scripts for the SDK More...
 
#define PLUGIN_RENDERED_EFFECTS_CUSTOM_SCRIPTS   "plugins/effects/RFXscripts/custom/"
 in the home directory More...
 
#define PLUGIN_RENDERED_EFFECTS_TEST_SCRIPTS   "plugins/effects/RFXscripts/test/"
 
#define PLUGIN_RFX_SCRAP   ""
 scraps are passed between programs to generate param windows More...
 
#define MAX_PARAM_WIDGETS   5
 max number of display widgets per parameter (currently 5 for RGBA spinbuttons + colorbutton) More...
 
#define RFX_MAXSTRINGLEN   (PATH_MAX - 1)
 length of max string (not including terminating NULL) for LiVES-perl More...
 
#define HIDDEN_GUI   (1<<0)
 
#define HIDDEN_MULTI   (1<<1)
 
#define HIDDEN_NEEDS_REINIT   (1<<2)
 
#define HIDDEN_COMPOUND_INTERNAL   (1<<3)
 
#define PVAL_MULTI_NONE   0
 
#define PVAL_MULTI_ANY   1
 
#define PVAL_MULTI_PER_CHANNEL   2
 
#define RFX_PROPS_SLOW   0x0001
 hint to GUI More...
 
#define RFX_PROPS_MAY_RESIZE   0x0002
 is a tool More...
 
#define RFX_PROPS_BATCHG   0x0004
 is a batch generator More...
 
#define RFX_PROPS_RESERVED1   0x1000
 
#define RFX_PROPS_RESERVED2   0x2000
 
#define RFX_PROPS_RESERVED3   0x4000
 
#define RFX_PROPS_AUTO_BUILT   0x8000
 
#define RFX_FLAGS_NO_SLIDERS   0x0001
 internal use More...
 
#define FX_CANDIDATE_AUDIO_VOL   0
 
#define FX_CANDIDATE_RESIZER   1
 
#define FX_CANDIDATE_DEINTERLACE   2
 
#define MAX_FX_CANDIDATE_TYPES   3
 

Typedefs

typedef weed_plant_t *(* weed_bootstrap_f) (weed_default_getter_f *value, int num_versions, int *plugin_versions)
 
typedef boolean(* plugin_keyfunc) (boolean down, uint16_t unicode, uint16_t keymod)
 video playback plugins More...
 

Enumerations

enum  lives_param_type_t {
  LIVES_PARAM_UNKNOWN = 0, LIVES_PARAM_NUM, LIVES_PARAM_BOOL, LIVES_PARAM_COLRGB24,
  LIVES_PARAM_STRING, LIVES_PARAM_STRING_LIST, LIVES_PARAM_COLRGBA32, LIVES_PARAM_UNDISPLAYABLE = 65536
}
 
enum  lives_rfx_source_t { LIVES_RFX_SOURCE_RFX = 0, LIVES_RFX_SOURCE_WEED }
 
enum  lives_param_special_t {
  LIVES_PARAM_SPECIAL_TYPE_NONE = 0, LIVES_PARAM_SPECIAL_TYPE_RECT_DEMASK, LIVES_PARAM_SPECIAL_TYPE_RECT_MULTRECT, LIVES_PARAM_SPECIAL_TYPE_RECT_MULTIRECT,
  LIVES_PARAM_SPECIAL_TYPE_SINGLEPOINT, LIVES_PARAM_SPECIAL_TYPE_FILEREAD, LIVES_PARAM_SPECIAL_TYPE_PASSWORD, LIVES_PARAM_SPECIAL_TYPE_MERGEALIGN,
  LIVES_PARAM_SPECIAL_TYPE_ASPECT_RATIO
}
 
enum  lives_rfx_status_t {
  RFX_STATUS_BUILTIN = 0, RFX_STATUS_CUSTOM = 1, RFX_STATUS_TEST = 2, RFX_STATUS_ANY = 3,
  RFX_STATUS_WEED = 4, RFX_STATUS_SCRAP = 5, RFX_STATUS_COPY = 128, RFX_STATUS_RENAME = 129
}
 

Functions

LiVESList * get_plugin_list (const char *plugin_type, boolean allow_nonex, const char *plugdir, const char *filter_ext)
 
LiVESList * plugin_request (const char *plugin_type, const char *plugin_name, const char *request)
 
LiVESList * plugin_request_with_blanks (const char *plugin_type, const char *plugin_name, const char *request)
 
LiVESList * plugin_request_by_line (const char *plugin_type, const char *plugin_name, const char *request)
 
LiVESList * plugin_request_by_space (const char *plugin_type, const char *plugin_name, const char *request)
 
LiVESList * plugin_request_common (const char *plugin_type, const char *plugin_name, const char *request, const char *delim, boolean allow_blanks)
 
_vid_playback_pluginopen_vid_playback_plugin (const char *name, boolean in_use)
 
void vid_playback_plugin_exit (void)
 
void close_vid_playback_plugin (_vid_playback_plugin *)
 
int64_t get_best_audio (_vid_playback_plugin *)
 
void save_vpp_defaults (_vid_playback_plugin *, char *file)
 
void load_vpp_defaults (_vid_playback_plugin *, char *file)
 
const weed_plant_t * pp_get_param (weed_plant_t **pparams, int idx)
 
const weed_plant_t * pp_get_chan (weed_plant_t **pparams, int idx)
 
void do_plugin_encoder_error (const char *plugin_name_or_null)
 
LiVESList * filter_encoders_by_img_ext (LiVESList *encoders, const char *img_ext)
 
const lives_clip_data_tget_decoder_cdata (int fileno, LiVESList *disabled, const lives_clip_data_t *fake_cdata)
 
void close_decoder_plugin (lives_decoder_t *)
 
lives_decoder_sys_topen_decoder_plugin (const char *plname)
 
void get_mime_type (char *text, int maxlen, const lives_clip_data_t *)
 
void unload_decoder_plugins (void)
 
boolean decplugin_supports_palette (const lives_decoder_t *dplug, int palette)
 
lives_decoder_tclone_decoder (int fileno)
 
boolean check_rfx_for_lives (lives_rfx_t *)
 
void do_rfx_cleanup (lives_rfx_t *)
 
void render_fx_get_params (lives_rfx_t *, const char *plugin_name, short status)
 
void sort_rfx_array (lives_rfx_t *in_array, int num_elements)
 
int find_rfx_plugin_by_name (const char *name, short status)
 
void rfx_copy (lives_rfx_t *src, lives_rfx_t *dest, boolean full)
 
void rfx_params_free (lives_rfx_t *)
 
void rfx_free (lives_rfx_t *)
 
void rfx_free_all (void)
 
void param_copy (lives_param_t *src, lives_param_t *dest, boolean full)
 
lives_param_tfind_rfx_param_by_name (lives_rfx_t *, const char *name)
 
boolean set_rfx_param_by_name_string (lives_rfx_t *, const char *name, const char *value, boolean update_visual)
 
boolean get_rfx_param_by_name_string (lives_rfx_t *rfx, const char *name, char **return_value)
 
boolean get_bool_param (void *value)
 
int get_int_param (void *value)
 
double get_double_param (void *value)
 
void get_colRGB24_param (void *value, lives_colRGB48_t *rgb)
 
void get_colRGBA32_param (void *value, lives_colRGBA64_t *rgba)
 
void set_bool_param (void *value, boolean)
 
void set_int_param (void *value, int)
 
void set_double_param (void *value, double)
 
void set_colRGB24_param (void *value, short red, short green, short blue)
 
void set_colRGBA32_param (void *value, short red, short green, short blue, short alpha)
 
void ** store_rfx_params (lives_rfx_t *)
 return an array of parameter values More...
 
void set_rfx_params_from_store (lives_rfx_t *rfx, void **store)
 
void rfx_params_store_free (lives_rfx_t *, void **store)
 
LiVESList * array_to_string_list (char **array, int offset, int len)
 
lives_rfx_tweed_to_rfx (weed_plant_t *plant, boolean show_reinits)
 
lives_param_tweed_params_to_rfx (int npar, weed_plant_t *instance, boolean show_reinits)
 
char * plugin_run_param_window (const char *get_com, LiVESVBox *vbox, lives_rfx_t **ret_rfx)
 
_vppawon_vpp_advanced_clicked (LiVESButton *, livespointer)
 
void on_decplug_advanced_clicked (LiVESButton *button, livespointer user_data)
 
LiVESList * get_external_window_hints (lives_rfx_t *rfx)
 
boolean check_encoder_restrictions (boolean get_extension, boolean user_audio, boolean save_all)
 

Variables

const char * anames [AUDIO_CODEC_MAX]
 

Macro Definition Documentation

◆ AUDIO_CODEC_AAC

#define AUDIO_CODEC_AAC   5

◆ AUDIO_CODEC_AC3

#define AUDIO_CODEC_AC3   4

◆ AUDIO_CODEC_AMR_NB

#define AUDIO_CODEC_AMR_NB   6

◆ AUDIO_CODEC_MAX

#define AUDIO_CODEC_MAX   31

◆ AUDIO_CODEC_MP2

#define AUDIO_CODEC_MP2   2

◆ AUDIO_CODEC_MP3

#define AUDIO_CODEC_MP3   0

◆ AUDIO_CODEC_NONE

#define AUDIO_CODEC_NONE   32

◆ AUDIO_CODEC_PCM

#define AUDIO_CODEC_PCM   1

◆ AUDIO_CODEC_RAW

#define AUDIO_CODEC_RAW   7

◆ AUDIO_CODEC_UNKNOWN

#define AUDIO_CODEC_UNKNOWN   33

◆ AUDIO_CODEC_VORBIS

#define AUDIO_CODEC_VORBIS   3

◆ AUDIO_CODEC_WMA2

#define AUDIO_CODEC_WMA2   8

◆ AUDIO_STREAMER_NAME

#define AUDIO_STREAMER_NAME   "audiostreamer.pl"

◆ CAN_ENCODE_PNG

#define CAN_ENCODE_PNG   (1<<2)

◆ DEFAULT_VPP

#define DEFAULT_VPP   "openGL"

◆ ENCODER_NON_NATIVE

#define ENCODER_NON_NATIVE   (1<<3)

◆ FX_CANDIDATE_AUDIO_VOL

#define FX_CANDIDATE_AUDIO_VOL   0

◆ FX_CANDIDATE_DEINTERLACE

#define FX_CANDIDATE_DEINTERLACE   2

◆ FX_CANDIDATE_RESIZER

#define FX_CANDIDATE_RESIZER   1

◆ HAS_RFX

#define HAS_RFX   (1<<0)

◆ HI_H_AVI_FORMAT

#define HI_H_AVI_FORMAT   "hi_h-avi"

◆ HI_H_MKV_FORMAT

#define HI_H_MKV_FORMAT   "hi_h-mkv"

◆ HI_MPEG_FORMAT

#define HI_MPEG_FORMAT   "hi-mpg"

◆ HI_THEORA_FORMAT

#define HI_THEORA_FORMAT   "hi-theora"

◆ HIDDEN_COMPOUND_INTERNAL

#define HIDDEN_COMPOUND_INTERNAL   (1<<3)

◆ HIDDEN_GUI

#define HIDDEN_GUI   (1<<0)

◆ HIDDEN_MULTI

#define HIDDEN_MULTI   (1<<1)

◆ HIDDEN_NEEDS_REINIT

#define HIDDEN_NEEDS_REINIT   (1<<2)

◆ LIVES_SEEK_FAST

#define LIVES_SEEK_FAST   (1<<0)

good

◆ LIVES_SEEK_NEEDS_CALCULATION

#define LIVES_SEEK_NEEDS_CALCULATION   (1<<1)

not so good

◆ LIVES_SEEK_QUALITY_LOSS

#define LIVES_SEEK_QUALITY_LOSS   (1<<2)

◆ MAX_FX_CANDIDATE_TYPES

#define MAX_FX_CANDIDATE_TYPES   3

◆ MAX_PARAM_WIDGETS

#define MAX_PARAM_WIDGETS   5

max number of display widgets per parameter (currently 5 for RGBA spinbuttons + colorbutton)

◆ MAX_VPP_HSIZE

#define MAX_VPP_HSIZE   1024.

◆ MAX_VPP_VSIZE

#define MAX_VPP_VSIZE   576.

◆ MULTI_ENCODER3_NAME

#define MULTI_ENCODER3_NAME   "multi_encoder3"

◆ MULTI_ENCODER_NAME

#define MULTI_ENCODER_NAME   "multi_encoder"

◆ PLUGIN_AUDIO_STREAM

#define PLUGIN_AUDIO_STREAM   "playback/audiostream"

◆ PLUGIN_DECODERS

#define PLUGIN_DECODERS   "decoders"

◆ PLUGIN_EFFECTS_WEED

#define PLUGIN_EFFECTS_WEED   "weed"

uses WEED_PLUGIN_PATH

◆ PLUGIN_ENCODERS

#define PLUGIN_ENCODERS   "encoders"

◆ PLUGIN_RENDERED_EFFECTS_BUILTIN

#define PLUGIN_RENDERED_EFFECTS_BUILTIN   "effects/rendered/"

external rendered fx plugins (RFX plugins)

◆ PLUGIN_RENDERED_EFFECTS_BUILTIN_SCRIPTS

#define PLUGIN_RENDERED_EFFECTS_BUILTIN_SCRIPTS   "effects/RFXscripts/"

rfx scripts for the SDK

◆ PLUGIN_RENDERED_EFFECTS_CUSTOM

#define PLUGIN_RENDERED_EFFECTS_CUSTOM   "plugins/effects/rendered/custom/"

in the home directory

◆ PLUGIN_RENDERED_EFFECTS_CUSTOM_SCRIPTS

#define PLUGIN_RENDERED_EFFECTS_CUSTOM_SCRIPTS   "plugins/effects/RFXscripts/custom/"

in the home directory

◆ PLUGIN_RENDERED_EFFECTS_TEST

#define PLUGIN_RENDERED_EFFECTS_TEST   "plugins/effects/rendered/test/"

◆ PLUGIN_RENDERED_EFFECTS_TEST_SCRIPTS

#define PLUGIN_RENDERED_EFFECTS_TEST_SCRIPTS   "plugins/effects/RFXscripts/test/"

◆ PLUGIN_RFX_SCRAP

#define PLUGIN_RFX_SCRAP   ""

scraps are passed between programs to generate param windows

◆ PLUGIN_THEMES

#define PLUGIN_THEMES   "themes"

smogrify handles the directory differently for themes

◆ PLUGIN_THEMES_CUSTOM

#define PLUGIN_THEMES_CUSTOM   "custom/themes"

◆ PLUGIN_VID_PLAYBACK

#define PLUGIN_VID_PLAYBACK   "playback/video"

◆ PLUGIN_WEED_FX_BUILTIN

#define PLUGIN_WEED_FX_BUILTIN   "effects/realtime/weed"

◆ PVAL_MULTI_ANY

#define PVAL_MULTI_ANY   1

◆ PVAL_MULTI_NONE

#define PVAL_MULTI_NONE   0

◆ PVAL_MULTI_PER_CHANNEL

#define PVAL_MULTI_PER_CHANNEL   2

◆ RFX_FLAGS_NO_SLIDERS

#define RFX_FLAGS_NO_SLIDERS   0x0001

internal use

◆ RFX_MAXSTRINGLEN

#define RFX_MAXSTRINGLEN   (PATH_MAX - 1)

length of max string (not including terminating NULL) for LiVES-perl

◆ RFX_PROPS_AUTO_BUILT

#define RFX_PROPS_AUTO_BUILT   0x8000

◆ RFX_PROPS_BATCHG

#define RFX_PROPS_BATCHG   0x0004

is a batch generator

◆ RFX_PROPS_MAY_RESIZE

#define RFX_PROPS_MAY_RESIZE   0x0002

is a tool

◆ RFX_PROPS_RESERVED1

#define RFX_PROPS_RESERVED1   0x1000

◆ RFX_PROPS_RESERVED2

#define RFX_PROPS_RESERVED2   0x2000

◆ RFX_PROPS_RESERVED3

#define RFX_PROPS_RESERVED3   0x4000

◆ RFX_PROPS_SLOW

#define RFX_PROPS_SLOW   0x0001

hint to GUI

◆ SYNC_HINT_AUDIO_PAD_END

#define SYNC_HINT_AUDIO_PAD_END   (1<<3)

◆ SYNC_HINT_AUDIO_PAD_START

#define SYNC_HINT_AUDIO_PAD_START   (1<<1)

◆ SYNC_HINT_AUDIO_TRIM_END

#define SYNC_HINT_AUDIO_TRIM_END   (1<<2)

◆ SYNC_HINT_AUDIO_TRIM_START

#define SYNC_HINT_AUDIO_TRIM_START   (1<<0)

◆ SYNC_HINT_VIDEO_PAD_END

#define SYNC_HINT_VIDEO_PAD_END   (1<<5)

◆ SYNC_HINT_VIDEO_PAD_START

#define SYNC_HINT_VIDEO_PAD_START   (1<<4)

◆ VPP_CAN_RESIZE

#define VPP_CAN_RESIZE   (1<<0)

◆ VPP_CAN_RETURN

#define VPP_CAN_RETURN   (1<<1)

◆ VPP_LOCAL_DISPLAY

#define VPP_LOCAL_DISPLAY   (1<<2)

Typedef Documentation

◆ plugin_keyfunc

typedef boolean(* plugin_keyfunc) (boolean down, uint16_t unicode, uint16_t keymod)

video playback plugins

◆ weed_bootstrap_f

typedef weed_plant_t*(* weed_bootstrap_f) (weed_default_getter_f *value, int num_versions, int *plugin_versions)

Enumeration Type Documentation

◆ lives_param_special_t

Enumerator
LIVES_PARAM_SPECIAL_TYPE_NONE 
LIVES_PARAM_SPECIAL_TYPE_RECT_DEMASK 

type may be used in framedraw

LIVES_PARAM_SPECIAL_TYPE_RECT_MULTRECT 

type may be used in framedraw

LIVES_PARAM_SPECIAL_TYPE_RECT_MULTIRECT 

type may be used in framedraw

LIVES_PARAM_SPECIAL_TYPE_SINGLEPOINT 

type may be used in framedraw

LIVES_PARAM_SPECIAL_TYPE_FILEREAD 
LIVES_PARAM_SPECIAL_TYPE_PASSWORD 
LIVES_PARAM_SPECIAL_TYPE_MERGEALIGN 
LIVES_PARAM_SPECIAL_TYPE_ASPECT_RATIO 

◆ lives_param_type_t

Enumerator
LIVES_PARAM_UNKNOWN 
LIVES_PARAM_NUM 
LIVES_PARAM_BOOL 
LIVES_PARAM_COLRGB24 
LIVES_PARAM_STRING 
LIVES_PARAM_STRING_LIST 
LIVES_PARAM_COLRGBA32 
LIVES_PARAM_UNDISPLAYABLE 

◆ lives_rfx_source_t

Enumerator
LIVES_RFX_SOURCE_RFX 
LIVES_RFX_SOURCE_WEED 

◆ lives_rfx_status_t

Enumerator
RFX_STATUS_BUILTIN 

factory presets

RFX_STATUS_CUSTOM 

custom effects in the custom menu

RFX_STATUS_TEST 

test effects in the advanced menu

RFX_STATUS_ANY 

indicates free choice of statuses

RFX_STATUS_WEED 

indicates an internal RFX, created from a weed instance

RFX_STATUS_SCRAP 

used for parsing RFX scraps from external apps

RFX_STATUS_COPY 

indicates a copy operation to test

RFX_STATUS_RENAME 

indicates a copy operation to test

Function Documentation

◆ array_to_string_list()

LiVESList* array_to_string_list ( char **  array,
int  offset,
int  len 
)

◆ check_encoder_restrictions()

boolean check_encoder_restrictions ( boolean  get_extension,
boolean  user_audio,
boolean  save_all 
)

end restrictions

◆ check_rfx_for_lives()

boolean check_rfx_for_lives ( lives_rfx_t )

◆ clone_decoder()

lives_decoder_t* clone_decoder ( int  fileno)

◆ close_decoder_plugin()

void close_decoder_plugin ( lives_decoder_t )

◆ close_vid_playback_plugin()

void close_vid_playback_plugin ( _vid_playback_plugin )

◆ decplugin_supports_palette()

boolean decplugin_supports_palette ( const lives_decoder_t dplug,
int  palette 
)

◆ do_plugin_encoder_error()

void do_plugin_encoder_error ( const char *  plugin_name_or_null)

◆ do_rfx_cleanup()

void do_rfx_cleanup ( lives_rfx_t )

◆ filter_encoders_by_img_ext()

LiVESList* filter_encoders_by_img_ext ( LiVESList *  encoders,
const char *  img_ext 
)

◆ find_rfx_param_by_name()

lives_param_t* find_rfx_param_by_name ( lives_rfx_t ,
const char *  name 
)

◆ find_rfx_plugin_by_name()

int find_rfx_plugin_by_name ( const char *  name,
short  status 
)

◆ get_best_audio()

int64_t get_best_audio ( _vid_playback_plugin )

◆ get_bool_param()

boolean get_bool_param ( void *  value)

◆ get_colRGB24_param()

void get_colRGB24_param ( void *  value,
lives_colRGB48_t rgb 
)

◆ get_colRGBA32_param()

void get_colRGBA32_param ( void *  value,
lives_colRGBA64_t rgba 
)

◆ get_decoder_cdata()

const lives_clip_data_t* get_decoder_cdata ( int  fileno,
LiVESList *  disabled,
const lives_clip_data_t fake_cdata 
)

◆ get_double_param()

double get_double_param ( void *  value)

◆ get_external_window_hints()

LiVESList* get_external_window_hints ( lives_rfx_t rfx)

◆ get_int_param()

int get_int_param ( void *  value)

◆ get_mime_type()

void get_mime_type ( char *  text,
int  maxlen,
const lives_clip_data_t  
)

◆ get_plugin_list()

LiVESList* get_plugin_list ( const char *  plugin_type,
boolean  allow_nonex,
const char *  plugdir,
const char *  filter_ext 
)

◆ get_rfx_param_by_name_string()

boolean get_rfx_param_by_name_string ( lives_rfx_t rfx,
const char *  name,
char **  return_value 
)

◆ load_vpp_defaults()

void load_vpp_defaults ( _vid_playback_plugin ,
char *  file 
)

◆ on_decplug_advanced_clicked()

void on_decplug_advanced_clicked ( LiVESButton *  button,
livespointer  user_data 
)

◆ on_vpp_advanced_clicked()

_vppaw* on_vpp_advanced_clicked ( LiVESButton *  ,
livespointer   
)

◆ open_decoder_plugin()

lives_decoder_sys_t* open_decoder_plugin ( const char *  plname)

◆ open_vid_playback_plugin()

_vid_playback_plugin* open_vid_playback_plugin ( const char *  name,
boolean  in_use 
)

◆ param_copy()

void param_copy ( lives_param_t src,
lives_param_t dest,
boolean  full 
)

◆ plugin_request()

LiVESList* plugin_request ( const char *  plugin_type,
const char *  plugin_name,
const char *  request 
)

◆ plugin_request_by_line()

LiVESList* plugin_request_by_line ( const char *  plugin_type,
const char *  plugin_name,
const char *  request 
)

◆ plugin_request_by_space()

LiVESList* plugin_request_by_space ( const char *  plugin_type,
const char *  plugin_name,
const char *  request 
)

◆ plugin_request_common()

LiVESList* plugin_request_common ( const char *  plugin_type,
const char *  plugin_name,
const char *  request,
const char *  delim,
boolean  allow_blanks 
)

◆ plugin_request_with_blanks()

LiVESList* plugin_request_with_blanks ( const char *  plugin_type,
const char *  plugin_name,
const char *  request 
)

◆ plugin_run_param_window()

char* plugin_run_param_window ( const char *  get_com,
LiVESVBox *  vbox,
lives_rfx_t **  ret_rfx 
)

◆ pp_get_chan()

const weed_plant_t* pp_get_chan ( weed_plant_t **  pparams,
int  idx 
)

◆ pp_get_param()

const weed_plant_t* pp_get_param ( weed_plant_t **  pparams,
int  idx 
)

◆ render_fx_get_params()

void render_fx_get_params ( lives_rfx_t ,
const char *  plugin_name,
short  status 
)

◆ rfx_copy()

void rfx_copy ( lives_rfx_t src,
lives_rfx_t dest,
boolean  full 
)

◆ rfx_free()

void rfx_free ( lives_rfx_t )

◆ rfx_free_all()

void rfx_free_all ( void  )

◆ rfx_params_free()

void rfx_params_free ( lives_rfx_t )

◆ rfx_params_store_free()

void rfx_params_store_free ( lives_rfx_t ,
void **  store 
)

◆ save_vpp_defaults()

void save_vpp_defaults ( _vid_playback_plugin ,
char *  file 
)

◆ set_bool_param()

void set_bool_param ( void *  value,
boolean   
)

◆ set_colRGB24_param()

void set_colRGB24_param ( void *  value,
short  red,
short  green,
short  blue 
)

◆ set_colRGBA32_param()

void set_colRGBA32_param ( void *  value,
short  red,
short  green,
short  blue,
short  alpha 
)

◆ set_double_param()

void set_double_param ( void *  value,
double   
)

◆ set_int_param()

void set_int_param ( void *  value,
int   
)

◆ set_rfx_param_by_name_string()

boolean set_rfx_param_by_name_string ( lives_rfx_t ,
const char *  name,
const char *  value,
boolean  update_visual 
)

◆ set_rfx_params_from_store()

void set_rfx_params_from_store ( lives_rfx_t rfx,
void **  store 
)

◆ sort_rfx_array()

void sort_rfx_array ( lives_rfx_t in_array,
int  num_elements 
)

◆ store_rfx_params()

void** store_rfx_params ( lives_rfx_t )

return an array of parameter values

◆ unload_decoder_plugins()

void unload_decoder_plugins ( void  )

◆ vid_playback_plugin_exit()

void vid_playback_plugin_exit ( void  )

◆ weed_params_to_rfx()

lives_param_t* weed_params_to_rfx ( int  npar,
weed_plant_t *  instance,
boolean  show_reinits 
)

◆ weed_to_rfx()

lives_rfx_t* weed_to_rfx ( weed_plant_t *  plant,
boolean  show_reinits 
)

Variable Documentation

◆ anames

const char* anames[AUDIO_CODEC_MAX]