Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/obsproject/obs-browser

CEF-based OBS Studio browser plugin
https://github.com/obsproject/obs-browser

Merge pull request #144 from Kojoley/patch-1

Fixed compilation with Chromium < 3578

e498e620d00860a67adeaf5ddbda12a2bce58a16 authored about 6 years ago
Fixed compilation with Chromium < 3578

Regression from 835b5418bfe77e5338a0322365011f0761bc1048

042bbde6aece158c399070b680b48cea7b170159 authored about 6 years ago
Fix building with CEF versions higher than or equal to 3578

835b5418bfe77e5338a0322365011f0761bc1048 authored about 6 years ago
Add QCefWidget::urlChanged signal

Allows the ability for the frontend to be able to know when the user has
browsed to another URL ...

c95ec73901ff4fc9e9d3a2c613616fdfed46c991 authored about 6 years ago
Move string variable inside of if statement

This variable wasn't being used outside of the if statement, so just
move it inside.

63a78676758c6022fc7e1605840e3e4dd847e328 authored about 6 years ago
Add high DPI awareness to client and subprocesses

Fixes a bug where the browser widget/panel would sometimes render at an
incorrect size on high D...

eea74ff67d8d3233ed6c0c018810c62b239ee754 authored about 6 years ago
Merge pull request #133 from VodBox/sync-option

Add option to use custom framerate

b54254847bd0057600413d7568a6ae5596250a9f authored about 6 years ago
Merge pull request #134 from dtcooper/master

Pass Through argc/argv On macOS (possibly Linux)

e52e68ebf06c0065d4d80054f8de223787b8166e authored about 6 years ago
Merge pull request #135 from DDRBoxman/json

Parse json before sending data to events

c7dac687438101d88879f4c877ef9cadff923e56 authored over 6 years ago
Parse json before sending data to events

06a5c12013b9a521110b370d7397866daaf99967 authored over 6 years ago
Use baked CEF dir on OSX unless deploying

Makes it so it's easier to compile/use the browser plugin on mac.

da0b4493093230f076fb429d2fcda82f3ce1b247 authored over 6 years ago
Don't find debug CEF on non-windows systems

d019ef3918466a7ac5e785fbc4eb40fdb4e5f850 authored over 6 years ago
Pass Through argc/argv On Linux/macOS

Use the new `obs_get_cmdline_args()` from libobs to actually initialize CEF with
argc/argv on Li...

a8245ae7d3898a131951d474648bcdae99e20ff3 authored over 6 years ago
Update version to 2.1.6

a321928756ae8ed4315d6d7b35a113e76493297c authored over 6 years ago
Fix crash on startup on macOS

Getting the absolute path on macOS requires that the relative
path exists.

5928ebc4094df2c01dfbd9a23406f7d6481df86e authored over 6 years ago
Don't use texture copy for hwaccel

This was an unnecessary thing to do, and can cause the texture to get
stuck in a mid-render step.

891d1a771d90ef54f4927c0fc377c89335a2bebc authored over 6 years ago
Check valid scene for getCurrentScene

03b491c6697c0e38ce13c944010e10a0130d7da9 authored over 6 years ago
Use OBSSource helper to ensure safety

b15920a74c235a5c97b6c314738b2d09bb127ab0 authored over 6 years ago
Do not handle scene change event if source nameless

1740a2dcd1c9550502da4fc82b9a0f0c6224b89b authored over 6 years ago
Add option to use custom framerate

Due to the shared texture work done for OBS 22 and a define being true
even when not running obs...

f022489f07aa3dd38d392364d3a40c091b0329fd authored over 6 years ago
Update version to 2.1.3

65a0aa830505169802205a8282ac8e877a33d306 authored over 6 years ago
Fix render bug when using OpenGL and hwaccel

If hardware acceleration is not available, and shared texture
functionality is not available, it...

4bf622c2545c5f52b803bad2a78a49fb90ffb4f4 authored over 6 years ago
Blacklist a few more devices from browser hwaccel

Blacklists Intel devices in general, and blacklists Microsoft's basic
render driver.

5eccdcd9d87469569433be1426728b765888323e authored over 6 years ago
Fix memory leak

Fixes a memory leak indroduced by 2efce989

