Go to the source code of this file.
|
void | create_frame_index (int fileno, boolean init, int start_offset, int nframes) |
|
boolean | save_frame_index (int fileno) |
|
int | load_frame_index (int fileno) WARN_UNUSED |
|
boolean | check_clip_integrity (int fileno, const lives_clip_data_t *cdata, int maxframe) |
|
boolean | virtual_to_images (int sfileno, int sframe, int eframe, boolean update_progress, LiVESPixbuf **pbr) |
|
void | delete_frames_from_virtual (int sfileno, int start, int end) |
|
void | insert_images_in_virtual (int sfileno, int where, int frames, int *frame_index, int start) |
|
void | del_frame_index (lives_clip_t *) |
|
void | reverse_frame_index (int sfileno) |
|
boolean | realize_all_frames (int clipno, const char *msg, boolean enough) |
|
void | clean_images_from_virtual (lives_clip_t *, int oldsframe, int oldframes) |
|
int * | frame_index_copy (int *findex, int nframes, int offset) |
|
boolean | check_if_all_virtual (int fileno, int start, int end) |
|
boolean | check_if_non_virtual (int fileno, int start, int end) |
|
void | restore_frame_index_back (int sfileno) |
|
boolean | is_virtual_frame (int sfileno, int frame) |
|
int | count_virtual_frames (int *findex, int start, int end) |
|
◆ check_clip_integrity()
◆ check_if_all_virtual()
boolean check_if_all_virtual |
( |
int |
fileno, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
◆ check_if_non_virtual()
boolean check_if_non_virtual |
( |
int |
fileno, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
◆ clean_images_from_virtual()
void clean_images_from_virtual |
( |
lives_clip_t * |
, |
|
|
int |
oldsframe, |
|
|
int |
oldframes |
|
) |
| |
◆ count_virtual_frames()
int count_virtual_frames |
( |
int * |
findex, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
count virtual frames between start and end (inclusive)
◆ create_frame_index()
void create_frame_index |
( |
int |
fileno, |
|
|
boolean |
init, |
|
|
int |
start_offset, |
|
|
int |
nframes |
|
) |
| |
◆ del_frame_index()
◆ delete_frames_from_virtual()
void delete_frames_from_virtual |
( |
int |
sfileno, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
◆ frame_index_copy()
int* frame_index_copy |
( |
int * |
findex, |
|
|
int |
nframes, |
|
|
int |
offset |
|
) |
| |
◆ insert_images_in_virtual()
void insert_images_in_virtual |
( |
int |
sfileno, |
|
|
int |
where, |
|
|
int |
frames, |
|
|
int * |
frame_index, |
|
|
int |
start |
|
) |
| |
◆ is_virtual_frame()
boolean is_virtual_frame |
( |
int |
sfileno, |
|
|
int |
frame |
|
) |
| |
◆ load_frame_index()
int load_frame_index |
( |
int |
fileno | ) |
|
◆ realize_all_frames()
boolean realize_all_frames |
( |
int |
clipno, |
|
|
const char * |
msg, |
|
|
boolean |
enough |
|
) |
| |
◆ restore_frame_index_back()
void restore_frame_index_back |
( |
int |
sfileno | ) |
|
◆ reverse_frame_index()
void reverse_frame_index |
( |
int |
sfileno | ) |
|
◆ save_frame_index()
boolean save_frame_index |
( |
int |
fileno | ) |
|
◆ virtual_to_images()
boolean virtual_to_images |
( |
int |
sfileno, |
|
|
int |
sframe, |
|
|
int |
eframe, |
|
|
boolean |
update_progress, |
|
|
LiVESPixbuf ** |
pbr |
|
) |
| |