Go to the source code of this file.
Functions |
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) |
gboolean | check_clip_integrity (file *sfile, const lives_clip_data_t *cdata) |
void | virtual_to_images (gint sfileno, gint sframe, gint eframe, gboolean update_progress) |
void | delete_frames_from_virtual (gint sfileno, gint start, gint end) |
void | insert_images_in_virtual (gint sfileno, gint where, gint frames) |
void | del_frame_index (file *sfile) |
void | clean_images_from_virtual (file *sfile, gint oldframes) |
int * | frame_index_copy (int *findex, gint nframes) |
gboolean | check_if_non_virtual (gint fileno) |
void | restore_frame_index_back (gint sfileno) |
gboolean | is_virtual_frame (int sfileno, int frame) |
LIVES_INLINE gint | count_virtual_frames (int *findex, int start, int end) |
Function Documentation
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 |
|
) |
| |