15fe52989b4ae9601469cd5c19c9d4224ff2ac74 authored over 6 years ago
Merge pull request #132 from Palakis/strlen-gcc

Linux: Fix strlen build error

c651fbde2d3e83c04f732581ccc550e4840d5e50 authored over 6 years ago
Include string.h to have strlen available on Linux

d33159bdea22181e8db998eccef1ef6ad685e181 authored over 6 years ago
Change cef-bootstrap to a more descriptive name

1fc2a63467a81a33e96cac84b4fbeeae4df6f70e authored over 6 years ago
Fix crash when no current scene is set in the scene collection

8604ce330547ac43324bf6d1b8f72932f867e17b authored over 6 years ago
Fix setting cache_path in portable mode

cache_path seems to require an absolute path

2efce9894396e8de18f74f0bd0a5ec96ef8326ab authored over 6 years ago
Fix getCurrentScene returning source information instead of scene info

6390faded8be29c0f53910c635c3bb1209ed4bd8 authored over 6 years ago
Merge pull request #129 from Gol-D-Ace/translations

Update translations from Crowdin

897e8c54bff02d65f3c88f50fa189156fbc1bb14 authored over 6 years ago
Update translations from Crowdin

2bed17d9c6558d54c90f64f6ccf3192b8e59baa8 authored over 6 years ago
Fix bug with local files not working properly

Local files need to be prefixed with `https://absolute/` in order to
function properly. Probabl...

13d672aecbcd8a4be7777e62d3843a8e486cc498 authored over 6 years ago
Revert "Fix local file option"

This reverts commit 1ba9fb3028c7e7fbdfa06a9404ad54c7a0d1569f.

43de7e7aed11a14d5a0c12f9e1e668dd7df0c570 authored over 6 years ago
Fix local file option

1ba9fb3028c7e7fbdfa06a9404ad54c7a0d1569f authored over 6 years ago
Blacklist certain devices from hardware accel

