summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update travis (#626)feature/android_o_p2Joey Grover2017-10-031-3/+4
* Update travis.ymlJoey Grover2017-10-031-2/+2
* Update travis.ymlJoey Grover2017-10-031-3/+3
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2017-10-03135-1867/+13122
|\
| * Merge pull request #620 from smartdevicelink/feature/internal_proxy_interfaceJoey Grover2017-10-034-38/+297
| |\
| | * remove unused importfeature/internal_proxy_interfaceBrett W2017-10-031-1/+0
| | * Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2017-09-2979-221/+6522
| | |\ | | |/ | |/|
| * | Merge branch 'feature/issue_618_new_data_transfer_interface' of https://githu...Joey Grover2017-09-2915-193/+1471
| |\ \
| | * | Add interface tests for StreamPacketizerSho Amano2017-09-281-1/+460
| | * | fix: add default value for bufferSize in StreamPacketizerSho Amano2017-09-281-0/+4
| | * | Update createOpenGLInputSurface() to use IVideoStreamListenerSho Amano2017-09-275-213/+35
| | * | Deprecate start/pause/resume/endPCM() APIsSho Amano2017-09-271-19/+51
| | * | Deprecate start/pause/resume/endH264() APIsSho Amano2017-09-271-17/+49
| | * | Implement SdlProxyBase.startAudioStream() APISho Amano2017-09-272-1/+85
| | * | Implement IAudioStreamListener interface in StreamPacketizerSho Amano2017-09-271-10/+41
| | * | Implement SdlProxyBase.startVideoStream() APISho Amano2017-09-272-5/+75
| | * | Implement IVideoStreamListener interface in RTPH264PacketizerSho Amano2017-09-272-1/+251
| | * | Implement IVideoStreamListener interface in StreamPacketizerSho Amano2017-09-271-17/+103
| | * | Refactor: move video stream opening process to dedicated methodSho Amano2017-09-274-14/+93
| | * | Add AudioStreamingCodec/Params/LPCMParamsSho Amano2017-09-273-0/+168
| | * | Add IVideoStreamListener and IAudioStreamListenerSho Amano2017-09-272-0/+161
| * | | Merge pull request #622 from smartdevicelink/bugfix/issue_621Joey Grover2017-09-281-6/+17
| |\ \ \
| | * | | Fix other method that also sends out end sessionsJoey Grover2017-09-281-2/+6
| | * | | Fixes #621bugfix/issue_621Joey Grover2017-09-271-4/+11
| * | | | Add RC to HMI caps and SCMJoey Grover2017-09-282-0/+15
| * | | | Updating the SystemCapabilityTypeTests for including additional parameters ad...feature/issue_559Anil Dahiya2017-09-271-0/+36
| * | | | Merge branch 'develop' into feature/issue_559Anil Dahiya2017-09-2725-1541/+3871
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge pull request #610 from smartdevicelink/bugfix/issue_587Joey Grover2017-09-261-2/+4
| | |\ \ \ | | | |/ / | | |/| |
| | | * | fixed whitespace formattingbugfix/issue_587Brett W2017-09-191-1/+1
| | | * | avoid extra calls of defineLocalSdlRouterClassBrett W2017-09-191-1/+3
| * | | | Updating documentation for newly addded params for rc-rpcs.Anil Dahiya2017-09-226-4/+34
| * | | | Merge branch 'develop' into feature/issue_559Anil Dahiya2017-09-2241-190/+1698
| |\ \ \ \
| * | | | | Addressing comments from review:Markos Rapitis2017-08-164-96/+96
| * | | | | Small correction to SystemCapabilityType and associated test case.Markos Rapitis2017-08-092-6/+1
| * | | | | More cleanup for RC functionality -- added RC documentation.Markos Rapitis2017-08-0928-30/+824
| * | | | | Adding test cases for RC functionality.Markos Rapitis2017-08-0932-14/+3081
| * | | | | Initial changes for RC functionality.Markos Rapitis2017-08-0930-4/+1083
| | | | | * Update SCM testsJoey Grover2017-09-271-8/+48
| | | | | * Add ISdl interface and implement in proxy base and SCMJoey Grover2017-09-273-30/+250
| | | | |/ | | | |/|
| | | * | Fixes #615 : Clears warnings for SdlProxyBase (#617)Joey Grover2017-09-261-594/+659
| | | * | Merge branch 'feature/issue_515_rtp_packetizer' of https://github.com/shoaman...Joey Grover2017-09-2517-66/+1564
| | | |\ \
| | | | * | Implement RAW/RTP protocol switchingSho Amano2017-09-012-27/+189
| | | | * | Pass rejected params up to SdlProxyBaseSho Amano2017-09-0110-22/+39
| | | | * | Keep video streaming capability in SdlProxyBaseSho Amano2017-09-011-0/+8
| | | | * | Add video streaming capability in SystemCapabilitySho Amano2017-09-011-0/+5
| | | | * | fix: accept PTS=0 in allocateRTPFrame()Sho Amano2017-09-011-1/+1
| | | | * | Replace assert statements with RuntimeExceptionSho Amano2017-09-011-6/+15
| | | | * | Remove setMTU() public method from RTPH264PacketizerSho Amano2017-09-012-14/+25
| | | | * | fix: retrieve agreed MTU value from WiProProtocolSho Amano2017-09-013-0/+10
| | | | * | Rename: nalu to nalUnitSho Amano2017-08-292-111/+111