summaryrefslogtreecommitdiff
path: root/src/components/media_manager
Commit message (Expand)AuthorAgeFilesLines
* Fix usages of policy in codeAlexander Kutsan2016-12-051-1/+2
* 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
|/
* 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-233-23/+21
* Rework media manager.Artem Nosach2015-04-234-162/+83
* Add streaming suspended flag to media manager.Artem Nosach2015-04-232-20/+72
* 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
* Rework OnMessageReceived() method.Artem Nosach2015-04-231-18/+19
* Merge remote-tracking branch 'origin/APPLINK-11717_Malformed_crash' into rele...Aleksandr Galiuzov2015-04-172-40/+0
|\
| * Add one test main.cc file with correct logger deinitializationElisey Zamakhov2015-03-182-40/+0