LiVES 1.4.9
|
Functions | |
LIVES_INLINE gint | count_virtual_frames (int *findex, int start, int end) |
void | create_frame_index (gint fileno, gboolean init, gint start_offset, gint nframes) |
gboolean | save_frame_index (gint fileno) |
gboolean | load_frame_index (gint fileno) |
void | del_frame_index (file *sfile) |
gboolean | check_clip_integrity (file *sfile, const lives_clip_data_t *cdata) |
gboolean | check_if_non_virtual (gint fileno) |
void | virtual_to_images (gint sfileno, gint sframe, gint eframe, gboolean update_progress) |
void | insert_images_in_virtual (gint sfileno, gint where, gint frames) |
void | delete_frames_from_virtual (gint sfileno, gint start, gint end) |
void | restore_frame_index_back (gint sfileno) |
void | clean_images_from_virtual (file *sfile, gint oldframes) |
int * | frame_index_copy (int *findex, gint nframes) |
gboolean | is_virtual_frame (int sfileno, int frame) |
gboolean check_clip_integrity | ( | file * | sfile, |
const lives_clip_data_t * | cdata | ||
) |
gboolean check_if_non_virtual | ( | gint | fileno | ) |
void clean_images_from_virtual | ( | file * | sfile, |
gint | oldframes | ||
) |
LIVES_INLINE gint count_virtual_frames | ( | int * | findex, |
int | start, | ||
int | end | ||
) |
count virtual frames between start and end (inclusive)
void create_frame_index | ( | gint | fileno, |
gboolean | init, | ||
gint | start_offset, | ||
gint | nframes | ||
) |
void del_frame_index | ( | file * | sfile | ) |
void delete_frames_from_virtual | ( | gint | sfileno, |
gint | start, | ||
gint | end | ||
) |
int* frame_index_copy | ( | int * | findex, |
gint | nframes | ||
) |
void insert_images_in_virtual | ( | gint | sfileno, |
gint | where, | ||
gint | frames | ||
) |
gboolean is_virtual_frame | ( | int | sfileno, |
int | frame | ||
) |
gboolean load_frame_index | ( | gint | fileno | ) |
void restore_frame_index_back | ( | gint | sfileno | ) |
gboolean save_frame_index | ( | gint | fileno | ) |
void virtual_to_images | ( | gint | sfileno, |
gint | sframe, | ||
gint | eframe, | ||
gboolean | update_progress | ||
) |