0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins
fryshorts 05ddbeb1fe Add function to prepare frame structure to v4l2 plugin.
This adds a function to prepare the source_frame struct for use
with obs_source_output_video. Since all of the values except for
the timestamp and data pointers are known in before it makes
little sense to compute them over and over again.

Due to the fact that v4l2 uses a single continuous memory segment
for multi planar formats we can also precompute memory offsets for
the planes.
2014-07-26 19:29:08 +02:00
..
image-source Prevent loading image files with null/empty paths 2014-07-24 00:25:59 -07:00
linux-pulseaudio Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00
linux-v4l2 Add function to prepare frame structure to v4l2 plugin. 2014-07-26 19:29:08 +02:00
linux-xcomposite Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00
linux-xshm Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00
mac-avcapture Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00
mac-capture Remove unnecessary compiler flag 2014-07-21 04:49:16 +02:00
obs-ffmpeg Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00
obs-libfdk Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00
obs-outputs Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00
obs-x264 Fix x264 stdint.h message (it's already included) 2014-07-22 23:25:51 -07:00
rtmp-services Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00
win-capture Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00
win-dshow Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00
win-wasapi Move all data into the subdir it belongs to 2014-07-19 01:38:41 +02:00
CMakeLists.txt Don't hardcode include directory for plugins 2014-07-10 14:38:46 +02:00