summaryrefslogtreecommitdiff
path: root/src/components/media_manager/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1804 from smartdevicelink/developJackLivio2017-10-041-5/+6
|\
| * Merge pull request #1691 from shoamano83/fix/memory_issue_in_from_mic_to_file...JackLivio2017-10-031-5/+6
| |\
| | * fix: memory issue in FromMicToFileRecorderThreadSho Amano2017-07-191-5/+6
* | | Merge pull request #1690 from shoamano83/fix/memory_leak_in_from_mic_to_file_...Jacob Keeler2017-10-031-10/+26
|\ \ \
| * | | fix coding style using check_style.shSho Amano2017-08-031-1/+1
| * | | fix: memory leak in FromMicToFileRecorderThreadSho Amano2017-07-191-10/+26
| | |/ | |/|
* | | Fix/1701 (#1702)fronneburg2017-10-032-1/+12
| |/ |/|
* | Not related to RC changesAlexander Kutsan2017-08-161-3/+5
|/
* Merge branch 'develop'jacobkeeler2017-06-213-7/+14
|\
| * Increased frequency of OnAudioPassThru notifications to once every 50msfix/OnAudioPassThru_frequencyJacob Keeler2017-01-261-2/+6
| * Fix SEGFAULT in media_manager_impl.cc when EXTENDED_MEDIA_MODE=ONhotfix/fix_EXTENDED_MEDIA_MODEJacob Keeler2016-10-121-2/+8
| * Removed an unused variable that was causing the build to fail. Also f… (#880)jgrix2016-10-101-3/+0
* | Fix style issuesJacob Keeler2016-09-211-1/+1
* | Merge branch 'master'Jacob Keeler2016-09-2019-723/+830
|\ \ | |/
| * Fix invalid memory access.Vladislav Antonov2016-07-121-1/+1
| * Format all code in projectKozoriz2016-04-2615-234/+196
| * Code style format with clang-formatKozoriz2016-04-254-137/+133
| * Media manager update after removing all singletonsKozoriz2016-04-254-5/+6
| * Changes after reviewKozoriz2016-03-312-3/+3
| * Remove MediaManger singletoneKozoriz2016-03-3114-133/+143
| * Correctives in MediaManger componentKozoriz2016-03-041-8/+10
| * Merge pull request #396 from LuxoftSDL/hotfix/Move_media_pipe_creation_before...AGaliuzov2016-02-221-15/+25
| |\
| | * Move media pipe creation before StartStream commandAsen Kirov2016-02-181-15/+25
| * | Update files dependent to TimerAndriy Kozoriz2016-02-171-1/+0
| |/
| * Removed redundant commaElisey Zamakhov2015-12-181-1/+1
| * Fixed wrong logger name for MediaManagerElisey Zamakhov2015-12-187-7/+7
| * Unit tests for media managerVeronica Veremjova2015-11-191-0/+28
| * Check for empty queue in MessageQueue::pop() methodArtem Nosach2015-10-041-1/+5
| * Fix review commentsArtem Nosach2015-10-0412-51/+60
| * Use new FileStreamerAdapters in MediaManagerArtem Nosach2015-10-041-5/+4
| * Inherit FileStreamerAdapter from StreamerAdapterArtem Nosach2015-10-043-0/+201
| * Inherit PipeStreamerAdapter from StreamerAdapterArtem Nosach2015-10-043-177/+52
| * Inherit SocketStreamerAdapter from StreamerAdapterArtem Nosach2015-10-043-243/+83
| * Create streamer adapter base classArtem Nosach2015-10-041-0/+170
| * Replace legacy _EXT/INFO macroses in sourceElisey Zamakhov2015-08-314-16/+16
* | Initialize port with default value of 0 (CID 80079).Brad Pankow2016-07-261-1/+2
* | Initialize offset_ before use in functions (CID 80084)Brad Pankow2016-07-251-0/+1
* | Initialize current_application_ before use in functions (CID 80089)Brad Pankow2016-07-251-1/+2
|/
* Fixing of core dumps when executing IGNITION_OFF. Move 'Reset' to the 'StopAc...Oleg Krotenko2015-07-281-2/+2
* Fixing of core dumps when executing IGNITION_OFF. APPLINK-11950Oleg Krotenko2015-07-281-0/+2
* Remove redundant calls.Artem Nosach2015-06-231-6/+0
* Not a subject for review.Artem Nosach2015-04-231-6/+7
* Post review changes.Artem Nosach2015-04-231-9/+10
* Rework media manager.Artem Nosach2015-04-231-133/+52
* Add streaming suspended flag to media manager.Artem Nosach2015-04-231-18/+62
* Remove mic listener after using.Artem Nosach2015-04-231-0/+5
* Release resources in Recorder::threadMain().Artem Nosach2015-04-231-3/+15
* Delete record listener thread on StopActivity().Artem Nosach2015-04-231-1/+4
* Delete recorder thread on StopActivity().Artem Nosach2015-04-231-1/+4
* Post review changes.Artem Nosach2015-04-231-2/+2