Gus Grubba
4fdc5f5fcb
Merge pull request #8385 from andrewvoznytsa/pr-mobile-mpeg2-ts-fix
...
Fix MPEG-2 TS support on Android and iOS
5 years ago
Gus Grubba
bd2cb72cc2
Merge pull request #8384 from andrewvoznytsa/pr-rtp-jitter-buffer-auto-insert-fix
...
Fix automatic RTP jitter buffer insertion (TCP/MPEG2 TS did not work …
5 years ago
Andrew Voznytsa
d901832157
Fix MPEG-2 TS support on Android and iOS
5 years ago
Andrew Voznytsa
b30a14ecab
Fix automatic RTP jitter buffer insertion (TCP/MPEG2 TS did not work properly)
5 years ago
Gus Grubba
ea9d44037c
Merge pull request #8367 from andrewvoznytsa/pr-cmake-build-fix
...
Fix CMake build (src/VideoStreaming/CMakeLists.txt)
5 years ago
Gus Grubba
55248a8064
Merge pull request #8267 from tcanabrava/move_video_manager
...
Move VideoManager class from FligthDisplay to VideoStreaming
5 years ago
Gus Grubba
385c643c26
Merge pull request #8285 from tcanabrava/record_with_name
...
Record video with name
5 years ago
Don Gagne
53688206ff
Merge pull request #8376 from mavlink/pr-taisync-microhard
...
Disable both Taisync and Microhard until they are properly finished.
5 years ago
Don Gagne
76b7cfcd3e
Merge pull request #8378 from DonLakeFlyer/TakeoffArrow
...
Plan: Avoid arrow positioning with takeoff item
5 years ago
Don Gagne
08a7006a8d
Merge pull request #8377 from DonLakeFlyer/StableFWCheck
...
Vehicle only performs stable fw version check one time
5 years ago
DoinLakeFlyer
1b3e8879fb
Avoid arrow positioning with take item
5 years ago
DoinLakeFlyer
c0d503f3be
Only check latest stable firmware one time
5 years ago
DoinLakeFlyer
ae09ca36f3
Cleanup download object on error
5 years ago
Don Gagne
6eb0173e76
Merge pull request #8375 from andrewvoznytsa/pr-DISABLE_VIDEOSTREAMING-fix3
...
Fix DISABLE_VIDEOSTREAMING build (again)
5 years ago
Don Gagne
eae48e1f1c
Merge pull request #8373 from DonLakeFlyer/PolygonTrace
...
Track trace mode in polygon so we can use it to exit wizard mode
5 years ago
Gus Grubba
518fff8b1f
Disable both Taisync and Microhard until they are properly finished.
5 years ago
Andrew Voznytsa
977d89c0e4
Fix DISABLE_VIDEOSTREAMING build
5 years ago
DoinLakeFlyer
8035844dfd
Fix typo
5 years ago
DoinLakeFlyer
b0c57f4b47
Track trace mode in polygon so we can use it to exit wizard mode
5 years ago
Don Gagne
d52d9f1d0b
Merge pull request #8358 from dakejahl/pr-fix_checklist_flightview_interactions
...
Fixed interactions between PreFlightCheckList and the FlightView
5 years ago
Don Gagne
26f22db1e7
Merge pull request #8371 from Williangalvani/fixBinding
...
APMSubMotorComponent.qml: fix broken timer binding
5 years ago
Don Gagne
58b88b671a
Merge pull request #8363 from andrewvoznytsa/pr-gstreamer-log
...
Switch gstreamer to use Qt log API by default
5 years ago
Willian Galvani
c7534df6cb
APMSubMotorComponent.qml: fix broken binding
...
timer.start() and timer.stop() were breaking the 'running' binding of
the timer
5 years ago
Don Gagne
42f2098b33
Merge pull request #8368 from DonLakeFlyer/TakeoffLand
...
Plan: Takeoff/Land insertion fixes, fix current item update after delete, fix crash
5 years ago
Don Gagne
28546b723b
Merge pull request #8366 from andrewvoznytsa/pr-DISABLE_VIDEOSTREAMING-fix2
...
Fix DISABLE_VIDEOSTREAMING (once more)
5 years ago
Don Gagne
98f8bb2e3b
Merge pull request #8364 from patrickelectric/gcc_version
...
QGCMavlink: Add GCC version check to use address-of-packed-member
5 years ago
Andrew Voznytsa
b95bb4cbf7
Switch gstreamer to use Qt log API by default
5 years ago
Don Gagne
1c50604756
Merge pull request #8362 from DonLakeFlyer/PX4VTOL
...
Plan: Make PX4 VTOL takeoff work like fixed wing
5 years ago
Don Gagne
7d371f1208
Merge pull request #8323 from Williangalvani/frameclass
...
Don't report missing parameter FRAME_CLASS
5 years ago
DoinLakeFlyer
153a139ea4
Fix current item updating after delete
5 years ago
DoinLakeFlyer
80878ee8c7
Not setting _isIncomplete correctly was causing crash
5 years ago
DoinLakeFlyer
0b96ca8222
Fix Plan insert Takeoff/Land for correct enable state and insert into correct place.
5 years ago
Andrew Voznytsa
277be52f4e
Fix CMake build (src/VideoStreaming/CMakeLists.txt)
5 years ago
Andrew Voznytsa
d04193a394
Fix DISABLE_VIDEOSTREAMING
5 years ago
Patrick José Pereira
6a7c02f5a7
QGCMavlink: Add GCC version check to use address-of-packed-member
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
5 years ago
Tomaz Canabrava
f4927eab42
Move the VideoManager also in CMake
5 years ago
DoinLakeFlyer
3dc382fba4
Plan: Make PX4 VTOL takeoff work like fixed wing
5 years ago
Tomaz Canabrava
3f130f2c3c
Move VideoManager class from FligthDisplay to VideoStreaming
...
Makes more sense for it to be in VideoStreamer as it takes care of managing
the video streams.
5 years ago
Don Gagne
1200542bfc
Merge pull request #8355 from patrickelectric/msvc_pragma
...
QGCMAVLink: Add compiler check to avoid pragma warnings
5 years ago
Tomaz Canabrava
44e5dcabef
Record video with name
5 years ago
Gus Grubba
d040b949fa
Merge pull request #8336 from andrewvoznytsa/pr-filesink-fix
...
MKV file recording fix
5 years ago
Gus Grubba
dac7429bef
Merge pull request #8348 from andrewvoznytsa/pr-gstqgcvideosink-support
...
Repackage video sink into GstQgcVideoSinkBin
5 years ago
Jacob Dahl
4e8d599d85
Fixed interactions between PreFlightCheckList and the FlightView
5 years ago
Patrick José Pereira
5c9e9a52e1
QGCMAVLink: Add compiler check to avoid pragma warnings
...
MSVC warns about not identified pragmas
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
5 years ago
Don Gagne
bd4bfe550c
Merge pull request #8341 from dakejahl/pr-fix_preflight_battery_check
...
Fix PreFlightBatteryCheck issue with NaN
5 years ago
Don Gagne
4bf97b5e72
Merge pull request #8350 from DonLakeFlyer/APMFollow
...
ArduPilot: Change follow to work above home altitude only
5 years ago
Jacob Dahl
e4a4c33b5e
updated from reviewer feedback
5 years ago
Don Gagne
a9493c2d2a
Merge pull request #8349 from patrickelectric/KILL_IT_WITH_FIRE
...
QGCMAVLink: Remove mavlink warnings
5 years ago
DonLakeFlyer
de4a15281b
Change follow to work above home altitude only
5 years ago
Patrick José Pereira
5006a706ab
QGCMAVLink: Remove mavlink warnings
...
mavlink as submodule contains more warnings than particles in the universe.
This results in a terrible experience for developers, since it makes harder to find
real warning messages for QGC.
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
5 years ago