0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/libobs
jp9000 f2d4de3c03 Implement automatic video scaling (if requested)
Add a scaler interface (defaults to swscale), and if a separate output
wants to use a different scale or format than the default output format,
allow a scaler instance to be created automatically for that output,
which will then receive the new scaled output.
2014-02-18 13:37:56 -07:00
..
callback Remove majority of warnings 2014-02-14 15:13:36 -07:00
graphics Fix a NULL pointer deference 2014-02-16 22:42:35 -07:00
media-io Implement automatic video scaling (if requested) 2014-02-18 13:37:56 -07:00
util Make a number of key optimizations 2014-02-16 19:28:21 -07:00
CMakeLists.txt Implement automatic video scaling (if requested) 2014-02-18 13:37:56 -07:00
obs-cocoa.c Rename obs-data.h to obs-internal.h 2014-01-26 18:48:14 -07:00
obs-data.c Remove majority of warnings 2014-02-14 15:13:36 -07:00
obs-data.h Remove external ref count visibilty from obs_data_* as well 2014-02-03 05:39:25 +01:00
obs-defs.h Revamp API and start using doxygen 2014-02-12 08:04:50 -07:00
obs-display.c Remove majority of warnings 2014-02-14 15:13:36 -07:00
obs-encoder.c Remove majority of warnings 2014-02-14 15:13:36 -07:00
obs-encoder.h Remove majority of warnings 2014-02-14 15:13:36 -07:00
obs-internal.h Make a number of key optimizations 2014-02-16 19:28:21 -07:00
obs-module.c Remove majority of warnings 2014-02-14 15:13:36 -07:00
obs-module.h Revamp API and start using doxygen 2014-02-12 08:04:50 -07:00
obs-nix.c Adjust file finding functions to also search the install root dir on Windows 2014-01-26 02:04:37 +01:00
obs-output.c Revamp API and start using doxygen 2014-02-12 08:04:50 -07:00
obs-output.h Revamp API and start using doxygen 2014-02-12 08:04:50 -07:00
obs-properties.c Use bzalloc instead of bmalloc then memset 2014-02-09 12:34:07 -07:00
obs-properties.h Add property list callbacks 2014-02-01 22:46:13 -07:00
obs-scene.c Remove majority of warnings 2014-02-14 15:13:36 -07:00
obs-scene.h Revamp API and start using doxygen 2014-02-12 08:04:50 -07:00
obs-service.h Remove majority of warnings 2014-02-14 15:13:36 -07:00
obs-source.c Implement automatic video scaling (if requested) 2014-02-18 13:37:56 -07:00
obs-source.h Remove majority of warnings 2014-02-14 15:13:36 -07:00
obs-ui.h Revamp API and start using doxygen 2014-02-12 08:04:50 -07:00
obs-video.c Implement automatic video scaling (if requested) 2014-02-18 13:37:56 -07:00
obs-view.c Rename obs_viewport to obs_view 2014-02-13 10:21:16 -07:00
obs-windows.c Rename obs-data.h to obs-internal.h 2014-01-26 18:48:14 -07:00
obs.c Make a number of key optimizations 2014-02-16 19:28:21 -07:00
obs.h Make a number of key optimizations 2014-02-16 19:28:21 -07:00
obs.hpp Add wrappers for obs_data_t and obs_data_array_t 2014-02-03 05:39:25 +01:00