summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/chromium_http
Commit message (Expand)AuthorAgeFilesLines
* Remove no longer needed http proxy handling code, it's obsolete nowAndreas Huber2014-02-056-1229/+0
* am 8eef093c: Merge "libstagefright: Use LOG_BASIC when use chromium http stack"Jean-Baptiste Queru2013-07-081-1/+1
|\
| * Merge "libstagefright: Use LOG_BASIC when use chromium http stack"Jean-Baptiste Queru2013-07-081-1/+1
| |\
| | * libstagefright: Use LOG_BASIC when use chromium http stackXuefeng Deng2012-08-171-1/+1
| * | Add support for HLS playlists of type 'event'.Andreas Huber2012-11-271-1/+6
* | | Update HTTP proxy configuration for all media playback inside stagefright.Andreas Huber2013-05-314-2/+62
* | | Add liblogYing Wang2013-04-091-0/+1
* | | Identify network servers and clients with a OS version related stringAndreas Huber2013-03-261-14/+2
* | | Add support for HLS playlists of type 'event'.Andreas Huber2012-11-271-1/+6
|/ /
* | Don't log streaming url.James Dong2012-08-171-5/+1
* | libstagefright: dynamically load libstagefright_chromium_httpColin Cross2012-06-152-3/+47
|/
* Properly handle the case where a pending connection process is disconnectedAndreas Huber2012-05-012-1/+13
* AV Android make files changesJames Dong2012-03-281-1/+1
* stagefright: compile without chromium for pdk buildsColin Cross2012-03-261-0/+2
* Remove JNI in LOCAL_C_INCLUDE from non-JNI related Android.mk files.James Dong2012-03-241-1/+0
* Switched to use the header files in /frameworks/nativeJames Dong2012-03-121-1/+1
* Separate sniffing from session initializationJames Dong2012-01-121-2/+2
* Allow data uris to be data sourcesNarayan Kamath2011-12-062-2/+71
* Various improvements to nuplayer playbackAndreas Huber2011-09-161-0/+22
* Network traffic accounting for chromium stack support in mediaserver.Ashish Sharma2011-08-053-0/+51
* Close the DRM session in the destructor of ChromiumHTTPDataSource.Gloria Wang2011-08-041-4/+2
* Restart HLS streaming from the bottom of the playlist if we miss the boat on theAndreas Huber2011-08-041-5/+5
* Merge "Fix for bug 5049763 HLS: Cookies set in main playlist request aren't b...Kristian Monsen2011-07-271-0/+3
|\
| * Fix for bug 5049763 HLS: Cookies set in main playlist request aren't being pa...Kristian Monsen2011-07-221-0/+3
* | Retry datasource fetches a few times before giving up (NuCachedSource2).Andreas Huber2011-07-221-3/+31
|/
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-2/+0
* Merge changes I7e8401a4,I412ddf36Kristian Monsen2011-07-011-17/+17
|\
| * Merge Chromium at r11.0.696.0: Using setter instead of direct variable accessKristian Monsen2011-06-291-17/+17
* | Instantiate a NetworkChangeNotifier to have chromium transparently handle int...Andreas Huber2011-06-291-0/+3
|/
* Merge "Merge chromium to r11.0.672.0: Compile fix"Kristian Monsen2011-06-142-4/+4
|\
| * Merge chromium to r11.0.672.0: Compile fixKristian Monsen2011-06-072-4/+4
* | Do not call getEstimatedBandwidth if the streaming is not HTTP-basedJames Dong2011-06-021-1/+1
* | Send estimated bandwidth value as informational event when cache fetcher pausesJames Dong2011-05-311-34/+1
|/
* Merge chromium to 10.0.634.0: Compile fixKristian Monsen2011-05-251-1/+1
* Merge Chromium at 10.0.621.0: Fixes for libstagefreightKristian Monsen2011-05-132-21/+23
* Stagefright DataSources now expose the underlying content mime type.Andreas Huber2011-03-302-2/+15
* Fix for bug 3477330Gloria Wang2011-03-101-3/+3
* Support http authentication ala http://foo:bar@host.org in stagefright.Andreas Huber2011-03-091-1/+2
* Use the same http proxy mechanism that webkit uses instead of bypassing proxies.Andreas Huber2011-03-091-1/+3
* An HTTP datasource for stagefright using the chromium code.Andreas Huber2011-03-094-0/+965