When using more than one adapter and the Intel adapter is in use
(basically, when the user is us...

d81d8dafe3eaa4298a17a2513aeb4e4174a08fe0 authored over 6 years ago
Fix crash when calling JS functions without callback

3e783ccf09636da8ac54853bd847bc85ea6bd697 authored over 6 years ago
Update version to 2.1.0

9ed68a435dd6210f93190f843e95660c888b66a3 authored over 6 years ago
Don't create if "shutdown when invisible" is used

c5436026 erroneously tried to fix this problem by calling SetShowing()
when the solution was jus...

bc0745cd4bc0b38f7a0a620d053881c123d0f485 authored over 6 years ago
Only create browser on startup if settings allow

Fixes a bug where the browser would get created on every update even if
not showing and "deactiv...

c5436026ade9c9043230aa995dacb03aa4f1d570 authored over 6 years ago
Fix a few more key events in Interact mode on macOS

Keys like backspace, delete, arrow keys and pgup/pgdn didn't work either

eb8f338a16f3d654c9d4900bddb5ef159fc9ca08 authored over 6 years ago
Fix key events not being registered in Interact mode on macOS

f89476955139d9b09d093980cf968e3716dcb80a authored over 6 years ago
Make hardware acceleration option plugin global

It's not possible to mix software and hardware rendered browser sources,
so instead of doing tha...

c09562745c5dd066f7fb43e2904ea2498be558cc authored over 6 years ago
Use nvidia/AMD preferred graphics card hints

Uses nvidia/AMD graphics card hints for cef-bootstrap similarly to the
main program.

51136c4b6a36b1d61984e7f8576ae2a742fdd6ad authored over 6 years ago
Fix incorrect buffer size with wide conversion

Fixes a bug which would cause keyboard interaction with the browser
source to fail.

3b8ac9e7e04b7a3829ab98ada95c5a34826cefdd authored over 6 years ago
Fix settings not applying correctly when changing to/from Local file

dc3500dc7b116925e325d0764af54a25682a507a authored over 6 years ago
Make sure to only flip texture if hwaccel is true

Fixes a bug where if the user switches in/out of hardware acceleration
mode, the texture would b...

60da328ff1db54037c5b46a3a553023f8241ebec authored over 6 years ago
Only call SignalBeginFrame() once per frame

Fixes a bug where if a browser source was rendering in multiple places
at once for whatever reas...

0209444316910369d75b3bab2edc6c0cd7ee1058 authored over 6 years ago
Update experimental shared texture PR code

ec5994c70fddcd3231049462aa4857eac7e71af6 authored over 6 years ago
Add option to toggle hardware acceleration mode

Allows the ability to turn on/off hardware acceleration. If the user
has a single adapter on th...

43b7b0a4adb64fc90b1107dabab7a8c58830e04f authored over 6 years ago
Log plugin version on module load

Closes obsproject/obs-browser#120

48db938cc087d59bb4241bcf153d42a345503f8f authored over 6 years ago
Add export to start CEF loop

a6ca454aaa7a7b53d8c9dbc39d2cc66d16f6798e authored over 6 years ago
Use hardware accelerated CEF by default

99787371b6627f3270a2207ba71725d7417856cb authored over 6 years ago
Add Qt Panel widget support

Adds the ability to create QWidgets based upon CEF. This is useful to
allow us to display web b...

89aa4ee8b6c7ae12acbd90158feca1fe61dedf7d authored over 6 years ago
Only use frame scheduling with HW accelerated OCR

98fd1c211a01555b6a36a6edca23b585a957a74d authored over 6 years ago
Set autoplay policy, this disables autoplay restrictions

59958ebf8d3f223781e796beaf0849036b413938 authored over 6 years ago
Update README.md

eeef755b7fe03eb29c32fa6896a2439fcc7a6bc4 authored over 6 years ago
Fix an error and a warning

f5083a1cc4294b540e9df94663eae88ab42a86fa authored over 6 years ago
Update experimental shared texture support

The CEF shared texture PR has been modified since the last test, and
some of the settings variab...

b6ab29e6fd75711e783a120ff97e7412899f1fe8 authored over 6 years ago
Fix BrowserClient accessing data after destroy

The BrowserClient is a reference-counted object, and is a separate
object from both the BrowserS...

b131c0bbf4bce13c1cbfd7f7be09b27e4c1c779d authored over 6 years ago
Use BGRA instead of RGBA textures

Fixes a bug from after the refactor where certain colors would be wrong.

5f830dd87c7cb3b228a0bb408039590829a3725d authored over 6 years ago
Refactor browser source (Browser Source ver. 2.0)

This significantly reduces the complexity and increases the readability
of the browser source's ...

46116403705b482eeccd0c2d1d2136c8a610747f authored almost 7 years ago
Remove redundant file

The license already exists in the COPYING file.

31498bc9e6404026f1ab89c0a591a309509af598 authored almost 7 years ago
Log console messages

Closes obsproject/obs-browser#46

22fe8ed5242cd854c413ad9ce535a14c8bb2e0d9 authored almost 7 years ago
Fix leak after variable initialization

Fixes this minor leak: https://obsproject.com/mantis/view.php?id=696

Closes obsproject/obs-brow...

e6fb3a054c82b8b179f87f4b9ebf99d951027258 authored almost 7 years ago
Merge pull request #110 from DDRBoxman/osxbuild

Only require a release build of CEF

3521f18ed3b6b4dd4805090702ec28605892bda0 authored almost 7 years ago
Only require a release build of CEF

11c223407e29f5cdf0a6c4d9c6acea5853359369 authored almost 7 years ago
Merge pull request #109 from DDRBoxman/osxbuild

Fix FindCEF paths on OSX

89f418dbc33d7feb7525ce2b8986d6ef2e56465e authored almost 7 years ago
Fix FindCEF paths on OSX

a994cbe00b8603f503d634a3965044227c9de473 authored almost 7 years ago
Fix newlines at end of files

Text files should end with newlines.

a19672536e7bba9a89bd67d547294ff62a5c94f9 authored almost 7 years ago
Fix active texture not always being available

Occasionally (perhaps with recent CEF versions), a web page may only
send a single OnDraw call. ...

b690a973bdd4d6b836d5f4ab11538caaf86f5ca5 authored almost 7 years ago
Increase version number

fd4f9d5a08597cd8e5607cfe8d536f7b0a916d4a authored almost 7 years ago
Don't paint sources that are invisible

bbb8641755eae1dbf56d989c5356b62c0c414973 authored almost 7 years ago
Remove redundant WasHidden call

c2aa136226e352fbe985bf13403be6f853f8e40b authored almost 7 years ago
obs-browser: BrowserSource::Impl::Listener::OnDraw checks if

browser has not been destroyed to prevent race condition

df788e2c8d4e049901b745f26173b2f46b2cf5c9 authored almost 7 years ago
Merge pull request #102 from Gol-D-Ace/translations

Update locales from crowdin

7b6d65850ee9d88fc05bad6395ad217ef331378f authored almost 7 years ago
Update locales from crowdin

052163c7eb1c5e9141abcf4eb0333667fd9f31d8 authored almost 7 years ago
Remove use of deprecated function

e530e71cf8861464f8b020247f95467d4b94c6e3 authored about 7 years ago
Add option to get OBS output status from Javascript

78d003b37abf53a7faf9ffdfed95fad84273d399 authored about 7 years ago
Automatically copy CEF Resources and binaries from CEF Release folder

after build

c083f4f7c2a752d497c1a32b4079ae09beb51fd9 authored over 7 years ago
Merge pull request #94 from Xaymar/patch_build-with-debug

Linking with Debug libraries, Debug information and CEF_ROOT_DIR in CMake cache info

3cdf733b9517e2a141aa51919b5f45ffa8012e4e authored over 7 years ago
Add CEF_ROOT_DIR as an actually visible option

0df2b1221bd409945be61c4fe023afbda8843d7b authored over 7 years ago
Keep Debug information even when building statically

23a7ce1ef43583c2a3ccf8970ddff3885edb5820 authored over 7 years ago
Link to debug libraries in Debug builds

5cf17eb9655a56058787ff97540dcb96326f6b94 authored over 7 years ago
Update README.md

6a54c4dc8ec8af2466df008154f22efa66699ecd authored over 7 years ago
Merge pull request #91 from DDRBoxman/1.30.1

Bump to version 1.30.1

542bf4cdb9b281cd7d05c9e42c2a87ef7949d535 authored over 7 years ago
Bump to version 1.30.1

e3082c617757679308006e0a7274a8c205f87793 authored over 7 years ago
Merge pull request #90 from DDRBoxman/activejs

Implement ExecuteActiveJSCallback on macOS

04bcdfeb400a789dca59863f009e68a6375ab3b0 authored over 7 years ago
Implement ExecuteActiveJSCallback on macOS

9a361d9bfb083b9cdb5404959e237a3d62c9a6f3 authored over 7 years ago
Merge pull request #89 from Lange/patch-1

Update cefbuilds link in README

e2b615a5272982c000347a9b96ac0c91ca0d2b0a authored over 7 years ago
Update cefbuilds link in README

1a5a065a02601401cce4b0ec242ea4c0b8a8e39f authored over 7 years ago
Merge pull request #88 from DDRBoxman/3071

Fix building 3071 and up on macOS

3f668be0935a267c1c2b133a60179d5bd8c72b73 authored over 7 years ago
Fix building 3071 and up on macOS

332d492b7c0a9503562c098f4a024f52416b9ce2 authored over 7 years ago
Merge pull request #55 from DDRBoxman/osx

Make some path changes to the OSX installer generator for Travis

4648de85aae2ad0272521ba38ad939c7685ba57f authored over 7 years ago
Add localization

d6f7045c41d1ba9aeeef9d4e1aa2ceecdd2c6ff4 authored over 7 years ago
Merge pull request #81 from Xaymar/patch_cef-3071

Add support for CEF version 3071

8bb6ca0550ac99e8621e9b2480ccf4471b9cef9e authored over 7 years ago
Add active/inactive JS callback

6f1d4588b56bd328f6e6da1ae27c943322aa634f authored over 7 years ago
Add support for CEF versions 3029 and newer

A new flag was added which specifies if defined protocols bypass Content-Security-Policy checks....

cdc6679904a9fc927c6b788aa050275a6491b9be authored over 7 years ago
Make OnDraw a bit safer to avoid crashing on exiting OBS

d252aeead2665a48ad99291e232077e02f348f3c authored almost 8 years ago
Make sure http scheme is not marked as local

0e4c9e824bdbe4c5f9b684968eb85963e19a52a3 authored almost 8 years ago