summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/HTTPBase.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add routing sockets for the requesting userChad Brubaker2013-07-191-0/+12
| | | | | | | Mediaserver sockets are now routed as if the connection was in the requesting app in per user routing. Change-Id: I60f4649c3c4145a65264b54c1aa2c6c7741efaba
* Update HTTP proxy configuration for all media playback inside stagefright.Andreas Huber2013-05-311-0/+10
| | | | | | Change-Id: Ie0dd00045aba668d8b49da73224e7a7c9c04f69b related-to-bug: 8873723 (cherry picked from commit 2704965b8a1ff3b7450ff58ccecf86d8ec688c40)
* libstagefright: dynamically load libstagefright_chromium_httpColin Cross2012-06-151-2/+5
| | | | | | | dlopen libstagefright_chromium_http to allow it to be on the platform side of the pdk without getting overwritten during a pdk fusion build. Change-Id: I391e81d98beab165c3313bc8a71bb370ebb8584d
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-3/+3
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
| | | | | | | See https://android-git.corp.google.com/g/156801 Bug: 5449033 Change-Id: Ib08fe86d23db91ee153e9f91a99a35c42b9208ea
* Network traffic accounting for chromium stack support in mediaserver.Ashish Sharma2011-08-051-4/+15
| | | | | | | - Atribute network activity to uid calling the mediaplayer - Enables logging of chromium network stack in logcat Change-Id: I2d28c8392248a056b3cee305dd4d4475ebba4337
* Remove legacy http support from stagefright, chromium is the new hotness.Andreas Huber2011-07-131-7/+12
| | | | Change-Id: I6725d42d38b91e6a1cbca43174870f445aeb3d99
* Charge network traffic to the uid of the process using the MediaPlayer.Andreas Huber2011-07-011-1/+17
| | | | | Change-Id: I2bcb54b8232afd3fc7ee16289f37c7a7b3f23067 related-to-bug: 4517282
* Send estimated bandwidth value as informational event when cache fetcher pausesJames Dong2011-05-311-1/+78
| | | | | | | | | | o Application can make informed decision about the available network bandwidth when cache fetcher pauses. o Application can also adjust how frequently the bandwidth is estimated within a range from one second to one minute. Change-Id: I90068001343e79da1886de03c565537787e1580b
* Only use ChromiumHTTPDataSource if webkit was built with chromium support.Andreas Huber2011-03-111-1/+7
| | | | Change-Id: I9ce16f4aae35c61c9fb92fefc2a7c72537631cba
* An HTTP datasource for stagefright using the chromium code.Andreas Huber2011-03-091-0/+39
Use of this new datasource is now the default unless overwritten by adb shell setprop media.stagefright.use-chromium false Change-Id: I156a8eb9a1fff1cb537b4aec6cf3e8e6052be81e