0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins
jp9000 7b12133af3 Use uint8_t* instead of void* for texture data
NOTE: In texture_setimage, I had to move variables to the top of the
scope because microsoft's C compiler will give the legacy C90 error of:
'illegal use of this type as an expression'.

To sum it up, microsoft's C compiler is still utter garbage.
2014-06-28 10:12:57 -07:00
..
linux-pulseaudio Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00
linux-v4l2 Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00
linux-xcomposite Use uint8_t* instead of void* for texture data 2014-06-28 10:12:57 -07:00
linux-xshm Use uint8_t* instead of void* for texture data 2014-06-28 10:12:57 -07:00
mac-avcapture Disable default device selection for mac-avcapture 2014-06-25 23:33:26 +02:00
mac-capture Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00
obs-ffmpeg Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00
obs-libfdk Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00
obs-outputs Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00
obs-x264 Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00
rtmp-services Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00
win-capture Remove 'effect' param from effect param funcs 2014-06-25 22:24:27 -07:00
win-dshow Merge pull request #124 from jp9000/new-locale-handling 2014-06-25 12:58:05 -07:00
win-wasapi win-wasapi: Use macros instead of strings 2014-06-28 09:03:57 -07:00
CMakeLists.txt Add initial implementation of a v4l2 capture plugin 2014-06-18 21:31:23 +02:00