Ecosyste.ms: OpenCollective

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

github.com/OpenHD/QOpenHD

QOpenHD App
https://github.com/OpenHD/QOpenHD

Remove custom NAL types

5646a00b5cb1a5f8670113b868fa64f8ee4ff770 authored over 4 years ago
Use standard NAL types from webrtc

470b02d8baed9448a5558fb2d6a0854a9b24e1c3 authored over 4 years ago
Initialize MediaCodec variables to nullptr

Without this the stop() method will think they have been initialized
before they have been, and ...

7bb95e58b0b2587b327626b4994bdaac25a0595d authored over 4 years ago
Skip zero size NAL results

These mean the search did not find the end of the NAL unit so it could
not update the entry with...

d4b7543c1ee5e5b7b0dd7f56b00a90f0ebf59d65 authored over 4 years ago
Return early from NAL search if zero results

d042d282392349d665d68b52b204520104aa23da authored over 4 years ago
Remove unnecessary logging

ea203412681b62b76ee55746679cdbec2b0c450d authored over 4 years ago
Remove h264bitstream library

f7f4cd3d980e0a9d13a5decb9fd72a1a97f404ca authored over 4 years ago
Use webrtc for h264 NAL search

b8241a60e859646255c628506c16d07add45717c authored over 4 years ago
Disable end-of-stream in NAL search

Not suitable for a continuous stream where the buffer will be reused
and extended with new incom...

1c6c9a5147c89510fb723c9f762ebfa824d2c1d5 authored over 4 years ago
Remove debug logging

01b98785d6a32f511f4fdb3a5ac69adcba71239b authored over 4 years ago
Handle RTP FU_A packet loss by discarding the rest

When an FU_A NAL is arriving, we should see the header, one or more
regular pieces, and then an ...

c0fe7cfaef9a7318a94316cd21981ee73a5cb0e1 authored over 4 years ago
Add disabled nal search using webrtc

Needs some small changes, but not critical at the moment

cae600ec79810b586e25cbff0487d7975d740134 authored over 4 years ago
Fix GeographicLib type for c++17

fa2764a3e4a8795e8c7a325d13d174b5e3f3301d authored over 4 years ago
Use c++17

537f08f132b8d0f7fc6821752fa515f578e33a32 authored over 4 years ago
Replace h264bitstream library with webrtc parser

This is significantly better code and should prevent the routine
crashes that we were seeing on ...

37aa0a3fe311efa734dc9993bcd5765353653b88 authored over 4 years ago
Increase MediaCodec timeout limits

795b35a9814fff4abb00892cc0ce634b3ea4ea19 authored over 4 years ago
Switch to native video decode on Android

Ref: #57

376aeecb648a94e5c3b06f4e5c8c65886ffef372 authored over 4 years ago
Set temp dirs to avoid packaging temp files

7bf382ee5bd2908056a9c755120df25be4d862ff authored over 4 years ago
Add h264 parser from the webrtc project

Should be much more reliable than the h264bitstream library, which is
causing crashes on every p...

656196a806ea2a1b7c2fcf10c0fc78b377bb68fe authored over 4 years ago
Remove upstream SortFilterProxyModel submodule

2b46eb9b9bae3d73b18372e494cd336a5c9e281d authored over 4 years ago
Add forked SortFilterProxyModel submodule

Needed to fork to enable c++17

7328ce7d3d860b366eb8468884d19b5f613ed5ce authored over 4 years ago
Merge pull request #135 from pilotnbr1/master

Rssi Downlink and Uplink widget font and spacing matchup

0c9e76a30e62bf73a5dbaebe4ce6c073fdab4238 authored over 4 years ago
Fc Temp widget reposition due to larger uplink rssi

513acbd4585c8c9d7fd0b66a1e1a0e4679ca5d2b authored over 4 years ago
Rssi Downlink widget cleanup

7f0745c9dbe656f21e759827af4f80e1d5e17eac authored over 4 years ago
Downlink rssi match uplink rssi appearence

2508573d848f4298f903f82fa447a7eecd11933e authored over 4 years ago
Uplink rssi cleanup

3bef2295641f89e2747b9f1b5ecfe1cf9c95dc70 authored over 4 years ago
Uplink Rssi widget size match downlin rssi

bfaaa6aaa61c9141dfe4678473e9590bddf522f0 authored over 4 years ago
Update RC RSSI calculation to match old osd

Mavlink docs say it's "device-dependent" units, but Ardupilot treats
0 as no signal and 255 as 1...

7b03b1d791312d035b9dbe1556e794934e10640f authored over 4 years ago
Fix location of QOpenHD binary in package script

c5ece0b8086d7bbc8fbc4dbd822c5ff3ffac6811 authored over 4 years ago
Revert "Don't set the destdir, confuses Qt on Windows"

This reverts commit e969b031c01f048730629792e42cab7d7603ba6e.

