summaryrefslogtreecommitdiff
path: root/src/components/media_manager/src
Commit message (Expand)AuthorAgeFilesLines
* [SDL 0046] Implement logger abstraction (#3472)VladSemenyuk2020-09-0113-217/+186
* Fix avoid race conditions (#3471)Serhii Niukalov (GitHub)2020-08-216-24/+24
* Fix/sdl 491 apt support formats (#2184)Sho Amano2020-06-303-7/+95
* Fix/consider timeouts during streaming switching (#3293)Serhii Niukalov (GitHub)2020-03-191-2/+4
* Add select function to pipe write call (#3071)JackLivio2019-10-161-11/+46
* ensure correct order of stream length calculations (#3064)Collin2019-10-031-5/+6
* [WIP] initial fix of socket streaming by guessing playback time (#3057)Collin2019-10-011-3/+51
* Removed unnecessary logsShobhit Adlakha2019-08-161-35/+2
* Fix media manager testShobhit Adlakha2019-08-151-18/+23
* Fixed pip audio streaming cutoff issueShobhitAd2019-06-212-0/+60
* Run updated style scriptjacobkeeler2019-04-2911-60/+60
* Merge pull request #2178 from XevoInc/bugfix/invalid_memory_accessesJacob Keeler2018-08-301-1/+1
|\
| * fix: invalid memory access in MediaManager when stopping CoreSho Amano2018-07-061-1/+1
* | Merge pull request #2017 from shoamano83/fix/sdl-0139_apt_clarificationJacob Keeler2018-07-232-7/+38
|\ \
| * | fix: make sure to run AudioPassThru in monauralSho Amano2018-02-161-4/+26
| * | fix: remove RIFF header from audio stream for AudioPassThruSho Amano2018-02-161-3/+12
* | | Fix EXTENDED_MEDIA_MODE buildjacobkeeler2018-07-232-7/+7
* | | style fixConlain Kelly2018-07-181-14/+21
* | | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-182-13/+13
| |/ |/|
* | Load plugins in app manager, init plugin with paramsIra Lytvynenko2018-06-261-1/+0
* | Refactor CommandFactoryIra Lytvynenko2018-06-261-1/+48
|/
* 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