summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/chromium_http
Commit message (Expand)AuthorAgeFilesLines
* Move chromium_http/support.cpp off androidGetTid.Elliott Hughes2014-08-181-1/+1
* am 5be9c1da: am 01eed3c0: am 7a107b85: am 854aa061: am 42ba5806: am 72499628:...Marco Nelissen2014-03-201-0/+1
|\
| * am 01eed3c0: am 7a107b85: am 854aa061: am 42ba5806: am 72499628: am 25bab830:...Marco Nelissen2014-03-201-0/+1
| |\
| | * am 7a107b85: am 854aa061: am 42ba5806: am 72499628: am 25bab830: Fix buildMarco Nelissen2014-03-201-0/+1
| | |\
| | | * am 25bab830: Fix buildMarco Nelissen2014-03-201-0/+1
| | | |\
| | | | * Fix buildMarco Nelissen2014-03-201-0/+1
* | | | | am 6f65db14: am 0e0891f8: am 6cdc90b5: am ebc9b473: am fb49b8ba: am dfd90c80:...Marco Nelissen2014-03-201-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | am 0e0891f8: am 6cdc90b5: am ebc9b473: am fb49b8ba: am dfd90c80: am d434944b:...Marco Nelissen2014-03-201-2/+102
| |\ \ \ \ | | |/ / /
| | * | | am 6cdc90b5: am ebc9b473: am fb49b8ba: am dfd90c80: am d434944b: am 3bc4f7ea:...Marco Nelissen2014-03-201-2/+102
| | |\ \ \ | | | |/ /
| | | * | am d434944b: am 3bc4f7ea: am 0c271b75: Verify certificatesMarco Nelissen2014-03-201-2/+102
| | | |\ \ | | | | |/
| | | | * am 3bc4f7ea: am 0c271b75: Verify certificatesMarco Nelissen2014-03-201-2/+102
| | | | |\
| | | | | * Verify certificatesMarco Nelissen2014-03-191-2/+102
* | | | | | Verify certificatesMarco Nelissen2014-03-132-1/+101
* | | | | | ChromiumHTTPDataSource: Keep track of the redirected URLMartin Storsjo2014-03-062-0/+6
|/ / / / /
* | | | | 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