e2c883e24ccd804267be84f0ec248c288d5e27df authored over 4 years ago
Merge pull request #133 from pilotnbr1/master

Roll Widget Tweaks. Horizon Compass

f6ffb05033872979b2d4052d31c32baedcecf6e7 authored over 4 years ago
Horizon widget compass settings

109f3869c15a502477ced9f329eac96d2cceaeee authored over 4 years ago
Horizon heading feature

6cfda1c81c937f7601a103221c26dddf41f86492 authored over 4 years ago
Show status log messages on message HUD

11c8e7cbbf8ec8372c9e5de2bcdf39962f40fbb8 authored over 4 years ago
Remove unnecessary initialization message

27ce75ae0ee1ead92fb6b4157678b3301ef7f061 authored over 4 years ago
Remove dead code

7d6b17e3160da37a557c1931dbb1c565f7c16901 authored over 4 years ago
Remove opacity from message HUD messages

a983f53edfbcb4c78d5346d83c8eaa406bbf98ca authored over 4 years ago
Update message HUD levels to match status log

31c175d4b7a306c13c7f9b83b9c7e0e48bdb9837 authored over 4 years ago
Add --init flag to docker clone on drone.io

3d4d1ece54fb402b460fefde1104e21f4f615de6 authored over 4 years ago
Mark drone.io builds as dry_run

This seems to be the only way to stop it from trying to publish
docker images, which is not what...

8dee6d218a1abf1df8eb4ac7c92f5b48776f707f authored over 4 years ago
Fetch repo tags and clone submodules in drone.io

3811e54057cc9d6ab17c13cfe4d3cf5816819643 authored over 4 years ago
Explicitly copy the git directory in docker

ff914d823555298b406caea57fbeb111c6d05f56 authored over 4 years ago
Install mesa library stack before docker package

1b943d1377cd79649c63dabccb977d29bf521a9b authored over 4 years ago
Use simpler drone.io config

f6afc8d12ae84b86c661ec8f8bc5f9fb70f9c8e1 authored over 4 years ago
Add drone.io config

7fd04e6733588cd84dc6dd7fe3c6b77fbf905d30 authored over 4 years ago
Attempt to disable dir_index on github actions

This is a workaround for an absurd bug in glibc/kernel/qemu

fd9390f35f51a55b5a06ab1b8dea7df59d557e59 authored over 4 years ago
Remove travis config

984e581396e46a9f85f311c77986841b17ad4926 authored over 4 years ago
Remove qt version check, doesn't work right

82a91743beaf1eaa6f42e7beeda715b48f2c4cb3 authored over 4 years ago
Remove docker jobs from travis config

13657ace7e6504d3e0f3d4e1f392afd82ca5fe1a authored over 4 years ago
Move github actions forward to ubuntu 20.04

c4b47da795c3051cbda6f77fceaf55cbfea5edb8 authored over 4 years ago
Switch to native qemu-user-static on github act.

4658b7b8fe7627303519277fc2a9c3ae0886e93d authored over 4 years ago
Update github actions

016cb9a4aeceb1b20b5086833bd198cb23a2d94a authored over 4 years ago
Settings for horizon heading

660950516357b2249ce32f217f7ca9417ceff5e0 authored over 4 years ago
Roll widget tweaks

37983eb28472f9d888416aaf6893fb1213bedb03 authored over 4 years ago
Home_course to int and added home_heading

799740b6a49da92dc9362bbce794bd45c9deeff8 authored over 4 years ago
Revert "Remove python3-configparser on docker"

This reverts commit 33dba2d3784de1f0e128e17461f2e1c48afc4ebb.

fc2f460eb15b67cc3cc2d56ed6e149e325556454 authored over 4 years ago
Remove python3-configparser on docker

33dba2d3784de1f0e128e17461f2e1c48afc4ebb authored over 4 years ago
Use python3 for cloudsmith in buster on docker

a43633ce6b3b7f59b6cba9ddc63a790b3bc7ce85 authored over 4 years ago
Return travis to bionic to use i386 arch

5f5b0509019d57045cbc9d7dbdd23b75310208f0 authored over 4 years ago
Add i386 arch in travis

a6c588815cd1d7bc8aa0a9b6ad7d5e746427247a authored over 4 years ago
Use 32-bit qemu-user-static

Works around an insane bug in readdir() that only affects qemu chroot
where the chroot is 32-bit...

3b1a65268727b9b73fb325c038da9be974694cb8 authored over 4 years ago
Update travis config to use focal

118e8498d6df01883e2914d5d4c0741615dd237f authored over 4 years ago
Allow minor revisions of openhd-qt when packaging

9e6d865262dcd249dcfd4fa74240f2a753f11929 authored over 4 years ago
Use separate travis jobs for docker builds

7c980f0a28993cb8bf0f92c91aa3452962e639cc authored over 4 years ago
Fix travis docker job definitions

