Nikolay

Results 3 issues of Nikolay

Hello. I am use Allegro 4.2.1 and [found] (https://github.com/liballeg/allegro5/issues/1341#issuecomment-1149065350), that one VOC file loads incorrectly in my 4.2.1 and Allegro 5 voc load function. I successfully backports _al_load_voc_f() from 5...

Hello. Thanks a lot of for this useful application. Because of this application can download videos not from only youtube, it can be good idea to be able to view...

allegro5/addons/acodec/voc.c In ALLEGRO_SAMPLE *_al_load_voc_f(ALLEGRO_FILE *file) 1. buffer = al_realloc(buffer, sizeof(buffer) + bytestoread); Looks bad. I have no idea how new size are calculated here. 2. Memory leak in code, the...