Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/obsproject/obs-amd-encoder
AMD Advanced Media Framework Encoder Plugin for Open Broadcaster Studio
https://github.com/obsproject/obs-amd-encoder
409cdccf9f8f4dfaba5df0ea70c6a1bb93696f72 authored about 8 years ago
531c1ef1dbd9d4ca859db0f142d0ef68d5124080 authored about 8 years ago
870890e4d646f8467d15d6887b86d4c9ce6dc659 authored about 8 years ago
a749dff318ade2374c5329ea2ac373bf607b1e67 authored about 8 years ago
The plugin now manually keeps track of AMF and AMF Capability Manager lifetime in order to reduc...
2777a2eecdf2e2f18f0e7bf9b21b4eefb94b2cbd authored about 8 years agoThe code will now test if an encoder can be created using the given settings, instead of relying...
135fcdfc9e0a2022d4a0596329253413f0ef9ad8 authored about 8 years agoFixes memory leak due to object outliving OBS until the module is actually unloaded by the syste...
586afd6fdaeb578aea37fbb141094b1b8aba6b21 authored about 8 years ago7ae7ae0c9c88fdd501c9f3386efda379e35743b7 authored about 8 years ago
d421b56d4e4efa682fbadcb9744f86dfcefe7a24 authored about 8 years ago
b0ccc1367afd73c3da99e314375bcbe2aa6675e5 authored about 8 years ago
Fixes #186 again, which wasn't completely fixed by d5ceabaf7163e869d94d1dd60e863b0e4abfe0e5.
329987fda9544e663dbd5fb8a4614f83ab7079fe authored about 8 years ago8de4ffd919b2a7958e531045e238f2a907896a33 authored about 8 years ago
Type casting from a 'long long' to an 'enum class' of a smaller data type doesn't seem to work q...
d5ceabaf7163e869d94d1dd60e863b0e4abfe0e5 authored about 8 years agoThis hides far more than it should, I should not have relied so much on this legacy code.
fbe4e6277bacb5d2a862077d6ecf2821e7a7f456 authored about 8 years agoVisual Studio has a strange concept of enumerations that start at whatever value the previous en...
18d69f7f2ff1f3828616523b6b10dd407f4b84e6 authored about 8 years agod6cee5d114358a85633d9e337931c1620f11c2de authored about 8 years ago
Should help with VBV Buffer Sizes not exactly at the same bitrate as the stream.
8e00ec2499dc48c764f41372dbb933852ed74876 authored about 8 years agoWe should always perform the settings version check, even when just starting the encoder. Additi...
2f6a63a476285951ed21e94691ec4ad98f38e21d authored about 8 years ago
* Reduced minimum Bitrate for Twitch and YouTube to 500kbit.
* Removed maximum Bitrate limit for...
This should make a lot more sense to the user and the default is now also at 50%. The previous c...
643ab275276bb76babd4aa91f5063c946501a0a5 authored about 8 years agoThis should help with future changes to settings so that users don't lose their custom settings.
75b0cb0df2ce9121ff5c332a7c1c28b0b2b90ca2 authored about 8 years agof73e352cff39e8f3365a8bfe4a8f06a15e2960ce authored about 8 years ago
f9407999b0ad361f2c3524d1bd7e33689bdbcad1 authored about 8 years ago
c9547eb52df86e6469dca8e3d2accb0a00cc41ff authored about 8 years ago
5b2a923ce8b22bfc61f9e5e8136b15f700b17f6c authored about 8 years ago
2cca6d0cf8b063fa470c18ee96512c5fde6858b1 authored about 8 years ago
61110e37d38e98c3a4df2dc76a63c6ccdea46e11 authored about 8 years ago
74919f95dad3a0d89e905617bfd1e29f8dcf41a8 authored about 8 years ago
9110ffae36af3c6256389a42e3b9fc14d6db219b authored about 8 years ago
3fecdfc70be79de196a0eb9804b894b1ab552cb2 authored about 8 years ago
* Increased Frame queue limit back to 3 * (FPSNum / FPSDen).
* Added simple performance tracking...
This should allow the use of 'Ultra Low Latency' and 'Low Latency'. They aren't exactly any fast...
76fca3377657ea008789f722208bc31753e47de5 authored about 8 years ago75bf4c09d1bf68270d45614928b1d675113a8303 authored about 8 years ago
7130f4c6a28b1b0a1a91eda314fb3e554c55f075 authored about 8 years ago
* Fixes a crash on exit with OBS 17.0.0 and up.
fc87498565b2b1972d7bdcbfa897264b31fc4c8e authored about 8 years ago
* Always include with API is being tested.
* Fixed a few data type mismatches, nothing crash-lik...
Works around a little problem with OBS's color format drop down that completely ignores what the...
430fdc9fa3e3002c6380692107f8053f386894f1 authored about 8 years agoMicrosoft has a strange tradition to ignore standards and generally be a dick to everyone when i...
532f41f455cf80c3cb57789d0e9400b9f2c60572 authored about 8 years ago15c6884648f8262cfc350b371165430a87a4696f authored about 8 years ago
Instead of using old style enum, we now use the new scoped enum class with a specific memory typ...
9fc4f34e6f8df64cedef59df28fe3193e483334e authored about 8 years ago648581db685107ac0faceed03e9067865f32a70b authored about 8 years ago
Apparently VS2013 can't use one of the C++11 time_point constructors. Easy fix.
2eca02711263234a33d5df2660125b1f269fba52 authored about 8 years ago5398ee50b17749c40b04a6e49461c437566eb5e2 authored about 8 years ago
* amd-amf -> amf
* amd-amf-vce-capabilities -> amf-capabilities
* amd-amf-vce -> amf-h264
It would previously show Runtime for Compiled Against and Compiled Against for Runtime.
3bce33ce2cbf292cc9c18d7d5d8bfe13270f67d6 authored about 8 years ago8b804b46106f29b5a7508396a2d5b3c38499c493 authored about 8 years ago
cbfd7358a07475ecddeecc51daf9242b395ce205 authored about 8 years ago
fe14ad7f0e2b309ccf3ca94556a01e13e075a5d3 authored about 8 years ago
b080dcb40ef46d9976d8d34e79bad165d8a6c3be authored about 8 years ago
5a7856a53927f872636a2941a371b677103d2fc3 authored about 8 years ago
1e374973911751ba133443e2f6534091bbd2d37f authored about 8 years ago
Added more places for the debug info to be logged (only when compiled as debug) and added Full-R...
54a194fd66bffd7898fce5ad81925e0e53579854 authored about 8 years ago0a972bb25960fbf5247041ddd6a231effe3d89a4 authored about 8 years ago
2f03538d72f58471d0b96559c49d0bffb1f19d17 authored about 8 years ago
55724a6421a965b04c5c13de2b4b81b10ae7ddb5 authored about 8 years ago
fe5b85b0104150a14711c8e9007dc5fabd945e27 authored about 8 years ago
5b477e04df3478a3ab8ed07037b51f00ea6436e4 authored about 8 years ago
This changes the rate of these messages to once every second instead of every frame.
5a167ff82686b904197fbc5cb059d82f6f04c15b authored about 8 years agob338f8fb363efecbce1e01dd972457804b7fa8bf authored about 8 years ago
331ffdd27bda7dd67e3975c7122879490cfdeb23 authored about 8 years ago
This code considers self-thrown exceptions as safely skippable and only logs them and considers ...
9b0fff2df162c8af76eb4046c454076b45b3b5c4 authored about 8 years agoThrown exceptions wouldn't have the correct reason and also test more creation flags. Helps with...
8baf37294048ec9a94afc50808e0edf1fa41cc54 authored about 8 years ago2b497fca54039bd0d4d34f667c58916ee2a12240 authored about 8 years ago
Can't do this, can't do that. At least it isn't something performance critical.
60142e1e4fda1160077724f6cf7cdeef21499133 authored about 8 years agob9ae508ff53b4639ace4cf194b0729b18ac759d2 authored about 8 years ago
ee149838b431c51b98595ee67307b24696443318 authored about 8 years ago
C++14 is apparently also a no go with VS2013, I wish I could use it though - unfortunately OBS S...
db06aebd869f8d165594bb39be30fdef5f642221 authored about 8 years agoFixes #164.
c3cf888092de22a39323da4074307fc4c58bc65a authored about 8 years agoc23c0e9326a4a2247173d5a569f3092e69f360b0 authored about 8 years ago
f9906f013037b666879052099eccccf89e220c26 authored about 8 years ago
Fixes VBV Buffer bug reported in #150.
774f9822e856e36fb5918862983c8ebcc992020b authored about 8 years ago60179d83f0651dc3d8eef178fb41c58ab9355e1d authored about 8 years ago
1c3bd979c670b090c0d47c24e1bdc64cf0c3b862 authored about 8 years ago
4a697b0ba1f69d1892456371195dc4b78e234a15 authored about 8 years ago
98f2c99322ee304be36e0193660052e98076362b authored about 8 years ago
ecc9a915ecee3224393d3761780dfc9fb2f95c3f authored about 8 years ago
65f2cd3ab521fc29306b3ce76b61538b71f9990f authored about 8 years ago
2e2a5c526e97d20e2ab422e4139cb55aa61751dd authored about 8 years ago
6ee6f1abe1babf4598dab52fbdc5caa292cebff3 authored about 8 years ago
79f9bc678a00c36fb07f3278b89af4bba9f3047c authored about 8 years ago
45d95b7d04a7c94e57665762eb3b554a4fce108c authored about 8 years ago
b289cfa2edfd18cab59bca41f24549c2dfcdbf86 authored about 8 years ago
94bd123b17acd4a855cb15d40f402d550fa14826 authored about 8 years ago
* Renamed QP related Bframe strings to BFrame.*DeltaQP instead.
* Fixed defaults and range for S...
63d3ea9d15ee3c6f3984eef3333cc42a78ca5212 authored about 8 years ago
* Moved properties into their correct order.
* Added Coding Type (CABACEnable), Preanalysis Pass...
017641c00b55b555053f35fecdc8997593a87bb4 authored about 8 years ago
59d6f5cec995f0a4ff7a1fa5303af268e5eceaee authored about 8 years ago
2a72acbea0af121277c3b07688843aea0d1358e4 authored about 8 years ago
* Also fixed LogProperties not reporting capabilities.
c04ba1de8ffb289cc8c77e4380c1c8e5cacad941 authored about 8 years ago
* Property states are now reset when the Preset is changed.
* Renamed GOP Alignment Property and...
7399ee362c18f3dbd504ecca9b2ab53dccd484fc authored about 8 years ago
4097cf0695d2980d2802dd73c1870238efc02997 authored about 8 years ago
49275d8467750a2cab6f6fd8c52cf53dcefc0c8d authored about 8 years ago
* Can't use OpenCL on a non-hardware buffer.
* IDR Period is hard locked to 1000 and not in incr...
* Implemented multi-GPU code.
* Only register encoder if one API and Adapter supports encoding.
...
ff0b69b60fbbf85ec80ba439921f93c8214f6e7d authored about 8 years ago
* Fixed incorrect wording, 'Picture' instead of 'Frame' used.
* Implement new multi-GPU code for...
66679a853f8425ebfd65a238e7d351ffade96561 authored about 8 years ago
ReportDeviceCapabilities needs to be redone, but that is for later.
14a2cb9d77a0cd7c9fc16e1be369d170eb761af8 authored about 8 years ago