summaryrefslogtreecommitdiff
path: root/src/components/media_manager
Commit message (Expand)AuthorAgeFilesLines
* Add functionality for External UCSokozlovlux2017-05-171-0/+1
* Merge remote-tracking branch 'remote_genivi/develop' into feature/merge_reles...Alex Kutsan2017-01-311-2/+6
|\
| * Increased frequency of OnAudioPassThru notifications to once every 50msfix/OnAudioPassThru_frequencyJacob Keeler2017-01-261-2/+6
* | Merge release to developAlex Kutsan2017-01-271-16/+19
|\ \ | |/ |/|
| * Change policies path and fix params method usageAlex Kutsan2017-01-181-2/+3
| |\
| | * Fix usages of policy in codeAlexander Kutsan2016-12-051-1/+2
* | | Correctives after reviewIvo Stoilov (GitHub)2017-01-253-5/+5
* | | Correct header-guards in changed filesIvo Stoilov (GitHub)2017-01-253-9/+9
* | | Buildability correctives after mock renamingIvo Stoilov (GitHub)2017-01-251-4/+4
* | | Rename mock files to correct namingIvo Stoilov (GitHub)2017-01-254-17/+9
* | | Update all header-guards in projectIvo Stoilov (GitHub)2017-01-253-9/+9
* | | Move interface classes to correct directoryIvo Stoilov (GitHub)2017-01-251-68/+0
* | | Fix component dependenciesIvo Stoilov (GitHub)2017-01-161-24/+23
|/ /
* | Refactor CMake filesIvo Stoilov (GitHub)2017-01-122-75/+54
* | Revert "Fix/cmake files refactoring"revert-1144-fix/cmake_files_refactoringAlexander Kutsan (GitHub)2017-01-052-54/+75
* | Refactor CMake filesIvo Stoilov (GitHub)2016-12-302-75/+54
|/
* Remove redundant aliases to smart_objects namespaceSergey Levchenko (GitHub)2016-11-101-6/+1
* Fix SEGFAULT in media_manager_impl.cc when EXTENDED_MEDIA_MODE=ONhotfix/fix_EXTENDED_MEDIA_MODEJacob Keeler2016-10-121-2/+8
* Fixed build errors when compiling with EXTENDED_MEDIA_MODE=ONJacob Keeler2016-10-121-0/+4
* Removed an unused variable that was causing the build to fail. Also f… (#880)jgrix2016-10-102-3/+6
* Fix invalid memory access.Vladislav Antonov2016-07-121-1/+1
* Correct project structure in Policy componentKozoriz2016-05-171-5/+2
* Correct project structure in MediaManager testsKozoriz2016-05-175-4/+4
* Format all code in projectKozoriz2016-04-2638-499/+434
* Code style format with clang-formatKozoriz2016-04-256-202/+213
* Meida manager test correctives after removing all singletonsKozoriz2016-04-252-1/+5
* Media manager update after removing all singletonsKozoriz2016-04-255-6/+7
* Changes after reviewKozoriz2016-03-314-4/+7
* MediaManager tests correctivesKozoriz2016-03-315-54/+95
* Remove MediaManger singletoneKozoriz2016-03-3130-166/+239
* Correctives in MediaManger componentKozoriz2016-03-043-34/+13
* 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
|/
* Merge branch 'master' into developagaliuzov2016-05-081-0/+1
|\
| * Fix build fail with disabled loggingboniaslasher2016-01-271-0/+1
* | Rename MessageHelperLibrary to MessageHelperAlexander Kutsan2016-01-191-1/+1
* | Extract MessageHelper to separate libraryAlexander Kutsan2016-01-191-0/+1
* | 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-199-79/+341
* | Check for empty queue in MessageQueue::pop() methodArtem Nosach2015-10-041-1/+5
* | Fix review commentsArtem Nosach2015-10-0425-64/+81
* | Remove unneeded files and change CMakeList according to new filesArtem Nosach2015-10-042-116/+8
* | Use new FileStreamerAdapters in MediaManagerArtem Nosach2015-10-041-5/+4
* | Inherit FileStreamerAdapter from StreamerAdapterArtem Nosach2015-10-046-0/+365
* | Inherit PipeStreamerAdapter from StreamerAdapterArtem Nosach2015-10-046-260/+79
* | Inherit SocketStreamerAdapter from StreamerAdapterArtem Nosach2015-10-046-351/+123
* | Create streamer adapter base classArtem Nosach2015-10-042-0/+264
* | Replace legacy _EXT/INFO macroses in sourceElisey Zamakhov2015-08-314-16/+16
|/