Ok guys, I just added one line of code do reverse the order:
on the file: videogall/videogall.php
look for:
global $videogall_options, $total_videos;
$video_list = get_option(‘videogall_videos’);
and add this right after it:
rsort( $video_list );
this will reverse the order.