Andrew Voznytsa
|
0a8f58e842
|
Fix GST_G_IO_MODULE_LOAD() use case
|
5 years ago |
Gus Grubba
|
e666acf924
|
Bringing preflight checklist to mainline QGC
|
5 years ago |
Andrew Voznytsa
|
6d3b30773f
|
Leave rtpjitterbuffer unnamed
|
5 years ago |
Andrew Voznytsa
|
8d523f9a70
|
Remove not needed parse element for file recording
|
5 years ago |
DoinLakeFlyer
|
6ee2349dc9
|
Handle unreliable PX4 support of BATTERY_STATUS
|
5 years ago |
DoinLakeFlyer
|
7753a5415b
|
Change all internal values to double to NaN can be used from unavailable values
|
5 years ago |
DoinLakeFlyer
|
06acf3cddc
|
Switch to using BATTERY_STATUS for battery info
|
5 years ago |
Andrew Voznytsa
|
07e26df1b7
|
Use parsebin for automatic stream demuxing and parsing; Automatically insert rtpjitterbuffer for RTP streams to avoid video stuttering
|
5 years ago |
Andrew Voznytsa
|
21c47c1619
|
Switch to decodebin and use decoder with highest rank; Use GL context provided by qmlglsink; Fix JNI code for AndroidMedia initialization
|
5 years ago |
Alexey
|
ddb9c66266
|
Fixed cmake for VideoStreaming library
|
5 years ago |
PX4BuildBot
|
78d61eb2e7
|
Update PX4 Firmware metadata Fri Feb 7 11:16:01 UTC 2020
|
5 years ago |
Don Gagne
|
c304d6f414
|
Merge pull request #8278 from patrickelectric/null_ptr_check
Remove unnecessary pointer check before delete
|
5 years ago |
Patrick José Pereira
|
0535ac2573
|
VideoReceiver: Remove pointer check before delete
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
5 years ago |
Patrick José Pereira
|
642b1b822f
|
MAVLinkLogManager: Remove pointer check before delete
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
5 years ago |
Patrick José Pereira
|
b4e20b3c98
|
QGCMapTileSet: Remove pointer check before delete
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
5 years ago |
Patrick José Pereira
|
5288dcfc1c
|
QGCMapEngineData: Remove pointer check before delete
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
5 years ago |
Patrick José Pereira
|
f542e4e974
|
QGCMapEngine: Remove pointer check before delete
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
5 years ago |
Patrick José Pereira
|
01896c98d1
|
VideoManager: Remove pointer check before delete
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
5 years ago |
Patrick José Pereira
|
98c2f5d9fd
|
QGCCameraControl: Remove pointer check before delete
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
5 years ago |
Patrick José Pereira
|
e354232b52
|
LogDownloadController: Remove pointer check before delete
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
5 years ago |
Patrick José Pereira
|
2be698fdc4
|
AirspaceManager: Remove pointer check before delete
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
5 years ago |
Gus Grubba
|
1d5c87d768
|
Merge pull request #8266 from andrewvoznytsa/PR-qmlglsink-v2
Switch from builtin video sink to qmlglsink (v2)
|
5 years ago |
Andrew Voznytsa
|
0f5be407f7
|
Switch to Qt-way to find number of seconds since 01.01.1970
|
5 years ago |
Andrew Voznytsa
|
50a014cd0f
|
Fix Linux instaler script
|
5 years ago |
Andrew Voznytsa
|
756fef5119
|
Trying bionic as travis dist for Linux builds
|
5 years ago |
Andrew Voznytsa
|
bd7873bc9b
|
Temporal workaround for 'treat warning as error'
|
5 years ago |
Andrew Voznytsa
|
a602b566dd
|
GLVideoItem stub cleanup
|
5 years ago |
Andrew Voznytsa
|
b2fe913c1b
|
Implement GLVideoItem stub for no-gstreamer builds
|
5 years ago |
Andrew Voznytsa
|
bb763854b6
|
Fix video initialization - VideoReceiver did not start because sink was not created because videoBackgroundComponent was not loaded on startup if video was disabled
|
5 years ago |
Andrew Voznytsa
|
a81521f3cb
|
Update qmlglsink build settings
|
5 years ago |
Andrew Voznytsa
|
0e23112f58
|
Fix iOS project settings
|
5 years ago |
Andrew Voznytsa
|
5153a30ac4
|
Switch to statically linked qmlglsink if system does not have preinstalled one
|
5 years ago |
Andrew Voznytsa
|
2ed4a27f6f
|
Import gst-plugins-good submodule
|
5 years ago |
Andrew Voznytsa
|
700fab73a5
|
Switch from builtin video sink to qmlglsink
|
5 years ago |
Gus Grubba
|
e36a8fbc64
|
Merge pull request #8275 from andrewvoznytsa/pr-gstreamer-tweaks
Allow developers (or advanced users) to override gstreamer debug settings
|
5 years ago |
Gus Grubba
|
fdb0272430
|
Merge pull request #8277 from mavlink/pr-checklist-enforcing
Checklist enforcing
|
5 years ago |
PX4BuildBot
|
de3d9dc3a0
|
Update PX4 Firmware metadata Wed Feb 5 04:38:09 UTC 2020
|
5 years ago |
Gus Grubba
|
6131875987
|
Add option to enforce the use (and passing) the checklist before being allowed to arm.
|
5 years ago |
Gus Grubba
|
2894ffb6ce
|
Keep state of checklist within vehicle.
|
5 years ago |
Gus Grubba
|
76b6b9dee8
|
Merge pull request #8269 from tcanabrava/remove_unused_gstreamer_code
Remove unused function
|
5 years ago |
Gus Grubba
|
036e7a963f
|
Merge pull request #8276 from stefandunca/pr-fix_done_on_planview
Fix Done in Toolbar when switching to Plan View
|
5 years ago |
stefandunca
|
27ca8ba4d4
|
Fix Done message in Toolbar when switching to Plan View
|
5 years ago |
Andrew Voznytsa
|
c16ababca8
|
Allow developers (or advanced users) to override UI settings - quite useful if you set your debug settings in QtCreator and do not depends on QGC settings state (they are reset to default sometimes, for example)
|
5 years ago |
PX4BuildBot
|
7807873fbc
|
Update PX4 Firmware metadata Tue Feb 4 08:37:20 UTC 2020
|
5 years ago |
PX4BuildBot
|
497b7e1008
|
Update PX4 Firmware metadata Mon Feb 3 15:08:46 UTC 2020
|
5 years ago |
Gus Grubba
|
2e033034dc
|
Merge pull request #8272 from mavlink/pr-document
Code documentation and updates
|
5 years ago |
Gus Grubba
|
cc74eceaf1
|
Add a high level diagram.
Tweak output.
|
5 years ago |
Gus Grubba
|
2c04ad3c35
|
Exclude QObject and Item. Everything on the c++ side derives from QObject and most things on the QML side derives from Item.
|
5 years ago |
PX4BuildBot
|
ef5bfab790
|
Update PX4 Firmware metadata Sun Feb 2 17:23:57 UTC 2020
|
5 years ago |
Gus Grubba
|
f6c49f99f5
|
More code documentation
|
5 years ago |