summaryrefslogtreecommitdiff
Commit message (Collapse)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
|\ | | | | bugfix / issue 652
| * Additional check for checking if we have a remote display active before ↵bugfix/issue_652Anil Dahiya2017-12-211-1/+3
| | | | | | | | calling stopStreaming.
| * 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 ↵4.4.0Joey Grover2017-10-30334-8875/+20879
|\ | | | | | | https://github.com/smartdevicelink/sdl_android
| * 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 5
| | * Set accepted video params for protocol versions less than 5bugfix/issues638_643Joey Grover2017-10-261-3/+3
| | | | | | | | | | | | | | | Fixes #643 Fixes #638
| * | Merge pull request #645 from smartdevicelink/bugfix/issue_633Joey Grover2017-10-251-1/+2
| |\ \ | | | | | | | | update documentation per Evo Pro
| | * | Update RadioControlData documentation Joey Grover2017-10-251-2/+1
| | | | | | | | | | | | Update RadioControl data documentation to be consistent between get and set radio enabled
| | * | 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
| |\ \ | | | | | | | | bugfix / issue 641
| | * | move init into StartVideoStreamingBrett W2017-10-231-5/+4
| |/ /
| * | Merge pull request #639 from smartdevicelink/bugfix/issue_637Joey Grover2017-10-231-14/+21
| |\ \ | | |/ | |/| Only start haptic manager if feature is supported
| | * 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
| | | | | | | | method
| * Merge pull request #614 from jthrun/feature/haptic_projectionJoey Grover2017-10-164-2/+323
| |\ | | | | | | Feature/haptic projection
| | * 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 ↵Joey Grover2017-10-121-12/+19
| |\ \ | | | | | | | | | | | | | | | | shoamano83/bugfix/follow_up_video_streaming_codec_specific_data Bugfix/follow up video streaming codec specific data
| | * | re-fix: append H264 SPS and PPS in front of every IDR NAL unitSho Amano2017-10-051-11/+14
| | | | | | | | | | | | | | | | This change is to support new IVideoStreamListener interface.
| | * | fix: apply video encoder offset properlySho Amano2017-10-051-2/+6
| | | | | | | | | | | | | | | | | | | | mBufferInfo.offset indicates the offset of valid data in the codec output buffer.
| * | | Merge pull request #631 from smartdevicelink/feature/issue_469_updateJoey Grover2017-10-1221-413/+1515
| |\ \ \ | | |/ / | |/| | Enhanced Video Streaming APIs (#469)
| | * | 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
| | | | | | | | | | | | | | | | Should cover +90% of all phones at time of commit
| | * | 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 ↵Joey Grover2017-10-093-61/+87
| | | | | | | | | | | | | | | | created.
| | * | Move the remote display creation into managerJoey Grover2017-10-092-36/+38
| | | | | | | | | | | | | | | | Touch is currently broken with this commit
| | * | Integrating streaming listener over outputstream. Fix a few compare issues ↵Joey Grover2017-10-063-55/+60
| | | | | | | | | | | | | | | | | | | | | | | | for backwards compat. Works at this point. Still needs clean up.
| | * | Update a lot of streaming apisJoey Grover2017-10-063-72/+149
| | | | | | | | | | | | | | | | Still needs work for the remote display streaming to work
| | * | Refactor SdlPresentation into stand alone class and simplify ↵Joey Grover2017-10-053-121/+183
| | | | | | | | | | | | | | | | VideoStreamingParameters
| | * | Refactor streaming classes into more defined packagesJoey Grover2017-10-0412-31/+27
| | | |
| | * | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android ↵Joey Grover2017-10-0499-842/+9547
| | |\ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | into feature/issue_469_update # Conflicts: # sdl_android/src/main/java/com/smartdevicelink/proxy/SdlProxyBase.java
| | * | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android ↵Joey Grover2017-09-2513-919/+1779
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into feature/issue_469_update # Conflicts: # sdl_android/src/main/java/com/smartdevicelink/proxy/SdlProxyBase.java
| | * | | Rename VideoStreamingParameters. Removed StreamingParameters from VDE. VDE ↵Joey Grover2017-09-185-103/+46
| | | | | | | | | | | | | | | | | | | | now uses VideoStreamingParameters
| | * | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android ↵Joey Grover2017-09-18248-7058/+8091
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into feature/issue_469_update # Conflicts: # sdl_android/build.gradle
| | * | | | Updated to Address Buffer Concern, Null Checksfeature/issue_469Austin Kirk2017-05-021-12/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Made unneccesaryily static Objects nonstatic - Check for null params in init() - Added BUFFER_LOCK, wait() for buffer to be written, then notify() before setting a new buffer - Remove unnecessary logging - Added isWaiting member in VideoStreamWriterThread to check if we’re waiting to clear the buffer