|
LiVES 1.3.11-svn
|
Functions | |
| LIVES_INLINE gint | count_virtual_frames (int *findex, int size) |
| 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 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 | size | ||
| ) |
| 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 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 | ||
| ) |
1.7.4