Commit Graph

  • 4654eca6b8 Remove GL shader debug text jp9000 2014-08-21 03:03:10 -07:00
  • cf1b106a26 Fix null pointer dereference jp9000 2014-08-20 16:42:03 -07:00
  • 911c885b3b Merge pull request #253 from drekryan/patch-1 Jim 2014-08-20 16:13:07 -07:00
  • 1b4d8221dd Remove Justin.tv references/service Derrick Lambert 2014-08-20 02:42:28 -04:00
  • b54ab482b5 Fix freetype cmake module jp9000 2014-08-20 15:13:59 -07:00
  • 5291760cf8 Fix gs_matrix_* issues jp9000 2014-08-20 12:38:53 -07:00
  • 8d1d1ddd14 Add reverse matrix multiply functions jp9000 2014-08-20 12:34:44 -07:00
  • f8ed37dec4 Add Window Capture to mac-capture plugin Palana 2014-08-20 00:39:41 +02:00
  • 7b6c4a130a Add Display Capture crop modes Palana 2014-08-20 00:38:26 +02:00
  • bc64fa97a0 Add CoreGraphics window utilities Palana 2014-08-20 00:36:24 +02:00
  • cf00fc1986 Merge pull request #249 from BtbN/cmake-fix Jim 2014-08-19 05:33:01 -07:00
  • 02725acdd4 Fix double invocation of install_obs_plugin in every single plugin BtbN 2014-08-19 14:24:59 +02:00
  • 7eee45fb7f Merge pull request #248 from benklett/cmake-fixes Jim 2014-08-19 05:01:42 -07:00
  • f2723aa11e Fix the cmake code for text-freetype2 benklett 2014-08-19 13:36:27 +02:00
  • a0897b0adf Merge pull request #243 from jp9000/font-test-mac Jim 2014-08-19 03:01:10 -07:00
  • 7f0ae838d7 Add system font lookup for mac/windows jp9000 2014-08-17 07:13:05 -07:00
  • b03036734a Merge pull request #247 from fryshorts/xshm-input Jim 2014-08-18 13:09:30 -07:00
  • 8f206def32 Fix cursor position in xshm plugin fryshorts 2014-06-25 19:11:41 +02:00
  • 6e9b70b046 Merge pull request #240 from jkoan/master Jim 2014-08-18 00:23:00 -07:00
  • 1a5eca34db Add font property to properties widget jp9000 2014-08-17 05:50:30 -07:00
  • 0bf9736ddd Add font property jp9000 2014-08-17 05:43:37 -07:00
  • e1611b431c Merge Freetype text plugin paiboxandjp9000 2014-08-17 05:20:38 -07:00
  • cc5884c136 Fix Remove Dialog Jkoan 2014-08-15 19:07:00 +02:00
  • 83fe23e168 Merge pull request #242 from Gol-D-Ace/master Jim 2014-08-16 01:00:20 -07:00
  • 9078ee72df Update crowdin url for translator instructions Gol-D-Ace 2014-08-16 06:52:18 +02:00
  • 4d02563d2f Merge pull request #235 from Socapex/master Jim 2014-08-15 15:09:05 -07:00
  • 69b9e722b8 Merge pull request #234 from fryshorts/v4l2-input Jim 2014-08-14 00:24:48 -07:00
  • 6597206d93 Alert user when using existing source name. Socapex 2014-08-12 15:09:19 -04:00
  • 38d2cf591d Use the correct logging name for FLV outputs jp9000 2014-08-12 01:08:23 -07:00
  • 6680d3230a Improve FLV output logging jp9000 2014-08-12 01:00:12 -07:00
  • a8d4774eef Fix D3D11 render target blending issues jp9000 2014-08-11 17:40:35 -07:00
  • cd6d2eb9b6 Fix crash in v4l2 plugin. fryshorts 2014-08-11 23:35:13 +02:00
  • d73d2b22f8 Fix infinite loop in v4l2 plugin. fryshorts 2014-08-11 23:27:46 +02:00
  • 71200051b0 Move some functions to separate file for v4l2 plugin. fryshorts 2014-08-10 17:33:03 +02:00
  • 7e4972e747 Small cleanups in v4l2 plugin. fryshorts 2014-08-10 14:53:44 +02:00
  • 07d4c5f037 Make device inputs selectable for v4l2 plugin. fryshorts 2014-08-05 22:03:59 +02:00
  • 3031cb4b4c Minor code refactoring in v4l2 plugin. fryshorts 2014-08-02 18:15:49 +02:00
  • f75a1ebf63 Plugins: Use new encoder/output size functions jp9000 2014-08-10 17:09:15 -07:00
  • a0f679bc40 Add API functions for output/encoder scaling jp9000 2014-08-10 16:50:44 -07:00
  • f36f82b036 video-io: Add function to just get video format jp9000 2014-08-10 16:39:36 -07:00
  • 72fbdc7eaa Fix bug with automatic video scaling jp9000 2014-08-10 12:49:44 -07:00
  • 7608f77e8b (API Change) Rename autoselect/default functions jp9000 2014-08-09 12:38:56 -07:00
  • 5780f3f177 (API Change) Improve graphics API consistency jp9000 2014-08-07 23:42:07 -07:00
  • 50ec8b0d55 (API Change) libobs/callback: Unsquish names jp9000 2014-08-05 17:49:28 -07:00
  • 42a0925ce1 (API Change) media-io: Improve naming consistency jp9000 2014-08-05 15:07:54 -07:00
  • 9d300685ca (API Change) Unsquish libobs/util jp9000 2014-08-05 13:38:24 -07:00
  • 04712b5fe9 (API Change) Unsquish obs_data_* names jp9000 2014-08-05 11:09:29 -07:00
  • 2d606dd8d8 (API Change) Use 'get' convention: API callbacks jp9000 2014-08-04 21:27:52 -07:00
  • c83d05117f (API Change) Unsquish libobs API callback names jp9000 2014-08-04 14:38:26 -07:00
  • a3682fc8fb (API Change) Use 'get' convention in libobs (base) jp9000 2014-08-04 09:09:02 -07:00
  • 73baaa59e9 (API Change) Unsquish libobs (base) names jp9000 2014-08-04 08:41:15 -07:00
  • 41176eef27 (API Change) Remove obs_graphics() jp9000 2014-08-04 05:48:58 -07:00
  • b007c6b139 (API Change) Un-squish obs_sceneitem_* jp9000 2014-08-03 14:39:19 -07:00
  • e42af67128 (API Change) Split obs_source_gettype jp9000 2014-08-02 12:42:47 -07:00
  • 0961af6e66 (API Change) Rename source_audio structure jp9000 2014-08-02 08:42:04 -07:00
  • 45eec06891 (API Change) Rename filtered_audio structure jp9000 2014-08-02 08:32:53 -07:00
  • 4d1272e6e2 (API Change) Rename allow_direct_render enum jp9000 2014-08-02 08:21:00 -07:00
  • d2b4f82637 (API Change) Rename order_movement jp9000 2014-08-02 01:33:53 -07:00
  • 4122a5b9b5 (API Change) Rename 'source_frame' + related jp9000 2014-08-02 01:04:45 -07:00
  • 7b402245dc (API Change) Rename obs_source_get(/release)frame jp9000 2014-08-02 00:58:06 -07:00
  • 24bd82a09c (API Change) Rename obs_sceneitem_info structure jp9000 2014-08-01 23:33:45 -07:00
  • 2f21e2a450 Remove duplicate 'strref_isempty' jp9000 2014-08-05 13:37:44 -07:00
  • e63ebdce91 Don't use "type" of source, use "id" of source jp9000 2014-08-02 12:38:55 -07:00
  • ab34864445 Merge pull request #226 from fryshorts/pulse-input Jim 2014-08-05 12:52:18 -07:00
  • c8fc29ae8c Merge pull request #224 from fryshorts/linux-shortcut Jim 2014-08-05 12:42:49 -07:00
  • ca1ddd4c62 Update information provided by pulseaudio plugin to pulse. fryshorts 2014-08-02 16:51:23 +02:00
  • d8d0ae46ba Install desktop file and application icon on linux fryshorts 2014-08-02 16:12:53 +02:00
  • 3cbabc6b55 Add .desktop file for obs on linux fryshorts 2014-07-26 22:08:22 +02:00
  • 84c7e665bd Fix function typo (obs_data_get_autoselect_bool) jp9000 2014-08-05 11:01:45 -07:00
  • 4cf68e6bee window capture: Fix defaults overriding values jp9000 2014-08-05 10:58:10 -07:00
  • 0f2f83d034 V4L2: Fix 'show_cursor' setting forcing default jp9000 2014-08-05 10:48:39 -07:00
  • e5c0cad3df Make OSX test application compatible with current 10.10 beta SDK Palana 2014-08-03 02:20:55 +02:00
  • b203f36130 Fix automatic scaling bug jp9000 2014-08-01 09:34:40 -07:00
  • 1b95fafb52 Merge pull request #207 from fryshorts/icon Jim 2014-07-31 17:33:47 -07:00
  • 7ef85a4028 Add obs icon and set it as window icon. fryshorts 2014-07-26 21:29:39 +02:00
  • 254b50f31f Merge pull request #217 from BtbN/cmake_changes Jim 2014-07-29 11:40:49 -07:00
  • eecc9ab937 Merge pull request #202 from fryshorts/v4l2-input Jim 2014-07-29 11:39:43 -07:00
  • 1abde3d476 Preserve source data for sources with unknown source ids Palana 2014-07-29 18:38:55 +02:00
  • 32e668438d Fix CBR for x264 versions under 139 jp9000 2014-07-29 10:42:16 -07:00
  • e123c9c062 Clarify source creation error message Palana 2014-07-29 17:11:49 +02:00
  • 40178f127e Merge pull request #205 from jp9000/improved-module-handling Jim 2014-07-28 16:59:06 -07:00
  • 60ef547285 Improve/fix cmake find modules BtbN 2014-07-29 01:46:30 +02:00
  • 28ded1f6b6 Update ffmpeg find modules for recent changes to debian BtbN 2014-07-29 01:38:55 +02:00
  • 53aa0a60d5 Check for duplicate sources/outputs/encoders/etc jp9000 2014-07-28 16:08:56 -07:00
  • cd2c75a05d Rename get_encoder_info for consistency jp9000 2014-07-28 16:13:04 -07:00
  • 11c7e07eac Add extra search path for third party plugins jp9000 2014-07-27 12:48:14 -07:00
  • e87ed914f8 Add API functions to get information about modules jp9000 2014-07-27 12:47:29 -07:00
  • 892fdea83e Remove macro to free locale jp9000 2014-07-27 12:44:28 -07:00
  • f0ac19abba Remove version parameter from obs_module_load jp9000 2014-07-27 12:42:43 -07:00
  • 59ea3becf2 (API Change) Refactor module handling jp9000 2014-07-27 12:00:11 -07:00
  • c2a0b9c00d Change macro to MODULE_MISSING_EXPORTS for clarity jp9000 2014-07-27 13:49:54 -07:00
  • 16f2475046 Add functions to specify OS module extensions jp9000 2014-07-27 02:43:25 -07:00
  • c3d03f419f Merge pull request #214 from BtbN/libprefix Jim 2014-07-27 17:28:16 -07:00
  • 1098c75d34 Search for plugins without lib prefix BtbN 2014-07-19 10:25:55 +02:00
  • c5c8cba74d Fix incompatible pointer type warning jp9000 2014-07-27 14:33:10 -07:00
  • ee4a93b47b Add function to get current core version jp9000 2014-07-27 09:43:32 -07:00
  • 24afd26d5d Output total frames and percentage skipped jp9000 2014-07-27 09:25:55 -07:00
  • 289137d5f9 media-io: Add function for total video frames jp9000 2014-07-27 09:25:19 -07:00
  • e796aba928 Set proper output length for string conversions jp9000 2014-07-27 01:30:14 -07:00
  • 99d8bdcee7 Add 'glob' functions for file searching jp9000 2014-07-27 01:29:39 -07:00