0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins
jp9000 1d2e5d50a4 Add FLV file output code
This doesn't add FLV file output to the user interface yet, but we'll
get around to that eventually.  This just adds an FLV output type.

Also, removed ftello/fseeko because off_t is a really annoying data
type, and I'd rather have a firm int64_t for large sizes, so I named it
to os_fseeki64 and os_ftelli64 instead, and changed the file size
function to return an int64_t.
2014-05-16 00:18:23 -07:00
..
dshow Full rewrite of all CMakeLists 2014-01-24 18:56:32 +01:00
linux-pulseaudio Add option to use alternative timestamps 2014-04-28 22:00:04 +02:00
linux-xcomposite Fix code formatting issues 2014-05-15 02:18:01 -07:00
linux-xshm Add README for the xshm plugin 2014-05-12 22:07:07 +02:00
mac-avcapture Handle libobs fourcc byte order change in mac-avcapture 2014-05-13 00:17:12 +02:00
mac-capture Improve properties API 2014-04-04 00:30:37 -07:00
obs-ffmpeg Fix dependency on win32-pthreads 2014-05-08 14:43:16 +02:00
obs-outputs Add FLV file output code 2014-05-16 00:18:23 -07:00
obs-x264 obs-x264: Woops, forgot to remove .rc 2014-04-26 11:39:28 -07:00
rtmp-services Add (temporary terrible) volume controls 2014-05-03 22:54:38 -07:00
win-capture Add 'common' and 'custom' RTMP services 2014-04-19 20:54:18 -07:00
win-wasapi Improve properties API 2014-04-04 00:30:37 -07:00
CMakeLists.txt Add xcomposite capture 2014-05-09 03:12:30 +02:00