Shaolin
721302bf00
libobs: Clear all compiler warnings
2019-03-29 06:29:04 -03:00
jp9000
d18c62b2b5
libobs, image-source: Fix ABI break in image_file_t structure
...
In commit a776a6cf071, the image_file_t structure (which is a public
structure) had a member variable added to it, which broke ABI.
2019-03-28 22:30:20 -07:00
jp9000
a776a6cf07
libobs/graphics: Add memory usage member to image file
...
Allows estimating the required memory usage of an image.
2019-03-13 01:11:18 -07:00
jp9000
0497095f97
Fix a number of GCC warnings
2017-12-06 16:42:45 -08:00
jp9000
0c5fd7a0fb
libobs/graphics: Always load gif frame if needed
...
Under certain circumstances it's necessary to seek, but if the frame
isn't loaded for the position that's being seeked to, it won't update
the texture. This just ensures the texture will update when seeking.
2016-05-26 08:13:21 -07:00
jp9000
a6c8a923e9
libobs: Remove trailing whitespace
2016-02-04 15:45:58 -08:00
jp9000
13890a46e6
libobs/graphics: Add gs_image_file_* functions (w/animated gifs)
...
These functions allow animated gifs and management of image files. Uses
libnsgif to load animated gifs.
2016-01-25 17:29:08 -08:00