0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/obs
jp9000 6c92cf5841 Implement output, improve video/audio subsystems
- Fill in the rest of the FFmpeg test output code for testing so it
   actually properly outputs data.

 - Improve the main video subsystem to be a bit more optimal and
   automatically output I420 or NV12 if needed.

 - Fix audio subsystem insertation and byte calculation.  Now it will
   seamlessly insert new audio data in to the audio stream based upon
   its timestamp value.  (Be extremely cautious when using floating
   point calculations for important things like this, and always round
   your values and check your values)

 - Use 32 byte alignment in case of future optimizations and export a
   function to get the current alignment.

 - Make os_sleepto_ns return true if slept, false if the time has
   already been passed before the call.

 - Fix sinewave output so that it actually properly calculates a middle
   C sinewave.

 - Change the use of row_bytes to linesize (also makes it a bit more
   consistent with FFmpeg's naming as well)
2014-02-09 05:51:06 -07:00
..
forms Finish the rest of the settings dialog code 2014-01-26 15:36:15 -07:00
CMakeLists.txt Move CPack win32 generator from NSIS to WIX 2014-02-02 22:38:21 +01:00
obs-app.cpp Improve setting type consistency 2014-01-29 08:40:04 +01:00
obs-app.hpp Apply a number of fixes to the main window 2014-01-25 09:08:56 -07:00
platform-osx.mm Remove unnecessary distinction between 32bit and 64bit on osx 2014-01-25 20:39:09 +01:00
platform-windows.cpp Adjust file finding functions to also search the install root dir on Windows 2014-01-26 02:04:37 +01:00
platform-x11.cpp Restructure installation and package generation 2014-01-25 19:13:33 +01:00
platform.hpp Finish the rest of the settings dialog code 2014-01-26 15:36:15 -07:00
qt-display.hpp Mark method as override 2014-01-25 07:23:57 +01:00
qt-wrappers.cpp Add Qt support for osx 2014-01-25 07:23:56 +01:00
qt-wrappers.hpp Finish the rest of the settings dialog code 2014-01-26 15:36:15 -07:00
window-basic-main.cpp Implement output, improve video/audio subsystems 2014-02-09 05:51:06 -07:00
window-basic-main.hpp Use QMetaObject::invokeMethod in libobs callbacks 2014-02-02 17:03:55 -07:00
window-basic-settings.cpp Improve setting type consistency 2014-01-29 08:40:04 +01:00
window-basic-settings.hpp Finish the rest of the settings dialog code 2014-01-26 15:36:15 -07:00
window-main.hpp Apply a number of fixes to the main window 2014-01-25 09:08:56 -07:00
window-namedialog.cpp Fix building on non-MSVC compilers 2014-01-24 18:56:33 +01:00
window-namedialog.hpp Fix building on non-MSVC compilers 2014-01-24 18:56:33 +01:00