summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add pcmCapabilities property to RAIRbugfix/issue_714_pcmcapabilitiesJoel Fischer2017-09-075-34/+54
|
* Merge pull request #697 from ↵Joel Fischer2017-09-0637-211/+211
|\ | | | | | | | | smartdevicelink/bugfix/issue_636_proxylistener_deprecated Fix SDLProxyListener using removed waypoint classes
| * Merge branch 'release/5.0.0' into bugfix/issue_636_proxylistener_deprecatedbugfix/issue_636_proxylistener_deprecatedJoel Fischer2017-09-0660-41/+1758
| |\ | |/ |/| | | | | | | # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLinkTests/ProtocolSpecs/SDLFunctionIDSpec.m
* | Merge pull request #703 from shoamano83/feature/rtp_packetizer_5.0.0Joel Fischer2017-08-3114-19/+1006
|\ \ | | | | | | Implement SDL 0048 RTP Video Encoder
| * | Update comment about GStreamer pipelineSho Amano2017-08-301-1/+1
| | | | | | | | | | | | | | | autovideosink doesn't work in some environments, replacing it with ximagesink.
| * | fix style issues in test casesSho Amano2017-08-292-142/+142
| | | | | | | | | | | | Reflecting review comments.
| * | Update "pts" acronym to "presentationTimestamp"Sho Amano2017-08-297-38/+38
| | | | | | | | | | | | Reflecting review comments.
| * | fix: properly convert NSMutableArray to NSArraySho Amano2017-08-292-2/+2
| | | | | | | | | | | | Reflecting code review comment.
| * | Add dedicated methods for creating RTP framesSho Amano2017-08-291-52/+97
| | | | | | | | | | | | Reflecting code review comment.
| * | Reflecting review commentsSho Amano2017-08-292-14/+19
| | | | | | | | | | | | | | | | | | | | | - Update initializer style - Add brackets between a boolean expression - Use dot syntax - Remove an extra line
| * | Reflecting review commentsSho Amano2017-08-291-29/+39
| | | | | | | | | | | | | | | | | | | | | - Add documentations in private functions - Rename private functions and args - Rename “pts” acronym - Remove “FU” acronym in comments
| * | Update "pts" args in test casesSho Amano2017-08-292-27/+27
| | |
| * | Update documentation and constants in SDLRTPH264PacketizerSho Amano2017-08-282-22/+33
| | | | | | | | | | | | Reflecting review comments.
| * | Reflect code review commentsSho Amano2017-08-286-50/+19
| | | | | | | | | | | | | | | | | | | | | | | | - Update "note" comment to "warning" - Add generics to NSArray containers - rename "pts" arg to "presentationTimestamp" - remove redundant method declarations - remove redundant protocol conformations
| * | Add NS_ASSUME_NONNULL_BEGIN / NS_ASSUME_NONNULL_ENDSho Amano2017-08-285-5/+25
| | | | | | | | | | | | Reflecting code review comments.
| * | Add public method -sendVideoData:pts:Sho Amano2017-08-236-4/+66
| | | | | | | | | | | | | | | Also, latest PTS value is kept in SDLStreamingMediaLifecycleManager so that video image with outdated PTS will be rejected.
| * | Add RTP packetizerSho Amano2017-08-234-0/+643
| | | | | | | | | | | | | | | This packetizer sends H.264 video stream using RTP frames defined by RFC 6184 and RFC 4571.
| * | Extract H.264 ByteStream packetizer from SDLVideoEncoderSho Amano2017-08-236-15/+237
| | |
* | | Fix #715 for v5.0.0Joel Fischer2017-08-2914-7/+102
| | |
* | | Merge pull request #685 from ↵Joel Fischer2017-08-2330-8/+650
|\ \ \ | |/ / |/| | | | | | | | smartdevicelink/feature/SDL_0075_OEM_specific_HID_support_5.0 Implement SDL 0075 OEM Specific Human Interface Device v5.0
| * | Fixes #705 * Update haptic data proposal to newest accepted revisionsfeature/SDL_0075_OEM_specific_HID_support_5.0Joel Fischer2017-08-2316-114/+251
| | |
| * | Fix bugs in SendHapticDataJoel Fischer2017-08-184-14/+13
| | | | | | | | | | | | | | | | | | * Fix SDLVideoStreamingCodec being private * Fix SendHapticData string SDLName starting lowercase * Fix SpatialStruct taking ints instead of floats
| * | Add CGRect initializer to SpatialStructJoel Fischer2017-08-182-2/+21
| | | | | | | | | | | | * Fix notation
| * | Merge branch 'release/5.0.0' into feature/SDL_0075_OEM_specific_HID_support_5.0Joel Fischer2017-08-1861-1237/+3393
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.podspec # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink.podspec
| * | | Update for SDL-0075 updatesJoel Fischer2017-08-186-8/+26
| | | | | | | | | | | | | | | | * https://github.com/smartdevicelink/sdl_evolution/pull/234
| * | | Merge branch 'release/5.0.0' into feature/SDL_0075_OEM_specific_HID_support_5.0Joel Fischer2017-08-1565-379/+2667
| |\ \ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj
| * | | | Edited supporting filesNicoleYarroch2017-08-046-3/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| * | | | Updated supporting classes and test casesNicoleYarroch2017-08-045-0/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| * | | | Added SDLSendHapticDataResponse classNicoleYarroch2017-08-048-1/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add SDLSendHapticDataResponse class and test cases Signed-off-by: NicoleYarroch <nicole@livio.io>
| * | | | Added SDLSendHapticData classNicoleYarroch2017-08-035-0/+93
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| * | | | Added test cases for SDLSpatialStructNicoleYarroch2017-08-032-0/+76
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| * | | | SDLSpatialStruct meets v5.0 specsNicoleYarroch2017-08-034-66/+53
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
| * | | | Added SDLSpatialStruct classNicoleYarroch2017-08-033-0/+145
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* | | | | Merge pull request #702 from ↵Joel Fischer2017-08-223-7/+0
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | smartdevicelink/bugfix/issue_700_remove_metadatatype_none_5.0.0 Fix SDLMetadataType including NONE
| * | | | Fix SDLMetadataType including NONEbugfix/issue_700_remove_metadatatype_none_5.0.0Joel Fischer2017-08-223-7/+0
|/ / / /
| | | * Additional updates for WayPoint capitalization fixesJoel Fischer2017-09-0635-202/+202
| | | |
| | | * Fix SDLProxyListener using deprecated classesJoel Fischer2017-08-182-9/+9
| |_|/ |/| |
* | | Merge pull request #695 from smartdevicelink/bugfix/RPCs_as_public_files_5.0Joel Fischer2017-08-184-5/+16
|\ \ \ | | | | | | | | RPCs as Public Files V5.0
| * | | added to podspecbugfix/RPCs_as_public_files_5.0Brett W2017-08-174-52/+26
| | | |
* | | | Merge pull request #682 from ↵Joel Fischer2017-08-1817-60/+484
|\ \ \ \ | |/ / / |/| | | | | | | | | | | smartdevicelink/feature/SDL_0073_adding_metadata_types_v5.0 Implement SDL 0073 adding metadata types v5.0
| * | | Merge branch 'release/5.0.0' into feature/SDL_0073_adding_metadata_types_v5.0Joel Fischer2017-08-1848-1173/+2896
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.podspec # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink.podspec
* | | | Merge pull request #514 from smartdevicelink/feature/streaming_media_managerJoel Fischer2017-08-1748-1170/+2874
|\ \ \ \ | | | | | | | | | | Streaming Media Manager Updates
| * \ \ \ Merge branch 'release/5.0.0' into feature/streaming_media_managerfeature/streaming_media_managerJoel Fischer2017-08-172-4/+17
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink.podspec
* | | | | Merge pull request #691 from ↵Joel Fischer2017-08-162-10/+29
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | smartdevicelink/bug/issue_689_podspec_bson_failure_5.0.0 Fix BSON Podspec error (5.0.0)
| * | | | Update podspecs with BiSON library dependencyJoel Fischer2017-08-162-10/+29
|/ / / / | | | | | | | | | | | | * Fix SmartDeviceLink.podspec not being updated
| * | | Revert "Attempting fix to podspec"Joel Fischer2017-08-171-1/+1
| | | | | | | | | | | | | | | | This reverts commit d178027fc21d78c08f55c78df19d60f0d126e5e5.
| * | | Revert "Fix SmartDeviceLink.podspec"Joel Fischer2017-08-172-17/+4
| | | | | | | | | | | | | | | | This reverts commit 24e7273cbbbd3d9c3a8098a98131b121cd013795.
| * | | Fix SmartDeviceLink.podspecJoel Fischer2017-08-162-4/+17
| | | |
| * | | Attempting fix to podspecJoel Fischer2017-08-161-1/+1
| | | |
| * | | Simplify streaming manager app stateJoel Fischer2017-08-163-29/+27
| | | | | | | | | | | | | | | | * Add logs