summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated failing unit testfeature/issue_600Brett W2018-01-171-0/+4
* updated javadocsBrett W2018-01-171-2/+2
* fixed testsBrett W2018-01-174-17/+40
* added pcm testsBrett W2018-01-171-2/+14
* start of pcm RAIR parsingBrett W2018-01-164-1/+44
* Merge pull request #653 from smartdevicelink/bugfix/issue_652Joey Grover2017-12-211-2/+7
|\
| * Additional check for checking if we have a remote display active before calli...bugfix/issue_652Anil Dahiya2017-12-211-1/+3
| * Changes to fix start / stop of video stream with remote display.Markos Rapitis2017-11-211-2/+5
|/
* Merge branch 'release/4.4.0-rc1' of https://github.com/smartdevicelink/sdl_an...4.4.0Joey Grover2017-10-30334-8875/+20879
|\
| * Update CHANGELOGrelease/4.4.0-rc1Joey Grover2017-10-301-30/+41
| * Merge pull request #646 from smartdevicelink/bugfix/issues638_643Joey Grover2017-10-261-3/+3
| |\
| | * Set accepted video params for protocol versions less than 5bugfix/issues638_643Joey Grover2017-10-261-3/+3
| * | Merge pull request #645 from smartdevicelink/bugfix/issue_633Joey Grover2017-10-251-1/+2
| |\ \
| | * | Update RadioControlData documentation Joey Grover2017-10-251-2/+1
| | * | update documentation per Evo Probugfix/issue_633Brett W2017-10-251-1/+3
| |/ /
| * | Merge pull request #642 from smartdevicelink/bugfix/issue_641Joey Grover2017-10-231-5/+4
| |\ \
| | * | move init into StartVideoStreamingBrett W2017-10-231-5/+4
| |/ /
| * | Merge pull request #639 from smartdevicelink/bugfix/issue_637Joey Grover2017-10-231-14/+21
| |\ \ | | |/ | |/|
| | * Fixes #637Joey Grover2017-10-231-14/+21
| |/
| * Update documentation for radioEnabled4.4.0-rc.1Joey Grover2017-10-171-0/+2
| * Fix potential NPE when retrieving capabilities and add isCapabilitySupported ...Joey Grover2017-10-171-2/+13
| * Merge pull request #614 from jthrun/feature/haptic_projectionJoey Grover2017-10-164-2/+323
| |\
| | * Fix timing of call to refreshHapticData() .John Thrun2017-10-141-4/+14
| | * Integrate with enhanced video streaming changes.John Thrun2017-10-133-37/+17
| | * Merge branch 'develop_f' into feature/haptic_projectionJohn Thrun2017-10-1322-425/+1534
| | |\ | | |/ | |/|
| * | Merge pull request #630 from shoamano83/bugfix/follow_up_video_streaming_code...Joey Grover2017-10-121-12/+19
| |\ \
| | * | re-fix: append H264 SPS and PPS in front of every IDR NAL unitSho Amano2017-10-051-11/+14
| | * | fix: apply video encoder offset properlySho Amano2017-10-051-2/+6
| * | | Merge pull request #631 from smartdevicelink/feature/issue_469_updateJoey Grover2017-10-1221-413/+1515
| |\ \ \ | | |/ / | |/| |
| | * | Add null check to update in VideoStreamingParametersJoey Grover2017-10-121-8/+24
| | * | Updating VideoStreamingParamaters defaults and toString methodJoey Grover2017-10-121-5/+20
| | * | Reduced min SDK version on virtual display encoder from 21 to 19Joey Grover2017-10-122-61/+184
| | * | Revert target version back to 19feature/issue_469_updateJoey Grover2017-10-111-1/+1
| | * | Updated unit testsJoey Grover2017-10-118-88/+274
| | * | Code cleanupJoey Grover2017-10-114-179/+247
| | * | Scale touch events according to streaming resolutionJoey Grover2017-10-112-5/+35
| | * | SdlProxyBase and SdlRemoteDisplay cleanupJoey Grover2017-10-102-6/+13
| | * | Fix incorrect video streaming capability logicJoey Grover2017-10-092-8/+8
| | * | Cleanup VDE and add dynamic video mime formatJoey Grover2017-10-091-198/+43
| | * | Move touch events into streaming manager. Create callback for remotedisplay c...Joey Grover2017-10-093-61/+87
| | * | Move the remote display creation into managerJoey Grover2017-10-092-36/+38
| | * | Integrating streaming listener over outputstream. Fix a few compare issues fo...Joey Grover2017-10-063-55/+60
| | * | Update a lot of streaming apisJoey Grover2017-10-063-72/+149
| | * | Refactor SdlPresentation into stand alone class and simplify VideoStreamingPa...Joey Grover2017-10-053-121/+183
| | * | Refactor streaming classes into more defined packagesJoey Grover2017-10-0412-31/+27
| | * | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2017-10-0499-842/+9547
| | |\ \ | | |/ / | |/| |
| | * | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2017-09-2513-919/+1779
| | |\ \
| | * | | Rename VideoStreamingParameters. Removed StreamingParameters from VDE. VDE no...Joey Grover2017-09-185-103/+46
| | * | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2017-09-18248-7058/+8091
| | |\ \ \
| | * | | | Updated to Address Buffer Concern, Null Checksfeature/issue_469Austin Kirk2017-05-021-12/+26