63baf0493b2f8a749d1687a0224ac5a4373fa0d6 authored over 4 years ago
Add dockerfiles

48396a07b223fc170ffa40868e105b03a96afc57 authored over 4 years ago
Install openhd-qt before packaging

f0c7660b91fb1dee4420910bb0909257eec3cf69 authored over 4 years ago
Add travis jobs for docker package builds

106e9d797063b96e35bf7e92a1763b43577f6ebf authored over 4 years ago
Merge pull request #132 from pilotnbr1/master

Bank Angle Widget. Fpv glow fix

931ae830b323b83ee17975bcb8cd06a50bb4720f authored over 4 years ago
Fpv Glow fix

7ff46bb423cc4f796b86505a7303e9f98ed8f796 authored over 4 years ago
Bank Angle Skypointer option and tweaks

1d7ccd19de52f2052e4981e5c77e38318a224a74 authored over 4 years ago
Rename roll to bank angle indicator text

9038e54715b979da05f358176c6e95cde0a010fd authored over 4 years ago
Home Arrow Widget Reposition

ed87e955b4b1e4ad01010c0f8513fa66fa40bc20 authored over 4 years ago
Bank Angle Widget

13fecdfcf181ea6b9a4d9469c84fe011b8c01b4c authored over 4 years ago
Remove duplicated info in downlink widget panel

We now have an option to show this on the osd itself which is what
most people are going to want...

bba3eb41fea852748a28d8010c304636ae2595ea authored over 4 years ago
Merge pull request #131 from pilotnbr1/master

More Glow Cleanup. FC Temp Widget. Default flight Mode

ae5904601fa8a731f738fa8bd37a62340af7d106 authored over 4 years ago
Fc Temp Widget

aa89f00d0dc6b0dc6b217f15996619f93b8d6db7 authored over 4 years ago
Set default flight mode to "----"

713162d9251d25404983ae35f137d8d3a1d5cfba authored over 4 years ago
Flight Distance widget opacity renaming fix

261e815cc022363b15e80efa51e45d91c36233d9 authored over 4 years ago
Gps Widget glow fix for qml error

47540ee64b4d559161f56feadba4019b0e5f3a7c authored over 4 years ago
Rc RSSI glow radius 3

05cb7258bbfcd5ad9f12070d13bbe2662e83870b authored over 4 years ago
Merge pull request #130 from pilotnbr1/master

Rc Rssi Widget. Glow Fix for most widgets. Glow radius same everywhere

f546020c5cfe892c212f572fe23ba1e51130be63 authored over 4 years ago
Merge branch 'master' into master

63d0cee5303a7d43bf9399a260c466534b566ec8 authored over 4 years ago
App settings added qsTr to rc rssi

4c684f0555a42b6e0fedb1919ca01dc220b05a16 authored over 4 years ago
Revert background back to black. was white for testing.

bc438f661be74c052e7a8df4b5c784299971f9fd authored over 4 years ago
Gps Widget special glow fix for the showall lat lon

6000639790e255694d0202e5314a713fde7df653 authored over 4 years ago
Wind widget glow radius 3

969e1aea3926d9848dd680003ba0a7e6b2ff56f4 authored over 4 years ago
Uplink widget glow fix

00e6bb3cc30cce5419064a87d1487c84ad96b1c3 authored over 4 years ago
Home Distance widget glow fix

eb1a0be4b431ac5fb8124cdb2f8bf7369149a7d7 authored over 4 years ago
Groundstatus widget glow radius 3

18c56509ebe5d817fc1cf86b2a6de335e7619e62 authored over 4 years ago
Gps widget glow fix

4a604921f3de966e7bf11140b18ef24e95411d2d authored over 4 years ago
Gpio widget glow fix

e2cd884cfc89e3f82f342b06cad949445d86ff67 authored over 4 years ago
Fpv widget glow fix

0cd8d205ce27b916f7d989fef507744ec62cb4e7 authored over 4 years ago
Flight timer widget glow fix

ea37d1a82819dbbd89d94d7ae23774f7b284577e authored over 4 years ago
Flightmode widget glow fix

dd78d14c4fe679b5cbcf99d8013eaa26efe0afd3 authored over 4 years ago
Flight mah widget glow fix. Bitrate and dwonlinkrssi glow radius 3

cc6c38816cd7a9477d9379572583b39605cd899f authored over 4 years ago
Arrow widget glow fix. Air status AirBat glow radius 3

c9409816715c90fc4c2b7d84e3d161f495824425 authored over 4 years ago
Flight distance widget glow fix and opacity name fix

279e93928dd066d7d28f16d6bbcc1a38ee23c3c6 authored over 4 years ago
Downlink rssi widget glow fix

4d69447f5835140fa60bfec920282c2da6de2524 authored over 4 years ago
Bitrate Widget glow fix

5025ed16cbeedabbc5cfe8dd4cb507090f6d4537 authored over 4 years ago